:root {
  --std-mp-navy: var(--std-navy-950, #071a33);
  --std-mp-blue: var(--std-blue-700, #0369a1);
  --std-mp-cyan: var(--std-cyan-400, #22d3ee);
  --std-mp-teal: var(--std-teal-500, #14b8a6);
  --std-mp-muted: var(--std-text-muted, #64748b);
  --std-mp-border: var(--std-border-soft, #dbeaf4);
  --std-mp-bg: var(--std-bg-page, #f6fbff);
  --std-mp-gradient: var(--std-gradient-cta, linear-gradient(135deg, #22d3ee 0%, #14b8a6 42%, #2563eb 100%));
  --std-mp-shadow: 0 24px 78px rgba(8, 47, 73, .11);
  --std-mp-radius: 30px;
}

body.std-mp-page {
  background:
    radial-gradient(circle at 80% 0%, rgba(34, 211, 238, .28), transparent 35%),
    radial-gradient(circle at 10% 26%, rgba(20, 184, 166, .13), transparent 32%),
    linear-gradient(135deg, #fbfeff 0%, #eaf8ff 48%, #f6fbff 100%) !important;
}

body.std-mp-page .ct-page-title,
body.std-mp-page .hero-section[data-type],
body.std-mp-page .entry-header,
body.std-mp-page .page-title,
body.std-mp-page .entry-title {
  display: none !important;
}

body.std-mp-page #main-container,
body.std-mp-page .site-main,
body.std-mp-page #main,
body.std-mp-page .entry-content {
  background: transparent !important;
}

body.std-mp-page .entry-content,
body.std-mp-page .entry-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.std-mp-shell,
.std-mp-shell * {
  box-sizing: border-box;
}

.std-mp-shell {
  width: min(1180px, calc(100vw - 32px));
  margin: clamp(18px, 3vw, 44px) auto clamp(56px, 7vw, 100px);
  color: var(--std-mp-navy);
}

.std-mp-application-shell {
  width: min(1120px, calc(100vw - 32px));
  margin-top: clamp(12px, 2vw, 28px);
}

.std-mp-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--std-mp-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
  text-transform: uppercase;
}

.std-mp-shell h1,
.std-mp-shell h2,
.std-mp-shell h3 {
  color: var(--std-mp-navy);
  font-weight: 900;
}

.std-mp-shell h1 {
  margin: 12px 0 0;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  letter-spacing: -.058em;
}

.std-mp-shell h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.02;
  letter-spacing: -.048em;
}

.std-mp-shell h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.std-mp-shell p {
  color: var(--std-mp-muted);
  line-height: 1.62;
}

.std-mp-card,
.std-mp-auth-card,
.std-mp-success-card,
.std-mp-application-card,
.std-mp-hero,
.std-mp-feature-grid article,
.std-mp-kpi-grid article {
  border: 1px solid rgba(221, 234, 243, .96);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .10), transparent 34%),
    rgba(255, 255, 255, .92);
  box-shadow: var(--std-mp-shadow);
}

.std-mp-button {
  appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px !important;
  border: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.std-mp-button svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.std-mp-button.is-primary {
  color: #fff !important;
  background: var(--std-mp-gradient) !important;
  box-shadow: 0 18px 44px rgba(20, 184, 166, .25);
}

.std-mp-button.is-secondary {
  color: var(--std-mp-navy) !important;
  background: rgba(255, 255, 255, .92) !important;
  border: 1px solid var(--std-mp-border) !important;
  box-shadow: 0 10px 28px rgba(8, 47, 73, .05);
}

.std-mp-button.is-danger {
  color: #fff !important;
  background: linear-gradient(135deg, #fb7185 0%, #e54864 52%, #c72c4b 100%) !important;
  border: 1px solid rgba(190, 24, 66, .18) !important;
  box-shadow: 0 16px 38px rgba(225, 29, 72, .22);
}

.std-mp-button.is-danger:hover,
.std-mp-button.is-danger:focus-visible {
  background: linear-gradient(135deg, #f95f78 0%, #dc3f5b 52%, #b91c3c 100%) !important;
  box-shadow: 0 21px 48px rgba(225, 29, 72, .28);
}

.std-mp-button:hover,
.std-mp-button:focus-visible {
  transform: translateY(-2px);
}

.std-mp-button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.std-mp-button i {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: std-mp-spin .7s linear infinite;
}

.std-mp-button.is-loading i {
  display: inline-block;
}

.std-mp-text-link {
  color: var(--std-mp-blue) !important;
  font-weight: 850;
  text-decoration: none !important;
}

.std-mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.std-mp-icon-orb,
.std-mp-live-icon,
.std-mp-success-orb {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 18px 44px rgba(20, 184, 166, .24);
}

.std-mp-icon-orb {
  width: 66px;
  height: 66px;
  border-radius: 22px;
}

.std-mp-icon-orb svg,
.std-mp-live-icon svg,
.std-mp-success-orb svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.std-mp-notice {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 36px;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 13px 14px;
  border-radius: 22px;
  border: 1px solid var(--std-mp-border);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 40px rgba(8, 47, 73, .07);
  transition: opacity 180ms ease, transform 180ms ease;
}

.std-mp-notice.is-success { border-color: rgba(16, 185, 129, .24); background: rgba(240, 253, 250, .94); }
.std-mp-notice.is-error { border-color: rgba(239, 68, 68, .22); background: rgba(254, 242, 242, .95); }
.std-mp-notice.is-info { border-color: rgba(14, 165, 233, .22); background: rgba(240, 249, 255, .95); }
.std-mp-notice.is-closing { opacity: 0; transform: translateY(-8px); }

.std-mp-notice-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #fff;
  background: var(--std-mp-gradient);
}

.std-mp-notice.is-error .std-mp-notice-icon { background: linear-gradient(135deg, #fb7185, #ef4444); }
.std-mp-notice.is-info .std-mp-notice-icon { background: linear-gradient(135deg, #38bdf8, #2563eb); }
.std-mp-notice-icon svg { width: 22px; height: 22px; stroke-width: 2.2; }
.std-mp-notice strong,
.std-mp-notice small { display: block; }
.std-mp-notice strong { font-size: 14px; }
.std-mp-notice small { margin-top: 3px; color: var(--std-mp-muted); font-size: 12.5px; line-height: 1.4; }
.std-mp-notice button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: transparent; color: #64748b; font-size: 22px; cursor: pointer; }

/* Public portal start */
.std-mp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(36px, 5vw, 68px);
  border-radius: 38px;
}

.std-mp-hero-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #153354;
  font-size: clamp(17px, 1.4vw, 21px);
}

.std-mp-hero-panel {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .88);
  box-shadow: 0 18px 54px rgba(8, 47, 73, .08);
}

.std-mp-hero-panel h2 { margin-top: 26px; font-size: 38px; }
.std-mp-hero-panel p { margin: 12px 0 0; }

.std-mp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 22px;
}

.std-mp-feature-grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 32px;
}

.std-mp-feature-grid article > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .24);
}

.std-mp-feature-grid svg { width: 27px; height: 27px; stroke-width: 2; }
.std-mp-feature-grid p { margin: 12px 0 0; }

/* Login */
.std-mp-auth-shell { width: min(880px, calc(100vw - 32px)); }
.std-mp-auth-card {
  overflow: hidden;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 34px;
}

.std-mp-auth-copy { margin-bottom: 28px; }
.std-mp-auth-copy .std-mp-icon-orb { margin-bottom: 28px; }
.std-mp-auth-copy p { max-width: 700px; margin: 18px 0 0; font-size: 17px; }
.std-mp-auth-card .std-mp-form { max-width: 650px; }
.std-mp-auth-footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--std-mp-border); }
.std-mp-auth-footer a { color: var(--std-mp-blue) !important; font-weight: 850; text-decoration: none !important; }
.std-mp-code-field input { text-align: center; font-size: 28px !important; letter-spacing: .18em; font-weight: 900; }

/* Forms */
.std-mp-form {
  display: grid;
  gap: 18px;
}

.std-mp-form-grid,
.std-mp-person-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.std-mp-person-fields { grid-template-columns: 1fr 1fr minmax(170px, .72fr); }
.std-mp-address-grid { grid-template-columns: minmax(0, 1.4fr) minmax(140px, .55fr) minmax(180px, .7fr); }

.std-mp-form label,
.std-mp-application-card label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--std-mp-navy);
  font-size: 12px;
  font-weight: 850;
}

.std-mp-form label > span,
.std-mp-application-card label > span {
  line-height: 1.2;
}

.std-mp-form input,
.std-mp-form textarea,
.std-mp-form select,
.std-mp-application-card input,
.std-mp-application-card textarea,
.std-mp-application-card select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 15px;
  border: 1px solid rgba(203, 213, 225, .88);
  background: rgba(255, 255, 255, .96);
  color: var(--std-mp-navy);
  font: inherit;
  font-size: 14px;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.std-mp-form textarea,
.std-mp-application-card textarea { min-height: 110px; padding-top: 12px; resize: vertical; }

.std-mp-form input:focus,
.std-mp-form textarea:focus,
.std-mp-form select:focus,
.std-mp-application-card input:focus,
.std-mp-application-card textarea:focus,
.std-mp-application-card select:focus {
  outline: none;
  border-color: rgba(20, 184, 166, .62);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .14);
}

.std-mp-form input[readonly] { background: rgba(248, 250, 252, .9); color: #475569; }
.std-mp-form label.is-linked input { background: rgba(240, 253, 250, .72); border-color: rgba(20, 184, 166, .26); }
.std-mp-form label small,
.std-mp-application-card label small { color: var(--std-mp-muted); font-size: 11px; font-weight: 600; line-height: 1.35; }

.std-mp-field-error { display: none; color: #b91c1c !important; font-weight: 800 !important; }
.std-mp-field-error.is-visible,
.has-error .std-mp-field-error:not(:empty) { display: block; }
.has-error input,
.has-error select,
.has-error textarea { border-color: rgba(220, 38, 38, .55) !important; box-shadow: 0 0 0 3px rgba(248, 113, 113, .12) !important; }
.std-mp-group-error { margin-top: 8px; }

.std-mp-form-feedback {
  padding: 12px 14px;
  border-radius: 16px;
  color: #991b1b;
  background: rgba(254, 242, 242, .95);
  border: 1px solid rgba(248, 113, 113, .28);
  font-size: 13px;
  font-weight: 800;
}

/* Application */
.std-mp-apply-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 8px;
}

.std-mp-apply-intro h1 { font-size: clamp(38px, 4.3vw, 62px); }
.std-mp-apply-intro p { margin: 12px 0 0; font-size: 16px; }
.std-mp-apply-intro aside {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 15px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(221, 234, 243, .96);
  box-shadow: 0 12px 36px rgba(8, 47, 73, .06);
}
.std-mp-apply-intro .std-mp-icon-orb { width: 52px; height: 52px; border-radius: 17px; }
.std-mp-apply-intro .std-mp-icon-orb svg { width: 24px; height: 24px; }
.std-mp-apply-intro aside strong,
.std-mp-apply-intro aside small { display: block; }
.std-mp-apply-intro aside strong { font-size: 14px; }
.std-mp-apply-intro aside small { margin-top: 4px; color: var(--std-mp-muted); font-size: 12px; line-height: 1.4; }

.std-mp-application-card {
  overflow: hidden;
  border-radius: 34px;
}

.std-mp-wizard-head {
  display: grid;
  grid-template-columns: minmax(180px, .65fr) minmax(280px, 1fr);
  grid-template-areas: "title dots" "progress progress";
  gap: 13px 22px;
  align-items: center;
  padding: 19px 24px 16px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--std-mp-border);
}

.std-mp-wizard-title { grid-area: title; }
.std-mp-wizard-title span,
.std-mp-wizard-title strong { display: block; }
.std-mp-wizard-title span { color: var(--std-mp-teal); font-size: 10.5px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.std-mp-wizard-title strong { margin-top: 4px; font-size: 18px; }

.std-mp-progress {
  grid-area: progress;
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: rgba(224, 242, 254, .9);
  border: 1px solid rgba(186, 230, 253, .8);
}
.std-mp-progress span { display: block; height: 100%; border-radius: inherit; background: var(--std-mp-gradient); transition: width 240ms ease; }

.std-mp-step-dots {
  grid-area: dots;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.std-mp-step-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  color: #64748b;
  background: rgba(248, 250, 252, .9);
  border: 1px solid var(--std-mp-border);
  font-size: 11px;
  font-weight: 850;
}

.std-mp-step-dots li span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--std-mp-blue);
  background: rgba(224, 242, 254, .9);
}

.std-mp-step-dots li.is-active,
.std-mp-step-dots li.is-done { color: #fff; background: var(--std-mp-gradient); border-color: transparent; }
.std-mp-step-dots li.is-active span,
.std-mp-step-dots li.is-done span { color: var(--std-mp-navy); background: rgba(255, 255, 255, .88); }

.std-mp-wizard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 18px;
  align-items: start;
  padding: 22px 24px 18px;
}

.std-mp-wizard-body { min-width: 0; }
.std-mp-step-panel[hidden] { display: none !important; }
.std-mp-step-panel { animation: std-mp-enter 220ms ease both; }
.std-mp-panel-copy { margin-bottom: 18px; }
.std-mp-panel-copy h2 { margin-top: 8px; font-size: clamp(28px, 2.8vw, 42px); }
.std-mp-panel-copy p { margin: 8px 0 0; font-size: 14px; }

.std-mp-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.std-mp-choice-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px !important;
  align-items: center;
  min-height: 92px;
  padding: 15px;
  border-radius: 23px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid var(--std-mp-border);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.std-mp-choice-card:hover { transform: translateY(-2px); border-color: rgba(20, 184, 166, .38); }
.std-mp-choice-card:has(input:checked) {
  background: rgba(240, 253, 250, .88);
  border-color: rgba(20, 184, 166, .42);
  box-shadow: 0 14px 34px rgba(20, 184, 166, .10);
}
.std-mp-choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.std-mp-choice-check {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #94a3b8;
  background: #fff;
  border: 1px solid var(--std-mp-border);
}
.std-mp-choice-card:has(input:checked) .std-mp-choice-check { color: #fff; background: var(--std-mp-gradient); border-color: transparent; }
.std-mp-choice-check svg { width: 18px; height: 18px; stroke-width: 2.4; }
.std-mp-choice-copy strong,
.std-mp-choice-copy small,
.std-mp-choice-price,
.std-mp-choice-price small { display: block; }
.std-mp-choice-copy strong { font-size: 17px; }
.std-mp-choice-copy small { margin-top: 4px; }
.std-mp-choice-price { color: var(--std-mp-navy); font-size: 15px; font-weight: 900; text-align: right; }
.std-mp-choice-price small { margin-top: 3px; color: var(--std-mp-muted); font-size: 10px; }

.std-mp-person-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.std-mp-person-card {
  padding: 13px;
  border-radius: 22px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid var(--std-mp-border);
}

.std-mp-person-head {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.std-mp-person-number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  color: #fff;
  background: var(--std-mp-gradient);
  font-weight: 900;
}
.std-mp-person-head strong,
.std-mp-person-head small { display: block; }
.std-mp-person-head strong { font-size: 14px; }
.std-mp-person-head small { margin-top: 3px; color: var(--std-mp-teal); font-size: 10.5px; font-weight: 850; }
.std-mp-person-remove { width: 32px; height: 32px; border: 0; border-radius: 50%; color: #b91c1c; background: rgba(254, 226, 226, .8); font-size: 20px; cursor: pointer; }
.std-mp-person-remove[hidden] { display: none !important; }

.std-mp-person-tools { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: center; margin-top: 12px; }
.std-mp-add-person,
.std-mp-manual-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--std-mp-blue);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(186, 230, 253, .95);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}
.std-mp-add-person span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; background: var(--std-mp-gradient); }
.std-mp-add-person[hidden] { display: none !important; }
.std-mp-form-hint { margin: 0; font-size: 11.5px; }

.std-mp-toggle-row {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px !important;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(240, 253, 250, .72);
  border: 1px solid rgba(20, 184, 166, .20);
  cursor: pointer;
}
.std-mp-toggle-row input { position: absolute; opacity: 0; pointer-events: none; }
.std-mp-toggle {
  position: relative;
  display: block;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 160ms ease;
}
.std-mp-toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgba(15, 23, 42, .18); transition: transform 160ms ease; }
.std-mp-toggle-row input:checked + .std-mp-toggle { background: var(--std-mp-teal); }
.std-mp-toggle-row input:checked + .std-mp-toggle::after { transform: translateX(18px); }
.std-mp-toggle-row strong,
.std-mp-toggle-row small { display: block; }
.std-mp-toggle-row strong { font-size: 13px; }
.std-mp-toggle-row small { margin-top: 3px; }

