html {
  font-size: 16px;
  min-height: 100%;
  text-rendering: optimizeLegibility;
}

body {
  color: #050505;
  background: #f7f7f7;
  min-height: 100%;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

p,
li,
label,
input,
select,
textarea,
button {
  line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI Variable Display", "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.register-page strong,
.bold-shell strong,
.bold-shell button,
.bold-shell a,
.auth-section strong,
.auth-section button {
  font-weight: 700;
}

.register-page .form-label,
.bold-shell label,
.bold-menu a span,
.bold-page-title h1,
.bold-widget-head h2 {
  font-weight: 600;
}

.register-help,
.bold-menu a small,
.bold-sidebar-block small,
.bold-user small,
.bold-panel small {
  line-height: 1.5;
}

.site-shell {
  overflow-x: hidden;
}

.site-navbar {
  position: relative;
  z-index: 10;
  background: #f7f7f7;
  padding: 52px 0 0;
  min-height: 116px;
}

.site-nav-container,
.hero-container,
.site-footer-container {
  max-width: none;
  margin: 0 auto;
  padding-left: 128px;
  padding-right: 128px;
}

.site-nav-container {
  position: relative;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #050505;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.site-brand {
  margin-left: 0;
}

.site-brand:hover {
  color: #050505;
}

.navbar-toggler {
  border: 1px solid #050505;
  border-radius: 999px;
  padding: 8px 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 87, 197, 0.16);
}

.brand-orb {
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #050505;
  border-radius: 50%;
  background: #aaa4ff;
  box-shadow: -7px 9px 0 #050505;
}

.brand-orb::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.site-nav-links {
  gap: 74px;
  transform: translateX(-58px);
}

.navbar .nav-link {
  color: #050505;
  font-size: 1.18rem;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav-link:hover {
  color: #2457c5;
}

.enroll-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #050505;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.enroll-link:hover {
  color: #050505;
}

.nav-arrow,
.button-arrow {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 17px;
  background: #2457c5;
  border: 1px solid #050505;
  box-shadow: 0 2px 0 #050505;
}

.nav-arrow::after,
.button-arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -20px;
  width: 38px;
  height: 48px;
  background: #2457c5;
  border: 1px solid #050505;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 28% 50%);
}

.btn,
.form-control {
  border-radius: 0;
}

.form-control:focus,
.form-check-input:focus,
.btn:focus {
  border-color: #2457c5;
  box-shadow: 0 0 0 0.2rem rgba(36, 87, 197, 0.16);
}

.prompto-hero {
  position: relative;
  height: calc(100vh - 116px);
  min-height: 940px;
  background: #f7f7f7;
}

.hero-container {
  position: relative;
}

.prompto-hero .hero-container {
  height: 100%;
}

.hero-title-block {
  position: absolute;
  top: 132px;
  left: 128px;
  max-width: 880px;
  padding: 0;
  margin: 0;
}

.hero-title-block h1 {
  margin: 18px 0 0;
  color: #050505;
  font-size: clamp(4rem, 5.9vw, 7rem);
  font-weight: 950;
  line-height: 0.965;
  letter-spacing: -0.06em;
}

.hero-subheadline {
  max-width: 760px;
  margin: 28px 0 0;
  color: #050505;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.hero-description {
  max-width: 680px;
  margin: 22px 0 0;
  color: #202020;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.hero-bottom-row {
  position: absolute;
  left: 128px;
  bottom: 66px;
  display: grid;
  grid-template-columns: 430px;
  align-items: center;
  max-width: 430px;
  margin: 0;
  padding: 0;
}

.hero-intro p {
  margin: 0;
  color: #050505;
  font-size: 1.09rem;
  line-height: 1.82;
}

.program-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  width: fit-content;
  min-width: 312px;
  min-height: 58px;
  padding: 13px 27px 13px 42px;
  color: #050505;
  background: #ffffff;
  border: 1px solid #050505;
  border-radius: 999px;
  box-shadow: 0 7px 0 #050505;
  font-size: 1.08rem;
  text-decoration: none;
}

.program-button:hover {
  color: #050505;
  transform: translateY(2px);
  box-shadow: 0 6px 0 #050505;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 13px 34px;
  color: #050505;
  background: transparent;
  border: 1px solid #050505;
  border-radius: 999px;
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.secondary-button:hover {
  color: #050505;
  background: #ffffff;
}

.button-arrow {
  width: 35px;
  height: 8px;
  background: transparent;
  border-width: 1px 0 1px 0;
  box-shadow: none;
}

.button-arrow::after {
  top: -13px;
  right: -15px;
  width: 26px;
  height: 34px;
  background: transparent;
}

.hero-abstract {
  position: absolute;
  right: 112px;
  bottom: 60px;
  width: 490px;
  height: 402px;
  pointer-events: none;
}

.abstract-shadow {
  position: absolute;
  right: -132px;
  bottom: -84px;
  width: 720px;
  height: 420px;
  background: radial-gradient(circle, rgba(125, 170, 255, 0.68) 0%, rgba(125, 170, 255, 0.4) 34%, rgba(125, 170, 255, 0) 73%);
}

.abstract-ribbon {
  position: absolute;
  bottom: 44px;
  width: 116px;
  height: 326px;
  border: 1px solid #050505;
  transform: skewX(-18deg);
  border-radius: 58% 42% 47% 53% / 25% 22% 78% 75%;
}

.ribbon-one {
  left: 62px;
  background: #050505;
}

.ribbon-two {
  left: 126px;
  background: #2457c5;
}

.ribbon-three {
  left: 205px;
  background: #2782ce;
}

.abstract-base {
  position: absolute;
  left: 91px;
  bottom: 34px;
  width: 334px;
  height: 32px;
  border: 2px solid #050505;
  border-radius: 50%;
  background: #f7f7f7;
}

.abstract-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #050505;
  border-radius: 50%;
}

.dot-left {
  left: 86px;
  bottom: 274px;
  background: #716bff;
}

.dot-right {
  right: 38px;
  bottom: 132px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff5263 0 54%, #e56b2d 54% 100%);
}

.abstract-star {
  position: absolute;
  left: 78px;
  bottom: 70px;
  color: #716bff;
  font-size: 4.8rem;
  line-height: 1;
  -webkit-text-stroke: 1px #050505;
}

.eyebrow {
  display: inline-block;
  color: #050505;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section-band {
  padding: 108px 0;
}

.template-strip {
  padding: 74px 0;
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  background: #ffffff;
}

.strip-content {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}

.strip-content p {
  margin: 0;
  max-width: 940px;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.program-section {
  background: #f6f6f6;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 48px;
}

.section-heading-wide {
  max-width: 1080px;
}

.section-heading h2,
.cta-section h2 {
  margin-top: 18px;
  font-size: clamp(3rem, 5.2vw, 6.6rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 760px;
  margin: 20px 0 0;
  color: #202020;
  font-size: 1.12rem;
  line-height: 1.7;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #050505;
  border-left: 1px solid #050505;
}

.program-card {
  min-height: 300px;
  padding: 34px;
  background: #ffffff;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
}

.program-card span {
  display: block;
  margin-bottom: 58px;
  color: #2457c5;
  font-weight: 900;
}

.program-card h3 {
  max-width: 360px;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.program-card p {
  max-width: 350px;
  margin: 18px 0 0;
  line-height: 1.6;
}

.process-section {
  background: #ffffff;
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
}

.steps {
  display: grid;
  gap: 0;
  border-top: 1px solid #050505;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #050505;
}

.step-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #2457c5;
  border: 1px solid #050505;
  border-radius: 50%;
  font-size: 0.95rem;
}

.step-item strong {
  display: block;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.step-item p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #202020;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.audience-section {
  background: #f6f6f6;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #050505;
  border-left: 1px solid #050505;
}

.business-grid span {
  padding: 26px 30px;
  background: #ffffff;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
}

.final-enroll {
  padding: 120px 0;
  background: #ffffff;
  border-top: 1px solid #050505;
}

.final-enroll p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.final-enroll .cta-actions {
  justify-content: center;
}

.auth-section,
.client-public-section,
.dashboard-section {
  padding: 72px 0;
}

.auth-section {
  display: flex;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 8%, rgba(36, 87, 197, 0.08), transparent 24rem),
    #f6f8fb;
}

.auth-card,
.client-public-card,
.dashboard-card {
  border: 1px solid #e3e9f4;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(16, 24, 40, 0.08);
}

.auth-card {
  width: min(100%, 460px);
  padding: 32px;
  margin: 0 16px;
}

.auth-helper {
  line-height: 1.7;
}

.auth-helper a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #2457c5;
  font-weight: 750;
  text-decoration: none;
}

