/* Error pages */

.error-page {
  padding: 12rem 0 10rem;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  z-index: -1;
}
.error-page .button,
.error-page button {
  margin-top: 60px;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 16rem 1.4rem 12rem;
}

.systems-page .hs-error-msgs {
  position: relative;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

/* 404 */
.sc-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

.sc-404__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  animation: sc-404-fade-up 0.4s ease both;
}

.sc-404__number {
  font-size: clamp(80px, 16vw, 140px);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
  text-transform: none;
}

.sc-404__title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  text-transform: none;
  letter-spacing: -0.01em;
}

.sc-404__desc {
  font-size: 15px;
  color: var(--color-text-subtle);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.sc-404__divider {
  width: 40px;
  height: 2px;
  background: var(--color-border-med);
  border-radius: 2px;
  margin: 4px 0;
}

.sc-404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.sc-404__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1;
}

.sc-404__btn--primary {
  background: var(--color-accent);
  color: var(--color-bg);
  border: 1px solid var(--color-accent);
}

@media (hover: hover) and (pointer: fine) {
  .sc-404__btn--primary:hover {
    color: var(--color-bg);
  }

}

@keyframes sc-404-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}


.systems-page form input[type='submit'] {
  margin: 0.625rem 0;
  display: block;
}

/* ── Search Results ── */

/* Page wrapper */
.sc-results {
  min-height: 100vh;
}

/* ── Header ── */
.sc-results__header {
  background: var(--color-bg-light) ;
  border-bottom: 1px solid var(--color-border) ;
  animation: sc-results-fade-up 0.3s ease both;
}

.sc-results__header-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 32px 40px;
}

.sc-results__eyebrow {
  font-size: 11px ;
  font-weight: 600 ;
  letter-spacing: 0.14em ;
  text-transform: uppercase ;
  color: var(--color-accent) ;
  margin: 0 0 10px ;
  padding: 0 ;
  line-height: 1 ;
}

.sc-results__title {
  font-size: clamp(28px, 4vw, 44px) ;
  font-weight: 700 ;
  color: var(--color-text) ;
  line-height: 1.1 ;
  letter-spacing: -0.02em ;
  margin: 0 ;
  text-transform: none ;
}

.sc-results__title em {
  font-style: normal ;
  color: var(--color-accent) ;
}

/* ── Body ── */
.sc-results__body {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 32px 80px;
  animation: sc-results-fade-up 0.3s 0.06s ease both;
}

/* ── Result count ── */
.sc-results__count {
  font-size: 13px ;
  color: var(--color-text-subtle) ;
  margin: 0 0 20px ;
  padding: 0 0 16px ;
  border-bottom: 1px solid var(--color-border) ;
  line-height: 1.4 ;
  text-transform: none ;
  letter-spacing: 0 ;
  font-weight: 400 ;
}

.sc-results__count strong {
  color: var(--color-text) ;
  font-weight: 600 ;
}

/* ── Result list ── */
.sc-results__list {
  list-style: none ;
  padding: 0 ;
  margin: 0 ;
}

.sc-results__list li {
  padding: 0 ;
  margin: 0 ;
  border-bottom: 1px solid var(--color-border) ;
  list-style: none ;
}

.sc-results__list li::before {
  display: none ;
}

.sc-results__list li:last-child {
  border-bottom: none ;
}

/* ── Result card ── */
.sc-results__card {
  display: flex ;
  align-items: center ;
  gap: 18px ;
  padding: 18px 12px ;
  text-decoration: none ;
  border-radius: var(--radius-md) ;
  border: 1px solid transparent ;
  transition: all 0.18s ;
  background: transparent ;
  color: inherit ;
  margin: 5px 0px;
}

/* Thumbnail */
.sc-results__card-img {
  width: 88px ;
  height: 66px ;
  min-width: 88px ;
  border-radius: var(--radius-sm) ;
  background-size: cover ;
  background-position: center ;
  background-color: var(--color-bg) ;
  border: 1px solid var(--color-border) ;
  flex-shrink: 0 ;
}

.sc-results__card-img--empty {
  background-image: none ;
}

/* Text block */
.sc-results__card-body {
  flex: 1 ;
  min-width: 0 ;
  display: flex ;
  flex-direction: column ;
  gap: 5px ;
}

/* Category badge */
.sc-results__card-cat {
  display: block ;
  font-size: 10px ;
  font-weight: 700 ;
  letter-spacing: 0.12em ;
  text-transform: uppercase ;
  color: var(--color-accent) ;
  margin: 0 ;
  padding: 0 ;
  line-height: 1 ;
}

