:root {
  --brand: #22c55e;
  --brand-strong: #16a34a;
  --accent: #ff6b4a;
  --ink: #1f2a37;
  --ink-soft: #5d6b7c;
  --line: #dde5ee;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --bg: #eef2f7;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 122, 89, 0.08) 0 18%, transparent 19%),
    radial-gradient(circle at 82% 18%, rgba(34, 197, 94, 0.08) 0 20%, transparent 21%),
    linear-gradient(180deg, #f9fbff 0%, #edf1f7 100%);
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .section-title {
  font-family: 'Plus Jakarta Sans', 'Manrope', sans-serif;
}

a {
  color: inherit;
}

.glass-nav {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(207, 217, 229, 0.85);
  overflow: visible;
}

.navbar-brand {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.nav-link {
  font-weight: 500;
  color: #3d4b5d;
  white-space: nowrap;
  padding-inline: 0.6rem !important;
}

.nav-link:hover {
  color: #263445;
}

.nav-primary,
.nav-user {
  gap: 0.25rem;
}

.nav-user .btn {
  white-space: nowrap;
}

.navbar,
.navbar .container,
.navbar-collapse,
.nav-user {
  overflow: visible;
}

.nav-role-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d5e1ef;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #2f445c;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nav-user-pill {
  border: 1px solid #d5e1ef;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #2f445c;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding: 0.55rem 0.9rem;
}

.nav-user-pill:hover,
.nav-user-pill:focus {
  border-color: #b7c8de;
  color: #23384f;
}

.nav-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #d5e1ef;
  background: #fff;
  color: #2c4157;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: visible !important;
}

.nav-icon-btn i {
  font-size: 1.05rem;
}

.nav-icon-btn:hover,
.nav-icon-btn:focus {
  border-color: #b7c8de;
  color: #1f3246;
}

.nav-notify-badge {
  position: absolute;
  right: -6px;
  top: -7px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ff5d5d;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 18px;
  padding: 0 5px;
}

.nav-notify-menu,
.nav-user-menu {
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(27, 43, 69, 0.15);
  padding: 8px;
}

.nav-notify-menu {
  width: min(92vw, 360px);
  max-height: min(72vh, 460px);
  overflow: visible;
  padding-bottom: 0;
}

.nav-dropdown-head {
  padding: 8px 10px 6px;
  border-bottom: 1px solid #edf2f7;
}

.nav-notify-item {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px dashed #edf2f7;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
}

.nav-notify-item:last-child {
  border-bottom: 0;
}

.nav-notify-item:hover {
  background: #f3f8ff;
}

.nav-notify-item.unread {
  background: #eef6ff;
}

.nav-notify-text {
  color: #2f4257;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 2px;
}

.nav-notify-list {
  overflow-y: auto;
  max-height: min(52vh, 320px);
  padding: 4px 8px;
}

.nav-dropdown-foot {
  padding: 8px 10px 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  border-top: 1px solid #edf2f7;
  background: #fff;
}

.nav-empty {
  padding: 12px 10px;
  color: #6d7e93;
  font-size: 0.9rem;
}

.notif-unread-row {
  background: #f8fbff;
}

.nav-user-menu .dropdown-item {
  border-radius: 10px;
  font-weight: 600;
  color: #2f4257;
  padding: 0.58rem 0.72rem;
}

.nav-user-menu .dropdown-item:hover {
  background: #f2f7fd;
}

.nav-global-search .form-control {
  min-width: 220px;
  height: 36px;
  border-radius: 8px;
  border: 0;
  box-shadow: none !important;
  background: transparent;
}

.nav-global-search {
  border: 1px solid #d4e0ed;
  border-radius: 12px;
  background: #fff;
  padding: 4px 4px 4px 10px;
  min-width: 380px;
}

.nav-global-search .btn {
  height: 34px;
  padding: 0 14px;
  border-radius: 9px;
}

.btn {
  border-radius: 12px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
  z-index: -1;
}

.btn-brand {
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, var(--brand) 0%, #33d983 100%);
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.35);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-1px);
}

.btn-brand::before {
  background: linear-gradient(90deg, var(--brand-strong) 0%, #22bf69 100%);
}

.btn-brand:hover::before {
  transform: scaleX(1);
}

.btn-outline-brand {
  border: 1.5px solid #7ad7a0;
  color: #1f3a2a;
  background: rgba(255, 255, 255, 0.7);
}

.btn-outline-brand:hover {
  border-color: #59c785;
  color: #1f3a2a;
}

.btn-outline-brand::before {
  background: #eaffe8;
}

.btn-outline-brand:hover::before {
  transform: scaleX(1);
}

.btn-outline-secondary::before,
.btn-outline-primary::before,
.btn-outline-dark::before,
.btn-outline-danger::before {
  background: rgba(31, 42, 55, 0.08);
}

.btn-outline-secondary:hover::before,
.btn-outline-primary:hover::before,
.btn-outline-dark:hover::before,
.btn-outline-danger:hover::before {
  transform: scaleX(1);
}

.soft-card,
.card {
  border: 1px solid #e9eef4;
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(26, 43, 69, 0.08);
  overflow: visible;
}

.card-body {
  background: rgba(255, 255, 255, 0.9);
}

.hero-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebeff5;
  border-radius: 28px;
  background: linear-gradient(130deg, #fff 0%, #fff5f2 48%, #f2fff8 100%);
}

.hero-shell::after {
  content: '';
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 107, 74, 0.1);
}

.hero-grid {
  min-height: 520px;
}

.hero-copy {
  padding: 54px 44px;
}

.hero-title {
  font-size: clamp(1.8rem, 3vw, 2.95rem);
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.hero-sub {
  max-width: 560px;
  color: #59697c;
  font-size: 1.02rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.hero-search .form-control {
  height: 48px;
  border-radius: 12px;
}

.hero-cta .btn {
  min-width: 0;
  padding: 0.72rem 1.28rem;
  border-radius: 14px;
}

.hero-cta .btn-lg {
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.hero-btn-light {
  border: 1.5px solid #d5deea;
  color: #2b3d51;
  background: #fff;
}

.hero-cta {
  align-items: center;
}

.hero-btn-light:hover {
  color: #1f2f43;
  border-color: #becde0;
}

.hero-btn-light::before {
  background: #f2f6fb;
}

.hero-btn-light:hover::before {
  transform: scaleX(1);
}

.hero-graphic {
  position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, #ffd6ca 0%, #ffc2b1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.hero-graphic::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 72, 35, 0) 0 16%, rgba(255, 72, 35, 0.8) 16% 18%),
    repeating-linear-gradient(0deg, rgba(255, 72, 35, 0) 0 28%, rgba(255, 72, 35, 0.72) 28% 29%);
  opacity: 0.45;
}

.hero-illustration {
  width: min(560px, 96%);
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(68, 31, 70, 0.16);
}

.hero-animated-stage {
  position: relative;
  width: min(560px, 96%);
  min-height: 420px;
  display: grid;
  gap: 14px;
  z-index: 2;
}

.hero-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 26px rgba(58, 28, 40, 0.12);
  padding: 14px;
  backdrop-filter: blur(2px);
}

.hero-card-student {
  justify-self: start;
  width: min(92%, 420px);
  animation: heroFloatA 4.4s ease-in-out infinite;
}

.hero-card-teacher {
  justify-self: end;
  width: min(90%, 390px);
  animation: heroFloatB 4.8s ease-in-out infinite;
}

.hero-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.chip-live {
  background: #e7fff1;
  border-color: #b9edcf;
  color: #0f6a3b;
  font-weight: 700;
}

.hero-ping {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6);
  animation: heroPing 1.8s infinite;
}

.hero-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-bottom: 10px;
  box-shadow: 0 8px 14px rgba(35, 52, 82, 0.12);
}