.auth-helper a:hover {
  background: #eef4ff;
  text-decoration: none;
}

.auth-card-wide {
  width: min(100%, 720px);
}

.register-page {
  min-height: calc(100vh - 116px);
  padding: 56px 24px 72px;
  align-items: flex-start;
  background: #f5f7fb;
}

.register-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  width: min(100%, 1040px);
  overflow: hidden;
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(31, 43, 72, 0.09);
}

.register-intro {
  display: flex;
  flex-direction: column;
  padding: 44px 38px;
  color: #ffffff;
  background: #2457c5;
}

.register-brand {
  width: fit-content;
  margin-bottom: 64px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
}

.register-kicker,
.register-form-heading > span {
  margin-bottom: 10px;
  color: #6f7a91;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.register-intro .register-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.register-intro h1 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.register-intro > p {
  margin: 20px 0 36px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.register-steps {
  display: grid;
  gap: 18px;
  margin-top: auto;
}

.register-steps div {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.register-steps span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  font-size: 0.78rem;
}

.register-steps strong {
  font-size: 0.88rem;
}

.register-form-panel {
  padding: 44px 48px;
}

.register-form-heading {
  margin-bottom: 30px;
}

.register-form-heading h2 {
  margin: 0;
  color: #1c2333;
  font-size: 1.75rem;
}

.register-form-heading p {
  margin: 8px 0 0;
  color: #778096;
  font-size: 0.9rem;
}

.register-group {
  min-width: 0;
  margin: 0;
  padding: 0 0 30px;
  border: 0;
}

.register-group + .register-group {
  padding-top: 28px;
  border-top: 1px solid #e8ebf1;
}

.register-group legend {
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: 100%;
  margin-bottom: 18px;
  color: #20283a;
  font-size: 1rem;
  font-weight: 800;
}

.register-group legend small {
  color: #8a93a7;
  font-size: 0.75rem;
  font-weight: 500;
}

.register-page .form-label {
  margin-bottom: 7px;
  color: #353e52;
  font-size: 0.82rem;
  font-weight: 700;
}

.required-label::after {
  content: " *";
  color: #c54141;
}

.register-page .form-control,
.register-page .form-select {
  min-height: 46px;
  border: 1px solid #d9deea;
  border-radius: 6px;
  color: #20283a;
  background-color: #ffffff;
  box-shadow: none;
}

.register-page .form-control::placeholder {
  color: #a3aabd;
}

.register-page .form-control:hover,
.register-page .form-select:hover {
  border-color: #b7c0d3;
}

.register-page .form-control:focus,
.register-page .form-select:focus {
  border-color: #5079d5;
  box-shadow: 0 0 0 3px rgba(36, 87, 197, 0.1);
}

.register-help {
  display: block;
  margin-top: 6px;
  color: #8a93a7;
  font-size: 0.72rem;
}

.custom-industry-field {
  padding-top: 2px;
}

.register-validation:not(:empty) {
  margin-bottom: 22px;
  padding: 12px 14px;
  border: 1px solid #f0caca;
  border-radius: 6px;
  color: #9f2f2f;
  background: #fff6f6;
  font-size: 0.82rem;
}

.register-submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  background: #2457c5;
  font-weight: 800;
  transition: background 160ms ease, transform 160ms ease;
}

.register-submit:hover {
  background: #1e4bac;
  transform: translateY(-1px);
}

.register-login {
  margin: 20px 0 0;
  color: #7a8499;
  text-align: center;
  font-size: 0.88rem;
}

.register-login a {
  color: #2457c5;
  font-weight: 800;
}