.std-mp-live-card {
  position: sticky;
  top: 22px;
  padding: 20px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .30), transparent 42%),
    linear-gradient(145deg, #071a33 0%, #082f49 62%, #064e6b 100%);
  box-shadow: 0 24px 68px rgba(8, 47, 73, .22);
}
.std-mp-live-icon { width: 46px; height: 46px; margin-bottom: 16px; border-radius: 16px; }
.std-mp-live-icon svg { width: 23px; height: 23px; }
.std-mp-live-card .std-mp-kicker { color: #67e8f9; }
.std-mp-live-card > strong { display: block; margin-top: 8px; color: #fff; font-size: 22px; line-height: 1.12; }
.std-mp-live-card > p { margin: 7px 0 0; color: rgba(255, 255, 255, .72); font-size: 13px; }
.std-mp-live-fee { display: flex; justify-content: space-between; gap: 12px; align-items: end; margin-top: 18px; padding: 14px; border-radius: 18px; background: rgba(255, 255, 255, .10); border: 1px solid rgba(255, 255, 255, .14); }
.std-mp-live-fee span { font-size: 11px; font-weight: 800; }
.std-mp-live-fee em { color: #fff; font-size: 19px; font-style: normal; font-weight: 900; }
.std-mp-live-card ol { display: grid; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.std-mp-live-card li { display: flex; justify-content: space-between; gap: 10px; color: rgba(255, 255, 255, .72); font-size: 11px; }
.std-mp-live-card li span { font-weight: 850; }

.std-mp-wizard-footer {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 24px 20px;
  background: rgba(255, 255, 255, .92);
  border-top: 1px solid var(--std-mp-border);
}
.std-mp-wizard-spacer { flex: 1; }
.std-mp-wizard-footer [hidden] { display: none !important; }
.std-mp-wizard-footer .std-mp-button { min-height: 46px; }

.std-mp-address {
  position: relative;
  margin-top: 14px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(248, 250, 252, .78);
  border: 1px solid var(--std-mp-border);
}
.std-mp-address-head { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; align-items: center; margin-bottom: 12px; }
.std-mp-address-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: var(--std-mp-teal); background: rgba(34, 211, 238, .12); border: 1px solid rgba(34, 211, 238, .24); }
.std-mp-address-icon svg { width: 21px; height: 21px; stroke-width: 2; }
.std-mp-address-head strong,
.std-mp-address-head small { display: block; }
.std-mp-address-head strong { font-size: 14px; }
.std-mp-address-head small { margin-top: 3px; color: var(--std-mp-muted); font-size: 11px; }
.std-mp-address-search { position: relative; }
.std-mp-combobox { position: relative; }
.std-mp-combobox input { padding-right: 44px; }
.std-mp-search-spinner { display: none; position: absolute; top: 50%; right: 15px; width: 18px; height: 18px; margin-top: -9px; border: 2px solid rgba(20, 184, 166, .22); border-top-color: var(--std-mp-teal); border-radius: 50%; animation: std-mp-spin .7s linear infinite; }
.std-mp-address.is-searching .std-mp-search-spinner { display: block; }
.std-mp-address-status { min-height: 15px; }
.std-mp-address-results { position: relative; z-index: 30; width: 100%; max-height: 260px; margin-top: 7px; overflow: auto; padding: 7px; border-radius: 18px; background: #fff; border: 1px solid var(--std-mp-border); box-shadow: 0 20px 60px rgba(8, 47, 73, .18); }
.std-mp-address-option { display: grid; width: 100%; gap: 3px; padding: 11px 12px; border: 0; border-radius: 12px; color: var(--std-mp-navy); background: transparent; text-align: left; cursor: pointer; }
.std-mp-address-option:hover,
.std-mp-address-option.is-active { background: rgba(224, 242, 254, .72); }
.std-mp-address-option strong { font-size: 13px; }
.std-mp-address-option small { color: var(--std-mp-muted); font-size: 11px; }
.std-mp-address-selected { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-top: 10px; padding: 11px; border-radius: 17px; background: rgba(240, 253, 250, .78); border: 1px solid rgba(20, 184, 166, .22); }
.std-mp-address-selected[hidden] { display: none !important; }
.std-mp-address-selected > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: #fff; background: var(--std-mp-gradient); }
.std-mp-address-selected svg { width: 20px; height: 20px; }
.std-mp-address-selected strong,
.std-mp-address-selected small { display: block; }
.std-mp-address-selected strong { font-size: 12.5px; }
.std-mp-address-selected small { margin-top: 2px; color: var(--std-mp-muted); font-size: 10px; }
.std-mp-address-selected button { border: 0; background: transparent; color: var(--std-mp-blue); font-weight: 850; cursor: pointer; }
.std-mp-manual-toggle { margin-top: 10px; }
.std-mp-address-provider { margin: 8px 0 0 !important; font-size: 10.5px; }
.std-mp-manual-address { margin-top: 12px; }
.std-mp-manual-address[hidden] { display: none !important; }

.std-mp-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.std-mp-review-grid article { min-height: 120px; padding: 14px; border-radius: 20px; background: rgba(248, 250, 252, .82); border: 1px solid var(--std-mp-border); }
.std-mp-review-grid strong,
.std-mp-review-grid span { display: block; }
.std-mp-review-grid strong { margin-bottom: 8px; color: var(--std-mp-teal); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.std-mp-review-grid span { margin-top: 3px; color: #334155; font-size: 12px; line-height: 1.42; }

.std-mp-check-list { display: grid; gap: 10px; margin-top: 14px; }
.std-mp-check-list label { display: grid !important; grid-template-columns: 20px minmax(0, 1fr); gap: 10px !important; align-items: start; padding: 12px; border-radius: 18px; background: rgba(248, 250, 252, .82); border: 1px solid var(--std-mp-border); font-size: 12px; line-height: 1.48; }
.std-mp-check-list input { width: 18px; height: 18px; min-height: 18px; margin: 1px 0 0; padding: 0; accent-color: var(--std-mp-teal); }
.std-mp-check-list a { color: var(--std-mp-blue) !important; }
.std-mp-submit-note { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 10px; align-items: center; margin-top: 12px; padding: 11px; border-radius: 18px; background: rgba(240, 253, 250, .72); border: 1px solid rgba(20, 184, 166, .18); }
.std-mp-submit-note > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; color: var(--std-mp-teal); background: rgba(34, 211, 238, .12); }
.std-mp-submit-note svg { width: 21px; height: 21px; }
.std-mp-submit-note p { margin: 0; font-size: 11.5px; }
.std-mp-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.std-mp-noscript { margin: 14px 24px 20px; padding: 12px; border-radius: 16px; background: #fff7ed; border: 1px solid #fed7aa; }

/* Success */
.std-mp-success-card {
  padding: clamp(30px, 5vw, 60px);
  border-radius: 36px;
  text-align: center;
}
.std-mp-success-orb { width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 24px; }
.std-mp-success-card h1 { font-size: clamp(40px, 5vw, 68px); }
.std-mp-success-card > p { max-width: 700px; margin: 16px auto 0; font-size: 16px; }
.std-mp-success-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 26px; }
.std-mp-success-facts div { padding: 14px; border-radius: 18px; background: rgba(248, 250, 252, .82); border: 1px solid var(--std-mp-border); }
.std-mp-success-facts span,
.std-mp-success-facts strong { display: block; }
.std-mp-success-facts span { color: var(--std-mp-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.std-mp-success-facts strong { margin-top: 6px; font-size: 14px; }
.std-mp-success-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.std-mp-success-steps article { padding: 14px; border-radius: 19px; background: rgba(248, 250, 252, .82); border: 1px solid var(--std-mp-border); text-align: left; }
.std-mp-success-steps article > span { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 10px; border-radius: 10px; color: var(--std-mp-blue); background: rgba(224, 242, 254, .9); font-weight: 900; }
.std-mp-success-steps article.is-done > span { color: #fff; background: var(--std-mp-gradient); }
.std-mp-success-steps strong,
.std-mp-success-steps small { display: block; }
.std-mp-success-steps strong { font-size: 13px; }
.std-mp-success-steps small { margin-top: 4px; color: var(--std-mp-muted); font-size: 11px; line-height: 1.4; }
.std-mp-success-card .std-mp-actions { justify-content: center; }

/* Member dashboard */
.std-mp-dashboard-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 16px; }
.std-mp-dashboard-head h1 { font-size: clamp(42px, 5vw, 68px); }
.std-mp-dashboard-head p { margin: 12px 0 0; font-size: 16px; }
.std-mp-dashboard-actions { display: flex; gap: 10px; }
.std-mp-subnav { display: flex; justify-content: center; gap: 6px; margin-bottom: 18px; padding: 8px; border-radius: 999px; background: rgba(255, 255, 255, .88); border: 1px solid var(--std-mp-border); box-shadow: 0 12px 36px rgba(8, 47, 73, .06); }
.std-mp-subnav a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; color: var(--std-mp-navy) !important; font-size: 12px; font-weight: 850; text-decoration: none !important; }
.std-mp-subnav a:hover { color: var(--std-mp-teal) !important; background: rgba(224, 242, 254, .72); }
.std-mp-kpi-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.std-mp-kpi-grid article { padding: 24px; border-radius: 28px; }
.std-mp-kpi-grid span,
.std-mp-kpi-grid strong,
.std-mp-kpi-grid small { display: block; }
.std-mp-kpi-grid span { color: var(--std-mp-muted); font-size: 10.5px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.std-mp-kpi-grid strong { margin-top: 18px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.04em; }
.std-mp-kpi-grid small { margin-top: 8px; color: var(--std-mp-muted); }
.std-mp-card { margin-top: 18px; padding: clamp(22px, 3vw, 34px); border-radius: 30px; }
.std-mp-section-head { display: flex; justify-content: space-between; gap: 18px; align-items: start; margin-bottom: 18px; }
.std-mp-section-head h2 { margin-top: 8px; }
.std-mp-section-head p { margin: 10px 0 0; }
.std-mp-status { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 900; }
.std-mp-status.is-active { color: #047857; background: rgba(16, 185, 129, .11); border: 1px solid rgba(16, 185, 129, .22); }
.std-mp-member-list { display: grid; gap: 10px; }
.std-mp-member-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) minmax(180px, auto); gap: 12px; align-items: center; padding: 13px; border-radius: 20px; background: rgba(248, 250, 252, .82); border: 1px solid var(--std-mp-border); }
.std-mp-avatar { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; color: #fff; background: var(--std-mp-gradient); font-weight: 900; }
.std-mp-member-row strong,
.std-mp-member-row small { display: block; }
.std-mp-member-row small { margin-top: 4px; color: var(--std-mp-muted); font-size: 11px; }
.std-mp-member-tariff { text-align: right; }
.std-mp-empty-state { text-align: center; }
.std-mp-empty-state .std-mp-icon-orb { margin: 0 auto 20px; }

@keyframes std-mp-spin { to { transform: rotate(360deg); } }
@keyframes std-mp-enter { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 960px) {
  .std-mp-hero,
  .std-mp-apply-intro { grid-template-columns: 1fr; }
  .std-mp-feature-grid { grid-template-columns: 1fr; }
  .std-mp-feature-grid article { min-height: auto; }
  .std-mp-wizard-layout { grid-template-columns: 1fr; }
  .std-mp-live-card { position: static; display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: 14px; }
  .std-mp-live-card .std-mp-live-icon { grid-row: span 3; }
  .std-mp-live-card .std-mp-live-fee,
  .std-mp-live-card ol { grid-column: 1 / -1; }
  .std-mp-person-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .std-mp-person-fields label:last-child { grid-column: 1 / -1; }
  .std-mp-address-grid { grid-template-columns: 1fr 1fr; }
  .std-mp-address-grid label:first-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .std-mp-shell,
  .std-mp-application-shell,
  .std-mp-auth-shell { width: calc(100vw - 20px); margin-top: 10px; }
  .std-mp-shell h1 { font-size: clamp(38px, 12vw, 54px); }
  .std-mp-hero { padding: 24px 18px; border-radius: 28px; }
  .std-mp-hero-panel { padding: 22px; }
  .std-mp-feature-grid { gap: 12px; margin-top: 12px; }
  .std-mp-feature-grid article { padding: 22px; border-radius: 24px; }
  .std-mp-auth-card,
  .std-mp-success-card { padding: 24px 18px; border-radius: 26px; }
  .std-mp-auth-footer { flex-direction: column; }
  .std-mp-apply-intro { padding: 0 4px; }
  .std-mp-apply-intro aside { display: none; }
  .std-mp-application-card { border-radius: 26px; }
  .std-mp-wizard-head { grid-template-columns: 1fr; grid-template-areas: "title" "dots" "progress"; padding: 15px 14px 13px; }
  .std-mp-step-dots li { min-height: 34px; padding: 0 7px; }
  .std-mp-step-dots li small { display: none; }
  .std-mp-wizard-layout { padding: 16px 14px 12px; }
  .std-mp-panel-copy h2 { font-size: 31px; }
  .std-mp-choice-grid { grid-template-columns: 1fr; }
  .std-mp-choice-card { min-height: 82px; }
  .std-mp-form-grid,
  .std-mp-person-fields,
  .std-mp-address-grid { grid-template-columns: 1fr; }
  .std-mp-person-fields label:last-child,
  .std-mp-address-grid label:first-child { grid-column: auto; }
  .std-mp-person-card { padding: 12px; }
  .std-mp-person-tools { align-items: stretch; }
  .std-mp-add-person { width: 100%; justify-content: center; }
  .std-mp-live-card { padding: 17px; border-radius: 22px; }
  .std-mp-wizard-footer { position: sticky; bottom: 0; z-index: 20; padding: 12px 14px; box-shadow: 0 -12px 30px rgba(8, 47, 73, .08); }
  .std-mp-wizard-footer .std-mp-button { min-height: 46px; padding-inline: 18px; }
  .std-mp-review-grid { grid-template-columns: 1fr; }
  .std-mp-success-facts,
  .std-mp-success-steps,
  .std-mp-kpi-grid { grid-template-columns: 1fr; }
  .std-mp-dashboard-head { display: grid; }
  .std-mp-dashboard-actions { flex-wrap: wrap; }
  .std-mp-subnav { justify-content: flex-start; overflow-x: auto; }
  .std-mp-member-row { grid-template-columns: 44px minmax(0, 1fr); }
  .std-mp-member-tariff { grid-column: 2; text-align: left; }
  .std-mp-section-head { display: grid; }
  .std-mp-notice { grid-template-columns: 40px minmax(0, 1fr) 32px; padding: 11px; }
  .std-mp-notice-icon { width: 40px; height: 40px; }
}

@media (max-width: 420px) {
  .std-mp-step-dots { gap: 5px; }
  .std-mp-step-dots li { font-size: 10px; }
  .std-mp-choice-card { grid-template-columns: 32px minmax(0, 1fr); }
  .std-mp-choice-price { grid-column: 2; text-align: left; }
  .std-mp-wizard-footer .std-mp-button { padding-inline: 15px; font-size: 13px; }
  .std-mp-address-selected { grid-template-columns: 36px minmax(0, 1fr); }
  .std-mp-address-selected button { grid-column: 2; justify-self: start; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .std-mp-shell *,
  .std-mp-shell *::before,
  .std-mp-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
/* v2 member experience */
.std-mp-experience-card {
  scroll-margin-top: 24px;
}

.std-mp-bank-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: #f0fdfa;
  border: 1px solid rgba(20, 184, 166, .22);
}

.std-mp-bank-summary span {
  color: #64748b;
}

.std-mp-consent {
  display: grid !important;
  grid-template-columns: 22px 1fr !important;
  align-items: start !important;
  gap: 10px !important;
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #dbeaf4;
}

.std-mp-consent input {
  width: 18px;
  height: 18px;
}

.std-mp-membership-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.std-mp-membership-impact-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 15px;
  border-radius: 21px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid #dbeaf4;
}

.std-mp-membership-impact-grid article > span,
.std-mp-cancellation-note > span,
.std-mp-request-pending-box > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .13);
  border: 1px solid rgba(34, 211, 238, .22);
}

.std-mp-membership-impact-grid svg,
.std-mp-cancellation-note svg,
.std-mp-request-pending-box svg {
  width: 21px;
  height: 21px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.std-mp-membership-impact-grid strong {
  display: block;
  color: var(--std-mp-navy);
  font-size: 14px;
  line-height: 1.24;
}

.std-mp-membership-impact-grid p {
  margin: 6px 0 0;
  color: var(--std-mp-muted);
  font-size: 12.5px;
  line-height: 1.46;
}

.std-mp-membership-support-note {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 0 0 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .14), transparent 34%),
    rgba(240, 253, 250, .78);
  border: 1px solid rgba(20, 184, 166, .22);
}

.std-mp-membership-support-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 19px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 15px 36px rgba(20, 184, 166, .20);
}

.std-mp-membership-support-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.std-mp-membership-support-note strong {
  display: block;
  color: var(--std-mp-navy);
  font-size: 17px;
  line-height: 1.28;
}

.std-mp-membership-support-note p {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.58;
}

.std-mp-membership-change-list,
.std-mp-request-grid {
  display: grid;
  gap: 12px;
}

.std-mp-membership-change-card,
.std-mp-request-grid > article {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 18px;
  border: 1px solid #dbeaf4;
  border-radius: 22px;
  background: #fbfdff;
}

.std-mp-request-person {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 8px;
  min-width: 0;
  padding-top: 4px;
}

.std-mp-request-person strong {
  color: var(--std-mp-navy);
  font-size: 16px;
  line-height: 1.25;
}

.std-mp-request-person > small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #047857;
  background: rgba(16, 185, 129, .11);
  border: 1px solid rgba(16, 185, 129, .20);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.std-mp-membership-current-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.std-mp-membership-current-groups em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
}

.std-mp-membership-change-form {
  display: grid;
  grid-template-columns: minmax(230px, .85fr) minmax(250px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.std-mp-membership-change-form label,
.std-mp-termination-form label {
  min-width: 0;
}

.std-mp-membership-change-form select,
.std-mp-membership-change-form textarea,
.std-mp-request-grid input,
.std-mp-request-grid textarea {
  border-radius: 14px !important;
  background: #fff !important;
}

.std-mp-membership-change-help {
  display: block;
  min-height: 42px;
  margin-top: 7px;
  color: var(--std-mp-muted);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.45;
}

.std-mp-membership-change-button {
  min-width: 184px;
  align-self: end;
}

.std-mp-request-pending-box {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 15px;
  border-radius: 20px;
  color: #334155;
  background: rgba(224, 242, 254, .56);
  border: 1px solid rgba(14, 165, 233, .20);
}

.std-mp-request-pending-box.is-cancellation {
  background: rgba(255, 247, 214, .66);
  border-color: rgba(245, 158, 11, .22);
}

.std-mp-request-pending-box.is-cancellation.is-approved {
  color: #047857;
  background: rgba(236, 253, 245, .82);
  border-color: rgba(16, 185, 129, .24);
}


.std-mp-request-pending-box strong {
  display: block;
  color: var(--std-mp-navy);
  font-size: 14px;
}

.std-mp-request-pending-box p {
  margin: 5px 0 0;
  color: var(--std-mp-muted);
  font-size: 12.5px;
  line-height: 1.46;
}

.std-mp-cancellation-card {
  border-color: rgba(225, 29, 72, .13);
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 113, 133, .08), transparent 31%),
    rgba(255, 255, 255, .94);
}

.std-mp-cancellation-note {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid #dbeaf4;
}

.std-mp-cancellation-note p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.52;
}

.std-mp-termination-form {
  display: grid;
  grid-template-columns: minmax(160px, .62fr) minmax(250px, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.std-mp-termination-button {
  min-width: 184px;
  align-self: end;
}

.std-mp-request-status-wrap {
  display: grid;
  justify-items: start;
  gap: 8px;
  padding-top: 4px;
}

.std-mp-request-history {
  display: grid;
  gap: 10px;
}

.std-mp-request-history article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #dbeaf4;
}

.std-mp-request-history-copy {
  display: grid;
  gap: 4px;
}

.std-mp-request-history-copy small {
  color: var(--std-mp-muted);
  font-size: 12px;
}

.std-mp-request-history em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.std-mp-request-history em.is-open {
  color: #9a6700;
  background: #fff7d6;
  border: 1px solid #f5d76e;
}

.std-mp-request-history em.is-approved,
.std-mp-request-history em.is-resolved {
  color: #047857;
  background: rgba(16, 185, 129, .11);
  border: 1px solid rgba(16, 185, 129, .20);
}

.std-mp-request-history em.is-rejected {
  color: #9f1239;
  background: rgba(255, 228, 230, .72);
  border: 1px solid rgba(251, 113, 133, .28);
}

.std-mp-status.is-ending,
.std-mp-status.is-termination_requested,
.std-mp-status.is-pending {
  color: #9a6700;
  background: #fff7d6;
  border-color: #f5d76e;
}

@media (max-width: 1160px) {
  .std-mp-membership-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-membership-change-form,
  .std-mp-termination-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-membership-change-button,
  .std-mp-termination-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .std-mp-membership-impact-grid,
  .std-mp-membership-change-card,
  .std-mp-request-grid > article,
  .std-mp-membership-change-form,
  .std-mp-termination-form,
  .std-mp-request-history article {
    grid-template-columns: 1fr;
  }

  .std-mp-bank-summary {
    display: grid;
  }

  .std-mp-membership-support-note {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 15px;
  }

  .std-mp-membership-support-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .std-mp-membership-change-button,
  .std-mp-termination-button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .std-mp-request-history article > span:nth-child(2) {
    font-size: 12px;
  }

  .std-mp-request-history em {
    width: fit-content;
  }
}

.std-mp-turnstile{display:grid;gap:7px;min-height:44px;padding:10px 12px;border-radius:16px;background:rgba(248,250,252,.8);border:1px solid #dbeaf4}.std-mp-turnstile small{color:#64748b;font-size:12px}.std-mp-turnstile [data-std-turnstile-feedback].is-error{color:#b4233d;font-weight:750}.std-mp-turnstile.is-login{margin-bottom:2px}

/* =========================================================
   v2.1 Gruppen, Zusatzbeiträge und positive Trainingsreise
   ========================================================= */

.std-mp-member-row-v21 {
  grid-template-columns: 48px minmax(0, 1fr) minmax(230px, auto);
}

.std-mp-member-main {
  min-width: 0;
}

.std-mp-member-tariff b {
  display: block;
  margin-top: 7px;
  color: var(--std-mp-navy);
  font-size: 14px;
}

.std-mp-group-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.std-mp-group-chips em {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.std-mp-group-chips em.is-muted {
  color: #64748b;
  background: #f8fafc;
  border-color: #e2e8f0;
}

.std-mp-training-experience {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 0%, rgba(34, 211, 238, .16), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(20, 184, 166, .10), transparent 32%),
    rgba(255,255,255,.94);
}

.std-mp-training-orb {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 18px 44px rgba(20, 184, 166, .24);
}

.std-mp-training-orb svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.std-mp-training-member-grid {
  display: grid;
  gap: 14px;
}

.std-mp-training-member-card {
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 26px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid var(--std-mp-border);
  box-shadow: 0 12px 34px rgba(8, 47, 73, .045);
}

.std-mp-training-member-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.std-mp-training-member-head strong,
.std-mp-training-member-head small {
  display: block;
}

.std-mp-training-member-head small {
  margin-top: 4px;
  color: var(--std-mp-muted);
  font-size: 11px;
}

.std-mp-training-member-head em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  font-size: 11.5px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.std-mp-training-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}

.std-mp-training-stats > span {
  display: grid;
  gap: 8px;
  min-height: 90px;
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--std-mp-border);
}

.std-mp-training-stats small,
.std-mp-training-stats strong {
  display: block;
}

.std-mp-training-stats small {
  color: var(--std-mp-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.std-mp-training-stats strong {
  color: var(--std-mp-navy);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.std-mp-training-message,
.std-mp-training-gentle-state {
  margin-top: 14px;
  padding: 15px;
  border-radius: 20px;
  background: #f0fdfa;
  border: 1px solid rgba(20, 184, 166, .22);
}

.std-mp-training-message strong,
.std-mp-training-gentle-state strong {
  color: #047857;
}

.std-mp-training-message p,
.std-mp-training-gentle-state p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.52;
}

.std-mp-training-progress {
  overflow: hidden;
  height: 10px;
  margin-top: 15px;
  border-radius: 999px;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}

.std-mp-training-progress span {
  display: block;
  height: 100%;
  min-width: 4px;
  border-radius: inherit;
  background: var(--std-mp-gradient);
  transition: width 320ms cubic-bezier(.2,.8,.2,1);
}

.std-mp-training-next {
  margin: 8px 0 0 !important;
  color: var(--std-mp-muted) !important;
  font-size: 11.5px !important;
}

.std-mp-team-challenge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.24), transparent 36%),
    linear-gradient(135deg, #071a33, #082f49 60%, #064e6b);
  box-shadow: 0 18px 46px rgba(8,47,73,.15);
}

.std-mp-team-challenge strong,
.std-mp-team-challenge p,
.std-mp-team-challenge span {
  display: block;
}

.std-mp-team-challenge p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.45;
}