/* Title */
.sc-results__card-title {
  font-size: 15px ;
  font-weight: 600 ;
  color: var(--color-text) ;
  line-height: 1.3 ;
  margin: 0 ;
  padding: 0 ;
  text-transform: none ;
  letter-spacing: 0 ;
  white-space: normal ;
  overflow: hidden ;
  display: -webkit-box ;
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical ;
  transition: color 0.15s ;
}

/* Highlighted matched term */
.sc-results__card-title mark {
  background: transparent ;
  color: var(--color-accent) ;
  font-weight: 700 ;
}

/* Excerpt */
.sc-results__card-desc {
  font-size: 13px ;
  color: var(--color-text-subtle) ;
  line-height: 1.55 ;
  margin: 0 ;
  padding: 0 ;
  display: -webkit-box ;
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical ;
  overflow: hidden ;
  text-transform: none ;
  letter-spacing: 0 ;
  font-weight: 400 ;
}

/* Arrow */
.sc-results__card-arrow {
  flex-shrink: 0 ;
  color: var(--color-text-subtle) ;
  opacity: 0 ;
  transform: translateX(-4px) ;
  transition: all 0.18s ;
}

/* Error */
.sc-results__error {
  padding: 20px 0;
  font-size: 14px;
  color: var(--color-text-subtle);
  list-style: none ;
}

/* ── Pagination ── */
.sc-results__pagination {
  display: flex ;
  align-items: center ;
  justify-content: center ;
  flex-wrap: wrap ;
  gap: 6px ;
  margin-top: 40px ;
  padding-top: 28px ;
  border-top: 1px solid var(--color-border) ;
}

.sc-results__page-btn {
  display: flex ;
  align-items: center ;
  justify-content: center ;
  min-width: 36px ;
  height: 36px ;
  padding: 0 10px ;
  border-radius: var(--radius-sm) ;
  font-size: 13px ;
  font-weight: 500 ;
  color: var(--color-text-muted) ;
  text-decoration: none ;
  border: 1px solid var(--color-border) ;
  background: transparent ;
  cursor: pointer ;
  transition: all 0.15s ;
  line-height: 1 ;
}

.sc-results__page-btn--active {
  background: var(--color-accent) ;
  border-color: var(--color-accent) ;
  color: var(--color-bg) ;
  font-weight: 700 ;
  pointer-events: none ;
}

.sc-results__page-ellipsis {
  color: var(--color-text-subtle);
  font-size: 13px;
  padding: 0 2px;
}

/* ── Loading ── */
.sc-results__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 80px 0;
  color: var(--color-text-subtle);
  font-size: 14px;
}

.sc-results__spinner {
  width: 26px;
  height: 26px;
  border: 2px solid var(--color-border-med);
  border-top-color: var(--color-accent);
  border-radius: 50%;
  animation: sc-results-spin 0.7s linear infinite;
}

/* ── Empty state ── */
.sc-results__empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 72px 0;
  gap: 10px;
}

.sc-results__empty svg {
  color: var(--color-text-subtle);
  opacity: 0.25;
  margin-bottom: 8px;
}

.sc-results__empty h2 {
  font-size: 20px ;
  font-weight: 600 ;
  color: var(--color-text) ;
  margin: 0 ;
  text-transform: none ;
  letter-spacing: 0 ;
}

.sc-results__empty p {
  font-size: 14px ;
  color: var(--color-text-subtle) ;
  margin: 0 ;
  max-width: 340px;
  line-height: 1.6 ;
}

.sc-results__empty-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.sc-results__empty-links a {
  padding: 7px 16px ;
  border-radius: 100px ;
  border: 1px solid var(--color-border-med) ;
  font-size: 13px ;
  font-weight: 500 ;
  color: var(--color-text-muted) ;
  text-decoration: none ;
  transition: all 0.15s ;
  background: transparent ;
  display: inline-block ;
}

/* ── Hover states (pointer devices only) ── */
@media (hover: hover) and (pointer: fine) {

  .sc-results__card:hover {
    background: var(--color-bg-light) ;
    border-color: var(--color-border) ;
  }

  .sc-results__card:hover .sc-results__card-title {
    color: var(--color-accent) ;
  }

  .sc-results__card:hover .sc-results__card-arrow {
    opacity: 1 ;
    transform: translateX(0) ;
  }

  .sc-results__page-btn:not(.sc-results__page-btn--active):hover {
    background: var(--color-bg-light) ;
    border-color: var(--color-border-med) ;
    color: var(--color-text) ;
  }

  .sc-results__empty-links a:hover {
    border-color: var(--color-accent) ;
    color: var(--color-accent) ;
  }

}

/* ── Responsive ── */
@media (max-width: 899px) {
  .sc-results__header-inner { padding: 28px 20px 24px; }
  .sc-results__body { padding: 20px 20px 100px; }
}