.pricing-section { background: #f5f7fb; }
.pricing-heading { max-width: 760px; margin-bottom: 42px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pricing-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 32px; border: 1px solid #dfe4ee; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(31,43,72,.06); }
.pricing-card.is-featured { border-color: #2457c5; box-shadow: 0 16px 40px rgba(36,87,197,.13); }
.pricing-highlight { position: absolute; top: 18px; right: 18px; padding: 5px 9px; border-radius: 999px; color: #2457c5; background: #eef4ff; font-size: .7rem; font-weight: 700; }
.pricing-card h3 { margin: 0 0 12px; font-size: 1.35rem; }
.pricing-description { min-height: 78px; color: #687188; line-height: 1.6; }
.pricing-price { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 22px; }
.pricing-price strong { color: #1c2333; font-size: 2.25rem; }
.pricing-price strong small { font-size: .8rem; }
.pricing-price span { color: #7c8599; font-size: .82rem; }
.pricing-card ul { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.pricing-card li { position: relative; padding-left: 22px; color: #4c566d; font-size: .9rem; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: #2457c5; font-weight: 700; }
.pricing-card > a { margin-top: auto; padding: 12px 16px; border: 1px solid #2457c5; border-radius: 6px; color: #2457c5; font-weight: 700; text-align: center; text-decoration: none; }
.pricing-card.is-featured > a, .pricing-card > a:hover { color: #fff; background: #2457c5; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } .pricing-description { min-height: 0; } }

/* Authenticated interface controls and responsive behavior */
.bold-actions form,
.bold-client-actions form {
  display: inline-flex;
  margin: 0;
}

.bold-client-actions .admin-row-action,
.bold-client-actions a,
.bold-client-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #dce5f7;
  border-radius: 9px;
  color: #2457c5;
  background: #eef4ff;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.bold-client-actions .admin-row-action:hover,
.bold-client-actions a:hover,
.bold-client-actions button:hover {
  border-color: #bfd0f4;
  color: #1946aa;
  background: #e5edff;
}

.bold-client-actions .admin-row-action:focus-visible,
.bold-actions a:focus-visible,
.bold-actions button:focus-visible,
.plan-feature-form button:focus-visible {
  outline: 3px solid rgba(36, 87, 197, 0.18);
  outline-offset: 2px;
}

.bold-client-actions .admin-row-action.is-primary,
.plan-feature-form .admin-row-action.is-primary {
  border-color: #2457c5;
  color: #ffffff;
  background: #2457c5;
}

.bold-client-actions .admin-row-action.is-danger,
.plan-feature-form .admin-row-action.is-danger {
  border-color: #f2d1d6;
  color: #b42f43;
  background: #fff3f5;
}

.bold-client-actions .admin-row-action.is-danger:hover,
.plan-feature-form .admin-row-action.is-danger:hover {
  border-color: #e9aeb8;
  color: #982438;
  background: #ffe7eb;
}

.bold-client-row > div:nth-child(2) {
  min-width: 0;
}

.bold-client-row small {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.bold-topbar {
  row-gap: 10px;
}

.bold-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bold-actions form {
  flex: 0 0 auto;
}

.bold-actions a,
.bold-actions button {
  white-space: nowrap;
}

.bold-panel,
.bold-hero-widget,
.bold-quick-actions,
.bold-stat-card {
  min-width: 0;
}

.bold-panel {
  overflow: hidden;
}

.plan-feature-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 92px auto auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  background: #f8faff;
}

.plan-feature-form + .plan-feature-form {
  margin-top: 10px;
}

.plan-feature-form.is-new {
  grid-template-columns: minmax(220px, 1fr) 92px auto auto;
  background: #ffffff;
}

.plan-feature-form .form-control {
  min-width: 0;
  min-height: 40px;
  border-color: #dfe5ef;
  border-radius: 9px;
}

.plan-feature-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #4b5368;
  font-size: 0.82rem;
  white-space: nowrap;
}

.plan-feature-check input {
  width: 16px;
  height: 16px;
  accent-color: #2457c5;
}

.plan-feature-form .admin-row-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #dce5f7;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .bold-topbar {
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .bold-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .bold-user {
    min-width: 0;
  }

  .bold-client-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .bold-client-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .bold-sidebar {
    z-index: 25;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #e8ecf4;
  }

  .bold-sidebar-block {
    margin: 12px 0 16px;
  }

  .bold-team-list,
  .bold-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bold-menu-title {
    margin-top: 16px;
  }

  .bold-upgrade-card {
    display: none;
  }

  .bold-main {
    padding: 20px;
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: minmax(0, 1fr) 92px auto;
  }

  .plan-feature-check {
    grid-column: 1;
  }
}

@media (max-width: 700px) {
  .bold-topbar {
    position: relative;
    grid-template-columns: 1fr;
    padding-bottom: 16px;
  }

  .bold-search,
  .bold-actions,
  .bold-user {
    grid-column: 1;
    grid-row: auto;
  }

  .bold-actions {
    justify-content: flex-start;
  }

  .bold-user {
    justify-content: flex-start;
  }

  .bold-team-list,
  .bold-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bold-action-grid,
  .bold-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bold-widget-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: 1fr 86px;
  }

  .plan-feature-check {
    grid-column: 1 / -1;
  }

  .plan-feature-form .admin-row-action {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .bold-main {
    padding: 14px;
  }

  .bold-sidebar {
    padding: 14px;
  }

  .bold-team-list,
  .bold-menu,
  .bold-action-grid,
  .bold-stat-row {
    grid-template-columns: 1fr;
  }

  .bold-menu a {
    min-height: 42px;
  }

  .bold-panel,
  .bold-quick-actions,
  .bold-stat-card,
  .bold-hero-widget {
    padding: 18px;
    border-radius: 14px;
  }

  .bold-client-row {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }

  .bold-client-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .bold-client-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 4px;
  }

  .bold-client-actions form,
  .bold-client-actions .admin-row-action,
  .bold-client-actions a,
  .bold-client-actions button {
    width: 100%;
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: 1fr;
  }

  .plan-feature-order {
    max-width: none;
  }

  .bold-page-title h1 {
    font-size: 1.55rem;
  }

  .bold-hero-widget h2 {
    font-size: 2rem;
    line-height: 1.08;
  }
}

/* Final authenticated-shell overrides: keep these last in the cascade. */
.bold-actions form,
.bold-client-actions form {
  display: inline-flex;
  margin: 0;
}

.bold-client-actions a,
.bold-client-actions button,
.bold-client-actions .admin-row-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #dce5f7;
  border-radius: 9px;
  color: #2457c5;
  background: #eef4ff;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.bold-client-actions a:hover,
.bold-client-actions button:hover {
  border-color: #bfd0f4;
  color: #1946aa;
  background: #e5edff;
}

.bold-client-actions .is-danger,
.plan-feature-form .is-danger {
  border-color: #f2d1d6;
  color: #b42f43;
  background: #fff3f5;
}

.bold-client-actions .is-danger:hover,
.plan-feature-form .is-danger:hover {
  border-color: #e9aeb8;
  color: #982438;
  background: #ffe7eb;
}

.bold-client-row > div:nth-child(2),
.bold-panel,
.bold-hero-widget,
.bold-quick-actions,
.bold-stat-card {
  min-width: 0;
}

.bold-client-row small {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
  line-height: 1.5;
}

.bold-actions {
  flex-wrap: wrap;
}

.plan-feature-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 92px auto auto auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  background: #f8faff;
}

.plan-feature-form.is-new {
  grid-template-columns: minmax(220px, 1fr) 92px auto auto;
  background: #ffffff;
}

.plan-feature-form .form-control {
  min-width: 0;
  min-height: 40px;
  border-radius: 9px;
}

.plan-feature-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 0.82rem;
  white-space: nowrap;
}

.plan-feature-form .admin-row-action {
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid #dce5f7;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
}

.plan-feature-form .is-primary {
  border-color: #2457c5;
  color: #ffffff;
  background: #2457c5;
}

@media (max-width: 1199.98px) {
  .bold-client-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .bold-client-actions {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .bold-team-list,
  .bold-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: minmax(0, 1fr) 92px auto;
  }

  .plan-feature-check {
    grid-column: 1;
  }
}

@media (max-width: 700px) {
  .bold-topbar {
    position: relative;
    grid-template-columns: 1fr;
  }

  .bold-search,
  .bold-actions,
  .bold-user {
    grid-column: 1;
    grid-row: auto;
  }

  .bold-actions,
  .bold-user {
    justify-content: flex-start;
  }

  .bold-team-list,
  .bold-menu,
  .bold-action-grid,
  .bold-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: 1fr 86px;
  }

  .plan-feature-check {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575.98px) {
  .bold-main,
  .bold-sidebar {
    padding: 14px;
  }

  .bold-team-list,
  .bold-menu,
  .bold-action-grid,
  .bold-stat-row {
    grid-template-columns: 1fr;
  }

  .bold-client-row {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }

  .bold-client-icon {
    width: 42px;
    height: 42px;
  }

  .bold-client-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .bold-client-actions form,
  .bold-client-actions a,
  .bold-client-actions button {
    width: 100%;
  }

  .plan-feature-form,
  .plan-feature-form.is-new {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .register-shell {
    grid-template-columns: 1fr;
  }

  .register-intro {
    padding: 30px;
  }

  .register-brand {
    margin-bottom: 30px;
  }

  .register-steps {
    display: none;
  }

  .register-form-panel {
    padding: 34px 30px;
  }
}

@media (max-width: 520px) {
  .register-page {
    padding: 20px 12px 40px;
  }

  .register-intro,
  .register-form-panel {
    padding: 26px 22px;
  }

  .register-intro h1 {
    font-size: 2rem;
  }

  .register-group legend {
    display: grid;
    gap: 3px;
  }
}

.client-public-card {
  max-width: 680px;
  padding: 36px;
}

.dashboard-card {
  padding: 24px;
}

.site-footer {
  color: #050505;
  background: #f7f7f7;
  border-top: 1px solid #050505;
}

.site-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  min-height: 118px;
}

.footer-brand,
.footer-copy {
  display: flex;
  align-items: center;
}

.footer-brand {
  gap: 20px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.footer-orb {
  width: 22px;
  height: 22px;
  box-shadow: -6px 8px 0 #050505;
}

.footer-copy {
  gap: 38px;
  font-size: 1rem;
  line-height: 1.4;
}

.footer-copy span:last-child {
  max-width: 320px;
}

@media (max-width: 1199.98px) {
  .hero-title-block {
    top: 116px;
    left: 64px;
  }

  .hero-bottom-row {
    left: 64px;
    bottom: 56px;
  }

  .hero-abstract {
    right: -30px;
    transform: scale(0.82);
  }
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 28px;
  }

  .site-nav-container,
  .hero-container,
  .site-footer-container {
    padding-left: 28px;
    padding-right: 28px;
  }

  .site-nav-links {
    gap: 12px;
    margin-top: 20px;
    transform: none;
    align-items: flex-start !important;
  }

  .navbar-collapse {
    margin-top: 28px;
    padding: 28px 0 18px;
    border-top: 1px solid #050505;
    background: #f7f7f7;
  }

  .navbar .nav-link {
    padding: 10px 0;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .enroll-link {
    margin-top: 18px;
  }

  .prompto-hero {
    min-height: auto;
  }

  .hero-title-block {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 76px;
  }

  .hero-bottom-row,
  .strip-content {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hero-bottom-row {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 420px;
  }

  .hero-abstract {
    right: 20px;
    bottom: 170px;
  }

  .program-grid,
  .business-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-container {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

@media (max-width: 575.98px) {
  .site-nav-container,
  .hero-container,
  .site-footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title-block h1 {
    font-size: 3.55rem;
  }

  .hero-bottom-row {
    margin-top: 360px;
    padding-bottom: 48px;
  }

  .hero-abstract {
    right: -78px;
    bottom: 175px;
    transform: scale(0.62);
  }

  .program-button {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
  }

  .program-grid,
  .business-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-container,
  .footer-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer-container {
    gap: 30px;
  }

  .footer-copy {
    gap: 12px;
  }
}

/* Refined public home page */
.home-page {
  color: #13213b;
  background: #f7f9fc;
  font-family: Aptos, "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
}

.site-navbar {
  padding: 24px 0 16px;
  min-height: auto;
  background: #f7f9fc;
}

.site-nav-container,
.site-footer-container {
  width: min(100%, 1180px);
  padding-left: 28px;
  padding-right: 28px;
}

.site-brand {
  gap: 12px;
  font-size: 1.05rem;
  font-weight: 800;
}

.brand-orb {
  width: 22px;
  height: 22px;
  box-shadow: -5px 6px 0 #050505;
}

.site-nav-links {
  gap: 28px;
  transform: none;
}

.navbar .nav-link {
  color: #243553;
  font-size: 0.94rem;
  font-weight: 650;
}

.enroll-link {
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  background: #ffffff;
  color: #243553;
  font-size: 0.92rem;
  box-shadow: 0 10px 24px rgba(28, 44, 75, 0.06);
}

.nav-arrow {
  display: none;
}

.site-footer {
  background: #f7f9fc;
  border-top: 1px solid #e5ecf5;
}

.site-footer-container {
  min-height: 84px;
  gap: 24px;
}

.footer-brand {
  gap: 12px;
  color: #13213b;
  font-size: 1rem;
}

.footer-copy {
  gap: 18px;
  color: #5a6880;
  font-size: 0.9rem;
}

.home-container {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.home-hero {
  padding: 78px 0 72px;
  background:
    linear-gradient(135deg, rgba(36, 87, 197, 0.08), rgba(36, 87, 197, 0)),
    #f7f9fc;
}

.home-hero .home-container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.82fr);
  gap: 56px;
  align-items: center;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  color: #2457c5;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero h1,
.home-section-heading h2,
.home-cta h2 {
  margin: 0;
  color: #111c33;
  font-family: "Segoe UI Variable Display", Aptos Display, Aptos, "Segoe UI", system-ui, sans-serif;
  font-weight: 760;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 4.6vw, 4.75rem);
  line-height: 1.03;
}

.home-lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: #273957;
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  font-weight: 650;
  line-height: 1.42;
}

.home-copy {
  max-width: 650px;
  margin: 14px 0 0;
  color: #5a6880;
  font-size: 1rem;
  line-height: 1.68;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.home-button.primary {
  color: #ffffff;
  background: #2457c5;
  border: 1px solid #2457c5;
  box-shadow: 0 12px 28px rgba(36, 87, 197, 0.22);
}

.home-button.secondary {
  color: #243553;
  background: #ffffff;
  border: 1px solid #d8e2ef;
}

.home-button:hover {
  transform: translateY(-1px);
}

.home-button.primary:hover {
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(36, 87, 197, 0.28);
}

.home-button.secondary:hover {
  color: #2457c5;
  border-color: #b9c8df;
}

.home-product-preview {
  overflow: hidden;
  border: 1px solid #dde6f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(28, 44, 75, 0.12);
}

.preview-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid #e5ecf5;
  background: #fbfcff;
}

.preview-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8e2ef;
}

.preview-topbar strong {
  margin-left: 8px;
  color: #34435c;
  font-size: 0.82rem;
}

.preview-body {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  min-height: 360px;
}

.preview-sidebar {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px 18px;
  border-right: 1px solid #e5ecf5;
  background: #f6f8fc;
}

.preview-sidebar span {
  height: 10px;
  border-radius: 999px;
  background: #cfd9e8;
}

.preview-sidebar span.active {
  background: #2457c5;
}

.preview-main {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 24px;
}

.preview-metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.preview-metric-row div,
.preview-panel,
.preview-list span {
  border: 1px solid #e3ebf6;
  border-radius: 12px;
  background: #ffffff;
}

.preview-metric-row div {
  display: grid;
  gap: 3px;
  padding: 14px;
}

.preview-metric-row strong {
  color: #13213b;
  font-size: 1.35rem;
}

.preview-metric-row span {
  color: #6b7890;
  font-size: 0.78rem;
}

.preview-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.preview-panel span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #e7edf7;
}

.preview-panel span:first-child {
  width: 42%;
  background: #2457c5;
}

.preview-list {
  display: grid;
  gap: 10px;
}

.preview-list span {
  display: block;
  height: 44px;
}

.home-section {
  padding: 74px 0;
  background: #ffffff;
}

.home-section-muted {
  background: #f7f9fc;
  border-top: 1px solid #e5ecf5;
  border-bottom: 1px solid #e5ecf5;
}

.home-section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.home-section-heading.compact {
  margin-bottom: 0;
}

.home-section-heading h2,
.home-cta h2 {
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 1.12;
}

.home-section-heading p,
.home-cta p {
  max-width: 650px;
  margin: 12px 0 0;
  color: #5a6880;
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-card,
.home-pricing-card {
  border: 1px solid #e2eaf6;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(28, 44, 75, 0.055);
}

.home-card {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 22px;
}

.home-card > span {
  color: #2457c5;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-card h3,
.home-step h3,
.home-pricing-card h3 {
  margin: 0;
  color: #13213b;
  font-weight: 740;
  line-height: 1.18;
}

.home-card h3 {
  font-size: 1.2rem;
}

.home-card p,
.home-step p,
.home-pricing-card p,
.home-pricing-card li {
  margin: 0;
  color: #5a6880;
  font-size: 0.94rem;
  line-height: 1.58;
}

.home-two-column {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.home-steps {
  display: grid;
  gap: 12px;
}

.home-step {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid #e2eaf6;
  border-radius: 14px;
  background: #ffffff;
}

.home-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #2457c5;
  border-radius: 50%;
  font-size: 0.88rem;
  font-weight: 800;
}

.home-step h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.home-industry-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-industry-grid span {
  padding: 10px 14px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  color: #243553;
  background: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home-pricing-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 24px;
}

.home-pricing-card.featured {
  border-color: rgba(36, 87, 197, 0.4);
  box-shadow: 0 18px 44px rgba(36, 87, 197, 0.12);
}

.home-plan-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: #2457c5;
  background: #edf4ff;
  font-size: 0.75rem;
  font-weight: 800;
}

.home-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #6b7890;
}

.home-price strong {
  color: #13213b;
  font-size: 2rem;
}

.home-price small {
  font-size: 0.82rem;
}

.home-pricing-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
}

.home-pricing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #2457c5;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
}

.home-cta {
  padding: 62px 0;
  background: #ffffff;
}

.home-cta .home-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5ecf5;
}

@media (max-width: 991.98px) {
  .home-hero .home-container,
  .home-two-column,
  .home-pricing-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding: 58px 0 58px;
  }

  .home-product-preview {
    max-width: 640px;
  }

  .home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-cta .home-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .home-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-hero {
    padding: 42px 0 48px;
  }

  .home-hero h1 {
    font-size: 2.35rem;
  }

  .home-feature-grid,
  .preview-metric-row {
    grid-template-columns: 1fr;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .home-section {
    padding: 54px 0;
  }

  .home-card {
    min-height: auto;
  }

  .home-button {
    width: 100%;
  }
}

.bold-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
  color: #1f2430;
  background: #f5f7fb;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, sans-serif;
}

.bold-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px 18px;
  overflow-y: auto;
  background: #ffffff;
  border-right: 1px solid #e8ecf4;
}

.bold-platform-return {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin: 0 0 20px;
  padding: 11px 13px;
  color: #ffffff;
  background: #2457c5;
  border-radius: 12px;
  text-decoration: none;
}

.bold-platform-return:hover {
  color: #ffffff;
  background: #1946aa;
}

.bold-platform-return span {
  font-size: 0.9rem;
  font-weight: 900;
}

.bold-platform-return small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
}