.std-mp-team-challenge > div > span {
  margin-top: 8px;
  color: #67e8f9;
  font-size: 12px;
  font-weight: 900;
}

.std-mp-switch {
  display: inline-grid;
  grid-template-columns: 46px auto;
  gap: 9px;
  align-items: center;
  cursor: pointer;
}

.std-mp-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.std-mp-switch > span {
  position: relative;
  width: 46px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255,255,255,.20);
  border: 1px solid rgba(255,255,255,.28);
  transition: background 180ms ease;
}

.std-mp-switch > span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  transition: transform 180ms ease;
}

.std-mp-switch input:checked + span {
  background: #14b8a6;
}

.std-mp-switch input:checked + span::after {
  transform: translateX(20px);
}

.std-mp-switch em {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .std-mp-member-row-v21 {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .std-mp-member-row-v21 .std-mp-member-tariff {
    grid-column: 2;
    text-align: left;
  }

  .std-mp-training-member-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .std-mp-training-member-head em {
    grid-column: 2;
    justify-self: start;
  }

  .std-mp-training-stats {
    grid-template-columns: 1fr;
  }

  .std-mp-training-stats > span {
    min-height: 72px;
  }

  .std-mp-team-challenge {
    grid-template-columns: 1fr;
  }

  .std-mp-switch {
    justify-self: start;
  }
}
.std-mp-team-challenge.is-locked {
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.16), transparent 36%),
    linear-gradient(135deg, #0f2744, #143b5c 60%, #18506d);
}

/* =========================================================
   v2.2 – Logout, payment and trainer workspace
   ========================================================= */

.std-mp-logout-form {
  display: inline-flex;
  margin: 0;
}

.std-mp-logout-form .std-mp-text-link {
  appearance: none;
  padding: 0;
  color: var(--std-mp-blue);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.std-mp-bank-summary-v22 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.std-mp-bank-summary-v22 > span {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(20,184,166,.16);
}

.std-mp-bank-summary-v22 small,
.std-mp-bank-summary-v22 strong,
.std-mp-bank-summary-v22 em {
  display: block;
}

.std-mp-bank-summary-v22 small {
  color: var(--std-mp-muted);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.std-mp-bank-summary-v22 strong {
  overflow-wrap: anywhere;
  color: var(--std-mp-navy);
  font-size: 14px;
}

.std-mp-bank-summary-v22 em {
  color: var(--std-mp-muted);
  font-size: 11px;
  font-style: normal;
}

.std-mp-payment-editor {
  margin-top: 16px;
  border-radius: 22px;
  background: rgba(248,250,252,.72);
  border: 1px solid var(--std-mp-border);
}

.std-mp-payment-editor > summary {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 18px;
  color: var(--std-mp-blue);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.std-mp-payment-editor > summary::-webkit-details-marker {
  display: none;
}

.std-mp-payment-editor > summary::after {
  content: "+";
  margin-left: auto;
  font-size: 20px;
  font-weight: 500;
}

.std-mp-payment-editor[open] > summary::after {
  content: "−";
}

.std-mp-payment-editor .std-mp-form {
  padding: 0 18px 18px;
}

.std-mp-trainer-workspace {
  scroll-margin-top: 24px;
  overflow: hidden;
}

.std-mp-trainer-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.std-mp-trainer-schedule-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  min-height: 240px;
  padding: 22px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.16), transparent 38%),
    rgba(248,250,252,.88);
  border: 1px solid var(--std-mp-border);
}

.std-mp-trainer-schedule-card.is-today {
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.24), transparent 38%),
    rgba(240,253,250,.86);
  border-color: rgba(20,184,166,.34);
  box-shadow: 0 18px 46px rgba(20,184,166,.10);
}

.std-mp-trainer-schedule-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.std-mp-trainer-schedule-top > span {
  color: var(--std-mp-teal);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.std-mp-trainer-schedule-top em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #047857;
  background: rgba(16,185,129,.11);
  border: 1px solid rgba(16,185,129,.20);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 900;
}

.std-mp-trainer-schedule-card h3 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.std-mp-trainer-schedule-card p,
.std-mp-trainer-schedule-card small {
  margin: 0;
}

.std-mp-trainer-schedule-card p {
  color: #334155;
  font-size: 15px;
  font-weight: 850;
}

.std-mp-trainer-schedule-card > small {
  color: var(--std-mp-muted);
  line-height: 1.5;
}

.std-mp-trainer-schedule-card .std-mp-button {
  align-self: end;
  justify-self: start;
  margin-top: auto;
}

.std-mp-trainer-roster-head {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.std-mp-trainer-roster-head > div {
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(34,211,238,.26), transparent 36%),
    linear-gradient(135deg, #071a33, #082f49 58%, #064e6b);
  box-shadow: 0 22px 58px rgba(8,47,73,.16);
}

.std-mp-trainer-roster-head span,
.std-mp-trainer-roster-head h3,
.std-mp-trainer-roster-head p {
  display: block;
}

.std-mp-trainer-roster-head span {
  color: #67e8f9;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.std-mp-trainer-roster-head h3 {
  margin-top: 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}

.std-mp-trainer-roster-head p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.76);
}

.std-mp-occurrence-strip {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 3px 2px 12px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.std-mp-occurrence-strip a {
  flex: 0 0 92px;
  display: grid;
  place-items: center;
  gap: 4px;
  min-height: 84px;
  padding: 10px;
  border-radius: 20px;
  color: var(--std-mp-navy) !important;
  background: rgba(248,250,252,.86);
  border: 1px solid var(--std-mp-border);
  text-decoration: none !important;
  scroll-snap-align: start;
}

.std-mp-occurrence-strip a.is-active {
  color: #fff !important;
  background: var(--std-mp-gradient);
  border-color: transparent;
  box-shadow: 0 15px 34px rgba(20,184,166,.22);
}

.std-mp-occurrence-strip small,
.std-mp-occurrence-strip strong,
.std-mp-occurrence-strip em {
  display: block;
}

.std-mp-occurrence-strip small {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.std-mp-occurrence-strip strong {
  font-size: 15px;
}

.std-mp-occurrence-strip em {
  color: var(--std-mp-muted);
  font-size: 9.5px;
  font-style: normal;
  font-weight: 850;
}

.std-mp-occurrence-strip a.is-active em {
  color: rgba(255,255,255,.78);
}

.std-mp-trainer-roster-form {
  margin-top: 4px;
}

.std-mp-mini-button {
  appearance: none;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--std-mp-blue);
  background: #fff;
  border: 1px solid #bae6fd;
  font: inherit;
  font-size: 11.5px;
  font-weight: 900;
  cursor: pointer;
}

.std-mp-portal-attendance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.std-mp-portal-attendance-person {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  border-radius: 20px;
  background: rgba(248,250,252,.82);
  border: 1px solid var(--std-mp-border);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.std-mp-portal-attendance-person:hover {
  transform: translateY(-1px);
}

.std-mp-portal-attendance-person input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.std-mp-portal-attendance-check {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #94a3b8;
  background: #fff;
  border: 1px solid #cbd5e1;
  font-size: 17px;
  font-weight: 900;
}

.std-mp-portal-attendance-person:has(input:checked) {
  background: rgba(240,253,250,.88);
  border-color: rgba(20,184,166,.42);
}

.std-mp-portal-attendance-person:has(input:checked) .std-mp-portal-attendance-check {
  color: #fff;
  background: var(--std-mp-gradient);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(20,184,166,.18);
}

.std-mp-portal-attendance-person strong,
.std-mp-portal-attendance-person small {
  display: block;
}

.std-mp-portal-attendance-person small {
  margin-top: 4px;
  color: var(--std-mp-muted);
  font-size: 10.5px;
}

.std-mp-trainer-savebar {
  position: sticky;
  bottom: 12px;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(221,234,243,.96);
  box-shadow: 0 18px 52px rgba(8,47,73,.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.std-mp-trainer-savebar > span {
  color: var(--std-mp-muted);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .std-mp-bank-summary-v22,
  .std-mp-portal-attendance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .std-mp-trainer-schedule-grid,
  .std-mp-bank-summary-v22,
  .std-mp-portal-attendance-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-trainer-schedule-card {
    min-height: 220px;
    padding: 18px;
  }

  .std-mp-occurrence-strip {
    margin-inline: -4px;
  }

  .std-mp-trainer-savebar {
    display: grid;
    grid-template-columns: 1fr;
    bottom: 8px;
  }

  .std-mp-trainer-savebar .std-mp-button {
    width: 100%;
  }

  .std-mp-attendance-tools > span {
    width: 100%;
    margin-left: 0;
  }
}

/* Portal section navigation v2.2 */
.std-mp-subnav a.is-active,
.std-mp-subnav a[aria-current="location"] {
  color: #ffffff !important;
  background: var(--std-mp-gradient);
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.2);
}

#uebersicht,
#mitglieder,
#trainer,
#training,
#meine-daten,
#zahlung,
#mitgliedschaft,
#anfragen {
  scroll-margin-top: 24px;
}

/* =========================================================
   v2.3 - Kompakter Portal-Arbeitsbereich
   ========================================================= */
.std-mp-portal-page [id="uebersicht"][hidden],
.std-mp-portal-page [id="mitglieder"][hidden],
.std-mp-portal-page [id="trainer"][hidden],
.std-mp-portal-page [id="training"][hidden],
.std-mp-portal-page [id="meine-daten"][hidden],
.std-mp-portal-page [id="zahlung"][hidden],
.std-mp-portal-page [id="mitgliedschaft"][hidden],
.std-mp-portal-page [id="anfragen"][hidden] {
  display: none !important;
}

.std-mp-subnav button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: var(--std-mp-navy);
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.std-mp-subnav button:hover,
.std-mp-subnav button:focus-visible {
  color: var(--std-mp-teal);
  background: rgba(224, 242, 254, .72);
  outline: none;
}

.std-mp-subnav button.is-active,
.std-mp-subnav button[aria-current="page"] {
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 12px 30px rgba(20, 184, 166, .22);
}

.std-mp-subnav button:active {
  transform: translateY(1px);
}

.std-mp-portal-page .is-portal-panel-active {
  animation: std-mp-panel-in 220ms ease both;
}

@keyframes std-mp-panel-in {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .std-mp-portal-page .is-portal-panel-active { animation: none; }
}

@media (max-width: 760px) {
  .std-mp-subnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    overflow: visible;
    border-radius: 24px;
  }

  .std-mp-subnav button {
    min-width: 0;
    min-height: 42px;
    padding-inline: 10px;
    white-space: normal;
    text-align: center;
  }
}

/* =========================================================
   v3.0 - Öffentliche Mitgliedschaftsseite + lazy Portal
   ========================================================= */
.std-mp-public-landing {
  display: grid;
  gap: clamp(48px, 6vw, 84px);
}

.std-mp-membership-hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .75fr);
  align-items: center;
  padding: clamp(30px, 5vw, 64px);
}