.hero-avatar-student {
  background: linear-gradient(135deg, #5d7cff, #3f58ca);
}

.hero-avatar-teacher {
  background: linear-gradient(135deg, #ff8f6b, #ff6b4a);
}

.hero-screen {
  border: 1px solid #dce5f1;
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
  border-radius: 12px;
  padding: 12px;
}

.hero-screen-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #95abca, #d6e1ef);
  margin-bottom: 8px;
  animation: heroType 2.8s ease-in-out infinite;
}

.hero-screen-line.short {
  width: 68%;
  margin-bottom: 0;
  animation-delay: .5s;
}

.hero-board {
  border: 1px solid #d2dff0;
  background: linear-gradient(170deg, #fff3e9 0%, #ffe5d8 100%);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-board span {
  border-radius: 999px;
  border: 1px solid #ffc5ad;
  background: #fff8f3;
  color: #a2452f;
  font-size: 0.8rem;
  padding: 4px 10px;
  font-weight: 700;
}

.hero-float {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 18px rgba(31, 42, 55, 0.16);
}

.hero-float-1 {
  top: 6%;
  right: 10%;
  background: linear-gradient(135deg, #ff7b5d, #ff5d3a);
  animation: heroOrbit 4s ease-in-out infinite;
}

.hero-float-2 {
  bottom: 34%;
  left: 4%;
  background: linear-gradient(135deg, #36cb80, #15a85d);
  animation: heroOrbit 4.5s ease-in-out infinite;
}

.hero-float-3 {
  bottom: 4%;
  right: 6%;
  background: linear-gradient(135deg, #4f89ff, #315fd0);
  animation: heroOrbit 5s ease-in-out infinite;
}

@keyframes heroFloatA {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

@keyframes heroFloatB {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(7px); }
}

@keyframes heroPing {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.62); }
  70% { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@keyframes heroType {
  0%, 100% { width: 100%; opacity: 0.9; }
  50% { width: 76%; opacity: 1; }
}

@keyframes heroOrbit {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(6deg); }
}

.section-title {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}

.section-title.mb-0 {
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
}

.preply-stat-card {
  padding: 18px 16px 16px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  border: 1px solid #e7eef7;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.preply-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(27, 43, 69, 0.12);
}

.preply-stat-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 8px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
}

.preply-stat-card.stat-theme-1 .preply-stat-icon {
  background: linear-gradient(135deg, #ff7b5d, #ff5d3a);
}

.preply-stat-card.stat-theme-2 .preply-stat-icon {
  background: linear-gradient(135deg, #4d7ef8, #2c5cd9);
}

.preply-stat-card.stat-theme-3 .preply-stat-icon {
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}

.preply-stat-card.stat-theme-4 .preply-stat-icon {
  background: linear-gradient(135deg, #14b86a, #0f9b57);
}

.preply-stat-value {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.15;
  font-weight: 800;
  color: #1f2f43;
}

.preply-stat-label {
  margin-top: 4px;
  color: #63768d;
  font-weight: 600;
}

.preply-flow-card {
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #f6fbff 100%);
}

.flow-step {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #146b3e;
  border: 1px solid #b9e4c8;
  background: #e8faef;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.preply-flow-card h5 {
  font-size: 1.26rem;
  margin-bottom: 8px;
}

.guarantee-strip {
  border-radius: 22px;
  border: 1px solid #e6edf6;
  background: linear-gradient(110deg, #fff2ee 0%, #ffffff 52%, #effbf3 100%);
  padding: 26px 24px;
  box-shadow: 0 14px 28px rgba(20, 40, 70, 0.09);
}

.guarantee-strip h3 {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.preply-feature {
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.institute-showcase-card {
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #f1fff7 100%);
  border: 1px solid #e4ecf6;
  transition: transform .2s ease, box-shadow .2s ease;
}

.institute-showcase-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(18, 41, 70, 0.14);
}

.institute-showcase-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.institute-showcase-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, #ffe7df, #e7fff0);
  color: #2e4d6f;
  border: 1px solid #d7e6f6;
  font-size: 1.25rem;
}

.institute-showcase-logo-lg {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  font-size: 1.5rem;
}

.institute-showcase-tagline {
  min-height: 48px;
}

.institute-showcase-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #4f637b;
  font-size: 0.9rem;
}

.institute-directory-card {
  padding: 18px;
}

.institute-contact-card {
  border: 1px solid #dde8f4;
  border-radius: 16px;
  padding: 16px;
  background: linear-gradient(160deg, #f9fbff 0%, #f0fff7 100%);
}

.journey-band {
  padding: 8px 2px;
}

.journey-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.journey-node {
  background: linear-gradient(150deg, #ffffff 0%, #f2f8ff 100%);
  border: 1px solid #dfebf8;
  border-radius: 18px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.journey-node::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(58, 125, 255, 0.12);
}

.journey-node h5 {
  margin: 6px 0 8px;
}

.journey-node p {
  margin: 0;
  color: #5f7288;
}

.value-band {
  border: 1px solid #e2ebf6;
  border-radius: 24px;
  padding: 28px 24px;
  background: linear-gradient(130deg, #fff0e9 0%, #ffffff 46%, #eefcf4 100%);
  box-shadow: 0 14px 30px rgba(25, 44, 70, 0.1);
}

.value-kicker {
  color: #ff6b4a;
  letter-spacing: 0.07em;
}

.value-title {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.15;
}

.value-chip {
  height: 100%;
  display: flex;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dce8f6;
  border-radius: 14px;
  background: #fff;
}

.value-chip i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #eaf3ff, #e7fff1);
  color: #25405d;
}

.value-chip h6 {
  margin: 0 0 4px;
}

.value-chip p {
  margin: 0;
  color: #5f738a;
  font-size: 0.92rem;
}

.subject-mosaic {
  border: 1px solid #e4edf7;
  border-radius: 22px;
  padding: 24px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

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

.mosaic-item {
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #dce8f6;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #233c55;
  font-weight: 700;
  min-height: 78px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.mosaic-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(20, 40, 70, 0.1);
}

.mosaic-item i {
  font-size: 1.25rem;
}

.mosaic-item.warm { grid-column: span 4; background: linear-gradient(135deg, #fff5ed, #ffe7da); }
.mosaic-item.cool { grid-column: span 4; background: linear-gradient(135deg, #edf5ff, #deebff); }
.mosaic-item.leaf { grid-column: span 4; background: linear-gradient(135deg, #effff5, #daf7e6); }
.mosaic-item.plum { grid-column: span 6; background: linear-gradient(135deg, #f6f0ff, #eadfff); }
.mosaic-item.sky { grid-column: span 3; background: linear-gradient(135deg, #ecfcff, #daf5ff); }
.mosaic-item.amber { grid-column: span 3; background: linear-gradient(135deg, #fff8ea, #ffefd0); }

.city-band {
  border: 1px solid #e5ecf7;
  border-radius: 22px;
  padding: 26px 24px;
  background: linear-gradient(120deg, #ffffff 0%, #f4f8ff 52%, #fff2eb 100%);
}

.city-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.city-cloud a {
  text-decoration: none;
  border: 1px solid #cfe0f3;
  border-radius: 999px;
  background: #fff;
  padding: 8px 14px;
  color: #28425d;
  font-weight: 600;
}

.home-topic-strip {
  margin-top: -6px;
}

.topic-label {
  color: #5d7289;
  font-weight: 700;
}

.topic-pill {
  text-decoration: none;
  border: 1px solid #d4e1ef;
  border-radius: 999px;
  padding: 6px 12px;
  color: #233a54;
  background: #fff;
  font-size: 0.9rem;
  transition: all .2s ease;
}

.topic-pill:hover {
  border-color: #80c79c;
  color: #1e5d38;
  background: #f0fff5;
}

.hero-kicker {
  color: #57a86f;
  letter-spacing: .07em;
}

.hero-search-band {
  border: 1px solid #dbe6f3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px;
  box-shadow: 0 10px 20px rgba(17, 37, 59, 0.07);
  margin-bottom: 14px;
}

.hero-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .85fr) auto;
  gap: 8px;
}

.hero-search-item {
  border: 1px solid #d2deec;
  border-radius: 12px;
  background: #f8fbff;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-search-item i {
  color: #607a95;
}

.hero-search-item .form-control {
  border: 0;
  box-shadow: none !important;
  background: transparent;
  font-size: 0.95rem;
}

.hero-chip-row {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-chip-row span {
  border-radius: 999px;
  border: 1px solid #d6e3f2;
  background: #fff;
  font-size: 0.78rem;
  color: #3f5873;
  padding: 3px 9px;
  font-weight: 700;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #4d627b;
  font-size: 0.92rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-float-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #ff6b4a;
  background: #fff3ee;
}

.subject-category-panel {
  border: 1px solid #e4ecf7;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.subject-mini-title {
  color: #5f7590;
  font-size: 0.92rem;
}

.subject-cat-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
}

.subject-cat-item {
  border: 1px solid #dbe7f6;
  border-radius: 16px;
  background: #fff;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 8px;
  color: #1f3851;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.subject-cat-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(23, 41, 64, 0.1);
}

.subject-cat-icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff1ec, #eef9ff);
  color: #2d4a67;
}

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

.request-pro-card {
  border: 1px solid #d8e4f3;
  border-radius: 18px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(21, 40, 62, 0.07);
}

.request-pro-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.request-pro-head h5 {
  margin: 0;
  font-size: 1.18rem;
}

.request-time {
  border-radius: 999px;
  border: 1px solid #d7e3f1;
  background: #f8fbff;
  color: #5c738d;
  padding: 3px 9px;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.request-pro-desc {
  color: #50657d;
  min-height: 42px;
}

.request-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.request-chip-row span {
  border-radius: 999px;
  border: 1px solid #d7e4f3;
  background: #fbfdff;
  color: #3e5872;
  padding: 4px 10px;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.request-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.request-meta-grid > div {
  border: 1px solid #dce8f5;
  border-radius: 12px;
  background: #f9fcff;
  padding: 10px;
}

.request-meta-grid small {
  display: block;
  color: #667f99;
  margin-bottom: 4px;
}

.request-meta-grid p {
  margin: 0;
  color: #1f3852;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.feature-tutor-card {
  border: 1px solid #dce8f4;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(170deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: 0 12px 24px rgba(23, 42, 66, 0.08);
}

.feature-tutor-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-tutor-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.feature-tutor-chip-row span {
  border: 1px solid #d7e3f2;
  border-radius: 999px;
  background: #f9fcff;
  color: #45607c;
  font-size: 0.79rem;
  font-weight: 700;
  padding: 4px 10px;
}

.feature-institute-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-institute-card {
  border: 1px solid #dbe7f5;
  border-radius: 20px;
  padding: 16px;
  background: linear-gradient(170deg, #ffffff 0%, #f8fcff 60%, #f2fff7 100%);
  box-shadow: 0 10px 22px rgba(20, 41, 67, 0.08);
}

.feature-inst-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid #d8e7f7;
  background: linear-gradient(130deg, #fff1e8, #ebfbf3);
  color: #32506e;
  font-size: 1.2rem;
}

.feature-inst-meta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 10px;
}

.feature-inst-meta-row > div {
  border: 1px solid #dbe8f6;
  border-radius: 12px;
  background: #f8fbff;
  padding: 9px;
}

.feature-inst-meta-row small {
  display: block;
  color: #687f98;
}

.feature-inst-meta-row p {
  margin: 0;
  color: #1f3952;
  font-weight: 600;
}

.review-pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.review-pro-card {
  border: 1px solid #dce7f5;
  border-radius: 18px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 18px rgba(23, 41, 64, 0.07);
}

.review-quote {
  color: #ff6b4a;
  font-size: 1.25rem;
}

.review-pro-foot {
  border-top: 1px solid #e7eef7;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-initial {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #1a344e;
  background: linear-gradient(140deg, #eff8ff, #eafbef);
  border: 1px solid #d9e7f6;
}

.tutor-spotlight {
  border: 1px solid #e1ebf7;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(170deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 12px 24px rgba(25, 42, 66, 0.09);
}

.request-band {
  border: 1px solid #e3ecf7;
  border-radius: 22px;
  padding: 24px;
  background: linear-gradient(135deg, #fff0ea 0%, #fff 46%, #eefdf4 100%);
}

.request-tile {
  height: 100%;
  border: 1px solid #d9e6f5;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.request-tile h6 {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.request-tile p {
  color: #566a81;
  font-size: 0.92rem;
}

.testimonial-band {
  padding: 6px 2px;
}

.testimonial-card {
  border: 1px solid #e2eaf6;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  height: 100%;
}

.testimonial-card i {
  color: #ff6b4a;
  font-size: 1.4rem;
}

.testimonial-card p {
  margin: 8px 0 10px;
  color: #51657b;
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #ffe9e1, #e9f9f0);
  color: #294057;
  margin-bottom: 14px;
}

.feature-icon .material-icons {
  font-size: 1.7rem;
}

.how-step {
  text-align: center;
  padding: 28px 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.how-step .material-icons {
  font-size: 3.2rem;
  color: var(--accent);
  background: #fff0eb;
  border-radius: 999px;
  padding: 13px;
  margin-bottom: 10px;
}

.how-step h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.badge-verified {
  background: #ddffec;
  color: #0a8f51;
  font-weight: 600;
}

.tutor-avatar,
.tutor-avatar-lg {
  border-radius: 50%;
  object-fit: cover;
  background: #f2f5f9;
  box-shadow: 0 8px 16px rgba(26, 43, 69, 0.12);
}

.tutor-avatar {
  width: 76px;
  height: 76px;
  border: 3px solid #ebfff4;
}

.tutor-avatar-lg {
  width: 132px;
  height: 132px;
  border: 4px solid #ebfff4;
}

.tutor-detail-page .soft-card {
  border-radius: 20px;
}

.tutor-main-card {
  border: 1px solid #dce8f4;
}

.tutor-top-metrics span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #3f5670;
  border: 1px solid #d9e7f5;
  border-radius: 999px;
  padding: 6px 12px;
  background: #f8fbff;
}

.tutor-top-metrics i {
  color: #18b66a;
}

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

.tutor-info-grid .info-card {
  border: 1px solid #e3edf7;
  border-radius: 14px;
  background: #fcfeff;
  padding: 12px;
}

.tutor-info-grid small {
  display: block;
  color: #698098;
  font-size: 0.78rem;
  margin-bottom: 6px;
}

.tutor-info-grid strong {
  color: #22374f;
}

.tutor-info-grid .chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tutor-bio-block {
  border: 1px solid #e4eef8;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.availability-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.connect-card {
  position: sticky;
  top: 88px;
}

.auth-topbar {
  height: 76px;
  border-bottom: 1px solid #e7edf4;
  display: grid;
  place-items: center;
  background: #fff;
}

.auth-brand {
  text-decoration: none;
  color: #19283a;
  font-size: 2rem;
  font-weight: 800;
}

.auth-wrap {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8edf5;
  box-shadow: 0 18px 40px rgba(26, 43, 69, 0.16);
}

.auth-wrap > .row.g-0 > [class*='col-'] {
  display: flex;
}

.auth-wrap > .row.g-0 > [class*='col-'] > .auth-left,
.auth-wrap > .row.g-0 > [class*='col-'] > .auth-right {
  width: 100%;
  height: 100%;
}

.auth-left {
  color: #fff;
  padding: 46px;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.2) 0 16%, transparent 17%),
    linear-gradient(180deg, #f59d83 0%, #ff734e 100%);
}

.auth-hero-stack {
  display: grid;
  gap: 16px;
}

.auth-quote {
  font-size: 8.4rem;
  font-weight: 800;
  line-height: 0.8;
  opacity: 0.23;
}

.auth-story {
  font-size: 2.3rem;
  line-height: 1.28;
  font-weight: 700;
  max-width: 500px;
}

.auth-floating-stage {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.auth-floating-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 10px 12px;
  max-width: 300px;
  box-shadow: 0 12px 24px rgba(38, 25, 38, 0.14);
}

.auth-card-student {
  justify-self: start;
  animation: authFloatA 4.5s ease-in-out infinite;
}

.auth-card-teacher {
  justify-self: end;
  animation: authFloatB 4.8s ease-in-out infinite;
}

.auth-floating-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.auth-floating-lines span {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  margin-top: 7px;
}

.auth-floating-lines span:last-child {
  width: 76%;
}

.auth-floating-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.auth-floating-tags span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  padding: 3px 9px;
  font-size: 0.78rem;
  font-weight: 700;
}

.auth-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.auth-social-row a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.18);
}

.auth-social-row a:hover {
  background: rgba(255, 255, 255, 0.3);
}

@keyframes authFloatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes authFloatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

.auth-right {
  padding: 46px 48px;
  background: linear-gradient(180deg, #fbfcff 0%, #f2f6fc 100%);
}

.auth-tabs {
  display: flex;
  margin-bottom: 24px;
  border-bottom: 1px solid #ced8e5;
}

.auth-tabs a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #8a9bb0;
  font-size: 1.9rem;
  padding: 8px 0 14px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
}

.auth-tabs a.active {
  color: #253446;
  border-bottom-color: var(--accent);
}

.auth-input,
.auth-select,
.form-control,
.form-select,
textarea.form-control {
  border-radius: 10px;
  border: 1px solid #c8d6e6;
  background: rgba(255, 255, 255, 0.95);
}

.auth-input,
.auth-select {
  height: 54px;
}

.form-control:focus,
.form-select:focus,
.auth-input:focus,
.auth-select:focus,
textarea.form-control:focus {
  border-color: #9fb8d5;
  box-shadow: 0 0 0 0.18rem rgba(97, 141, 188, 0.18);
}

.step-head {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.step-dot {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #bcc9d9;
  font-weight: 700;
}

.step-dot.active {
  background: var(--accent);
}

.step-dot.done {
  background: var(--brand);
}

.step-pane {
  display: none;
}

.step-pane.active {
  display: block;
}

.auth-wrap-register {
  border: 1px solid #dfe8f2;
  box-shadow: 0 24px 48px rgba(19, 38, 63, 0.14);
  max-width: 1140px;
  margin-inline: auto;
}

.auth-wrap-register .auth-left {
  min-height: 560px;
  height: 100%;
}

.auth-wrap-compact .auth-left {
  min-height: 520px;
}

.auth-wrap-compact .auth-right {
  min-height: 520px;
}

.auth-wrap-compact .auth-tabs-register a {
  white-space: nowrap;
}

.auth-right-register {
  background:
    radial-gradient(circle at 84% 8%, rgba(34, 197, 94, 0.08) 0 24%, transparent 25%),
    linear-gradient(180deg, #fbfdff 0%, #eff5fc 100%);
  padding: 38px 42px;
}

.auth-tabs-register {
  margin-bottom: 28px;
}

.auth-tabs-register a {
  font-size: clamp(1.3rem, 1.7vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #90a1b7;
  padding-bottom: 16px;
}

.auth-tabs-register a.active {
  color: #20334b;
}

.register-intro {
  margin: -8px 0 16px;
  color: #5f738a;
  font-size: 0.98rem;
  font-weight: 600;
}

.register-step-head {
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-bottom: 22px;
}

.step-chip {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7e8fa4;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.step-chip:not(:last-child)::after {
  content: '';
  flex: 1;
  height: 2px;
  margin-left: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #dce6f2 0%, #e9eff7 100%);
}

.step-chip .step-dot {
  width: 34px;
  height: 34px;
  background: #b4c2d4;
  box-shadow: 0 7px 14px rgba(52, 71, 96, 0.14);
}

.step-chip .step-dot.active {
  background: linear-gradient(135deg, #ff7f5f 0%, #ff5b3a 100%);
}

.step-chip .step-dot.done {
  background: linear-gradient(135deg, #33c978 0%, #1ca25a 100%);
}

.step-chip.active,
.step-chip.done {
  color: #2f4560;
}

.step-chip.done::after {
  background: linear-gradient(90deg, #8fd6ae 0%, #cceedd 100%);
}

.register-form .form-label {
  color: #1f2e3f;
  font-weight: 700;
  margin-bottom: 0.44rem;
}

.register-form {
  border: 1px solid #dce7f4;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.register-form .mb-3 {
  margin-bottom: 1.05rem !important;
}

.register-form .auth-input,
.register-form .auth-select,
.register-form textarea.form-control {
  border-color: #c4d4e8;
  border-radius: 14px;
}

.register-form .auth-input,
.register-form .auth-select {
  height: 58px;
  padding-inline: 16px;
}

.register-form textarea.form-control {
  border-radius: 14px;
}

.register-helper {
  margin-top: 0.6rem;
  color: #4f6580;
  background: #edf5ff;
  border: 1px solid #d5e3f5;
  border-radius: 10px;
  padding: 8px 10px;
}

.register-divider {
  margin: 1.1rem 0 1rem;
  border-top: 1px solid #d9e5f2;
}

.register-final-card {
  border: 1px solid #d9e6f4;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%) !important;
}

.auth-cta-btn {
  min-height: 56px;
  font-size: 1rem;
  font-weight: 700;
}

.step-pane-account .register-next-btn {
  margin-top: 8px;
}

.auth-cta-btn:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.role-panel {
  border-radius: 18px;
  border: 1px solid #e8edf4;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  padding: 24px;
  height: auto;
  box-shadow: 0 12px 24px rgba(24, 36, 57, 0.08);
}

.role-panel h5 {
  font-weight: 700;
}

.student-stat-card {
  position: relative;
  overflow: hidden;
  border-width: 0;
}

.student-stat-card::after {
  content: '';
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.22;
}

.student-stat-card.stat-1 {
  background: linear-gradient(135deg, #fff7f2 0%, #ffe7db 100%);
}

.student-stat-card.stat-1::after {
  background: #ff845d;
}

.student-stat-card.stat-2 {
  background: linear-gradient(135deg, #f2f8ff 0%, #ddebff 100%);
}

.student-stat-card.stat-2::after {
  background: #5f9bff;
}

.student-stat-card.stat-3 {
  background: linear-gradient(135deg, #f7f2ff 0%, #ece0ff 100%);
}

.student-stat-card.stat-3::after {
  background: #9b7bff;
}

.student-stat-card.stat-4 {
  background: linear-gradient(135deg, #f1fff6 0%, #ddfaea 100%);
}

.student-stat-card.stat-4::after {
  background: #36c981;
}

.student-detail-card {
  border: 1px solid #e6eef8;
}

.student-detail-card.detail-peach {
  background: linear-gradient(180deg, #fff 0%, #fff7f2 100%);
}

.student-detail-card.detail-blue {
  background: linear-gradient(180deg, #fff 0%, #f2f8ff 100%);
}

.student-detail-card.detail-lilac {
  background: linear-gradient(180deg, #fff 0%, #f7f2ff 100%);
}

.student-detail-card.detail-mint {
  background: linear-gradient(180deg, #fff 0%, #f1fff6 100%);
}

.role-panel p,
.text-muted {
  color: var(--ink-soft) !important;
}

.tutor-dashboard-shell {
  padding-bottom: 10px;
}

.dashboard-panels-row {
  align-items: flex-start;
}

.tutor-head {
  gap: 12px;
  flex-wrap: wrap;
}

.tutor-head-copy h2 {
  font-size: clamp(1.9rem, 2.7vw, 2.4rem);
  font-weight: 800;
}

.tutor-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tutor-tools-grid .btn {
  min-width: 130px;
}

.tutor-notification-list {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}

.tutor-notification-list::-webkit-scrollbar {
  width: 8px;
}

.tutor-notification-list::-webkit-scrollbar-thumb {
  background: #d6e3f0;
  border-radius: 999px;
}

.table {
  --bs-table-bg: transparent;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.table > :not(caption) > * > * {
  border-bottom-color: #e6edf6;
  padding: 0.95rem 1rem;
  vertical-align: middle;
}

.table thead th {
  font-weight: 700;
  font-size: 0.95rem;
  color: #1f2f43;
  background: #f8fbff;
  border-bottom: 1px solid #d9e4f0;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.table tbody tr:hover {
  background: #f7fbff;
}

.table tbody tr:nth-child(even) {
  background: rgba(248, 251, 255, 0.58);
}

.table-responsive {
  border-radius: 16px;
  border: 1px solid #e4ecf6;
  background: #fff;
  padding: 12px 14px 14px;
}

.table-responsive .table thead th:first-child {
  border-top-left-radius: 12px;
}

.table-responsive .table thead th:last-child {
  border-top-right-radius: 12px;
}

.table-responsive .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table-responsive .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.table .btn {
  white-space: nowrap;
}

.table .form-select-sm,
.table .form-control-sm {
  min-height: 36px;
  font-size: 0.9rem;
}

.table-actions {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}

.table-actions form {
  margin: 0;
}

.table-actions .btn {
  min-width: 82px;
  padding-inline: 14px;
  font-weight: 600;
  line-height: 1.15;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  border: 1px solid transparent;
}

.status-pill.active,
.status-pill.open,
.status-pill.confirmed,
.status-pill.completed,
.status-pill.paid,
.status-pill.resolved,
.status-pill.reviewed,
.status-pill.published,
.status-pill.low {
  background: #e8fbef;
  color: #157347;
  border-color: #bde8cc;
}

.status-pill.pending,
.status-pill.processing,
.status-pill.in_progress,
.status-pill.medium,
.status-pill.draft {
  background: #fff4e5;
  color: #9a5b00;
  border-color: #f3d3a2;
}

.status-pill.suspended,
.status-pill.closed,
.status-pill.cancelled,
.status-pill.failed,
.status-pill.inactive,
.status-pill.rejected,
.status-pill.high {
  background: #ffecef;
  color: #b02a37;
  border-color: #f0b6be;
}

.status-pill.student {
  background: #e8f2ff;
  color: #1d4f91;
  border-color: #bfd9ff;
}

.status-pill.tutor {
  background: #e8fbef;
  color: #157347;
  border-color: #bde8cc;
}

.status-pill.institute {
  background: #f3ecff;
  color: #5f3b95;
  border-color: #d8c3f5;
}

.status-pill.admin {
  background: #fff1e8;
  color: #9b4d14;
  border-color: #f3d1b7;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 8px;
}

.dataTables_wrapper .dataTables_length {
  margin-bottom: 8px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border-radius: 10px;
  border: 1px solid #cad7e6;
  padding: 0.35rem 0.6rem;
  background: #f9fcff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 8px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: linear-gradient(120deg, #2dcc70, #21b05e) !important;
  border-color: #2dcc70 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_info {
  color: #5b6f86;
  font-size: 0.9rem;
}

.chat-box {
  border-radius: 16px;
  border: 1px solid #e4ebf4;
  background: #fff;
  max-height: 420px;
  overflow-y: auto;
}

.chat-bubble {
  border-radius: 14px;
  padding: 10px 14px;
  margin-bottom: 8px;
}

.chat-me {
  background: #dcfce9;
}

.chat-peer {
  background: #eef3f9;
}

.chat-unread-badge {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ff5d5d;
  color: #fff;
  font-size: 0.72rem;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}

.chat-typing-indicator {
  color: #5b6f86;
  font-size: 0.9rem;
  margin: -4px 0 10px;
  padding-left: 2px;
}

.chat-peer-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.chat-peer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #1f3750;
  background: linear-gradient(120deg, #e3efff, #d9fae7);
  border: 1px solid #cde0f4;
}

.chat-peer-meta h5 {
  margin: 0;
}

.chat-detail-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 10px 12px;
  border: 1px solid #dce6f2;
  border-radius: 12px;
  background: #f7fbff;
  color: #3e556d;
  font-size: 0.9rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6e3f0;
  background: #f8fbff;
  color: #294057;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 1400;
  background: linear-gradient(120deg, #101c2f 0%, #15263d 55%, #17354f 100%);
  color: #e7f2ff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0;
}

.admin-console {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
  min-height: calc(100vh - 130px);
}

.admin-sidebar {
  border-radius: 18px;
  background: linear-gradient(180deg, #121f33 0%, #1a2b44 100%);
  padding: 18px;
  color: #d3e4f8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px rgba(8, 18, 34, 0.28);
}

.admin-sidebar-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-sidebar-head h5 {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.admin-sidebar-head p {
  color: #89a8c8 !important;
  font-size: 0.9rem;
}

.admin-sidebar-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #19c36d, #33db8a);
  color: #fff;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.admin-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #dbe8f8;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.admin-nav-link .material-icons {
  font-size: 1.2rem;
}

.admin-nav-link small {
  margin-left: auto;
  color: #f9a783;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.admin-nav-link.active {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 107, 74, 0.2), rgba(28, 217, 128, 0.22));
  border-color: rgba(83, 230, 164, 0.5);
}

.admin-nav-link.is-locked {
  opacity: 0.7;
}

.admin-main {
  border-radius: 18px;
  border: 1px solid #dde7f2;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 30px rgba(23, 38, 59, 0.08);
}

.overview-card {
  border-radius: 18px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  box-shadow: 0 14px 28px rgba(20, 33, 52, 0.2);
}

.overview-card::after {
  content: '';
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.overview-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.oc-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.oc-green { background: linear-gradient(135deg, #22c55e, #15803d); }
.oc-indigo { background: linear-gradient(135deg, #6366f1, #4338ca); }
.oc-orange { background: linear-gradient(135deg, #fb923c, #ea580c); }
.oc-purple { background: linear-gradient(135deg, #a855f7, #7e22ce); }
.oc-cyan { background: linear-gradient(135deg, #06b6d4, #0e7490); }
.oc-revenue { background: linear-gradient(135deg, #0f766e, #115e59); }

.app-footer {
  border-top: 1px solid #dfe8f2;
  background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
  color: #3a4a5e;
}

.newsletter-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce9f7;
  border-radius: 22px;
  padding: 24px;
  background: linear-gradient(118deg, #fff0e9 0%, #ffffff 56%, #ecfbf3 100%);
  box-shadow: 0 14px 30px rgba(20, 40, 70, 0.11);
}

.app-footer .newsletter-shell {
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  margin-bottom: 26px;
  z-index: 1;
}

.newsletter-shell::before {
  content: '';
  position: absolute;
  right: -55px;
  top: -55px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 111, 97, 0.2) 0%, rgba(255, 111, 97, 0) 70%);
  pointer-events: none;
}

.newsletter-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: #ff6b4a;
}

.newsletter-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.newsletter-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #d6e5f5;
  background: rgba(255, 255, 255, 0.8);
  color: #284159;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 11px;
}

.newsletter-benefits i {
  color: #11a95d;
}

.newsletter-form-card {
  position: relative;
  z-index: 2;
  border: 1px solid #dbe8f5;
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 20px rgba(22, 38, 58, 0.08);
}

.newsletter-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.newsletter-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c9d9ea;
  border-radius: 12px;
  background: #fff;
  padding: 0 10px;
}

.newsletter-submit {
  white-space: nowrap;
  min-height: 46px;
}

.newsletter-input-wrap i {
  color: #647a93;
}

.newsletter-input-wrap .form-control {
  border: 0;
  box-shadow: none !important;
  background: transparent;
}

.newsletter-note {
  margin-top: 8px;
  text-align: center;
  font-size: 0.78rem;
  color: #6b7f95;
}

.page-head {
  margin-bottom: 14px;
  padding: 8px 2px 12px;
  border-bottom: 1px solid #e6edf5;
}

.page-head .breadcrumb {
  margin-bottom: 4px;
}

.page-head .breadcrumb-item,
.page-head .breadcrumb-item a {
  font-size: 0.88rem;
  color: #6a7d92;
}

.page-head h4 {
  color: #1f2f43;
  font-size: 1.58rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.tutor-list-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.tutor-list-meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #d5e3f1;
  background: #f8fbff;
  color: #2b4259;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.85rem;
  font-weight: 700;
}

.tutors-filter-card {
  border-color: #dbe7f2;
  box-shadow: 0 14px 26px rgba(24, 41, 61, 0.08);
  position: relative;
  z-index: 40;
  overflow: visible;
}

.tutor-filter-trigger,
.tutor-filter-field {
  min-height: 52px;
}

.tutor-filter-trigger {
  display: inline-flex;
  align-items: center;
}

.tutor-filter-menu {
  max-height: 240px;
  overflow: auto;
  z-index: 4500;
}

.tutors-filter-card .dropdown {
  position: relative;
}

.tutors-filter-card .dropdown-menu {
  z-index: 4500;
}

.tutor-result-card {
  position: relative;
  z-index: 1;
}

.tutor-filter-menu .dropdown-item {
  border-radius: 8px;
  margin-bottom: 2px;
}

.tutor-filter-menu .dropdown-item:hover {
  background: #f2f8ff;
}

.active-filter-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tutor-reset-btn {
  width: 52px;
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tutor-result-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.tutor-result-card:hover {
  transform: translateY(-4px);
  border-color: #c9dbed;
  box-shadow: 0 18px 30px rgba(24, 41, 61, 0.14);
}

.tutor-result-card .card-body {
  padding-bottom: 8px;
}

.tutor-subject-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.tutor-subject-chips .chip {
  padding: 4px 10px;
  font-size: 0.82rem;
  border-color: #d5e4f1;
  background: #f7fbff;
}

.tutor-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.tutor-metrics div {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #3a4f65;
  background: #f9fbff;
  border: 1px solid #e2eaf3;
  border-radius: 10px;
  padding: 7px 9px;
}

.tutor-metrics i {
  color: #26b768;
}

.request-board-shell .soft-card {
  border-color: #dbe7f2;
}

.request-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.request-stat-link {
  text-decoration: none;
  color: inherit;
  display: block;
  border-radius: 14px;
}

.request-stat-link.active .request-stat-card {
  box-shadow: 0 14px 24px rgba(34, 197, 94, 0.22);
  transform: translateY(-1px);
}

.request-stat-card {
  border: 1px solid #dce8f4;
  background: linear-gradient(145deg, #ffffff 0%, #f5fbff 100%);
  border-radius: 14px;
  padding: 10px 12px;
  position: relative;
  overflow: hidden;
}

.request-stat-card::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -32px;
  top: -36px;
  opacity: 0.24;
  pointer-events: none;
}

.request-stat-card .stat-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 7px;
  font-size: 0.98rem;
}

.request-stat-card small {
  display: block;
  color: #637a92;
  font-size: 0.8rem;
  font-weight: 700;
}

.request-stat-card strong {
  color: #1f3449;
  font-size: 1.2rem;
  font-weight: 800;
}

.request-stat-card.stat-open {
  border-color: #cfe6fb;
  background: linear-gradient(145deg, #f6fbff 0%, #eef7ff 100%);
}

.request-stat-card.stat-open::after { background: #7fc1ff; }
.request-stat-card.stat-open .stat-icon { background: #e5f2ff; color: #2474d8; }

.request-stat-card.stat-subjects {
  border-color: #d9e9d6;
  background: linear-gradient(145deg, #f8fff5 0%, #f1fbec 100%);
}

.request-stat-card.stat-subjects::after { background: #9edb85; }
.request-stat-card.stat-subjects .stat-icon { background: #e9f8e0; color: #2d9a47; }

.request-stat-card.stat-cities {
  border-color: #efddff;
  background: linear-gradient(145deg, #fcf7ff 0%, #f8efff 100%);
}

.request-stat-card.stat-cities::after { background: #c18cff; }
.request-stat-card.stat-cities .stat-icon { background: #f1e5ff; color: #7f46c9; }

.request-stat-card.stat-budget {
  border-color: #ffe1d1;
  background: linear-gradient(145deg, #fff8f3 0%, #fff0e6 100%);
}

.request-stat-card.stat-budget::after { background: #ffad7c; }
.request-stat-card.stat-budget .stat-icon { background: #ffe9db; color: #dd6a2c; }

.request-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.request-card:hover {
  transform: translateY(-3px);
  border-color: #c7dbef;
  box-shadow: 0 16px 26px rgba(26, 43, 69, 0.12);
}

.request-card.active {
  border-color: #89d9ad;
  box-shadow: 0 18px 30px rgba(34, 197, 94, 0.18);
}

.request-title {
  font-size: 1.45rem;
  line-height: 1.2;
}

.request-budget {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  background: #f8fcff;
  color: #2d4359;
  padding: 7px 10px;
  font-weight: 700;
  width: fit-content;
}

.request-budget i {
  color: #2dbc6b;
}

.request-detail-card {
  position: sticky;
  top: 96px;
}

.request-mode-badge {
  background: #e8f8ef;
  color: #17784a;
  border: 1px solid #bfe6cf;
}

.request-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.request-detail-grid div {
  border: 1px solid #dce8f4;
  border-radius: 12px;
  background: #f8fcff;
  padding: 10px;
}

.request-detail-grid small {
  display: block;
  font-size: 0.78rem;
  color: #6b8298;
  margin-bottom: 2px;
}

.request-detail-grid strong {
  font-size: 0.98rem;
  color: #2b4158;
}

.request-desc {
  border: 1px solid #dce8f4;
  border-radius: 12px;
  background: #fbfdff;
  padding: 12px;
}

.app-footer h5,
.app-footer h6 {
  font-weight: 700;
}

.app-footer ul li {
  margin-bottom: 6px;
  color: #576980;
}

.dropdown-menu {
  z-index: 3000;
}

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 3000;
  width: min(92vw, 400px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.app-toast {
  border-radius: 12px;
  padding: 12px 14px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 16px 28px rgba(18, 28, 45, 0.3);
  animation: slideIn 0.22s ease;
}

.app-toast.success {
  background: linear-gradient(90deg, #14b86a, #22c55e);
}

.app-toast.error {
  background: linear-gradient(90deg, #e74b4b, #ff6f61);
}

.app-toast.info {
  background: linear-gradient(90deg, #3d7bf3, #4ba3ff);
}

.tutor-landing-hero {
  background: linear-gradient(135deg, #fff8f4 0%, #ffe8e0 48%, #ffe2d6 100%);
  border: 1px solid #ffd8cc;
  border-radius: 26px;
  padding: 34px 30px;
}

.tutor-landing-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: #ff6b4a;
  font-weight: 700;
}

.tutor-landing-title {
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #1b2b3f;
  font-weight: 800;
}

.tutor-landing-graphic {
  position: relative;
  min-height: 360px;
  border-radius: 24px;
  background: radial-gradient(circle at 20% 14%, #fff2ec, transparent 55%), linear-gradient(160deg, #ffd9cd 0%, #ffc8b8 50%, #ffb89c 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  overflow: hidden;
  box-shadow: 0 24px 40px rgba(240, 111, 87, 0.22);
}

.floating-badge {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #ffd5c9;
  font-weight: 700;
  font-size: 0.8rem;
  color: #34465b;
  box-shadow: 0 10px 18px rgba(27, 43, 63, 0.1);
}

.floating-badge i {
  color: #ff6b4a;
  margin-right: 6px;
}

.badge-a {
  top: 16px;
  left: 16px;
}

.badge-b {
  right: 16px;
  bottom: 18px;
}

.teacher-scene {
  position: absolute;
  inset: 26px;
  border-radius: 22px;
  border: 3px solid #ff8f74;
  background:
    linear-gradient(90deg, rgba(255, 111, 85, 0.2) 0 2px, transparent 2px 25%),
    linear-gradient(rgba(255, 111, 85, 0.2) 0 2px, transparent 2px 25%);
  background-size: 25% 25%;
}

.teacher-board {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 18%;
  height: 42%;
  border-radius: 16px;
  background: #fff5f1;
  border: 2px solid #ffbfaa;
}

.teacher-person {
  position: absolute;
  right: 14%;
  bottom: 16%;
  width: 88px;
  height: 170px;
  border-radius: 48px 48px 20px 20px;
  background: linear-gradient(180deg, #5e3f7f 0%, #3f2f69 100%);
}

.teacher-person::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -34px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #f7c8b2;
  border: 10px solid #673f87;
}

.teacher-laptop {
  position: absolute;
  left: 19%;
  bottom: 20%;
  width: 140px;
  height: 78px;
  border-radius: 12px;
  border: 2px solid #f2a992;
  background: #ffe6dd;
}

.teacher-laptop::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 42px;
  border-radius: 8px;
  background: #fffaf8;
}

.tutor-landing-search {
  background: #fff;
  border: 1px solid #dfe8f3;
  border-radius: 20px;
  padding: 24px;
}

.tutor-mini-metric {
  border-radius: 16px;
  border: 1px solid #dfe8f3;
  padding: 14px 16px;
  background: linear-gradient(135deg, #fff 0%, #f6fbff 100%);
}

.tutor-mini-metric strong {
  display: block;
  font-size: 1.45rem;
  color: #ff6b4a;
  line-height: 1;
}

.tutor-mini-metric span {
  font-size: 0.9rem;
  color: #4f6279;
}

.tutor-how-card {
  border: 1px solid #e2ebf5;
}

.tutor-how-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #ffe6df 0%, #ffd8cb 100%);
  color: #ff6b4a;
  font-size: 1.28rem;
}

.tutor-feature-illustration {
  min-height: 240px;
  border-radius: 24px;
  border: 1px solid #ffe0d7;
}

.illustration-1 {
  background: radial-gradient(circle at 22% 22%, #ffccbb 0%, transparent 25%), linear-gradient(140deg, #ffeae2 0%, #ffd8ca 100%);
}

.illustration-2 {
  background: radial-gradient(circle at 70% 28%, #ffd6c6 0%, transparent 24%), linear-gradient(140deg, #fff0ea 0%, #ffe2d6 100%);
}

.illustration-3 {
  background: radial-gradient(circle at 50% 50%, #ffd2c0 0%, transparent 30%), linear-gradient(140deg, #fff4ef 0%, #ffe1d3 100%);
}

.tutor-landing-cta {
  border: 1px solid #dbe7f2;
}

.onboarding-shell {
  height: 100vh;
  min-height: 100vh;
  background: #f7f8fa;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.onboarding-topbar {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  background: #fff;
  border-bottom: 1px solid #dde6ef;
}

.onboarding-brand {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: #1a2e44;
  text-decoration: none;
}

.onboarding-progress {
  font-size: 3rem;
  font-weight: 800;
  color: #9aacbf;
  line-height: 1;
}

.onboarding-progress-current {
  color: #ff7b5c;
}

.onboarding-progress-bar {
  height: 4px;
  background: #d8e5f1;
}

.onboarding-progress-bar span {
  display: block;
  height: 100%;
  width: 7.69%;
  background: #ff7b5c;
  transition: width 0.25s ease;
}

.onboarding-content {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  min-height: calc(100vh - 88px);
  height: calc(100vh - 88px);
  overflow: hidden;
}

.onboarding-left {
  padding: clamp(16px, 2.6vw, 38px) clamp(14px, 2.2vw, 30px) 16px clamp(14px, 2.8vw, 40px);
  height: 100%;
  overflow: hidden;
}

.onboarding-left form {
  max-width: 100%;
}

.onboarding-form-shell {
  border: 1px solid #dce7f3;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 20px 36px rgba(21, 38, 58, 0.12);
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.onboarding-step-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(86px, 1fr));
  gap: 8px;
  flex-shrink: 0;
}

.onboarding-step-rail-right {
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  max-width: 360px;
  width: 100%;
  margin: 18px auto 8px;
  padding: 0 14px;
}

.step-rail-chip {
  border: 1px solid #d3e0ee;
  border-radius: 12px;
  background: #f7fbff;
  padding: 6px 8px;
  text-align: center;
  transition: all 0.2s ease;
}

.step-rail-chip span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #4c637c;
  line-height: 1.1;
}

.step-rail-chip small {
  font-size: 0.7rem;
  color: #6c839a;
  font-weight: 700;
}

.step-rail-chip.active {
  border-color: #7bd8a1;
  background: linear-gradient(130deg, #effcf4 0%, #e8fff3 100%);
  box-shadow: 0 8px 16px rgba(38, 193, 105, 0.16);
}

.step-rail-chip.active span,
.step-rail-chip.active small {
  color: #1d7b4a;
}

.step-rail-chip.done {
  border-color: #b9d8c7;
  background: linear-gradient(130deg, #f2fbf6 0%, #ecf8f1 100%);
}

.step-rail-chip.done span,
.step-rail-chip.done small {
  color: #2f7a52;
}

.onboarding-right {
  border-left: 1px solid #e7eef5;
  background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.onboarding-visual {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.onboarding-visual .visual-art {
  width: min(420px, 74%);
  aspect-ratio: 0.95 / 1;
  border-radius: 44% 56% 45% 55% / 58% 45% 55% 42%;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 232, 222, 0.95) 0, rgba(255, 232, 222, 0.95) 14%, transparent 16%),
    linear-gradient(160deg, #ffe5dc 0%, #ffd8cb 45%, #ffc8b6 100%);
  box-shadow: inset 0 -26px 64px rgba(255, 124, 87, 0.2);
  position: relative;
  animation: visualBlobFloat 8s ease-in-out infinite;
}

.onboarding-visual .visual-art::before,
.onboarding-visual .visual-art::after {
  content: '';
  position: absolute;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.74);
}

.onboarding-visual .visual-art::before {
  width: 54%;
  height: 28%;
  left: 14%;
  top: 22%;
  background:
    linear-gradient(180deg, rgba(44, 62, 80, 0.08) 0%, rgba(44, 62, 80, 0.02) 100%),
    linear-gradient(180deg, #fff 0%, #f9fdff 100%);
  animation: visualCardDriftA 7s ease-in-out infinite;
}

.onboarding-visual .visual-art::after {
  width: 34%;
  height: 14%;
  right: 16%;
  bottom: 22%;
  background: rgba(255, 250, 247, 0.84);
  animation: visualCardDriftB 6.8s ease-in-out infinite;
}

.teaching-chip {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.88);
  color: #2d4b66;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 6px 12px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(50, 72, 95, 0.12);
}

.teaching-chip.chip-a {
  left: 12%;
  top: 16%;
  animation: chipFloatA 5.8s ease-in-out infinite;
}

.teaching-chip.chip-b {
  right: 14%;
  top: 38%;
  animation: chipFloatB 6.4s ease-in-out infinite;
}

.teaching-chip.chip-c {
  left: 24%;
  bottom: 16%;
  animation: chipFloatC 6.1s ease-in-out infinite;
}

.teaching-pointer {
  position: absolute;
  right: 28%;
  top: 52%;
  width: 84px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #db9f7d 0%, #c7815d 100%);
  transform-origin: right center;
  animation: pointerTeach 4.6s ease-in-out infinite;
  box-shadow: 0 6px 12px rgba(126, 83, 60, 0.18);
}

.teaching-pointer::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f2d2c1;
}

.onboarding-visual p {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  text-align: center;
  color: #5e7086;
  font-weight: 600;
  margin: 0;
}

.onboarding-step {
  display: none;
  border: 1px solid #e1eaf4;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  padding: 18px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.onboarding-step.active {
  display: block;
  animation: onboardingStepIn .34s cubic-bezier(.2, .85, .25, 1);
}

.onboarding-step::before {
  content: none;
}

@keyframes onboardingStepIn {
  from { opacity: 0; transform: translateY(12px) scale(0.992); filter: blur(2px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

@keyframes visualBlobFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.01); }
}

@keyframes visualCardDriftA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, -5px); }
}

@keyframes visualCardDriftB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-7px, 6px); }
}

@keyframes pointerTeach {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-10deg); }
}

@keyframes chipFloatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes chipFloatB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-6px, -7px); }
}

@keyframes chipFloatC {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(7px, -6px); }
}

.onboarding-step h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  line-height: 1.12;
  margin-bottom: 18px;
  color: #35485d;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.onboarding-step[data-step="1"] h2 {
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  line-height: 1.2;
  margin-bottom: 14px;
}

.onboarding-step h2 span {
  color: #ff7b5c;
}

.onboarding-step h4 {
  font-size: 1.18rem;
  margin-bottom: 10px;
  color: #3a4f64;
  font-weight: 800;
}

.onboarding-step .form-control,
.onboarding-step .form-select {
  height: 52px;
  border-radius: 10px;
  border: 1px solid #cad9e9;
  font-size: 1rem;
  padding-inline: 14px;
}

.otp-field-wrap {
  position: relative;
}

.otp-field-wrap .otp-input-field {
  padding-right: 42px;
}

.otp-input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #c8d7e8;
  color: #7288a1;
  background: #f5f8fc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.otp-field-wrap .otp-input-field.otp-state-success {
  border-color: #52b37c;
}

.otp-field-wrap .otp-input-field.otp-state-error {
  border-color: #e56a5f;
}

.otp-field-wrap .otp-input-field.otp-state-info {
  border-color: #9fb7d1;
}

.otp-input-icon.otp-icon-success {
  border-color: #56b883;
  color: #1f8b54;
  background: #ecfbf3;
}

.otp-input-icon.otp-icon-error {
  border-color: #e78678;
  color: #b9443b;
  background: #fff1ef;
}

.otp-input-icon.otp-icon-info {
  border-color: #9db5ce;
  color: #5c7690;
  background: #eef4fb;
}

.onboarding-step .form-control:focus,
.onboarding-step .form-select:focus,
.onboarding-step .option-radio span:focus-within,
.onboarding-step .option-check span:focus-within {
  border-color: #8eb1d4;
  box-shadow: 0 0 0 0.16rem rgba(85, 129, 178, 0.18);
}

.onboarding-step .form-control.is-invalid,
.onboarding-step .form-select.is-invalid {
  border-color: #ef6d5a;
  box-shadow: 0 0 0 0.14rem rgba(239, 109, 90, 0.12);
}

.onboarding-step textarea.form-control {
  height: auto;
  min-height: 120px;
}

.onboarding-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #d4e0eb;
}

.onboarding-auth-tabs a {
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #8da0b5;
  font-size: 2rem;
}

.onboarding-step[data-step="1"] .onboarding-auth-tabs a {
  font-size: 1.7rem;
  padding: 8px 10px;
}

.onboarding-auth-tabs a.active {
  color: #2f4258;
  border-bottom: 3px solid #ff7b5c;
  margin-bottom: -2px;
}

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

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

.chip-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip-btn {
  border: 1px solid #cbd8e4;
  background: #edf3f9;
  color: #385066;
  padding: 9px 13px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
}

.chip-btn.active {
  background: linear-gradient(135deg, #ff8f70 0%, #ff6f50 100%);
  border-color: #ff7b5c;
  color: #fff;
}

.chip-btn.is-invalid {
  border-color: #ef6d5a;
  background: #fff0ec;
  color: #bf3e2d;
}

.option-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.option-radio input,
.option-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-radio span,
.option-check span {
  display: block;
  border: 1px solid #cbd8e4;
  border-radius: 10px;
  padding: 12px 14px;
  background: #edf3f9;
  font-weight: 700;
  color: #3a4f64;
}

.option-radio input:checked + span,
.option-check input:checked + span {
  background: linear-gradient(135deg, #ff8f70 0%, #ff6f50 100%);
  border-color: #ff7b5c;
  color: #fff;
}

.option-radio span.is-invalid,
.option-check span.is-invalid {
  border-color: #ef6d5a;
  background: #fff0ec;
  color: #bf3e2d;
}

.onboarding-error-text {
  color: #c44534;
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 6px;
}

.map-placeholder {
  border: 1px dashed #bfd0e2;
  border-radius: 12px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #5b6f84;
  background: #f4f8fc;
  position: relative;
  overflow: hidden;
}

.map-placeholder-empty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.map-preview-frame {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}

.onboarding-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border-top: 1px solid #e6edf6;
  padding-top: 14px;
  position: static;
  background: transparent;
  backdrop-filter: none;
  z-index: auto;
  flex-shrink: 0;
}

.onboarding-nav .btn {
  min-width: 138px;
  min-height: 46px;
  font-weight: 700;
}

.onboarding-shell .tutor-avatar-lg {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
}

.plans-hero-band {
  background: linear-gradient(90deg, #ff8f6b 0%, #ff7b5c 100%);
  border-radius: 18px;
  padding: 30px 28px;
  color: #fff;
}

.plans-hero-band h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 800;
}

.plans-section h3 {
  color: #2c3f54;
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.plans-section p {
  color: #54677d;
  margin-bottom: 8px;
}

.plans-coupon-note {
  display: inline-block;
  border: 1px dashed #ff7e61;
  border-radius: 10px;
  color: #ff6f50;
  background: #fff8f5;
  padding: 10px 14px;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.plan-card {
  border-radius: 14px;
  padding: 24px 18px 18px;
  min-height: 100%;
  border: 1px solid #dbe6f2;
  box-shadow: 0 14px 24px rgba(15, 33, 51, 0.08);
}

.plan-card h4 {
  font-size: 1.9rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}

.plan-card .plan-price-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 12px;
  margin-bottom: 16px;
}

.plan-card .plan-price {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.plan-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  font-weight: 600;
}

.plan-card ul li i {
  margin-top: 2px;
}

.plan-card .plan-foot-note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.82rem;
}

.plan-card-pro {
  background: linear-gradient(180deg, #2f465a 0%, #23394d 100%);
  color: #fff;
}

.plan-card-pro .plan-price-box small {
  opacity: 0.84;
}

.plan-card-pro ul li i {
  color: #30d987;
}

.plan-card-pro.highlight {
  transform: translateY(-10px);
}

.plan-card-connect {
  background: #fff;
  color: #2d4056;
}

.plan-card-connect .plan-price-box {
  background: #f7fafc;
  border-color: #e2ebf5;
}

.plan-card-connect ul li i {
  color: #30c47a;
}

.plans-meta {
  border-top: 1px dashed #cad8e7;
  padding-top: 12px;
  color: #4e6278;
}

.checkout-hero-band {
  height: 120px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f99674 0%, #ff845f 100%);
}

.checkout-shell {
  padding: 4px 2px 26px;
}

.checkout-title {
  font-size: 2rem;
  font-weight: 800;
  color: #223649;
  margin-bottom: 12px;
}

.checkout-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d7e2ee;
  border-bottom: 1px solid #d7e2ee;
  padding: 12px 4px;
  font-size: 2rem;
  font-weight: 700;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkout-block {
  border: 1px solid #d9e4ef;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.checkout-block h5 {
  font-size: 1.18rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2b4055;
}

.checkout-input-group {
  display: flex;
  gap: 0;
}

.checkout-input-group .form-control,
.checkout-input-group .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
}

.checkout-input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 150px;
}

.checkout-hints {
  margin: 12px 0 0;
  padding-left: 16px;
  color: #445a70;
}

.checkout-hints li {
  margin-bottom: 7px;
}

.checkout-note {
  grid-column: 1 / -1;
  color: #e14e3a;
  font-size: 1.02rem;
  font-weight: 700;
}

.checkout-summary-card {
  background: #2f4559;
  color: #fff;
  border-radius: 10px;
  padding: 18px 18px 8px;
}

.checkout-summary-card h4 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.checkout-summary-card .summary-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #e6eef6;
}

.checkout-summary-card .summary-row.total {
  margin-top: 4px;
  border-bottom: 0;
  color: #fff;
  font-weight: 800;
}

.checkout-pay-btn {
  background: #ff7d5b;
  border-color: #ff7d5b;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 54px;
}

.checkout-pay-btn:hover {
  background: #ff704b;
  border-color: #ff704b;
}

.checkout-gateway-pill {
  margin: 12px auto 0;
  width: fit-content;
  border: 1px solid #d7e1ec;
  border-radius: 999px;
  padding: 6px 16px;
  color: #2b4055;
  background: #fff;
  font-weight: 700;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .nav-global-search {
    min-width: 320px;
  }

  .auth-story {
    font-size: 2rem;
  }

  .hero-grid {
    min-height: 460px;
  }

  .tutor-landing-title {
    font-size: 2.7rem;
  }

  .onboarding-step h2 {
    font-size: 2.2rem;
  }

  .onboarding-step-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plan-card .plan-price {
    font-size: 1.8rem;
  }

  .checkout-item-row {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .nav-role-pill {
    margin: 6px 0;
  }

  .nav-global-search {
    min-width: 100%;
    margin-bottom: 10px;
  }

  .nav-user-pill {
    width: 100%;
    justify-content: center;
  }

  .nav-link {
    padding-inline: 0 !important;
  }

  .navbar-brand {
    font-size: 1.7rem;
  }

  .hero-shell {
    border-radius: 20px;
  }

  .hero-copy {
    padding: 34px 20px;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .hero-graphic {
    min-height: 260px;
  }

  .auth-left {
    min-height: 240px;
    padding: 24px;
  }

  .auth-right {
    padding: 24px;
  }

  .auth-tabs a {
    font-size: 1.5rem;
  }

  .auth-tabs-register a {
    font-size: clamp(1.3rem, 1.7vw, 1.75rem);
  }

  .auth-right-register {
    padding: 24px;
  }

  .register-form {
    padding: 14px;
  }

  .register-intro {
    margin-top: -4px;
    font-size: 0.92rem;
  }

  .step-chip {
    gap: 6px;
    font-size: 0.68rem;
  }

  .tutor-tools-grid .btn {
    width: 100%;
    min-width: 100%;
  }

  .admin-console {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .preply-flow-card,
  .preply-feature {
    padding: 18px;
  }

  .guarantee-strip {
    padding: 20px 16px;
  }

  .journey-track {
    grid-template-columns: 1fr;
  }

  .hero-search-grid {
    grid-template-columns: 1fr;
  }

  .subject-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-grid {
    grid-template-columns: 1fr;
  }

  .request-meta-grid {
    grid-template-columns: 1fr;
  }

  .feature-institute-grid {
    grid-template-columns: 1fr;
  }

  .review-pro-grid {
    grid-template-columns: 1fr;
  }

  .subject-mosaic {
    padding: 18px;
  }

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

  .mosaic-item,
  .mosaic-item.warm,
  .mosaic-item.cool,
  .mosaic-item.leaf,
  .mosaic-item.plum,
  .mosaic-item.sky,
  .mosaic-item.amber {
    grid-column: span 1;
  }

  .value-band,
  .request-band,
  .city-band {
    padding: 20px 16px;
  }

  .newsletter-shell {
    padding: 18px;
  }

  .newsletter-benefits {
    gap: 8px;
  }

  .newsletter-inline {
    grid-template-columns: 1fr;
  }

  .tutor-landing-hero {
    padding: 22px 16px;
  }

  .tutor-metrics {
    grid-template-columns: 1fr;
  }

  .request-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-detail-card {
    position: static;
  }

  .tutor-landing-graphic {
    min-height: 280px;
  }

  .teacher-person {
    right: 10%;
    width: 70px;
    height: 136px;
  }

  .teacher-person::before {
    width: 78px;
    height: 78px;
    top: -30px;
    border-width: 8px;
  }

  .onboarding-topbar {
    padding: 0 14px;
    height: 68px;
  }

  .onboarding-brand {
    font-size: 1.5rem;
  }

  .onboarding-progress {
    font-size: 1.8rem;
  }

  .onboarding-content {
    grid-template-columns: 1fr;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .onboarding-left {
    padding: 20px 14px;
    overflow: visible;
    height: auto;
  }

  .onboarding-form-shell {
    padding: 12px;
    border-radius: 16px;
    height: auto;
    display: block;
    gap: 0;
  }

  .onboarding-shell {
    height: auto;
    min-height: 100vh;
    overflow-y: auto;
  }

  .onboarding-right {
    min-height: 280px;
    border-left: 0;
    border-top: 1px solid #e7eef5;
  }

  .onboarding-step h2 {
    font-size: 1.7rem;
  }

  .onboarding-step {
    padding: 14px;
    overflow: visible;
  }

  .onboarding-grid-2,
  .onboarding-grid-3 {
    grid-template-columns: 1fr;
  }

  .onboarding-step-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .onboarding-step-rail-right {
    max-width: 100%;
    margin: 12px auto 8px;
    padding: 0;
  }

  .onboarding-auth-tabs a {
    font-size: 1.45rem;
  }

  .plan-card-pro.highlight {
    transform: none;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
  }

  .checkout-input-group {
    flex-direction: column;
  }

  .checkout-input-group .form-control,
  .checkout-input-group .form-select,
  .checkout-input-group .btn {
    border-radius: 10px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .page-head h4 {
    font-size: 1.35rem;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .tutor-list-head {
    align-items: stretch;
  }

  .tutor-list-meta {
    width: 100%;
  }

  .request-stats-grid,
  .request-detail-grid {
    grid-template-columns: 1fr;
  }

  .request-title {
    font-size: 1.28rem;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .toast-stack {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
  }
}