.bold-logo {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 54px;
  color: #111318;
  text-decoration: none;
}

.bold-logo strong {
  font-size: 1.28rem;
  font-weight: 900;
}

.bold-sidebar-block,
.bold-upgrade-card,
.bold-hero-widget,
.bold-quick-actions,
.bold-stat-card,
.bold-panel {
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(17, 19, 24, 0.05);
}

.bold-sidebar-block {
  margin: 20px 0 26px;
  padding: 18px;
  background: #111318;
  color: #ffffff;
}

.bold-sidebar-block span,
.bold-sidebar-block small,
.bold-menu-title,
.bold-upgrade-card span,
.bold-upgrade-card p,
.bold-kicker,
.bold-stat-card span,
.bold-stat-card small,
.bold-app-card small,
.bold-progress-list span,
.bold-activity small,
.bold-page-title span,
.bold-user small {
  color: #8b92a6;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bold-sidebar-block strong {
  display: block;
  margin: 8px 0 5px;
  color: #ffffff;
  font-size: 1.1rem;
}

.bold-menu-title {
  margin: 22px 10px 10px;
  text-transform: uppercase;
}

.bold-team-list,
.bold-menu {
  display: grid;
  gap: 6px;
}

.bold-team-list a,
.bold-menu a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 10px 12px;
  color: #4b5368;
  border-radius: 12px;
  text-decoration: none;
}

.bold-menu a {
  justify-content: space-between;
}

.bold-team-list a:hover,
.bold-menu a:hover {
  color: #2457c5;
  background: #eef4ff;
}

.bold-menu a.is-active {
  color: #ffffff;
  background: #2457c5;
  box-shadow: 0 8px 20px rgba(36, 87, 197, 0.22);
}

.bold-menu a.is-active small {
  color: rgba(255, 255, 255, 0.78);
}

.bold-menu a span {
  font-size: 0.95rem;
  font-weight: 800;
}

.bold-menu a small {
  color: #a0a7b8;
  font-size: 0.68rem;
}