.std-mp-membership-hero h1 span {
  display: block;
  color: var(--std-mp-teal);
}

.std-mp-membership-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.std-mp-membership-trust span,
.std-mp-option-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--std-mp-blue);
  background: rgba(224, 242, 254, .82);
  border: 1px solid rgba(186, 230, 253, .9);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
}

.std-mp-membership-impact {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 30px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 24px 70px rgba(8, 47, 73, .1);
}

.std-mp-membership-impact h2 {
  margin-top: 22px;
  font-size: clamp(29px, 3vw, 42px);
}

.std-mp-impact-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.std-mp-impact-list article {
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(248, 250, 252, .8);
  border: 1px solid var(--std-mp-border);
}

.std-mp-impact-list strong {
  display: block;
  font-size: 14px;
}

.std-mp-impact-list p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.std-mp-secure-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 16px 0 0 !important;
  padding: 12px;
  border-radius: 18px;
  background: rgba(240, 253, 250, .68);
  border: 1px solid rgba(20, 184, 166, .2);
  font-size: 12.5px;
}

.std-mp-secure-note svg {
  width: 22px;
  height: 22px;
  color: var(--std-mp-teal);
  stroke-width: 2;
}

.std-mp-public-section {
  position: relative;
}

.std-mp-public-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.std-mp-public-head h2 {
  margin-top: 10px;
}

.std-mp-public-head p {
  max-width: 680px;
  margin: 13px 0 0;
  font-size: 16px;
}

.std-mp-benefit-grid,
.std-mp-membership-option-grid,
.std-mp-join-steps,
.std-mp-impact-facts,
.std-mp-portal-quick-grid {
  display: grid;
  gap: 16px;
}

.std-mp-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.std-mp-benefit-grid article,
.std-mp-membership-option-grid > article,
.std-mp-join-steps article,
.std-mp-impact-facts article,
.std-mp-portal-quick-grid a {
  border: 1px solid rgba(221, 234, 243, .96);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .10), transparent 34%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 16px 44px rgba(8, 47, 73, .065);
}

.std-mp-benefit-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
}

.std-mp-benefit-grid article > span,
.std-mp-portal-quick-grid a > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .13);
  border: 1px solid rgba(34, 211, 238, .22);
}

.std-mp-benefit-grid svg,
.std-mp-portal-quick-grid svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.95;
}

.std-mp-benefit-grid p {
  margin: 10px 0 0;
  font-size: 14px;
}

.std-mp-membership-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.std-mp-membership-option-grid > article {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border-radius: 32px;
}

.std-mp-membership-option-grid > article.is-primary {
  border-color: rgba(20, 184, 166, .3);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .19), transparent 36%),
    rgba(240, 253, 250, .86);
}

.std-mp-membership-option-grid h3 {
  margin-top: 18px;
  font-size: clamp(28px, 2.6vw, 40px);
}

.std-mp-membership-option-grid ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.std-mp-membership-option-grid li {
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-size: 14px;
  line-height: 1.45;
}

.std-mp-membership-option-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--std-mp-teal);
  font-weight: 900;
}

.std-mp-membership-option-grid article > div:not(.std-mp-actions) {
  display: grid;
  gap: 5px;
  margin-top: auto;
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--std-mp-border);
}

.std-mp-membership-option-grid article > div small {
  color: var(--std-mp-muted);
  font-weight: 750;
}

.std-mp-membership-option-grid article > div strong {
  font-size: 22px;
}

.std-mp-membership-option-grid .std-mp-button {
  align-self: flex-start;
}

.std-mp-impact-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 12%, rgba(34, 211, 238, .27), transparent 32%),
    linear-gradient(135deg, #071a33 0%, #082f49 54%, #064e6b 100%);
  box-shadow: 0 32px 90px rgba(8, 47, 73, .22);
}

.std-mp-impact-panel h2,
.std-mp-impact-panel p {
  color: #fff;
}

.std-mp-impact-panel p {
  color: rgba(255, 255, 255, .74);
}

.std-mp-impact-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.std-mp-impact-facts article {
  min-height: 126px;
  padding: 18px;
  border-radius: 24px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
  box-shadow: none;
}

.std-mp-impact-facts strong,
.std-mp-impact-facts span {
  display: block;
}

.std-mp-impact-facts strong {
  font-size: 19px;
}

.std-mp-impact-facts span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 12.5px;
  line-height: 1.35;
}

.std-mp-join-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.std-mp-join-steps article {
  padding: 26px;
  border-radius: 28px;
}

.std-mp-join-steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--std-mp-blue);
  background: rgba(224, 242, 254, .85);
  font-size: 12px;
  font-weight: 900;
}

.std-mp-join-steps p {
  margin: 9px 0 0;
  font-size: 14px;
}

.std-mp-final-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 36px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(221, 234, 243, .96);
  box-shadow: var(--std-mp-shadow);
}

.std-mp-final-cta > div:first-child {
  max-width: 730px;
}

.std-mp-final-cta .std-mp-actions {
  align-items: center;
  flex: 0 0 auto;
}

.std-mp-portal-content {
  position: relative;
  min-height: 180px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.std-mp-portal-content.is-loading {
  opacity: .48;
  transform: translateY(3px);
  pointer-events: none;
}

.std-mp-portal-content.is-loading::after {
  content: "Bereich wird geladen …";
  position: absolute;
  inset: 18px auto auto 50%;
  transform: translateX(-50%);
  z-index: 5;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--std-mp-navy);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--std-mp-border);
  box-shadow: 0 12px 30px rgba(8, 47, 73, .1);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.std-mp-subnav.is-loading {
  pointer-events: none;
}

.std-mp-portal-quick-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.std-mp-portal-quick-grid a {
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  color: var(--std-mp-navy) !important;
  text-decoration: none !important;
}

.std-mp-portal-quick-grid a > span {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 15px;
}

.std-mp-portal-quick-grid strong,
.std-mp-portal-quick-grid small {
  display: block;
}

.std-mp-portal-quick-grid small {
  margin-top: 5px;
  color: var(--std-mp-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .std-mp-membership-hero,
  .std-mp-impact-panel {
    grid-template-columns: 1fr;
  }

  .std-mp-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-impact-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .std-mp-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .std-mp-public-landing {
    gap: 44px;
  }

  .std-mp-membership-hero,
  .std-mp-impact-panel,
  .std-mp-final-cta {
    padding: 22px;
    border-radius: 28px;
  }

  .std-mp-benefit-grid,
  .std-mp-membership-option-grid,
  .std-mp-join-steps,
  .std-mp-impact-facts,
  .std-mp-portal-quick-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-benefit-grid article {
    min-height: 0;
  }

  .std-mp-membership-option-grid .std-mp-button,
  .std-mp-final-cta .std-mp-button {
    width: 100%;
  }

  .std-mp-membership-trust span {
    flex: 1 1 auto;
    justify-content: center;
  }

  .std-mp-subnav a {
    min-width: 0;
    min-height: 42px;
    padding-inline: 10px;
    white-space: normal;
    text-align: center;
  }
}


/* Frontend confirmation dialog */
body.std-mp-confirm-open {
  overflow: hidden;
}

.std-mp-confirm-modal[hidden] {
  display: none !important;
}

.std-mp-confirm-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.std-mp-confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 26, 51, .58);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.std-mp-confirm-dialog {
  position: relative;
  width: min(500px, calc(100vw - 28px));
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .12), transparent 34%),
    #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 34px 110px rgba(7, 26, 51, .34);
  animation: std-mp-confirm-in 180ms ease both;
}

.std-mp-confirm-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 17px;
  border-radius: 19px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 16px 38px rgba(20, 184, 166, .22);
  font-size: 24px;
  font-weight: 900;
}

.std-mp-confirm-modal.is-danger .std-mp-confirm-icon {
  background: linear-gradient(135deg, #fb7185 0%, #e54864 52%, #c72c4b 100%);
  box-shadow: 0 16px 38px rgba(225, 29, 72, .22);
}

.std-mp-confirm-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--std-mp-teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.std-mp-confirm-dialog h2 {
  margin: 0;
  color: var(--std-mp-navy);
  font-size: clamp(27px, 4vw, 34px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.std-mp-confirm-dialog p {
  margin: 13px 0 0;
  color: var(--std-mp-muted);
  font-size: 14px;
  line-height: 1.6;
}

.std-mp-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.std-mp-confirm-actions button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.std-mp-confirm-cancel {
  color: var(--std-mp-navy);
  background: #fff;
  border: 1px solid var(--std-mp-border);
}

.std-mp-confirm-submit {
  color: #fff;
  background: var(--std-mp-gradient);
  border: 0;
  box-shadow: 0 14px 34px rgba(20, 184, 166, .22);
}

.std-mp-confirm-modal.is-danger .std-mp-confirm-submit {
  background: linear-gradient(135deg, #fb7185 0%, #e54864 52%, #c72c4b 100%);
  box-shadow: 0 14px 34px rgba(225, 29, 72, .22);
}

@keyframes std-mp-confirm-in {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 520px) {
  .std-mp-confirm-dialog {
    padding: 22px;
    border-radius: 24px;
  }

  .std-mp-confirm-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .std-mp-confirm-actions button {
    width: 100%;
  }
}

/* =========================================================
   v3.3 Turnstile + Mitgliedschaft & Service
   ========================================================= */

.std-mp-turnstile {
  display: grid;
  gap: 8px;
  min-height: 74px;
  margin: 16px 0 0;
  padding: 14px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .11), transparent 34%),
    rgba(248, 250, 252, .88);
  border: 1px solid #dbeaf4;
}

.std-mp-turnstile-widget,
.std-mp-turnstile-widget > div,
.std-mp-turnstile iframe {
  width: 100% !important;
  max-width: 100% !important;
}

.std-mp-turnstile-hint,
.std-mp-turnstile [data-std-turnstile-feedback] {
  color: #64748b;
  font-size: 12px;
  line-height: 1.42;
}

.std-mp-turnstile [data-std-turnstile-feedback].is-error {
  color: #b4233d;
  font-weight: 800;
}

.std-mp-turnstile.is-login {
  margin: 2px 0 4px;
}

.std-mp-membership-hub {
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .11), transparent 32%),
    rgba(255, 255, 255, .95);
}

.std-mp-membership-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: clamp(22px, 3.4vw, 42px);
  align-items: stretch;
}

.std-mp-membership-hub-copy {
  align-self: center;
  padding: 4px 0;
}

.std-mp-membership-hub-copy h2 {
  max-width: 840px;
  margin: 10px 0 0;
  color: var(--std-mp-navy);
  font-size: clamp(36px, 4.1vw, 60px);
  line-height: .99;
  letter-spacing: -.055em;
}

.std-mp-membership-hub-copy p {
  max-width: 860px;
  margin: 17px 0 0;
  color: #516b87;
  font-size: 16px;
  line-height: 1.68;
}

.std-mp-membership-impact-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 0%, rgba(34, 211, 238, .28), transparent 38%),
    linear-gradient(145deg, #071a33 0%, #083c5c 58%, #07566e 100%);
  box-shadow: 0 24px 64px rgba(8, 47, 73, .18);
}

.std-mp-membership-impact-orb {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 16px 36px rgba(34, 211, 238, .22);
}

.std-mp-membership-impact-orb svg {
  width: 27px;
  height: 27px;
}

.std-mp-membership-impact-panel .std-mp-kicker {
  margin: 1px 0 6px;
  color: #67e8f9;
}

.std-mp-membership-impact-panel > div > strong {
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1.16;
}

.std-mp-membership-impact-panel ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.std-mp-membership-impact-panel li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
  padding: 11px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13);
}

.std-mp-membership-impact-panel li > svg {
  width: 22px;
  height: 22px;
  color: #67e8f9;
  stroke-width: 2;
}

.std-mp-membership-impact-panel li strong,
.std-mp-membership-impact-panel li small {
  display: block;
}

.std-mp-membership-impact-panel li strong {
  color: #fff;
  font-size: 12.5px;
  line-height: 1.18;
}

.std-mp-membership-impact-panel li small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .68);
  font-size: 10.5px;
  line-height: 1.28;
}

.std-mp-membership-alternative-strip {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .14), transparent 34%),
    rgba(240, 253, 250, .78);
  border: 1px solid rgba(20, 184, 166, .22);
}

.std-mp-membership-alternative-strip strong {
  display: block;
  color: var(--std-mp-navy);
  font-size: 17px;
  line-height: 1.28;
}

.std-mp-membership-alternative-strip p {
  margin: 6px 0 0;
  color: #516b87;
  font-size: 13.5px;
  line-height: 1.58;
}

.std-mp-membership-options-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin: 28px 0 14px;
  padding-top: 24px;
  border-top: 1px solid #dbeaf4;
}

.std-mp-membership-options-head h3 {
  margin: 7px 0 0;
  color: var(--std-mp-navy);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.std-mp-membership-options-head p {
  max-width: 790px;
  margin: 9px 0 0;
  color: var(--std-mp-muted);
  font-size: 13.5px;
  line-height: 1.56;
}

.std-mp-membership-review-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #047857;
  background: rgba(16, 185, 129, .10);
  border: 1px solid rgba(16, 185, 129, .22);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.std-mp-membership-review-badge svg {
  width: 18px;
  height: 18px;
}

.std-mp-membership-change-card {
  grid-template-columns: minmax(250px, .42fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .07), transparent 34%),
    #fbfdff;
}

.std-mp-membership-current {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-width: 0;
  align-content: start;
}

.std-mp-membership-current-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: #fff;
  background: var(--std-mp-gradient);
  font-weight: 900;
}

.std-mp-membership-current > div > strong,
.std-mp-membership-current > div > small {
  display: block;
}

.std-mp-membership-current > div > strong {
  color: var(--std-mp-navy);
  font-size: 16px;
  line-height: 1.2;
}

.std-mp-membership-current > div > small {
  margin-top: 4px;
  color: #047857;
  font-size: 11px;
  font-weight: 850;
}