@media (max-width: 560px) {
  .sc-results__card { flex-direction: column ; align-items: flex-start ; }
  .sc-results__card-img { width: 100% ; height: 140px ; }
  .sc-results__card-arrow { display: none ; }
  .sc-results__page-btn { min-width: 32px ; height: 32px ; }
}

/* ── Animations ── */
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes sc-results-spin {
  to { transform: rotate(360deg); }
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 3px;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

.email-prefs .header {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.email-prefs .header:after {
  display:none;
}

.email-prefs .item {
  margin-bottom: 10px;
}

.email-prefs .subscribe-options {
  margin-bottom: 30px;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* Login */

/* ── Page layout ── */
.sc-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--color-bg);
}

/* ══ LEFT ══ */
.sc-auth__left {
  display: flex;
  flex-direction: column;
  padding: 48px 56px;
  background: var(--color-bg);
  justify-content: space-between;
  align-items: center;
}

.sc-auth__logo {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.sc-auth__form-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  align-self: center;
  padding: 40px 0;
}

/* Header */
.sc-auth__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.sc-auth__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 10px;
  padding: 0;
}

.sc-auth__subtitle {
  font-size: 15px;
  color: var(--color-text-subtle);
  line-height: 1.6;
  margin: 0 0 32px;
}

/* ── HubSpot form overrides ── */
.sc-auth__form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-auth__form-wrap form .hs-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sc-auth__form-wrap form label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--color-text-muted) !important;
  letter-spacing: 0.01em;
}

.sc-auth__form-wrap form input[type="email"],
.sc-auth__form-wrap form input[type="password"],
.sc-auth__form-wrap form input[type="text"] {
  width: 100% !important;
  background: var(--color-bg-light) !important;
  border: 1px solid var(--color-border-med) !important;
  border-radius: var(--radius-md) !important;
  color: var(--color-text) !important;
  font-size: 15px !important;
  font-family: inherit !important;
  padding: 13px 16px !important;
  outline: none !important;
  transition: border-color 0.18s, box-shadow 0.18s !important;
  -webkit-appearance: none !important;
}

.sc-auth__form-wrap form input[type="email"]:focus,
.sc-auth__form-wrap form input[type="password"]:focus,
.sc-auth__form-wrap form input[type="text"]:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 3px rgba(200,255,0,0.12) !important;
}

/* Remember me row */
.sc-auth__form-wrap form .hs-fieldtype-booleancheckbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-auth__form-wrap form .hs-fieldtype-booleancheckbox label {
  font-size: 13px !important;
  color: var(--color-text-subtle) !important;
  font-weight: 400 !important;
  cursor: pointer;
}

.sc-auth__form-wrap form input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: var(--color-accent) !important;
  cursor: pointer;
}

/* Forgot password link */
.sc-auth__form-wrap form .hs-login__forgot-password,
.sc-auth__form-wrap form a[href*="reset"] {
  font-size: 13px !important;
  color: var(--color-text-subtle) !important;
  text-decoration: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  position: static !important;
  transition: color 0.18s !important;
}

.sc-auth__form-wrap form .hs-login__forgot-password:hover,
.sc-auth__form-wrap form a[href*="reset"]:hover {
  color: var(--color-accent) !important;
}

/* Submit button */
.sc-auth__form-wrap form input[type="submit"],
.sc-auth__form-wrap form button[type="submit"] {
  width: 100% !important;
  background: var(--color-accent) !important;
  color: #0c0c0e !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  transition: filter 0.18s !important;
  letter-spacing: -0.01em !important;
  margin-top: 8px !important;
}

.sc-auth__form-wrap form input[type="submit"]:hover,
.sc-auth__form-wrap form button[type="submit"]:hover {
  filter: brightness(1.08) !important;
}

/* Error messages */
.sc-auth__form-wrap form .hs-error-msg,
.sc-auth__form-wrap form .hs_error_rollup {
  font-size: 12px !important;
  color: var(--color-danger) !important;
  margin: 0 !important;
}

/* Footer note */
.sc-auth__footer-note {
  font-size: 13px;
  color: var(--color-text-subtle);
  margin-top: 24px;
  text-align: center;
}

.sc-auth__footer-note a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
}

.sc-auth__footer-note a:hover {
  text-decoration: underline;
}

/* ══ RIGHT ══ */
.sc-auth__right {
  position: relative;
  overflow: hidden;
  background-image: url("https://8756020.fs1.hubspotusercontent-na1.net/hubfs/8756020/sportscareslogin.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sc-auth__right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(12,12,14,0.3), rgba(12,12,14,0.65));
}

.sc-auth__right-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 48px;
}

.sc-auth__quote {
  max-width: 400px;
}