.bold-menu a.is-muted {
  opacity: 0.45;
}

.bold-team-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.dot-blue {
  background: #2457c5;
}

.dot-purple {
  background: #aaa4ff;
}

.bold-upgrade-card {
  margin-top: 28px;
  padding: 18px;
  background: linear-gradient(145deg, #111318, #1f2534);
  color: #ffffff;
}

.bold-upgrade-card strong {
  display: block;
  margin: 8px 0 10px;
  color: #ffffff;
}

.bold-upgrade-card p {
  margin: 0;
  line-height: 1.5;
}

.bold-main {
  min-width: 0;
  padding: 22px 28px 34px;
}

.bold-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(260px, 420px) auto auto;
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 10px 0 22px;
  background: rgba(245, 247, 251, 0.96);
  backdrop-filter: blur(12px);
}

.bold-page-title h1 {
  margin: 4px 0 0;
  color: #111318;
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.bold-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
}

.bold-search span {
  color: #2457c5;
  font-size: 0.8rem;
  font-weight: 900;
}

.bold-search input {
  width: 100%;
  border: 0;
  outline: 0;
}

.bold-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bold-actions a,
.bold-actions button,
.bold-hero-widget a,
.bold-widget-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  color: #2457c5;
  background: #eef4ff;
  border: 0;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.bold-actions button {
  color: #4b5368;
  background: #ffffff;
  border: 1px solid #e8ecf4;
}

.bold-user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  justify-content: flex-end;
}

.bold-user > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #2457c5;
  border-radius: 13px;
  font-weight: 900;
}

.bold-user strong {
  display: block;
  color: #111318;
  font-size: 0.95rem;
}

.bold-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.bold-hero-widget {
  grid-column: span 8;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  min-height: 238px;
  padding: 28px;
  background:
    radial-gradient(circle at 87% 20%, rgba(170, 164, 255, 0.95), rgba(170, 164, 255, 0) 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f9ff 100%);
}

.bold-hero-widget h2 {
  max-width: 760px;
  margin: 10px 0 12px;
  color: #111318;
  font-size: clamp(2rem, 3vw, 3.45rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.bold-hero-widget p {
  max-width: 660px;
  margin: 0;
  color: #5f6678;
  line-height: 1.65;
}

.bold-quick-actions {
  grid-column: span 4;
  padding: 22px;
}

.bold-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.bold-widget-head h2 {
  margin: 4px 0 0;
  color: #111318;
  font-size: 1.22rem;
  font-weight: 900;
}

.bold-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bold-action-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px;
  color: #111318;
  background: #f5f7fb;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.bold-action-grid a:hover,
.bold-app-card:hover {
  color: #ffffff;
  background: #2457c5;
}

.bold-stat-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bold-stat-card {
  min-height: 136px;
  padding: 22px;
}

.bold-stat-card strong {
  display: block;
  margin: 14px 0 6px;
  color: #111318;
  font-size: 2.3rem;
  font-weight: 950;
  line-height: 1;
}

.bold-panel {
  grid-column: span 4;
  padding: 22px;
}

.bold-panel-wide {
  grid-column: span 8;
}

.bold-app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bold-app-card {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  color: #111318;
  background: #f5f7fb;
  border-radius: 14px;
  text-decoration: none;
}

.bold-app-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #111318;
  border-radius: 14px;
  font-weight: 900;
}

.bold-app-card strong {
  display: block;
  font-weight: 900;
}

.bold-app-card small {
  display: block;
  margin-top: 3px;
  line-height: 1.35;
}

.bold-app-card:hover small {
  color: rgba(255, 255, 255, 0.76);
}

.bold-progress-list {
  display: grid;
  gap: 12px;
}

.bold-progress-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 13px 15px;
  background: #f5f7fb;
  border-radius: 14px;
}

.bold-progress-list strong {
  color: #2457c5;
  font-size: 1.4rem;
}

.bold-activity {
  display: grid;
  gap: 15px;
}

.bold-activity > div {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.bold-activity > div > span {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background: #2457c5;
  border-radius: 999px;
}

.bold-activity strong {
  display: block;
  color: #111318;
  font-size: 0.95rem;
}

.bold-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 900;
}

.bold-alert.success {
  color: #0b5d35;
  background: #e3f9ee;
}

.bold-alert.error {
  color: #8b1e2d;
  background: #ffe7eb;
}

.bold-role-list,
.bold-client-list {
  display: grid;
  gap: 16px;
}

.bold-role-card,
.bold-client-row {
  background: #f8faff;
  border: 1px solid #e8ecf4;
  border-radius: 16px;
}

.bold-role-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 18px;
  padding: 18px;
}

.bold-role-summary span {
  color: #2457c5;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bold-role-summary h3 {
  margin: 8px 0 10px;
  color: #111318;
  font-size: 1.25rem;
  font-weight: 900;
}

.bold-role-summary p {
  margin: 0 0 12px;
  color: #5f6678;
  line-height: 1.55;
}

.bold-role-summary small,
.bold-permission-form small,
.bold-client-row small {
  color: #8b92a6;
  font-size: 0.76rem;
  font-weight: 800;
}

.bold-permission-form {
  display: grid;
  gap: 14px;
}

.bold-permission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bold-permission-grid fieldset,
.bold-create-permissions fieldset {
  min-width: 0;
  margin: 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
}

.bold-permission-grid legend,
.bold-create-permissions legend {
  float: none;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  color: #2457c5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.bold-permission-grid label,
.bold-create-permissions label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  padding: 8px 0;
  cursor: pointer;
}

.bold-permission-grid input,
.bold-create-permissions input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #2457c5;
}

.bold-permission-grid label strong {
  display: block;
  color: #111318;
  font-size: 0.9rem;
}

.bold-permission-form button,
.bold-create-form button {
  width: fit-content;
  min-height: 40px;
  padding: 9px 14px;
  color: #ffffff;
  background: #2457c5;
  border: 0;
  border-radius: 11px;
  font-weight: 900;
}

.bold-permission-form button:disabled {
  color: #8b92a6;
  background: #eef1f7;
  cursor: not-allowed;
}

.bold-create-form {
  display: grid;
  gap: 12px;
}

.bold-create-form label {
  color: #4b5368;
  font-weight: 900;
}

.bold-create-form > input,
.bold-create-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #e8ecf4;
  border-radius: 12px;
  outline: 0;
}

.bold-create-form > input:focus,
.bold-create-form textarea:focus {
  border-color: #2457c5;
  box-shadow: 0 0 0 0.2rem rgba(36, 87, 197, 0.12);
}

.bold-create-permissions {
  display: grid;
  gap: 12px;
  max-height: 580px;
  overflow: auto;
  padding-right: 4px;
}

.bold-create-permissions label {
  font-size: 0.9rem;
  font-weight: 800;
}

.bold-client-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.bold-client-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: #2457c5;
  border-radius: 15px;
  font-weight: 900;
}

.bold-client-row strong {
  display: block;
  color: #111318;
  font-size: 1rem;
}