.std-mp-membership-current > em {
  color: var(--std-mp-navy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.std-mp-membership-current-groups {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.std-mp-membership-current-groups span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 10.5px;
  font-weight: 850;
  line-height: 1;
}

.std-mp-membership-change-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.std-mp-membership-change-fields {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(250px, 1.1fr);
  gap: 12px;
  min-width: 0;
}

.std-mp-membership-change-message {
  grid-column: 1 / -1;
}

.std-mp-membership-change-preview {
  align-self: stretch;
  min-height: 92px;
  padding: 13px 14px;
  border-radius: 17px;
  background: rgba(224, 242, 254, .60);
  border: 1px solid rgba(14, 165, 233, .20);
}

.std-mp-membership-change-preview[hidden] {
  display: none !important;
}

.std-mp-membership-change-preview > span {
  display: block;
  color: #0369a1;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.std-mp-membership-change-preview > strong {
  display: block;
  margin-top: 7px;
  color: var(--std-mp-navy);
  font-size: 14px;
  line-height: 1.28;
}

.std-mp-membership-change-preview p {
  margin: 6px 0 0;
  color: #516b87;
  font-size: 12px;
  line-height: 1.42;
}

.std-mp-membership-change-button {
  min-width: 190px;
}

@media (max-width: 1120px) {
  .std-mp-membership-hub-hero {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-change-card,
  .std-mp-membership-change-form {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-change-button {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .std-mp-membership-impact-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .std-mp-membership-impact-panel ul,
  .std-mp-membership-change-fields {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-alternative-strip {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 15px;
  }

  .std-mp-membership-options-head {
    display: grid;
    align-items: start;
  }

  .std-mp-membership-review-badge {
    width: fit-content;
  }

  .std-mp-membership-current {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .std-mp-membership-current > em {
    grid-column: 2;
  }

  .std-mp-membership-current-groups {
    grid-column: 1 / -1;
  }

  .std-mp-membership-change-message {
    grid-column: auto;
  }

  .std-mp-membership-change-button {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   v3.4 Mitgliedschaft & Service – klare Wege + Kündigungsfrist
   ========================================================= */

.std-mp-membership-hub {
  padding: clamp(24px, 3vw, 38px);
}

.std-mp-membership-hub-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
}

.std-mp-membership-hub-copy h2 {
  max-width: 720px;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1;
}

.std-mp-membership-hub-copy p {
  max-width: 780px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.62;
}

.std-mp-membership-quick-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 19px;
}

.std-mp-membership-quick-benefits > span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
  padding: 11px 12px;
  border-radius: 17px;
  background: rgba(248, 250, 252, .86);
  border: 1px solid #dbeaf4;
}

.std-mp-membership-quick-benefits > span > svg {
  width: 21px;
  height: 21px;
  color: var(--std-mp-teal);
  stroke-width: 2;
}

.std-mp-membership-quick-benefits strong,
.std-mp-membership-quick-benefits small {
  display: block;
}

.std-mp-membership-quick-benefits strong {
  color: var(--std-mp-navy);
  font-size: 12.5px;
  line-height: 1.2;
}

.std-mp-membership-quick-benefits small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10.5px;
  line-height: 1.28;
}

.std-mp-membership-impact-panel {
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  padding: 20px;
  border-radius: 25px;
  box-shadow: 0 20px 52px rgba(8, 47, 73, .15);
}

.std-mp-membership-impact-orb {
  width: 50px;
  height: 50px;
  border-radius: 17px;
}

.std-mp-membership-impact-orb svg {
  width: 24px;
  height: 24px;
}

.std-mp-membership-impact-panel > div > strong {
  font-size: 18px;
}

.std-mp-membership-impact-panel ul {
  gap: 7px;
  margin-top: 7px;
}

.std-mp-membership-impact-panel li {
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 7px;
  padding: 9px 10px;
  border-radius: 15px;
}

.std-mp-membership-impact-panel li > svg {
  width: 19px;
  height: 19px;
}

.std-mp-membership-alternative-strip {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  margin-top: 20px;
  padding: 15px 16px;
  border-radius: 21px;
}

.std-mp-membership-alternative-strip .std-mp-membership-support-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.std-mp-membership-alternative-strip strong {
  font-size: 15px;
}

.std-mp-membership-alternative-strip p {
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.5;
}

.std-mp-membership-alternative-strip > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0369a1 !important;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(14, 165, 233, .22);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}

.std-mp-membership-alternative-strip > a:hover,
.std-mp-membership-alternative-strip > a:focus-visible {
  color: #fff !important;
  background: var(--std-mp-gradient);
  border-color: transparent;
}

.std-mp-membership-options-head {
  align-items: center;
  margin-top: 24px;
  padding-top: 22px;
}

.std-mp-membership-options-head h3 {
  font-size: clamp(26px, 2.7vw, 36px);
}

.std-mp-membership-process {
  display: grid;
  gap: 7px;
  min-width: 220px;
}

.std-mp-membership-process > span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 14px;
  color: #334155;
  background: rgba(248, 250, 252, .9);
  border: 1px solid #dbeaf4;
  font-size: 11.5px;
  font-weight: 850;
  white-space: nowrap;
}

.std-mp-membership-process b {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  font-size: 10px;
}

.std-mp-membership-change-card {
  padding: 16px;
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(8, 47, 73, .035);
}

.std-mp-cancellation-card {
  padding: clamp(24px, 3vw, 36px);
  border-color: rgba(225, 29, 72, .14);
  background:
    radial-gradient(circle at 100% 0%, rgba(251, 113, 133, .07), transparent 30%),
    rgba(255, 255, 255, .96);
}

.std-mp-cancellation-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 390px);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
}

.std-mp-cancellation-head h2 {
  max-width: 760px;
  margin: 8px 0 0;
  color: var(--std-mp-navy);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.std-mp-cancellation-head > div > p {
  max-width: 800px;
  margin: 13px 0 0;
  color: #516b87;
  font-size: 14.5px;
  line-height: 1.62;
}

.std-mp-termination-rule {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 17px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .13), transparent 38%),
    rgba(240, 249, 255, .82);
  border: 1px solid rgba(14, 165, 233, .22);
}

.std-mp-termination-rule-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 14px 30px rgba(20, 184, 166, .18);
}

.std-mp-termination-rule-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.std-mp-termination-rule .std-mp-kicker {
  margin: 1px 0 6px;
}

.std-mp-termination-rule strong {
  display: block;
  color: var(--std-mp-navy);
  font-size: 15px;
  line-height: 1.3;
}

.std-mp-termination-rule p {
  margin: 6px 0 0;
  color: var(--std-mp-muted);
  font-size: 12px;
  line-height: 1.45;
}

.std-mp-cancellation-alternatives {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0 16px;
}

.std-mp-cancellation-alternatives > span {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border-radius: 17px;
  background: rgba(248, 250, 252, .86);
  border: 1px solid #dbeaf4;
}

.std-mp-cancellation-alternatives > span > svg {
  width: 21px;
  height: 21px;
  color: var(--std-mp-teal);
  stroke-width: 2;
}

.std-mp-cancellation-alternatives strong,
.std-mp-cancellation-alternatives small {
  display: block;
}

.std-mp-cancellation-alternatives strong {
  color: var(--std-mp-navy);
  font-size: 12.5px;
  line-height: 1.2;
}

.std-mp-cancellation-alternatives small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10.5px;
  line-height: 1.3;
}

.std-mp-termination-request-grid > article {
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  padding: 16px;
  border-radius: 21px;
  background: rgba(251, 253, 255, .94);
}

.std-mp-termination-form {
  display: grid;
  grid-template-columns: minmax(205px, .66fr) minmax(250px, 1fr) auto;
  gap: 11px;
  align-items: end;
}

.std-mp-termination-effective {
  display: grid;
  align-content: center;
  min-height: 92px;
  padding: 13px 14px;
  border-radius: 17px;
  background: rgba(240, 249, 255, .82);
  border: 1px solid rgba(14, 165, 233, .20);
}

.std-mp-termination-effective > span {
  color: #0369a1;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.std-mp-termination-effective > strong {
  margin-top: 6px;
  color: var(--std-mp-navy);
  font-size: 20px;
  line-height: 1.1;
}

.std-mp-termination-effective > small {
  margin-top: 5px;
  color: var(--std-mp-muted);
  font-size: 11px;
  line-height: 1.35;
}

.std-mp-termination-form textarea {
  min-height: 92px !important;
}

.std-mp-termination-button {
  min-width: 178px;
}

@media (max-width: 1120px) {
  .std-mp-membership-hub-hero,
  .std-mp-cancellation-head {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-impact-panel {
    max-width: none;
  }

  .std-mp-membership-process {
    min-width: 0;
  }

  .std-mp-termination-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-termination-button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .std-mp-membership-hub,
  .std-mp-cancellation-card {
    padding: 18px;
  }

  .std-mp-membership-quick-benefits,
  .std-mp-cancellation-alternatives,
  .std-mp-membership-impact-panel ul,
  .std-mp-termination-request-grid > article,
  .std-mp-termination-form {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-alternative-strip {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .std-mp-membership-alternative-strip > a {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .std-mp-membership-options-head {
    display: grid;
  }

  .std-mp-membership-process {
    grid-template-columns: 1fr;
  }

  .std-mp-termination-rule {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px;
  }

  .std-mp-termination-rule-icon {
    width: 44px;
    height: 44px;
  }

  .std-mp-termination-button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }
}

/* =========================================================
   v3.5 - Future public membership landing
   Only affects the logged-out portal homepage.
   ========================================================= */
body.std-mp-public-page .std-mp-public-landing {
  width: min(1280px, calc(100vw - 40px));
  display: block;
  margin-top: 0 !important;
  overflow: visible;
}

body.std-mp-public-page .std-mp-public-landing > section {
  scroll-margin-top: 104px;
}

.std-mp-future-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: clamp(38px, 5.5vw, 82px);
  align-items: center;
  min-height: 0;
  padding: clamp(34px, 4vw, 56px) clamp(8px, 2vw, 26px) clamp(58px, 6vw, 84px);
}

.std-mp-future-hero::before,
.std-mp-future-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(4px);
}

.std-mp-future-hero::before {
  width: min(510px, 42vw);
  height: min(510px, 42vw);
  left: -17%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(20, 184, 166, .14), transparent 68%);
}

.std-mp-future-hero::after {
  width: min(430px, 36vw);
  height: min(430px, 36vw);
  right: -8%;
  top: -2%;
  background: radial-gradient(circle, rgba(34, 211, 238, .22), transparent 68%);
}

.std-mp-future-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.std-mp-future-hero-copy h1 {
  margin-top: 18px;
  max-width: 820px;
  font-size: clamp(54px, 5.8vw, 88px);
  line-height: .94;
  letter-spacing: -.066em;
}

.std-mp-future-hero-copy h1 span {
  display: block;
  color: var(--std-mp-teal);
}

.std-mp-future-hero-copy > p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #153354;
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.62;
}

.std-mp-future-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.std-mp-future-actions .std-mp-button svg {
  width: 18px;
  height: 18px;
}

.std-mp-future-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.std-mp-future-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: #075985;
  background: rgba(224, 242, 254, .74);
  border: 1px solid rgba(125, 211, 252, .48);
  font-size: 11.5px;
  font-weight: 900;
  white-space: nowrap;
}

.std-mp-future-trust svg {
  width: 15px;
  height: 15px;
  color: var(--std-mp-teal);
  stroke-width: 2.2;
}

.std-mp-future-compass {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .16), transparent 34%),
    rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .94);
  box-shadow: 0 30px 90px rgba(8, 47, 73, .14);
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.std-mp-future-compass::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -96px;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: rgba(20, 184, 166, .09);
  pointer-events: none;
}

.std-mp-future-compass > * {
  position: relative;
  z-index: 2;
}

.std-mp-future-compass-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.std-mp-future-compass-head .std-mp-icon-orb {
  width: 58px;
  height: 58px;
  border-radius: 19px;
}

.std-mp-future-compass-head .std-mp-icon-orb svg {
  width: 26px;
  height: 26px;
}

.std-mp-future-compass h2 {
  margin-top: 8px;
  font-size: clamp(29px, 2.6vw, 42px);
}

.std-mp-future-compass-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin-top: 24px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(226, 240, 249, .72);
  border: 1px solid rgba(203, 224, 237, .92);
}

.std-mp-future-compass-tabs button {
  appearance: none;
  min-width: 0;
  min-height: 40px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  color: #48627d;
  background: transparent;
  font: inherit;
  font-size: 11.5px;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.std-mp-future-compass-tabs button:hover,
.std-mp-future-compass-tabs button:focus-visible {
  color: var(--std-mp-navy);
}

.std-mp-future-compass-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 10px 24px rgba(20, 184, 166, .22);
}

.std-mp-future-compass-panels {
  margin-top: 16px;
}

.std-mp-future-compass-panels article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border-radius: 24px;
  background: rgba(248, 250, 252, .82);
  border: 1px solid rgba(219, 234, 244, .96);
  animation: std-mp-future-panel-in 220ms ease both;
}

.std-mp-future-compass-panels article[hidden] {
  display: none !important;
}

.std-mp-future-compass-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .13);
  border: 1px solid rgba(34, 211, 238, .22);
}

.std-mp-future-compass-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.std-mp-future-compass-panels article > div:nth-child(2) small,
.std-mp-future-compass-panels article > div:nth-child(2) strong {
  display: block;
}

.std-mp-future-compass-panels article > div:nth-child(2) small {
  color: var(--std-mp-teal);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.std-mp-future-compass-panels article > div:nth-child(2) strong {
  margin-top: 6px;
  font-size: 19px;
  line-height: 1.14;
}

.std-mp-future-compass-panels article p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.std-mp-future-compass-price {
  min-width: 108px;
  text-align: right;
}

.std-mp-future-compass-price span,
.std-mp-future-compass-price strong,
.std-mp-future-compass-price small {
  display: block;
}

.std-mp-future-compass-price span,
.std-mp-future-compass-price small {
  color: var(--std-mp-muted);
  font-size: 10.5px;
  font-weight: 750;
}

.std-mp-future-compass-price strong {
  margin: 3px 0;
  color: var(--std-mp-navy);
  font-size: 19px;
  line-height: 1;
  white-space: nowrap;
}

.std-mp-future-compass-price.is-text strong {
  font-size: 15px;
}

.std-mp-future-compass-panels article > a {
  grid-column: 2 / -1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-top: 2px;
  color: var(--std-mp-blue) !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

.std-mp-future-compass-panels article > a svg {
  width: 15px;
  height: 15px;
}

.std-mp-future-section {
  position: relative;
  margin-top: clamp(52px, 7vw, 96px);
}

.std-mp-future-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .62fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.std-mp-future-section-head h2 {
  max-width: 760px;
  margin-top: 11px;
}

.std-mp-future-section-head > p {
  margin: 0;
  font-size: 15.5px;
}

.std-mp-future-membership {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .11), transparent 34%),
    rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: 0 22px 70px rgba(8, 47, 73, .09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.std-mp-future-membership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.std-mp-future-membership-grid > article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 30px;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(219, 234, 244, .98);
  box-shadow: 0 14px 42px rgba(8, 47, 73, .055);
}

.std-mp-future-membership-grid > article.is-active {
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .16), transparent 34%),
    rgba(240, 253, 250, .82);
  border-color: rgba(20, 184, 166, .30);
}

.std-mp-future-membership-top,
.std-mp-future-membership-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.std-mp-future-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 14px 34px rgba(20, 184, 166, .19);
}

.std-mp-future-card-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.std-mp-future-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #075985;
  background: rgba(224, 242, 254, .84);
  border: 1px solid rgba(125, 211, 252, .44);
  font-size: 11px;
  font-weight: 900;
}

.std-mp-future-membership-title {
  margin-top: 22px;
}

.std-mp-future-membership-title h3 {
  font-size: clamp(27px, 2.4vw, 38px);
}

.std-mp-future-membership-title p {
  max-width: 430px;
  margin: 9px 0 0;
  font-size: 14px;
}

.std-mp-future-membership-title > strong {
  display: block;
  flex: 0 0 auto;
  color: var(--std-mp-navy);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.std-mp-future-membership-title > strong small,
.std-mp-future-membership-title > strong em {
  display: block;
  color: var(--std-mp-muted);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.3;
}

.std-mp-future-membership-title > strong small {
  margin-bottom: 4px;
}

.std-mp-future-membership-title > strong em {
  margin-top: 5px;
}

.std-mp-future-membership-grid ul {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.std-mp-future-membership-grid li {
  position: relative;
  padding-left: 25px;
  color: #334155;
  font-size: 14px;
  line-height: 1.4;
}

.std-mp-future-membership-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--std-mp-teal);
  font-weight: 900;
}

.std-mp-future-family-scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 14px;
}

.std-mp-future-family-scale span {
  min-width: 0;
  padding: 10px 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(203, 224, 237, .86);
  text-align: center;
}

.std-mp-future-family-scale small,
.std-mp-future-family-scale strong {
  display: block;
}

.std-mp-future-family-scale small {
  color: var(--std-mp-muted);
  font-size: 9px;
  font-weight: 750;
}

.std-mp-future-family-scale strong {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.15;
}

.std-mp-future-addon-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 18px;
  color: #075985;
  background: rgba(224, 242, 254, .64);
  border: 1px solid rgba(125, 211, 252, .42);
}

.std-mp-future-addon-note > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 13px;
  color: var(--std-mp-teal);
  background: rgba(255, 255, 255, .66);
}

.std-mp-future-addon-note svg {
  width: 19px;
  height: 19px;
}

.std-mp-future-addon-note p {
  margin: 0;
  color: #31536f;
  font-size: 11.5px;
  line-height: 1.42;
}

.std-mp-future-membership-grid blockquote {
  margin: auto 0 20px;
  padding: 16px 18px;
  border: 0;
  border-radius: 20px;
  color: #31536f;
  background: rgba(240, 249, 255, .76);
  font-size: 13px;
  line-height: 1.55;
}

.std-mp-future-membership-grid .std-mp-button {
  align-self: flex-start;
  margin-top: auto;
}

.std-mp-future-impact {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(34, 211, 238, .26), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(20, 184, 166, .18), transparent 34%),
    linear-gradient(135deg, #071a33 0%, #082f49 52%, #064e6b 100%);
  box-shadow: 0 34px 100px rgba(8, 47, 73, .22);
}