.sc-auth__quote p {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.sc-auth__quote span {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-auth__right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-accent);
  opacity: 0.6;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .sc-auth {
    grid-template-columns: 1fr;
  }

  .sc-auth__right {
    order: -1;
    min-height: 240px;
  }

  .sc-auth__right-inner {
    padding: 32px;
    align-items: flex-end;
  }

  .sc-auth__quote p {
    font-size: 18px;
  }

  .sc-auth__left {
    padding: 32px 24px;
  }

  .sc-auth__form-wrap {
    max-width: 100%;
    padding: 32px 0;
  }
}

@media (max-width: 640px) {
  .sc-auth__left {
    padding: 24px 16px;
  }

  .sc-auth__title {
    font-size: 26px;
  }
}


/* Register */
/* ── Page layout ── */
.sc-auth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--color-bg);
}

/* ══ LEFT ══ */
.sc-auth__left {
  display: flex;
  flex-direction: column;
  padding: 48px 56px;
  background: var(--color-bg);
  justify-content: space-between;
  align-items: center;
}

.sc-auth__logo {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.sc-auth__form-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  align-self: center;
  padding: 40px 0;
}

/* Header */
.sc-auth__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.sc-auth__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 10px;
  padding: 0;
}

.sc-auth__subtitle {
  font-size: 15px;
  color: var(--color-text-subtle);
  line-height: 1.6;
  margin: 0 0 32px;
}

/* ── HubSpot form overrides ── */
.sc-auth__form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-auth__form-wrap form .hs-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sc-auth__form-wrap form label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--color-text-muted) !important;
  letter-spacing: 0.01em;
}

.sc-auth__form-wrap form input[type="email"],
.sc-auth__form-wrap form input[type="password"],
.sc-auth__form-wrap form input[type="text"] {
  width: 100% !important;
  background: var(--color-bg-light) !important;
  border: 1px solid var(--color-border-med) !important;
  border-radius: var(--radius-md) !important;
  color: var(--color-text) !important;
  font-size: 15px !important;
  font-family: inherit !important;
  padding: 13px 16px !important;
  outline: none !important;
  transition: border-color 0.18s, box-shadow 0.18s !important;
  -webkit-appearance: none !important;
}

.sc-auth__form-wrap form input[type="email"]:focus,
.sc-auth__form-wrap form input[type="password"]:focus,
.sc-auth__form-wrap form input[type="text"]:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 3px rgba(200,255,0,0.12) !important;
}

.sc-auth__form-wrap form input[type="submit"],
.sc-auth__form-wrap form button[type="submit"] {
  width: 100% !important;
  background: var(--color-accent) !important;
  color: #0c0c0e !important;
  border: none !important;
  border-radius: 100px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  transition: filter 0.18s !important;
  letter-spacing: -0.01em !important;
  margin-top: 8px !important;
}

.sc-auth__form-wrap form input[type="submit"]:hover,
.sc-auth__form-wrap form button[type="submit"]:hover {
  filter: brightness(1.08) !important;
}

/* Error messages */
.sc-auth__form-wrap form .hs-error-msg,
.sc-auth__form-wrap form .hs_error_rollup {
  font-size: 12px !important;
  color: var(--color-danger) !important;
  margin: 0 !important;
}

/* Footer note */
.sc-auth__footer-note {
  font-size: 13px;
  color: var(--color-text-subtle);
  margin-top: 24px;
  text-align: center;
}

.sc-auth__footer-note a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
}

.sc-auth__footer-note a:hover {
  text-decoration: underline;
}

/* ══ RIGHT ══ */
.sc-auth__right {
  position: relative;
  overflow: hidden;
  background-image: url("https://8756020.fs1.hubspotusercontent-na1.net/hubfs/8756020/sportscareslogin.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay */
.sc-auth__right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(12,12,14,0.3), rgba(12,12,14,0.65));
}

.sc-auth__right-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 48px;
}

.sc-auth__quote {
  max-width: 400px;
}

.sc-auth__quote p {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.sc-auth__quote span {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Lime accent line on right panel */
.sc-auth__right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--color-accent);
  opacity: 0.6;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .sc-auth {
    grid-template-columns: 1fr;
  }

  .sc-auth__right {
    order: -1;
    min-height: 240px;
  }

  .sc-auth__right-inner {
    padding: 32px;
    align-items: flex-end;
  }

  .sc-auth__quote p {
    font-size: 18px;
  }

  .sc-auth__left {
    padding: 32px 24px;
  }

  .sc-auth__form-wrap {
    max-width: 100%;
    padding: 32px 0;
  }
}

@media (max-width: 640px) {
  .sc-auth__left {
    padding: 24px 16px;
  }

  .sc-auth__title {
    font-size: 26px;
  }
}