.bold-client-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bold-client-actions a {
  min-height: 38px;
  padding: 9px 12px;
  color: #2457c5;
  background: #eef4ff;
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.forms-builder { display: grid; gap: 20px; }
.forms-settings { padding: 22px; }
.forms-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.forms-grid label, .forms-field-row label, .bold-create-form label { display: grid; gap: 7px; color: #4b5368; font-size: .84rem; font-weight: 900; }
.forms-grid input, .forms-grid textarea, .forms-field-row input, .forms-field-row select, .public-form-field input, .public-form-field textarea, .public-form-field select, .forms-qr input {
  width: 100%; padding: 11px 12px; background: #fff; border: 1px solid #e2e7f0; border-radius: 10px; outline: 0;
}
.forms-wide { grid-column: 1 / -1; }
.forms-toggles { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.forms-toggles label, .forms-check { display: flex; align-items: center; gap: 8px; font-weight: 800; }
.forms-toggles input, .forms-check input { width: 17px; height: 17px; accent-color: #2457c5; }
.forms-field-list { display: grid; gap: 14px; }
.forms-field-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; padding: 16px; background: #f8faff; border: 1px solid #e8ecf4; border-radius: 14px; }
.forms-action, .forms-save, .remove-field, .public-form-card button {
  min-height: 40px; padding: 9px 15px; color: #fff; background: #2457c5; border: 0; border-radius: 10px; font-weight: 900;
}
.remove-field { align-self: end; background: #e84b5f; }
.forms-save { width: fit-content; min-width: 160px; }
.forms-empty { padding: 30px; color: #707789; text-align: center; background: #f8faff; border-radius: 14px; }
.forms-submissions { display: grid; gap: 14px; }
.forms-submissions article { padding: 16px; background: #f8faff; border-radius: 14px; }
.forms-submissions span { margin-left: 12px; color: #707789; }
.forms-submissions pre { margin: 12px 0 0; white-space: pre-wrap; }
.forms-qr { display: grid; grid-template-columns: minmax(240px, 380px) minmax(0, 1fr); gap: 28px; align-items: center; }
.forms-qr svg { width: 100%; height: auto; }
.public-form-page { min-height: calc(100vh - 234px); padding: 64px 20px; background: #f5f7fb; }
.public-form-card { width: min(100%, 720px); margin: auto; padding: 34px; background: #fff; border: 1px solid #e2e7f0; border-radius: 18px; box-shadow: 0 20px 50px rgba(17,19,24,.08); }
.public-form-card h1 { margin: 10px 0; font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 950; letter-spacing: -.045em; }
.public-form-card form { display: grid; gap: 18px; margin-top: 28px; }
.public-form-field { display: grid; gap: 8px; }
.public-form-field > label { font-weight: 900; }
.public-form-field label span { color: #e84b5f; }
.public-choice { display: flex !important; align-items: center; gap: 9px; font-weight: 700 !important; }
.public-choice input { width: 17px; }
.thank-you { text-align: center; }

@media (max-width: 991.98px) {
  .forms-field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .forms-grid, .forms-field-row, .forms-qr { grid-template-columns: 1fr; }
  .forms-wide { grid-column: auto; }
}

@media (max-width: 1199.98px) {
  .bold-topbar {
    grid-template-columns: 1fr 1fr;
  }

  .bold-hero-widget,
  .bold-quick-actions,
  .bold-panel,
  .bold-panel-wide {
    grid-column: 1 / -1;
  }

  .bold-role-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .bold-shell {
    grid-template-columns: 1fr;
  }

  .bold-sidebar {
    position: relative;
    height: auto;
  }

  .bold-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .bold-main {
    padding: 16px;
  }

  .bold-topbar,
  .bold-stat-row,
  .bold-app-grid,
  .bold-menu,
  .bold-permission-grid,
  .bold-client-row {
    grid-template-columns: 1fr;
  }

  .bold-client-actions {
    justify-content: flex-start;
  }

  .bold-hero-widget {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Bold-inspired admin shell */
.admin-shell {
  grid-template-columns: 276px minmax(0, 1fr);
  background: #f4f6fb;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, sans-serif;
}

.admin-sidebar {
  padding: 22px 16px;
  background: #111318;
  border-right: 0;
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.06);
}

.admin-brand {
  width: 100%;
  padding: 6px 8px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-brand .brand-orb {
  box-shadow: -5px 6px 0 #2457c5;
}

.admin-tenant,
.admin-sidebar-card {
  margin: 18px 6px;
  padding: 16px;
  background: #1a1d24;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}

.admin-sidebar-card span,
.admin-nav-heading {
  color: #8b92a6;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-sidebar-card strong {
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 0.95rem;
}

.admin-nav-heading {
  margin: 22px 10px 10px;
}

.admin-nav {
  gap: 4px;
}

.admin-nav-link {
  min-height: 46px;
  padding: 10px 12px;
  color: #d9deeb;
  background: transparent;
  border: 0;
  border-radius: 10px;
}

.admin-nav-link span {
  font-size: 0.94rem;
  font-weight: 800;
}

.admin-nav-link small {
  color: #747b8f;
  font-size: 0.68rem;
}

.admin-nav-link:hover,
.admin-nav-link.is-active {
  color: #ffffff;
  background: #2457c5;
}

.admin-nav-link:hover small,
.admin-nav-link.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.admin-main {
  padding: 24px;
}

.admin-topbar,
.admin-hero-panel,
.admin-panel,
.admin-metric-card,
.role-card,
.admin-alert {
  border: 1px solid #e5e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 19, 24, 0.06);
}

.admin-topbar {
  min-height: 76px;
  padding: 14px 18px;
}

.admin-topbar h1 {
  margin-top: 4px;
  font-size: clamp(1.45rem, 2vw, 2.35rem);
  letter-spacing: -0.025em;
  text-transform: none;
}

.admin-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.admin-top-actions a {
  min-height: 36px;
  padding: 9px 14px;
  color: #3c4254;
  background: #f4f6fb;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.admin-top-actions a:hover {
  color: #ffffff;
  background: #2457c5;
}

.admin-userbar {
  padding-left: 14px;
  border-left: 1px solid #e5e8f0;
}

.admin-icon-button {
  min-height: 36px;
  padding: 8px 13px;
  border-color: #e5e8f0;
  border-radius: 9px;
}

.admin-command-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.admin-command-card {
  min-height: 118px;
  padding: 18px;
  color: #050505;
  background: #ffffff;
  border: 1px solid #e5e8f0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17, 19, 24, 0.05);
  text-decoration: none;
}

.admin-command-card:hover {
  color: #050505;
  border-color: #2457c5;
}

.admin-command-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #2457c5;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 900;
}

.admin-command-card strong {
  display: block;
  margin-top: 14px;
  font-size: 1rem;
  font-weight: 900;
}

.admin-command-card small {
  display: block;
  margin-top: 6px;
  color: #707789;
  line-height: 1.45;
}

.admin-hero-panel {
  margin-top: 20px;
  padding: 22px;
}

.admin-hero-panel.compact {
  align-items: center;
}

.admin-hero-panel h2 {
  max-width: 760px;
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  letter-spacing: -0.035em;
}

.admin-hero-panel p {
  max-width: 720px;
  margin-top: 12px;
  font-size: 0.98rem;
}

.admin-metrics {
  gap: 16px;
  margin-top: 20px;
}

.admin-metric-card {
  min-height: 118px;
  padding: 18px;
}

.admin-metric-card span {
  font-size: 0.76rem;
}

.admin-metric-card strong {
  margin: 12px 0 5px;
  font-size: 2.15rem;
}

.admin-content-grid {
  gap: 20px;
  margin-top: 20px;
}

.admin-panel {
  padding: 20px;
}

.admin-panel-heading {
  margin-bottom: 16px;
}

.admin-panel-heading h2 {
  margin-top: 4px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  text-transform: none;
}

.admin-section-grid {
  gap: 12px;
  border: 0;
}

.admin-section-card {
  min-height: 142px;
  padding: 18px;
  border: 1px solid #e5e8f0;
  border-radius: 12px;
}

.admin-section-card strong {
  margin-top: 28px;
  font-size: 1.1rem;
  text-transform: none;
}

.admin-section-card p {
  color: #5f6678;
  font-size: 0.92rem;
}

.admin-activity-item {
  padding: 13px 0;
  border-bottom-color: #e5e8f0;
}

.role-card,
.platform-client-card {
  border-color: #e5e8f0;
  border-radius: 12px;
}

.role-card h3,
.platform-client-card h3 {
  font-size: 1.25rem;
  text-transform: none;
}

.permission-groups fieldset {
  border-color: #e5e8f0;
  border-radius: 10px;
}

.program-button,
.secondary-button {
  min-height: 42px;
  border-radius: 10px;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .admin-command-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .admin-sidebar {
    height: auto;
  }

  .admin-top-actions {
    flex-wrap: wrap;
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .admin-command-row {
    grid-template-columns: 1fr;
  }

  .admin-topbar,
  .admin-hero-panel,
  .admin-panel,
  .admin-metric-card,
  .role-card {
    box-shadow: 0 10px 24px rgba(17, 19, 24, 0.06);
  }
}

.admin-shell {
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 100vh;
  color: #050505;
  background: #f1f2f6;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 30px 22px;
  color: #ffffff;
  background: #050505;
  border-right: 1px solid #050505;
}

.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
}

.admin-brand:hover {
  color: #ffffff;
}

.admin-brand .brand-orb {
  background: #aaa4ff;
  border-color: #ffffff;
  box-shadow: -7px 9px 0 #2457c5;
}

.admin-tenant {
  margin: 34px 0 24px;
  padding: 20px;
  background: #121212;
  border: 1px solid #2d2d2d;
}

.admin-tenant span,
.admin-nav-link small,
.admin-userbar span,
.admin-metric-card small,
.admin-activity-item small,
.role-card small,
.permission-option small {
  display: block;
  color: #707070;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-tenant strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.15rem;
}

.admin-nav {
  display: grid;
  gap: 10px;
}

.admin-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 13px 15px;
  color: #ffffff;
  background: #111111;
  border: 1px solid #2c2c2c;
  text-decoration: none;
}

.admin-nav-link:hover,
.admin-nav-link.is-active {
  color: #050505;
  background: #aaa4ff;
  border-color: #ffffff;
}

.admin-nav-link.is-locked {
  color: #8a8a8a;
  opacity: 0.68;
}

.admin-main {
  min-width: 0;
  padding: 30px;
}

.admin-topbar,
.admin-hero-panel,
.admin-panel,
.admin-metric-card,
.role-card,
.admin-alert {
  background: #ffffff;
  border: 1px solid #050505;
  box-shadow: 8px 8px 0 #050505;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 108px;
  padding: 22px 26px;
}

.admin-topbar h1,
.admin-hero-panel h2,
.admin-panel-heading h2 {
  margin: 8px 0 0;
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.admin-topbar h1 {
  font-size: clamp(2rem, 3vw, 4.2rem);
}

.admin-userbar {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: right;
}

.admin-userbar strong {
  display: block;
  font-weight: 900;
}

.admin-icon-button {
  min-height: 42px;
  padding: 10px 17px;
  color: #050505;
  background: #ffffff;
  border: 1px solid #050505;
  border-radius: 999px;
  font-weight: 900;
}

.admin-icon-button:hover {
  background: #2457c5;
  color: #ffffff;
}

.admin-hero-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding: 34px;
  background:
    radial-gradient(circle at 90% 10%, rgba(170, 164, 255, 0.9), rgba(170, 164, 255, 0) 26%),
    #ffffff;
}

.admin-hero-panel h2 {
  max-width: 880px;
  font-size: clamp(2.4rem, 4.2vw, 5.7rem);
}

.admin-hero-panel p {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.admin-metric-card {
  min-height: 160px;
  padding: 24px;
}

.admin-metric-card span {
  color: #2457c5;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-metric-card strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.admin-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.8fr);
  gap: 30px;
  margin-top: 30px;
}

.admin-panel {
  min-width: 0;
  padding: 26px;
}

.admin-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-panel-heading h2 {
  font-size: 2rem;
}

.admin-panel-heading a,
.admin-panel-heading span {
  color: #2457c5;
  font-weight: 900;
  text-decoration: none;
}

.admin-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #050505;
  border-left: 1px solid #050505;
}

.admin-section-card {
  min-height: 190px;
  padding: 24px;
  color: #050505;
  background: #ffffff;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
  text-decoration: none;
}

.admin-section-card:hover {
  color: #050505;
  background: #f7f7f7;
}

.admin-section-card span {
  color: #2457c5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-section-card strong {
  display: block;
  margin-top: 42px;
  font-size: 1.45rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-section-card p {
  margin: 12px 0 0;
  line-height: 1.55;
}

.admin-section-card.is-locked {
  opacity: 0.52;
}

.admin-activity-list,
.role-list,
.permission-groups {
  display: grid;
  gap: 14px;
}

.admin-activity-item {
  padding: 16px 0;
  border-bottom: 1px solid #050505;
}

.admin-activity-item span {
  color: #2457c5;
  font-size: 0.82rem;
  font-weight: 900;
}

.admin-activity-item strong {
  display: block;
  margin-top: 7px;
  font-weight: 900;
}

.admin-alert {
  margin-top: 26px;
  padding: 16px 18px;
  font-weight: 900;
}

.admin-alert-success {
  background: #dff9ec;
}

.admin-alert-error {
  background: #ffe5e8;
}

.role-card {
  padding: 22px;
}

.role-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.role-card-header span {
  color: #2457c5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.role-card h3 {
  margin: 8px 0 0;
  font-size: 1.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.role-card-header strong {
  flex: 0 0 auto;
  padding: 8px 12px;
  color: #050505;
  background: #aaa4ff;
  border: 1px solid #050505;
}

.role-card p {
  margin: 16px 0;
}

.permission-edit-form {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #050505;
}

.permission-groups fieldset {
  margin: 0;
  padding: 16px;
  border: 1px solid #050505;
}

.permission-groups legend {
  float: none;
  width: auto;
  padding: 0 8px;
  margin: 0;
  color: #2457c5;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.permission-groups.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.permission-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  cursor: pointer;
}

.permission-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #2457c5;
}

.permission-option strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
}

.admin-form textarea {
  resize: vertical;
}

.platform-client-list {
  display: grid;
  gap: 16px;
}

.platform-client-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px;
  border: 1px solid #050505;
  background: #ffffff;
}

.platform-client-card span {
  color: #2457c5;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-client-card h3 {
  margin: 8px 0;
  font-size: 1.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.platform-client-card small {
  color: #707070;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.platform-client-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .admin-shell {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .admin-metrics,
  .admin-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-panel-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  .admin-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-main {
    padding: 22px;
  }

  .admin-topbar,
  .admin-hero-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-userbar {
    width: 100%;
    justify-content: space-between;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .admin-main {
    padding: 16px;
  }

  .admin-metrics,
  .admin-content-grid,
  .admin-section-grid,
  .permission-groups.compact,
  .admin-nav {
    grid-template-columns: 1fr;
  }

  .platform-client-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-client-actions {
    justify-content: flex-start;
  }

  .admin-hero-panel,
  .admin-panel,
  .admin-topbar,
  .admin-metric-card,
  .role-card {
    box-shadow: 5px 5px 0 #050505;
  }
}
.client-profile-page {
  min-height: 100vh;
  color: #14233f;
  background: #f6f8fc;
}

.client-profile-hero {
  padding: 28px 0 58px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(20, 35, 63, 0.92), rgba(36, 87, 197, 0.78)),
    var(--client-primary);
}

.client-profile-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 52px;
}

.client-profile-nav a,
.client-profile-actions a {
  text-decoration: none;
}

.client-profile-nav a {
  color: #ffffff;
  font-weight: 700;
}

.client-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: end;
}

.client-profile-copy {
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.client-profile-copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.95;
}

.client-profile-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.65;
}

.client-profile-logo {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.client-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.client-profile-card,
.client-empty-card,
.client-booking-placeholder,
.client-form-list article {
  border: 1px solid #e2e9f5;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(25, 52, 95, 0.08);
}

.client-profile-card {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.client-profile-card span,
.client-profile-section .eyebrow {
  color: var(--client-primary);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-profile-card a,
.client-profile-card p {
  margin: 0;
  color: #44546e;
  overflow-wrap: anywhere;
}

.client-profile-content {
  display: grid;
  gap: 26px;
  padding-top: 36px;
  padding-bottom: 56px;
}

.client-profile-section {
  display: grid;
  gap: 16px;
}

.client-profile-section h2 {
  margin: 4px 0 0;
  color: #14233f;
  font-size: 1.55rem;
}

.client-form-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.client-form-list article,
.client-empty-card,
.client-booking-placeholder {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.client-form-list h3,
.client-empty-card strong,
.client-booking-placeholder strong {
  margin: 0;
  color: #14233f;
}

.client-form-list p,
.client-empty-card span,
.client-booking-placeholder span {
  margin: 0;
  color: #66758d;
  line-height: 1.55;
}

.client-form-list a {
  color: var(--client-primary);
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 900px) {
  .client-profile-grid,
  .client-form-list {
    grid-template-columns: 1fr;
  }
}

/* Premium SaaS home refresh */
body:has(.home-page) {
  background:
    radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--home-primary, #2457c5) 12%, transparent), transparent 30rem),
    radial-gradient(circle at 84% 8%, rgba(122, 92, 255, 0.10), transparent 28rem),
    #f6f8fc;
}

body:has(.home-page) .site-navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 0;
  background: rgba(246, 248, 252, 0.86);
  border-bottom: 1px solid rgba(211, 221, 237, 0.72);
  backdrop-filter: blur(18px);
}

body:has(.home-page) .site-nav-container,
body:has(.home-page) .site-footer-container,
.home-container {
  width: min(100%, 1200px);
  padding-left: 24px;
  padding-right: 24px;
}

body:has(.home-page) .site-brand {
  color: #101828;
  font-size: 1rem;
  letter-spacing: 0;
}

body:has(.home-page) .brand-orb {
  width: 24px;
  height: 24px;
  border: 0;
  background: linear-gradient(135deg, var(--home-primary, #2457c5), var(--home-accent, #72a7ff));
  box-shadow: none;
}

body:has(.home-page) .brand-orb::after {
  top: 7px;
  left: 7px;
  width: 9px;
  height: 9px;
}

body:has(.home-page) .site-nav-links {
  gap: 8px;
}

body:has(.home-page) .navbar .nav-link {
  padding: 9px 13px;
  border-radius: 999px;
  color: #526079;
  font-size: 0.9rem;
  font-weight: 700;
}

body:has(.home-page) .navbar .nav-link:hover {
  color: var(--home-primary, #2457c5);
  background: color-mix(in srgb, var(--home-primary, #2457c5) 9%, transparent);
}

body:has(.home-page) .enroll-link {
  min-height: 42px;
  padding: 10px 17px;
  color: #ffffff;
  background: #101828;
  border: 1px solid #101828;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.14);
}

body:has(.home-page) .enroll-link:hover {
  color: #ffffff;
  background: var(--home-primary, #2457c5);
  border-color: var(--home-primary, #2457c5);
}

.home-page {
  overflow: hidden;
  color: #172033;
  background: transparent;
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
}

.home-hero {
  position: relative;
  padding: 86px 0 72px;
  background: transparent;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 18px 24px auto;
  height: 520px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.56)),
    radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--home-primary, #2457c5) 18%, transparent), transparent 24rem);
  box-shadow: 0 34px 90px rgba(35, 52, 86, 0.08);
  pointer-events: none;
}

.home-hero .home-container {
  position: relative;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
  gap: 52px;
}

.home-kicker {
  margin-bottom: 16px;
  padding: 7px 11px;
  color: var(--home-primary, #2457c5);
  background: color-mix(in srgb, var(--home-primary, #2457c5) 9%, white);
  border: 1px solid color-mix(in srgb, var(--home-primary, #2457c5) 16%, transparent);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
}

.home-hero h1 {
  max-width: 760px;
  color: #101828;
  font-size: clamp(3rem, 5.45vw, 5.85rem);
  font-weight: 780;
  line-height: 0.98;
}

.home-section-heading h2,
.home-cta h2 {
  color: #101828;
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  font-weight: 760;
  line-height: 1.04;
}

.home-lead {
  max-width: 660px;
  margin-top: 24px;
  color: #344054;
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  font-weight: 560;
  line-height: 1.55;
}

.home-copy {
  max-width: 610px;
  color: #667085;
  line-height: 1.72;
}

.home-actions {
  gap: 14px;
  margin-top: 30px;
}

.home-button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 13px;
  font-weight: 760;
}

.home-button.primary {
  background: linear-gradient(135deg, var(--home-primary, #2457c5), color-mix(in srgb, var(--home-primary, #2457c5) 82%, #101828));
  border-color: var(--home-primary, #2457c5);
  box-shadow: 0 18px 36px color-mix(in srgb, var(--home-primary, #2457c5) 22%, transparent);
}

.home-button.secondary {
  color: #24314a;
  background: rgba(255, 255, 255, 0.92);
  border-color: #d7e0ef;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.06);
}

.home-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 34px;
}

.home-proof div {
  padding: 15px;
  border: 1px solid rgba(215, 224, 239, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.05);
}

.home-proof strong,
.home-proof span {
  display: block;
}

.home-proof strong {
  color: #101828;
  font-size: 0.9rem;
}

.home-proof span {
  margin-top: 5px;
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.45;
}

.home-product-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215, 224, 239, 0.92);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(20, 34, 66, 0.16);
}

.home-product-preview::after {
  content: "";
  position: absolute;
  inset: auto -12% -20% 24%;
  height: 220px;
  background: radial-gradient(circle, color-mix(in srgb, var(--home-primary, #2457c5) 20%, transparent), transparent 68%);
  pointer-events: none;
}

.preview-topbar {
  min-height: 50px;
  padding: 0 18px;
  background: #fbfcff;
}

.preview-body {
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 410px;
}

.preview-sidebar {
  gap: 16px;
  padding: 24px 18px;
  background: #101828;
}

.preview-sidebar span {
  height: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.preview-sidebar span.active {
  background: #ffffff;
}

.preview-main {
  gap: 16px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
}

.preview-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.preview-heading span {
  color: #98a2b3;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preview-heading strong {
  color: #101828;
  font-size: 1.15rem;
}

.preview-metric-row {
  gap: 10px;
}

.preview-metric-row div,
.preview-panel,
.preview-list span {
  border-color: #e6edf7;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
}

.preview-panel {
  gap: 10px;
  padding: 14px;
}

.preview-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: #f4f7fc;
}

.preview-panel strong,
.preview-panel span {
  display: block;
  height: auto;
  background: transparent;
}

.preview-panel strong {
  color: #24314a;
  font-size: 0.86rem;
}

.preview-panel span {
  color: #667085;
  font-size: 0.78rem;
}

.preview-list span {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  height: auto;
  padding: 13px;
  color: #344054;
}

.preview-list i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-primary, #2457c5);
}

.preview-list b {
  min-width: 0;
  overflow: hidden;
  font-size: 0.86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-list em {
  color: #98a2b3;
  font-size: 0.74rem;
  font-style: normal;
}

.home-section {
  padding: 80px 0;
  background: #ffffff;
}

.home-section-muted {
  background: #f6f8fc;
  border-color: #e4ebf5;
}

.home-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.home-section-heading p,
.home-cta p {
  color: #667085;
}

.home-feature-grid {
  gap: 18px;
}

.home-card,
.home-step,
.home-pricing-card {
  border: 1px solid #e4ebf5;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.055);
}

.home-card {
  position: relative;
  min-height: 218px;
  padding: 24px;
}

.home-card::before {
  content: "";
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--home-primary, #2457c5);
}

.home-card > span {
  color: #98a2b3;
  font-size: 0.78rem;
}

.home-card h3,
.home-step h3,
.home-pricing-card h3 {
  color: #101828;
  font-weight: 760;
}

.home-card p,
.home-step p,
.home-pricing-card p,
.home-pricing-card li {
  color: #667085;
}

.home-two-column {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 54px;
}

.home-step {
  padding: 20px;
}

.home-step > span {
  background: #101828;
  border-radius: 12px;
}

.home-industry-grid {
  gap: 12px;
}

.home-industry-grid span {
  padding: 12px 16px;
  border-color: #d9e3f0;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.home-pricing-grid {
  gap: 20px;
}

.home-pricing-card {
  padding: 26px;
}

.home-pricing-card.featured {
  border-color: color-mix(in srgb, var(--home-primary, #2457c5) 42%, transparent);
  transform: translateY(-8px);
  box-shadow: 0 26px 70px color-mix(in srgb, var(--home-primary, #2457c5) 18%, transparent);
}

.home-pricing-card a {
  min-height: 46px;
  border-radius: 13px;
  background: #101828;
}

.home-pricing-card.featured a,
.home-pricing-card a:hover {
  background: var(--home-primary, #2457c5);
  color: #ffffff;
}

.home-cta {
  padding: 70px 0;
  background: #ffffff;
}

.home-cta .home-container {
  padding: 34px;
  border: 1px solid #dbe5f2;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, color-mix(in srgb, var(--home-primary, #2457c5) 18%, transparent), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f7faff);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

body:has(.home-page) .site-footer {
  background: #101828;
  border-top: 0;
}

body:has(.home-page) .site-footer-container {
  min-height: 94px;
}

body:has(.home-page) .footer-brand,
body:has(.home-page) .footer-copy {
  color: #ffffff;
}

body:has(.home-page) .footer-copy {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
  body:has(.home-page) .navbar-collapse {
    margin-top: 14px;
    padding: 16px 0;
    border-top: 1px solid #dbe5f2;
    background: transparent;
  }

  body:has(.home-page) .navbar .nav-link {
    font-size: 1rem;
    text-transform: none;
  }

  .home-hero::before {
    inset: 10px 12px auto;
    height: 700px;
  }

  .home-hero .home-container,
  .home-two-column,
  .home-pricing-grid {
    grid-template-columns: 1fr;
  }

  .home-proof,
  .home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-preview {
    max-width: none;
  }

  .home-pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  body:has(.home-page) .site-nav-container,
  body:has(.home-page) .site-footer-container,
  .home-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero {
    padding-top: 52px;
  }

  .home-hero h1 {
    font-size: 2.72rem;
  }

  .home-proof,
  .home-feature-grid,
  .preview-metric-row {
    grid-template-columns: 1fr;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .preview-list span {
    grid-template-columns: 10px minmax(0, 1fr);
  }

  .preview-list em {
    grid-column: 2;
  }

  .home-cta .home-container {
    padding: 24px;
  }
}