.std-mp-future-impact .std-mp-kicker {
  color: #67e8f9;
}

.std-mp-future-impact h2,
.std-mp-future-impact p {
  color: #fff;
}

.std-mp-future-impact h2 {
  margin-top: 12px;
}

.std-mp-future-impact-copy > p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15.5px;
}

.std-mp-future-impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.std-mp-future-impact-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 116px;
  padding: 16px;
  border-radius: 23px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .17);
}

.std-mp-future-impact-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #67e8f9;
  background: rgba(103, 232, 249, .12);
}

.std-mp-future-impact-grid svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.std-mp-future-impact-grid strong,
.std-mp-future-impact-grid p {
  display: block;
}

.std-mp-future-impact-grid strong {
  color: #fff;
  font-size: 15px;
}

.std-mp-future-impact-grid p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 11.5px;
  line-height: 1.38;
}

.std-mp-future-journey {
  padding: clamp(28px, 4vw, 52px);
  border-radius: 38px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 20px 64px rgba(8, 47, 73, .075);
}

.std-mp-future-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.std-mp-future-path::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 30px;
  height: 2px;
  background: linear-gradient(90deg, rgba(34, 211, 238, .30), rgba(20, 184, 166, .74), rgba(37, 99, 235, .30));
}

.std-mp-future-path article {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 0 9px 16px;
  text-align: center;
}

.std-mp-future-path article > span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 14px;
  border-radius: 20px;
  color: var(--std-mp-teal);
  background: rgba(240, 253, 250, .96);
  border: 1px solid rgba(20, 184, 166, .24);
  box-shadow: 0 12px 30px rgba(8, 47, 73, .08);
}

.std-mp-future-path svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}

.std-mp-future-path small,
.std-mp-future-path strong {
  display: block;
}

.std-mp-future-path small {
  color: var(--std-mp-teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.std-mp-future-path strong {
  margin-top: 5px;
  font-size: 16px;
}

.std-mp-future-path p {
  margin: 7px 0 0;
  font-size: 11.5px;
  line-height: 1.4;
}

.std-mp-future-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.std-mp-future-process-grid article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 24px;
  border-radius: 27px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 211, 238, .10), transparent 34%),
    rgba(255, 255, 255, .88);
  border: 1px solid rgba(219, 234, 244, .96);
  box-shadow: 0 14px 42px rgba(8, 47, 73, .055);
}

.std-mp-future-process-grid article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #fff;
  background: var(--std-mp-gradient);
  font-size: 11px;
  font-weight: 900;
}

.std-mp-future-process-grid h3 {
  font-size: 19px;
}

.std-mp-future-process-grid p {
  margin: 8px 0 0;
  font-size: 13px;
}

.std-mp-future-security {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(240, 253, 250, .75);
  border: 1px solid rgba(20, 184, 166, .22);
}

.std-mp-future-security > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

.std-mp-future-security svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.std-mp-future-security strong,
.std-mp-future-security p {
  display: block;
}

.std-mp-future-security p {
  margin: 4px 0 0;
  font-size: 12.5px;
}

.std-mp-future-security > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--std-mp-blue) !important;
  font-size: 12.5px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.std-mp-future-security > a svg {
  width: 16px;
  height: 16px;
}

.std-mp-future-final {
  overflow: hidden;
  margin-top: clamp(52px, 7vw, 96px);
  padding: clamp(36px, 6vw, 70px);
  border-radius: 40px;
  text-align: center;
  background:
    radial-gradient(circle at 10% 100%, rgba(20, 184, 166, .17), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(34, 211, 238, .20), transparent 35%),
    rgba(255, 255, 255, .90);
  border: 1px solid rgba(255, 255, 255, .96);
  box-shadow: 0 28px 84px rgba(8, 47, 73, .11);
}

.std-mp-future-final h2 {
  max-width: 900px;
  margin: 12px auto 0;
  font-size: clamp(38px, 4.8vw, 66px);
}

.std-mp-future-final > p {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 16px;
}

.std-mp-future-actions.is-centered {
  justify-content: center;
}

.std-mp-future-rail {
  display: none;
}

@media (min-width: 1480px) {
  .std-mp-future-rail {
    position: fixed;
    z-index: 70;
    left: max(4px, calc((100vw - 1280px) / 2 - 100px));
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    gap: 4px;
    width: 76px;
    padding: 8px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .94);
    box-shadow: 0 18px 54px rgba(8, 47, 73, .12);
    backdrop-filter: blur(20px) saturate(1.1);
    -webkit-backdrop-filter: blur(20px) saturate(1.1);
  }

  .std-mp-future-rail a {
    display: grid;
    justify-items: center;
    gap: 5px;
    min-height: 58px;
    padding: 8px 4px;
    border-radius: 22px;
    color: var(--std-mp-navy) !important;
    text-decoration: none !important;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .std-mp-future-rail a:hover,
  .std-mp-future-rail a:focus-visible {
    color: var(--std-mp-teal) !important;
    transform: translateY(-1px);
  }

  .std-mp-future-rail a[aria-current="true"] {
    color: var(--std-mp-teal) !important;
    background: rgba(34, 211, 238, .13);
    box-shadow: inset 0 0 0 1px rgba(20, 184, 166, .20);
  }

  .std-mp-future-rail span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
  }

  .std-mp-future-rail svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }

  .std-mp-future-rail small {
    font-size: 9.5px;
    font-weight: 900;
  }
}

.std-mp-future-sticky-actions {
  display: none;
}

.std-mp-public-landing.is-enhanced .std-mp-future-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.std-mp-public-landing.is-enhanced .std-mp-future-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes std-mp-future-panel-in {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

/* Membership application: transparent surcharge notice, no logic changes. */
.std-mp-application-surcharge-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin: 14px 0 18px;
  padding: 14px;
  border-radius: 21px;
  background: rgba(240, 249, 255, .78);
  border: 1px solid rgba(125, 211, 252, .42);
}

.std-mp-application-surcharge-note > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: var(--std-mp-teal);
  background: rgba(255, 255, 255, .78);
}

.std-mp-application-surcharge-note svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.std-mp-application-surcharge-note strong,
.std-mp-application-surcharge-note p {
  display: block;
}

.std-mp-application-surcharge-note p {
  margin: 4px 0 0;
  font-size: 11.5px;
  line-height: 1.4;
}

.std-mp-application-surcharge-pills {
  display: grid;
  gap: 6px;
}

.std-mp-application-surcharge-pills small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #075985;
  background: rgba(224, 242, 254, .84);
  border: 1px solid rgba(125, 211, 252, .42);
  font-size: 10.5px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .std-mp-future-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 38px;
  }

  .std-mp-future-hero-copy {
    max-width: 900px;
  }

  .std-mp-future-compass {
    max-width: none;
  }

  .std-mp-future-impact {
    grid-template-columns: 1fr;
  }

  .std-mp-future-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 820px) {
  body.std-mp-public-page .std-mp-public-landing {
    width: min(100% - 24px, 720px);
    margin-top: 0 !important;
    margin-bottom: 88px;
  }

  .std-mp-future-hero {
    gap: 30px;
    padding: 28px 0 54px;
  }

  .std-mp-future-hero-copy h1 {
    max-width: 680px;
    font-size: clamp(42px, 10.8vw, 64px);
    line-height: .96;
    letter-spacing: -.058em;
  }

  .std-mp-future-hero-copy > p {
    margin-top: 19px;
    font-size: 16px;
  }

  .std-mp-future-membership-grid,
  .std-mp-future-process-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-future-path {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .std-mp-future-path::before {
    left: 29px;
    right: auto;
    top: 30px;
    bottom: 30px;
    width: 2px;
    height: auto;
  }

  .std-mp-future-path article {
    display: grid;
    grid-template-columns: 60px 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 12px;
    align-items: center;
    padding: 8px 0;
    text-align: left;
  }

  .std-mp-future-path article > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .std-mp-future-path article > small {
    grid-column: 2;
    grid-row: 1;
  }

  .std-mp-future-path article > strong {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .std-mp-future-path article > p {
    grid-column: 2 / 4;
    grid-row: 2;
    margin: 2px 0 0;
  }

  .std-mp-application-surcharge-note {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .std-mp-application-surcharge-pills {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-application-surcharge-pills small {
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .std-mp-future-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 24px;
  }

  .std-mp-future-actions .std-mp-button {
    width: 100%;
    min-height: 52px;
  }

  .std-mp-future-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .std-mp-future-trust span {
    min-width: 0;
    justify-content: center;
    padding: 7px 5px;
    text-align: center;
    white-space: normal;
  }

  .std-mp-future-trust svg {
    display: none;
  }

  .std-mp-future-compass,
  .std-mp-future-membership,
  .std-mp-future-impact,
  .std-mp-future-journey,
  .std-mp-future-final {
    border-radius: 28px;
  }

  .std-mp-future-compass {
    padding: 20px;
  }

  .std-mp-future-compass-head {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .std-mp-future-compass-head .std-mp-icon-orb {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .std-mp-future-compass h2 {
    font-size: 28px;
  }

  .std-mp-future-compass-tabs button {
    min-height: 38px;
    padding: 0 6px;
    font-size: 10.5px;
  }

  .std-mp-future-compass-panels article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 16px;
  }

  .std-mp-future-compass-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .std-mp-future-compass-price {
    grid-column: 2;
    min-width: 0;
    text-align: left;
  }

  .std-mp-future-compass-price span,
  .std-mp-future-compass-price strong,
  .std-mp-future-compass-price small {
    display: inline;
    margin-right: 4px;
  }

  .std-mp-future-compass-panels article > a {
    grid-column: 2;
  }

  .std-mp-future-section {
    margin-top: 52px;
  }

  .std-mp-future-membership,
  .std-mp-future-journey {
    padding: 22px;
  }

  .std-mp-future-membership-grid > article {
    padding: 22px;
    border-radius: 25px;
  }

  .std-mp-future-membership-title {
    display: grid;
    grid-template-columns: 1fr;
  }

  .std-mp-future-membership-title > strong {
    text-align: left;
  }

  .std-mp-future-membership-title > strong small,
  .std-mp-future-membership-title > strong em {
    display: inline;
    margin: 0 4px 0 0;
  }

  .std-mp-future-family-scale {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-future-membership-grid .std-mp-button {
    width: 100%;
  }

  .std-mp-future-impact {
    padding: 26px 22px;
  }

  .std-mp-future-impact-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-future-impact-grid article {
    min-height: 0;
  }

  .std-mp-future-process-grid article {
    padding: 20px;
  }

  .std-mp-future-security {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .std-mp-future-security > span {
    width: 42px;
    height: 42px;
  }

  .std-mp-future-security > a {
    grid-column: 2;
  }

  .std-mp-future-final {
    padding: 34px 22px;
  }

  .std-mp-future-sticky-actions.is-ready {
    position: fixed;
    z-index: 9990;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    gap: 7px;
    padding: 7px;
    border-radius: 25px;
    background: rgba(255, 255, 255, .90);
    border: 1px solid rgba(255, 255, 255, .96);
    box-shadow: 0 18px 54px rgba(8, 47, 73, .18);
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }

  .std-mp-future-sticky-actions.is-ready.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .std-mp-future-sticky-actions .std-mp-button {
    min-width: 0;
    min-height: 45px;
    padding: 0 10px;
    font-size: 11.5px;
  }
}

@media (max-width: 420px) {
  body.std-mp-public-page .std-mp-public-landing {
    width: calc(100% - 20px);
  }

  .std-mp-future-hero-copy h1 {
    font-size: clamp(39px, 12.6vw, 52px);
  }

  .std-mp-future-trust span {
    font-size: 9.5px;
  }

  .std-mp-future-compass-tabs {
    border-radius: 22px;
  }

  .std-mp-future-compass-tabs button {
    border-radius: 18px;
  }

  .std-mp-application-surcharge-pills {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .std-mp-public-landing.is-enhanced .std-mp-future-reveal,
  .std-mp-future-compass-panels article,
  .std-mp-future-sticky-actions {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}



/* =========================================================
   v3.5.2 - Compact desktop first view
   Only affects the logged-out public membership homepage.
   ========================================================= */
@media (min-width: 1081px) {
  body.std-mp-public-page .std-mp-public-landing {
    margin-top: 0 !important;
  }

  .std-mp-future-hero {
    align-items: start;
    padding-top: clamp(10px, 1.15vw, 18px);
  }

  .std-mp-future-compass {
    margin-top: clamp(46px, 3.6vw, 62px);
  }
}

/* Keep both primary actions and trust badges visible on shorter desktop screens. */
@media (min-width: 1081px) and (max-height: 940px) {
  .std-mp-future-hero {
    gap: clamp(32px, 4.4vw, 64px);
    padding-top: 8px;
    padding-bottom: 50px;
  }

  .std-mp-future-hero-copy h1 {
    font-size: clamp(52px, 5vw, 76px);
  }

  .std-mp-future-hero-copy > p {
    margin-top: 18px;
  }

  .std-mp-future-actions {
    margin-top: 22px;
  }

  .std-mp-future-trust {
    margin-top: 14px;
  }

  .std-mp-future-compass {
    margin-top: 34px;
    padding: 26px;
  }

  .std-mp-future-compass-tabs {
    margin-top: 18px;
  }
}


/* =========================================================
   v3.5.3 - Ambient public hero gradient
   Decorative only; no layout or logic changes.
   ========================================================= */
body.std-mp-public-page .std-mp-future-hero {
  z-index: 0;
}

/* Full-width light field behind the public hero content. */
body.std-mp-public-page .std-mp-future-hero::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  border-radius: 0;
  filter: none;
  background:
    radial-gradient(
      ellipse 72% 78% at 94% 4%,
      rgba(34, 211, 238, .31) 0%,
      rgba(34, 211, 238, .15) 36%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 62% 66% at 4% 96%,
      rgba(20, 184, 166, .19) 0%,
      rgba(20, 184, 166, .08) 42%,
      transparent 74%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, .08) 0%,
      rgba(224, 249, 255, .14) 48%,
      rgba(255, 255, 255, 0) 88%
    );
  background-repeat: no-repeat;
}

/* Soft glass-like highlight around the compass side. */
body.std-mp-public-page .std-mp-future-hero::after {
  width: min(420px, 34vw);
  height: min(420px, 34vw);
  right: -6%;
  top: -5%;
  filter: blur(8px);
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, .18) 0%,
      rgba(34, 211, 238, .09) 38%,
      transparent 70%
    );
}

@media (max-width: 700px) {
  body.std-mp-public-page .std-mp-future-hero::before {
    background:
      radial-gradient(
        ellipse 112% 48% at 108% 0%,
        rgba(34, 211, 238, .23) 0%,
        rgba(34, 211, 238, .10) 40%,
        transparent 74%
      ),
      radial-gradient(
        ellipse 108% 44% at -8% 92%,
        rgba(20, 184, 166, .14) 0%,
        rgba(20, 184, 166, .06) 42%,
        transparent 76%
      ),
      linear-gradient(
        155deg,
        rgba(255, 255, 255, .06) 0%,
        rgba(224, 249, 255, .09) 50%,
        rgba(255, 255, 255, 0) 90%
      );
  }

  body.std-mp-public-page .std-mp-future-hero::after {
    right: -28%;
    top: -4%;
    opacity: .64;
  }
}


/* =========================================================
   v3.5.4 - Seamless desktop hero ambience
   Extends and softly fades the decorative gradient so no
   horizontal separation edges appear above or below the hero.
   Mobile keeps the existing placement unchanged.
   ========================================================= */
@media (min-width: 701px) {
  body.std-mp-public-page .std-mp-future-hero::before {
    top: -18%;
    height: 136%;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 15%,
      #000 85%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0%,
      #000 15%,
      #000 85%,
      transparent 100%
    );
  }
}

/* =========================================================
   Mitgliederportal 3.6.0 – persönlicher Vereinsbegleiter
   ========================================================= */

body.std-mp-portal-page.logged-in .std-mp-shell {
  width: min(1240px, calc(100vw - 32px));
}

.std-mp-portal-v36 {
  display: grid;
  gap: 18px;
}

.std-mp-dashboard-head-v36 {
  align-items: center;
  margin-bottom: 14px;
}

.std-mp-dashboard-welcome h1 {
  margin-top: 8px;
  font-size: clamp(42px, 4.4vw, 64px);
}

.std-mp-dashboard-welcome p {
  margin: 8px 0 0;
  font-size: 15px;
}

.std-mp-account-menu {
  position: relative;
  z-index: 70;
}

.std-mp-account-menu > summary {
  list-style: none;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  min-width: 194px;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(221, 234, 243, .98);
  border-radius: 999px;
  color: var(--std-mp-navy);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 34px rgba(8, 47, 73, .08);
  cursor: pointer;
}

.std-mp-account-menu > summary::-webkit-details-marker {
  display: none;
}

.std-mp-account-menu > summary > svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.std-mp-account-menu[open] > summary > svg {
  transform: rotate(90deg);
}

.std-mp-account-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #fff;
  background: var(--std-mp-gradient);
  font-weight: 900;
}

.std-mp-account-menu summary span:nth-child(2),
.std-mp-account-menu summary strong,
.std-mp-account-menu summary small {
  display: block;
}

.std-mp-account-menu summary strong {
  font-size: 13px;
}

.std-mp-account-menu summary small {
  margin-top: 2px;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-account-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(300px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(221, 234, 243, .98);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 26px 70px rgba(8, 47, 73, .18);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.std-mp-account-popover > span {
  display: block;
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--std-mp-border);
}

.std-mp-account-popover > span small,
.std-mp-account-popover > span strong {
  display: block;
}

.std-mp-account-popover > span small {
  color: var(--std-mp-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}

.std-mp-account-popover > span strong {
  margin-top: 3px;
  font-size: 13px;
}

.std-mp-account-popover > a,
.std-mp-account-popover .std-mp-account-logout {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 14px;
  color: var(--std-mp-navy) !important;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
  cursor: pointer;
}

.std-mp-account-popover > a:hover,
.std-mp-account-popover .std-mp-account-logout:hover {
  background: #f0f9ff;
  color: var(--std-mp-blue) !important;
}

.std-mp-account-popover svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.std-mp-account-popover form {
  margin: 0;
}

.std-mp-subnav-v36 {
  position: sticky;
  top: 14px;
  z-index: 60;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}

body.admin-bar .std-mp-subnav-v36 {
  top: 46px;
}

.std-mp-subnav-v36 a {
  position: relative;
  gap: 7px;
  min-height: 42px;
  padding: 0 15px;
}

.std-mp-subnav-v36 a > span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
}

.std-mp-subnav-v36 a svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.std-mp-subnav-v36 a b {
  font: inherit;
}

.std-mp-subnav-v36 a em,
.std-mp-mobile-nav a em {
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: #f43f5e;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.std-mp-subnav-v36 a.is-active,
.std-mp-subnav-v36 a[aria-current="page"] {
  color: #fff !important;
  background: var(--std-mp-gradient);
  box-shadow: 0 12px 30px rgba(20, 184, 166, .22);
}

.std-mp-mobile-nav {
  display: none;
}

/* Dashboard / today */
.std-mp-today-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr);
  gap: 16px;
}

.std-mp-today-card,
.std-mp-contribution-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  border-radius: 30px;
  border: 1px solid rgba(221, 234, 243, .98);
  box-shadow: 0 22px 70px rgba(8, 47, 73, .10);
}

.std-mp-today-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 85% 10%, rgba(34, 211, 238, .26), transparent 34%),
    radial-gradient(circle at 10% 100%, rgba(20, 184, 166, .14), transparent 38%),
    rgba(255, 255, 255, .92);
}

.std-mp-today-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(103, 232, 249, .13);
  pointer-events: none;
}

.std-mp-today-copy {
  position: relative;
  z-index: 2;
}

.std-mp-today-copy h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(36px, 4vw, 58px);
}

.std-mp-today-copy > p:not(.std-mp-today-date) {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: 16px;
}

.std-mp-today-date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: baseline;
  margin: 16px 0 0;
}

.std-mp-today-date strong {
  color: var(--std-mp-navy);
  font-size: 22px;
}

.std-mp-today-date span {
  color: var(--std-mp-blue);
  font-size: 16px;
  font-weight: 850;
}

.std-mp-today-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.std-mp-today-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #164e63;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(186, 230, 253, .95);
  font-size: 11px;
  font-weight: 800;
}

.std-mp-today-meta svg {
  width: 15px;
  height: 15px;
}

.std-mp-today-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.std-mp-button.is-compact {
  min-height: 46px;
  padding-inline: 18px;
}

.std-mp-text-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--std-mp-blue) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.std-mp-text-action svg {
  width: 16px;
  height: 16px;
}

.std-mp-today-orb {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 26px;
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 20px 48px rgba(20, 184, 166, .25);
}

.std-mp-today-orb svg {
  width: 34px;
  height: 34px;
}

.std-mp-contribution-card {
  padding: 26px;
  color: #fff;
  background: linear-gradient(145deg, #071a33 0%, #0b3b58 60%, #0e6074 100%);
}

.std-mp-contribution-card::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle, rgba(255,255,255,.13) 0 1px, transparent 1.4px);
  background-size: 30px 30px;
  opacity: .18;
  transform: rotate(-7deg);
}

.std-mp-contribution-card > * {
  position: relative;
  z-index: 2;
}

.std-mp-contribution-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.std-mp-contribution-card .std-mp-kicker {
  color: #67e8f9;
}

.std-mp-contribution-card .std-mp-status {
  color: #d1fae5;
  background: rgba(16, 185, 129, .17);
  border-color: rgba(167, 243, 208, .22);
}

.std-mp-contribution-card .std-mp-status.is-pending {
  color: #fef3c7;
  background: rgba(245, 158, 11, .15);
  border-color: rgba(253, 230, 138, .20);
}

.std-mp-contribution-total {
  display: block;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -.055em;
}

.std-mp-contribution-total small {
  margin-left: 7px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  letter-spacing: 0;
}

.std-mp-contribution-breakdown {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.std-mp-contribution-breakdown span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.std-mp-contribution-breakdown small {
  color: rgba(255,255,255,.64);
}

.std-mp-contribution-breakdown strong {
  color: #fff;
}

.std-mp-contribution-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
  color: #67e8f9 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

.std-mp-contribution-card > a svg {
  width: 15px;
  height: 15px;
}

/* Attention */
.std-mp-attention-panel {
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, .25);
  border-radius: 28px;
  background: rgba(240, 253, 250, .76);
  box-shadow: 0 16px 44px rgba(8, 47, 73, .07);
}

.std-mp-attention-panel > header {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 22px 14px;
}

.std-mp-attention-panel h2 {
  margin-top: 4px;
  font-size: 24px;
}

.std-mp-attention-orb {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 16px;
  color: #fff;
  background: var(--std-mp-gradient);
}

.std-mp-attention-orb svg {
  width: 22px;
  height: 22px;
}

.std-mp-attention-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.std-mp-attention-list > a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 14px;
  border-radius: 20px;
  color: var(--std-mp-navy) !important;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(221, 234, 243, .96);
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.std-mp-attention-list > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(8, 47, 73, .08);
}

.std-mp-attention-list > a > span:first-child {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

.std-mp-attention-list svg {
  width: 20px;
  height: 20px;
}

.std-mp-attention-list strong,
.std-mp-attention-list small {
  display: block;
}

.std-mp-attention-list strong {
  font-size: 13px;
}

.std-mp-attention-list small {
  margin-top: 4px;
  color: var(--std-mp-muted);
  font-size: 11px;
  line-height: 1.45;
}

.std-mp-attention-list em {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--std-mp-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.std-mp-attention-list em svg {
  width: 13px;
  height: 13px;
}

.std-mp-all-clear,
.std-mp-trust-panel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(16, 185, 129, .20);
  background: rgba(236, 253, 245, .76);
}

.std-mp-all-clear > span,
.std-mp-trust-panel > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #059669;
  background: rgba(16, 185, 129, .12);
}

.std-mp-all-clear svg,
.std-mp-trust-panel svg {
  width: 22px;
  height: 22px;
}

.std-mp-all-clear strong,
.std-mp-all-clear p,
.std-mp-trust-panel strong,
.std-mp-trust-panel p {
  display: block;
  margin: 0;
}

.std-mp-all-clear p,
.std-mp-trust-panel p {
  margin-top: 4px;
  font-size: 12px;
}

/* Family hub */
.std-mp-family-hub {
  margin-top: 0;
}

.std-mp-section-head-v36 {
  align-items: start;
}

.std-mp-section-head-v36 h2 {
  margin-top: 6px;
  font-size: clamp(30px, 3.2vw, 46px);
}

.std-mp-section-head-v36 p {
  margin: 9px 0 0;
}

.std-mp-household-meta {
  position: relative;
}

.std-mp-household-meta > summary {
  list-style: none;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--std-mp-blue);
  background: #eff8ff;
  border: 1px solid #cce8f8;
  font-size: 11px;
  font-weight: 900;
  line-height: 38px;
  cursor: pointer;
}

.std-mp-household-meta > summary::-webkit-details-marker {
  display: none;
}

.std-mp-household-meta[open] {
  padding: 10px;
  border-radius: 18px;
  background: #f8fbfe;
  border: 1px solid var(--std-mp-border);
}

.std-mp-household-meta > span {
  display: block;
  margin-top: 8px;
}

.std-mp-household-meta small,
.std-mp-household-meta strong {
  display: block;
}

.std-mp-household-meta small {
  color: var(--std-mp-muted);
  font-size: 9px;
}

.std-mp-household-meta strong {
  margin-top: 2px;
  font-size: 11px;
}

.std-mp-member-filter {
  display: flex;
  gap: 7px;
  margin-top: 18px;
  padding: 5px;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 999px;
  background: #eef7fc;
  border: 1px solid var(--std-mp-border);
  scrollbar-width: none;
}

.std-mp-member-filter::-webkit-scrollbar {
  display: none;
}

.std-mp-member-filter button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: var(--std-mp-navy);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.std-mp-member-filter button.is-active {
  color: #fff;
  background: var(--std-mp-gradient);
  box-shadow: 0 10px 24px rgba(20, 184, 166, .20);
}

.std-mp-family-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.std-mp-family-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--std-mp-border);
  background: #f9fcfe;
}

.std-mp-family-card[hidden],
.std-mp-feed-list article[hidden],
.std-mp-training-member-card[hidden],
.std-mp-upcoming-training-list article[hidden] {
  display: none !important;
}

.std-mp-family-card > header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--std-mp-border);
  background: rgba(255,255,255,.72);
}

.std-mp-family-card header strong,
.std-mp-family-card header small {
  display: block;
}

.std-mp-family-card header strong {
  font-size: 14px;
}

.std-mp-family-card header small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-family-card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 16px;
}

.std-mp-family-groups > span,
.std-mp-family-fee > span {
  display: block;
  color: var(--std-mp-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.std-mp-family-groups em {
  display: inline-flex;
  margin: 7px 5px 0 0;
  padding: 5px 9px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.std-mp-family-groups em.is-muted {
  color: var(--std-mp-muted);
  background: #f1f5f9;
  border-color: #e2e8f0;
}

.std-mp-family-fee {
  text-align: right;
}

.std-mp-family-fee strong,
.std-mp-family-fee small {
  display: block;
}

.std-mp-family-fee strong {
  margin-top: 5px;
  font-size: 20px;
}

.std-mp-family-fee small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 9px;
}

.std-mp-family-card > footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  background: rgba(224, 242, 254, .55);
}

.std-mp-family-card > footer > span {
  display: flex;
  gap: 9px;
  align-items: center;
}

.std-mp-family-card footer svg {
  width: 19px;
  height: 19px;
  color: var(--std-mp-teal);
}

.std-mp-family-card footer small,
.std-mp-family-card footer strong {
  display: block;
}

.std-mp-family-card footer small {
  color: var(--std-mp-muted);
  font-size: 9px;
}

.std-mp-family-card footer strong {
  font-size: 11px;
}

.std-mp-family-card footer a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--std-mp-blue) !important;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none !important;
}

.std-mp-family-card footer a svg {
  width: 13px;
  height: 13px;
}

.std-mp-dashboard-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 16px;
}

.std-mp-dashboard-lower-grid > .std-mp-card {
  margin-top: 0;
}

.std-mp-feed-list {
  display: grid;
  gap: 0;
  margin-top: 12px;
}

.std-mp-feed-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--std-mp-border);
}

.std-mp-feed-list article:last-child {
  border-bottom: 0;
}

.std-mp-feed-list article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

.std-mp-feed-list svg {
  width: 18px;
  height: 18px;
}

.std-mp-feed-list strong,
.std-mp-feed-list small {
  display: block;
}

.std-mp-feed-list strong {
  font-size: 12px;
}

.std-mp-feed-list small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-feed-list time {
  color: var(--std-mp-muted);
  font-size: 9px;
  white-space: nowrap;
}

.std-mp-empty-copy {
  margin: 14px 0 0;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbfe;
  border: 1px solid var(--std-mp-border);
  font-size: 12px;
}

.std-mp-portal-shortcuts {
  color: #fff;
  background: linear-gradient(145deg, #071a33 0%, #0b3b58 64%, #0e6074 100%);
}

.std-mp-portal-shortcuts .std-mp-kicker {
  color: #67e8f9;
}

.std-mp-portal-shortcuts h2 {
  margin-top: 8px;
  color: #fff;
  font-size: 28px;
}

.std-mp-portal-shortcuts > a {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 16px;
  gap: 11px;
  align-items: center;
  margin-top: 10px;
  padding: 13px;
  border-radius: 18px;
  color: #fff !important;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  text-decoration: none !important;
}

.std-mp-portal-shortcuts > a > span:first-child {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #67e8f9;
  background: rgba(103, 232, 249, .13);
}

.std-mp-portal-shortcuts svg {
  width: 19px;
  height: 19px;
}

.std-mp-portal-shortcuts > a > svg {
  width: 15px;
  height: 15px;
}

.std-mp-portal-shortcuts strong,
.std-mp-portal-shortcuts small {
  display: block;
}

.std-mp-portal-shortcuts strong {
  color: #fff;
  font-size: 12px;
}

.std-mp-portal-shortcuts small {
  margin-top: 3px;
  color: rgba(255,255,255,.62);
  font-size: 9px;
}

/* Training 3.6 */
.std-mp-training-hub {
  margin-top: 0;
}

.std-mp-training-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  gap: 20px;
  align-items: start;
}

.std-mp-training-hub-head h2 {
  margin-top: 8px;
  font-size: clamp(34px, 3.8vw, 54px);
}

.std-mp-training-hub-head p {
  max-width: 820px;
  margin: 12px 0 0;
}

.std-mp-upcoming-training-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.std-mp-upcoming-training-list > article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border-radius: 22px;
  border: 1px solid var(--std-mp-border);
  background: #f8fbfe;
}

.std-mp-upcoming-training-list time {
  display: grid;
  place-items: center;
  width: 58px;
  height: 64px;
  border-radius: 18px;
  color: #fff;
  background: var(--std-mp-gradient);
}

.std-mp-upcoming-training-list time strong,
.std-mp-upcoming-training-list time small {
  display: block;
}

.std-mp-upcoming-training-list time strong {
  font-size: 23px;
  line-height: 1;
}

.std-mp-upcoming-training-list time small {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.std-mp-upcoming-training-list article > div:nth-child(2) > span {
  color: var(--std-mp-teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.std-mp-upcoming-training-list h3 {
  margin-top: 3px;
  font-size: 18px;
}

.std-mp-upcoming-training-list p,
.std-mp-upcoming-training-list article > div:nth-child(2) > small {
  display: block;
  margin: 4px 0 0;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-upcoming-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--std-mp-blue) !important;
  background: #eaf7ff;
  border: 1px solid #cce8f8;
  font-size: 9px;
  font-weight: 900;
  text-decoration: none !important;
}

.std-mp-upcoming-actions svg {
  width: 14px;
  height: 14px;
}

.std-mp-training-member-grid-v36 {
  margin-top: 18px;
}

.std-mp-training-member-card-v36 {
  padding: 18px;
  border-radius: 24px;
}

.std-mp-monthly-activity {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 5px;
  height: 82px;
  margin-top: 14px;
  padding: 10px 10px 7px;
  border-radius: 18px;
  background: #f4f9fc;
  border: 1px solid var(--std-mp-border);
}

.std-mp-monthly-activity > span {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 12px;
  align-items: end;
  gap: 4px;
  min-width: 0;
}

.std-mp-monthly-activity i {
  display: block;
  width: 100%;
  height: var(--std-mp-month-height, 8%);
  min-height: 3px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #22d3ee, #14b8a6 54%, #2563eb);
}

.std-mp-monthly-activity small {
  color: var(--std-mp-muted);
  font-size: 8px;
  text-align: center;
}

/* Profile 3.6 */
.std-mp-profile-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, .42fr);
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 30px;
  border: 1px solid var(--std-mp-border);
  background:
    radial-gradient(circle at 92% 0%, rgba(34, 211, 238, .22), transparent 38%),
    rgba(255,255,255,.90);
  box-shadow: 0 20px 62px rgba(8, 47, 73, .09);
}

.std-mp-profile-overview h2 {
  margin-top: 7px;
  font-size: clamp(34px, 3.8vw, 52px);
}

.std-mp-profile-overview p {
  max-width: 720px;
  margin: 10px 0 0;
}

.std-mp-profile-completion {
  padding: 18px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, #071a33, #0e6074);
}

.std-mp-profile-completion > span {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.std-mp-profile-completion strong {
  color: #fff;
  font-size: 32px;
}

.std-mp-profile-completion small,
.std-mp-profile-completion p {
  color: rgba(255,255,255,.68);
}

.std-mp-profile-completion > div {
  overflow: hidden;
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

.std-mp-profile-completion > div i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #67e8f9, #2dd4bf);
}

.std-mp-profile-completion p {
  margin: 9px 0 0;
  font-size: 10px;
}

.std-mp-profile-card {
  margin-top: 0;
}

.std-mp-profile-summary-grid,
.std-mp-payment-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.std-mp-profile-summary-grid > span,
.std-mp-payment-status-grid > span {
  position: relative;
  min-height: 126px;
  padding: 18px;
  border-radius: 20px;
  background: #f8fbfe;
  border: 1px solid var(--std-mp-border);
}

.std-mp-profile-summary-grid i,
.std-mp-payment-status-grid i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 12px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
  font-style: normal;
}

.std-mp-profile-summary-grid svg,
.std-mp-payment-status-grid svg {
  width: 18px;
  height: 18px;
}

.std-mp-profile-summary-grid small,
.std-mp-profile-summary-grid strong,
.std-mp-profile-summary-grid em,
.std-mp-payment-status-grid small,
.std-mp-payment-status-grid strong,
.std-mp-payment-status-grid em {
  display: block;
}

.std-mp-profile-summary-grid small,
.std-mp-payment-status-grid small {
  color: var(--std-mp-muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 900;
}

.std-mp-profile-summary-grid strong,
.std-mp-payment-status-grid strong {
  margin-top: 6px;
  overflow-wrap: anywhere;
  font-size: 13px;
}

.std-mp-profile-summary-grid em,
.std-mp-payment-status-grid em {
  margin-top: 4px;
  color: var(--std-mp-muted);
  font-size: 9px;
  font-style: normal;
}

.std-mp-profile-editor {
  margin-top: 16px;
  border-radius: 22px;
  border: 1px solid var(--std-mp-border);
  background: rgba(248,251,254,.88);
}

.std-mp-profile-editor > summary {
  list-style: none;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px 16px;
  cursor: pointer;
}

.std-mp-profile-editor > summary::-webkit-details-marker {
  display: none;
}

.std-mp-profile-editor > summary > svg:first-child {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 13px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

.std-mp-profile-editor > summary > svg:last-child {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.std-mp-profile-editor[open] > summary > svg:last-child {
  transform: rotate(90deg);
}

.std-mp-profile-editor summary strong,
.std-mp-profile-editor summary small {
  display: block;
}

.std-mp-profile-editor summary strong {
  font-size: 13px;
}

.std-mp-profile-editor summary small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-profile-editor > .std-mp-form {
  margin: 0;
  padding: 18px;
  border-top: 1px solid var(--std-mp-border);
}

.std-mp-profile-editor .std-mp-button {
  width: auto;
  min-width: 220px;
  margin-top: 16px;
}

.std-mp-trust-panel {
  border-color: rgba(34, 211, 238, .22);
  background: rgba(236, 254, 255, .72);
}

.std-mp-trust-panel > span {
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

/* Membership 3.6 */
.std-mp-membership-center {
  margin-top: 0;
}

.std-mp-membership-center-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 20px;
  align-items: center;
}

.std-mp-membership-center-head h2 {
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 56px);
}

.std-mp-membership-center-head p {
  max-width: 720px;
  margin: 12px 0 0;
}

.std-mp-membership-center-head > aside {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 20px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #071a33, #0e6074);
}

.std-mp-membership-center-head > aside > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #67e8f9;
  background: rgba(103, 232, 249, .13);
}

.std-mp-membership-center-head aside svg {
  width: 24px;
  height: 24px;
}

.std-mp-membership-center-head aside small,
.std-mp-membership-center-head aside strong {
  display: block;
}

.std-mp-membership-center-head aside small {
  color: #67e8f9;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.std-mp-membership-center-head aside strong {
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
}

.std-mp-current-memberships {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.std-mp-current-memberships > article {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--std-mp-border);
  background: #f9fcfe;
}

.std-mp-current-memberships article > header {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
  background: rgba(255,255,255,.75);
  border-bottom: 1px solid var(--std-mp-border);
}

.std-mp-current-memberships header strong,
.std-mp-current-memberships header small {
  display: block;
}

.std-mp-current-memberships header strong {
  font-size: 13px;
}

.std-mp-current-memberships header small {
  margin-top: 3px;
  color: var(--std-mp-muted);
  font-size: 10px;
}

.std-mp-current-memberships article > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px;
}

.std-mp-current-memberships article > div > span {
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--std-mp-border);
}

.std-mp-current-memberships article > div small,
.std-mp-current-memberships article > div strong {
  display: block;
}

.std-mp-current-memberships article > div small {
  color: var(--std-mp-muted);
  font-size: 8px;
}

.std-mp-current-memberships article > div strong {
  margin-top: 5px;
  font-size: 12px;
}

.std-mp-current-memberships footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 14px 14px;
}

.std-mp-current-memberships footer em {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.std-mp-membership-impact-strip {
  display: grid;
  grid-template-columns: repeat(4, auto) minmax(260px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(236, 254, 255, .72);
  border: 1px solid rgba(34, 211, 238, .24);
}

.std-mp-membership-impact-strip > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  color: #0e7490;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(186,230,253,.92);
  font-size: 9px;
}

.std-mp-membership-impact-strip svg {
  width: 15px;
  height: 15px;
}

.std-mp-membership-impact-strip p {
  margin: 0;
  font-size: 10px;
}

.std-mp-membership-options-head-v36 {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--std-mp-border);
}

.std-mp-membership-options-head-v36 h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.std-mp-membership-change-card-v36 {
  display: block;
}

.std-mp-membership-change-form-v36 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
  gap: 16px;
  margin-top: 16px;
}

.std-mp-change-choice-grid {
  display: grid;
  gap: 9px;
}

.std-mp-change-choice-grid button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--std-mp-border);
  border-radius: 18px;
  color: var(--std-mp-navy);
  background: #f8fbfe;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.std-mp-change-choice-grid button:hover,
.std-mp-change-choice-grid button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(20, 184, 166, .38);
}

.std-mp-change-choice-grid button.is-active {
  border-color: rgba(20, 184, 166, .52);
  background: rgba(240, 253, 250, .86);
  box-shadow: 0 12px 28px rgba(20, 184, 166, .09);
}

.std-mp-change-choice-grid button > span:first-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--std-mp-teal);
  background: rgba(34, 211, 238, .12);
}

.std-mp-change-choice-grid button svg {
  width: 18px;
  height: 18px;
}

.std-mp-change-choice-grid button > svg {
  width: 15px;
  height: 15px;
  color: var(--std-mp-muted);
}

.std-mp-change-choice-grid strong,
.std-mp-change-choice-grid small {
  display: block;
}

.std-mp-change-choice-grid strong {
  font-size: 12px;
}

.std-mp-change-choice-grid small {
  margin-top: 4px;
  color: var(--std-mp-muted);
  font-size: 9px;
  line-height: 1.4;
}

.std-mp-change-select-fallback {
  grid-column: 2;
  grid-row: 1;
}

.std-mp-js .std-mp-change-select-fallback {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.std-mp-membership-change-preview-v36 {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 0;
  padding: 18px;
  border-radius: 20px;
}

.std-mp-membership-change-preview-v36 > div {
  display: grid;
  grid-template-columns: 1fr auto 18px 1fr auto;
  gap: 7px;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.74);
  border: 1px solid var(--std-mp-border);
}

.std-mp-membership-change-preview-v36 > div small {
  color: var(--std-mp-muted);
  font-size: 8px;
}

.std-mp-membership-change-preview-v36 > div strong {
  font-size: 13px;
}

.std-mp-membership-change-preview-v36 > div svg {
  width: 15px;
  height: 15px;
  color: var(--std-mp-teal);
}

.std-mp-membership-change-preview-v36 > em {
  display: block;
  margin-top: 9px;
  color: var(--std-mp-blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.std-mp-membership-change-message {
  grid-column: 2;
}

.std-mp-membership-change-button {
  grid-column: 2;
  width: auto;
  justify-self: start;
}

.std-mp-cancellation-card-v36 {
  margin-top: 0;
}

.std-mp-request-timeline-card {
  margin-top: 0;
}

.std-mp-request-timeline {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: 14px;
  padding-left: 18px;
}

.std-mp-request-timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 18px;
  bottom: 18px;
  width: 2px;
  background: #d9edf6;
}

.std-mp-request-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 38px 140px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 0;
}

.std-mp-timeline-marker {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: var(--std-mp-blue);
  background: #eaf7ff;
  border: 1px solid #cce8f8;
}

.std-mp-request-timeline article.is-approved .std-mp-timeline-marker,
.std-mp-request-timeline article.is-resolved .std-mp-timeline-marker {
  color: #059669;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.std-mp-request-timeline article.is-rejected .std-mp-timeline-marker {
  color: #e11d48;
  background: #fff1f2;
  border-color: #fecdd3;
}

.std-mp-timeline-marker svg {
  width: 18px;
  height: 18px;
}

.std-mp-request-timeline time {
  padding-top: 10px;
  color: var(--std-mp-muted);
  font-size: 9px;
}

.std-mp-request-timeline article > div {
  padding: 9px 14px 12px;
  border-radius: 16px;
  background: #f8fbfe;
  border: 1px solid var(--std-mp-border);
}

.std-mp-request-timeline strong,
.std-mp-request-timeline p,
.std-mp-request-timeline em {
  display: block;
}

.std-mp-request-timeline strong {
  font-size: 12px;
}

.std-mp-request-timeline p {
  margin: 4px 0 0;
  font-size: 10px;
}

.std-mp-request-timeline em {
  width: fit-content;
  margin-top: 7px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

/* Progressive rendering / performance */
.std-mp-portal-v36 > section,
.std-mp-portal-v36 > .std-mp-dashboard-lower-grid {
  content-visibility: auto;
  contain-intrinsic-size: 1px 560px;
}

@media (max-width: 1100px) {
  .std-mp-today-grid,
  .std-mp-dashboard-lower-grid,
  .std-mp-membership-center-head,
  .std-mp-profile-overview {
    grid-template-columns: 1fr;
  }

  .std-mp-contribution-card {
    min-height: auto;
  }

  .std-mp-membership-impact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .std-mp-membership-impact-strip p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  body.std-mp-portal-page.logged-in .std-mp-shell {
    width: min(100% - 24px, 760px);
    padding-bottom: 86px;
  }

  .std-mp-dashboard-head-v36 {
    grid-template-columns: minmax(0, 1fr) auto;
    display: grid;
    align-items: start;
  }

  .std-mp-dashboard-welcome h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .std-mp-dashboard-welcome p {
    max-width: 520px;
  }

  .std-mp-account-menu > summary {
    min-width: 0;
    grid-template-columns: 42px 16px;
  }

  .std-mp-account-menu > summary > span:nth-child(2) {
    display: none;
  }

  .std-mp-subnav-v36 {
    display: none;
  }

  .std-mp-mobile-nav {
    position: fixed;
    z-index: 100;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 7px;
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.96);
    box-shadow: 0 22px 60px rgba(8,47,73,.20);
    backdrop-filter: blur(24px) saturate(1.2);
    -webkit-backdrop-filter: blur(24px) saturate(1.2);
  }

  .std-mp-mobile-nav a {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 3px;
    min-height: 54px;
    padding: 7px 4px;
    border-radius: 18px;
    color: var(--std-mp-navy) !important;
    text-decoration: none !important;
  }

  .std-mp-mobile-nav a.is-active,
  .std-mp-mobile-nav a[aria-current="page"] {
    color: #fff !important;
    background: var(--std-mp-gradient);
  }

  .std-mp-mobile-nav a > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
  }

  .std-mp-mobile-nav svg {
    width: 21px;
    height: 21px;
  }

  .std-mp-mobile-nav small {
    font-size: 8px;
    font-weight: 900;
  }

  .std-mp-mobile-nav em {
    position: absolute;
    top: 4px;
    right: 12px;
  }

  .std-mp-today-card {
    grid-template-columns: minmax(0, 1fr) 58px;
    min-height: auto;
    padding: 26px;
  }

  .std-mp-today-orb {
    width: 58px;
    height: 58px;
    border-radius: 20px;
  }

  .std-mp-today-orb svg {
    width: 27px;
    height: 27px;
  }

  .std-mp-upcoming-training-list,
  .std-mp-profile-summary-grid,
  .std-mp-payment-status-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-profile-summary-grid > span,
  .std-mp-payment-status-grid > span {
    min-height: auto;
  }

  .std-mp-membership-change-form-v36 {
    grid-template-columns: 1fr;
  }

  .std-mp-change-select-fallback,
  .std-mp-membership-change-preview-v36,
  .std-mp-membership-change-message,
  .std-mp-membership-change-button {
    grid-column: 1;
    grid-row: auto;
  }

  .std-mp-membership-change-preview-v36 {
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  body.std-mp-portal-page.logged-in .std-mp-shell {
    width: calc(100% - 20px);
  }

  .std-mp-dashboard-head-v36 {
    gap: 10px;
  }

  .std-mp-dashboard-welcome .std-mp-kicker {
    font-size: 9px;
  }

  .std-mp-dashboard-welcome h1 {
    margin-top: 7px;
    font-size: clamp(38px, 12vw, 50px);
  }

  .std-mp-dashboard-welcome p {
    font-size: 13px;
  }

  .std-mp-account-menu > summary {
    padding: 5px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .std-mp-account-avatar {
    width: 42px;
    height: 42px;
  }

  .std-mp-account-menu > summary > svg {
    display: none;
  }

  .std-mp-account-popover {
    right: 0;
  }

  .std-mp-today-card,
  .std-mp-contribution-card,
  .std-mp-profile-overview,
  .std-mp-card {
    border-radius: 24px;
  }

  .std-mp-today-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .std-mp-today-orb {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
  }

  .std-mp-today-copy {
    padding-right: 42px;
  }

  .std-mp-today-copy h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .std-mp-today-date {
    display: grid;
    gap: 3px;
  }

  .std-mp-today-meta {
    display: grid;
  }

  .std-mp-today-meta > span {
    width: fit-content;
  }

  .std-mp-today-actions {
    display: grid;
  }

  .std-mp-today-actions .std-mp-button {
    width: 100%;
  }

  .std-mp-contribution-card {
    padding: 22px;
  }

  .std-mp-attention-panel > header {
    align-items: start;
  }

  .std-mp-attention-panel h2 {
    font-size: 21px;
  }

  .std-mp-attention-list {
    grid-template-columns: 1fr;
  }

  .std-mp-all-clear,
  .std-mp-trust-panel {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 15px;
  }

  .std-mp-all-clear > span,
  .std-mp-trust-panel > span {
    width: 42px;
    height: 42px;
  }

  .std-mp-section-head-v36 {
    display: grid;
  }

  .std-mp-household-meta {
    width: fit-content;
  }

  .std-mp-family-grid,
  .std-mp-current-memberships {
    grid-template-columns: 1fr;
  }

  .std-mp-family-card > header,
  .std-mp-current-memberships article > header {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .std-mp-family-card header .std-mp-status,
  .std-mp-current-memberships header .std-mp-status {
    grid-column: 2;
    width: fit-content;
  }

  .std-mp-family-card-body {
    grid-template-columns: 1fr;
  }

  .std-mp-family-fee {
    text-align: left;
  }

  .std-mp-family-card > footer {
    align-items: start;
  }

  .std-mp-dashboard-lower-grid {
    grid-template-columns: 1fr;
  }

  .std-mp-feed-list article {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .std-mp-feed-list time {
    grid-column: 2;
  }

  .std-mp-training-hub-head {
    grid-template-columns: 1fr;
  }

  .std-mp-training-orb {
    display: none;
  }

  .std-mp-upcoming-training-list > article {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .std-mp-upcoming-actions {
    grid-column: 2;
  }

  .std-mp-monthly-activity {
    gap: 3px;
    padding-inline: 7px;
  }

  .std-mp-profile-overview {
    padding: 22px;
  }

  .std-mp-profile-editor .std-mp-button {
    width: 100%;
    min-width: 0;
  }

  .std-mp-membership-center-head > aside {
    padding: 16px;
  }

  .std-mp-current-memberships article > div {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-impact-strip {
    grid-template-columns: 1fr 1fr;
  }

  .std-mp-membership-process {
    grid-template-columns: 1fr;
  }

  .std-mp-membership-change-preview-v36 > div {
    grid-template-columns: 1fr auto;
  }

  .std-mp-membership-change-preview-v36 > div svg {
    display: none;
  }

  .std-mp-request-timeline {
    padding-left: 0;
  }

  .std-mp-request-timeline::before {
    left: 18px;
  }

  .std-mp-request-timeline article {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .std-mp-request-timeline time {
    grid-column: 2;
    grid-row: 1;
  }

  .std-mp-request-timeline article > div {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .std-mp-account-menu > summary > svg,
  .std-mp-profile-editor > summary > svg:last-child,
  .std-mp-change-choice-grid button,
  .std-mp-attention-list > a {
    transition: none !important;
  }
}

/* Conflict guards for legacy portal components retained for compatibility. */
.std-mp-profile-editor.std-mp-payment-editor > summary::after {
  content: none !important;
}

@media (max-width: 820px) {
  .std-mp-mobile-nav {
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
  }
}
