@font-face {
  font-family: "Real Graphik";
  src: url("/case/interactive/real-mobile/fonts/GraphikLCG-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Real Graphik";
  src: url("/case/interactive/real-mobile/fonts/GraphikLCG-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Real Graphik";
  src: url("/case/interactive/real-mobile/fonts/GraphikLCG-Semibold.woff2") format("woff2");
  font-display: swap;
  font-weight: 600 800;
}

.real-demo,
.real-demo * {
  box-sizing: border-box;
}

.real-demo {
  --real-blue: #536dfe;
  --real-blue-dark: #4058e8;
  --real-ink: #121724;
  --real-muted: #727784;
  --real-line: #dce2f0;
  --real-surface: #f4f7fe;
  position: relative;
  overflow: clip;
  padding: clamp(76px, 8vw, 132px) 24px;
  background: #111622;
  color: #fff;
  font-family: "Real Graphik", Arial, sans-serif;
}

.real-demo [data-real-mobile-app] :is(button, h2, h3, h4, p, span, strong, small, dt, dd) {
  font-family: inherit;
}

.real-demo [data-real-mobile-app] button {
  box-sizing: border-box;
  font-family: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.real-demo [data-real-mobile-app] button[type="button"] {
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
}

.real-demo [data-real-mobile-app] button:focus-visible {
  outline: 2px solid #8ea0ff;
  outline-offset: 3px;
}

.real-demo [data-real-mobile-app] button:disabled {
  cursor: default;
}

.real-demo__inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(44px, 7vw, 112px);
}

.real-demo__intro {
  position: relative;
  z-index: 2;
}

.real-demo__kicker {
  margin: 0 0 18px;
  color: #92a2ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.real-demo__intro h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.real-demo__lead {
  max-width: 600px;
  margin: 28px 0 0;
  color: #aeb5c4;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

.real-demo__steps {
  position: relative;
  display: grid;
  gap: 0;
  margin: 46px 0 0;
}

.real-demo__steps::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: #303747;
}

.real-demo__step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding: 13px 0;
  border: 0;
  background: transparent;
  color: #6f7787;
  text-align: left;
  cursor: pointer;
  transition: color 220ms ease, transform 220ms ease;
}

.real-demo__step:hover,
.real-demo__step:focus-visible {
  color: #cdd2dc;
  transform: translateX(4px);
}

.real-demo__step:focus-visible {
  outline: 2px solid #92a2ff;
  outline-offset: 6px;
}

.real-demo__step.is-active {
  color: #fff;
}

.real-demo__step-dot {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 3px solid #111622;
  border-radius: 50%;
  background: #4b5363;
  box-shadow: 0 0 0 1px #4b5363;
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.real-demo__step.is-active .real-demo__step-dot {
  background: var(--real-blue);
  box-shadow: 0 0 0 1px var(--real-blue), 0 0 0 8px rgba(83, 109, 254, 0.13);
  transform: scale(1.08);
}

.real-demo__step span:last-child {
  display: grid;
  gap: 3px;
}

.real-demo__step strong {
  font-size: 17px;
  font-weight: 500;
}

.real-demo__step small {
  color: inherit;
  font-size: 13px;
  opacity: 0.72;
}

.real-demo__hint {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 500px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid #29303e;
}

.real-demo__hint-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--real-blue);
  color: #fff;
  font-size: 17px;
  animation: realHint 2.4s ease-in-out infinite;
}

.real-demo__hint p {
  margin: 0;
  color: #8f97a7;
  font-size: 14px;
  line-height: 1.45;
}

.real-demo__hint strong {
  color: #e7eaf0;
  font-weight: 500;
}

.real-demo__stage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  min-width: 0;
}

.real-demo__ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.real-demo__ambient--one {
  top: 9%;
  left: 0;
  width: 220px;
  height: 220px;
  background: rgba(83, 109, 254, 0.22);
  transform: translate3d(-25%, 0, 0);
}

.real-demo__ambient--two {
  right: -5%;
  bottom: 8%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(125, 143, 255, 0.22);
}

.real-phone {
  position: relative;
  width: min(390px, 100%);
  aspect-ratio: 390 / 792;
  padding: 11px;
  border: 1px solid #4b5260;
  border-radius: 52px;
  background: #090b10;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.5), 0 0 0 5px #20242d, inset 0 0 0 1px #666d79;
  transform: rotate(1.5deg) translateZ(0);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.real-demo__stage:hover .real-phone {
  transform: rotate(0deg) translate3d(0, -5px, 0);
}

.real-phone::before,
.real-phone::after {
  content: "";
  position: absolute;
  left: -7px;
  width: 4px;
  border-radius: 3px 0 0 3px;
  background: #3d424c;
}

.real-phone::before {
  top: 142px;
  height: 78px;
}

.real-phone::after {
  top: 240px;
  height: 48px;
}

.real-phone__hardware {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 112px;
  height: 30px;
  border-radius: 20px;
  background: #090b10;
  transform: translateX(-50%);
}

.real-phone__speaker {
  width: 45px;
  height: 5px;
  border-radius: 10px;
  background: #20242d;
}

.real-phone__camera {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18263a;
  box-shadow: inset 0 0 0 2px #0e1725;
}

.real-phone__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 42px;
  background: #f7f9ff;
  color: var(--real-ink);
}

.real-phone__status {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  padding: 0 25px;
  color: #111;
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
}

.real-phone__signals {
  display: flex;
  gap: 5px;
  font-size: 9px;
}

.real-phone__viewport {
  position: absolute;
  inset: 43px 0 65px;
  overflow: clip;
}

.real-app-screen {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden auto;
  padding: 14px 20px 30px;
  background: #f7f9ff;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(42px, 0, 0);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 360ms;
  scrollbar-width: none;
}

.real-app-screen::-webkit-scrollbar {
  display: none;
}

.real-app-screen.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.real-app-screen.is-before {
  transform: translate3d(-42px, 0, 0);
}

.real-app-header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin-bottom: 18px;
}

.real-app-header--welcome {
  grid-template-columns: 1fr 46px;
  margin-top: 3px;
}

.real-app-header h3,
.real-app-header p {
  margin: 0;
}

.real-app-header h3 {
  color: var(--real-ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}

.real-app-header > div h3,
.real-app-header--welcome h3 {
  text-align: left;
}

.real-app-header p,
.real-app-header--welcome p {
  margin-bottom: 3px;
  color: var(--real-muted);
  font-size: 12px;
}

.real-app-header__spacer {
  width: 38px;
}

.real-icon-button,
.real-back-button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #e0e5f1;
  border-radius: 50%;
  background: #fff;
  color: #303748;
  cursor: pointer;
}

.real-icon-button img {
  width: 27px;
  height: 27px;
}

.real-icon-button--plain {
  font-size: 14px;
}

.real-balance-card,
.real-drive-progress {
  border: 1px solid #dfe5f2;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 39, 78, 0.05);
}

.real-balance-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 17px;
}

.real-balance-card div {
  display: grid;
  gap: 4px;
}

.real-balance-card span {
  color: var(--real-muted);
  font-size: 10px;
}

.real-balance-card strong {
  color: var(--real-ink);
  font-size: 18px;
  font-weight: 600;
}

.real-balance-card__paid {
  padding-left: 18px;
  border-left: 1px solid #e8ecf4;
}

.real-progress {
  grid-column: 1 / -1;
  height: 5px;
  overflow: hidden;
  border-radius: 10px;
  background: #e6e9f1;
}

.real-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--real-blue);
}

.real-app-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 21px 1px 11px;
}

.real-app-section-head h4 {
  margin: 0;
  color: var(--real-ink);
  font-size: 14px;
  font-weight: 600;
}

.real-app-section-head span {
  color: var(--real-blue);
  font-size: 10px;
  font-weight: 500;
}

.real-learning-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e1e6f1;
  border-radius: 17px;
  background: #e7ebf4;
}

.real-learning-list > div {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  padding: 0 14px;
  background: #fff;
  color: #444b5a;
  font-size: 11px;
}

.real-learning-list i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #e8ecff;
  color: var(--real-blue);
  font-size: 8px;
}

.real-learning-list .is-current i {
  border-radius: 7px;
  background: var(--real-blue);
  color: #fff;
}

.real-route-card {
  position: relative;
  min-height: 178px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(138deg, #edf2ff 0%, #dce5ff 100%);
}

.real-route-card > div {
  position: relative;
  z-index: 2;
  width: 68%;
  padding: 20px 0 20px 18px;
}

.real-route-card__label {
  color: var(--real-blue);
  font-size: 10px;
  font-weight: 600;
}

.real-route-card h4 {
  margin: 7px 0 16px;
  color: var(--real-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.22;
}

.real-route-card img {
  position: absolute;
  right: -58px;
  bottom: -2px;
  width: 210px;
  height: auto;
  transform: scaleX(-1);
}

.real-primary-button,
.real-secondary-button {
  min-height: 42px;
  border: 0;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.real-primary-button {
  padding: 0 15px;
  background: var(--real-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(83, 109, 254, 0.24);
}

.real-primary-button:hover,
.real-primary-button:focus-visible {
  background: var(--real-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(83, 109, 254, 0.3);
}

.real-primary-button:active,
.real-secondary-button:active {
  transform: translateY(1px) scale(0.99);
}

.real-primary-button i {
  margin-left: 7px;
}

.real-primary-button--wide {
  width: 100%;
  min-height: 48px;
  margin-top: 17px;
  border-radius: 15px;
  font-size: 13px;
}

.real-drive-progress {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px;
}

.real-drive-progress__ring {
  display: grid;
  width: 76px;
  height: 76px;
  place-content: center;
  border-radius: 50%;
  background: conic-gradient(var(--real-blue) 0 33%, #e5e9f3 33% 100%);
  color: var(--real-ink);
  text-align: center;
  box-shadow: inset 0 0 0 9px #fff;
}

.real-drive-progress__ring strong {
  font-size: 21px;
  line-height: 1;
}

.real-drive-progress__ring span {
  color: var(--real-muted);
  font-size: 8px;
}

.real-drive-progress > div:last-child span {
  color: var(--real-blue);
  font-size: 9px;
  font-weight: 600;
}

.real-drive-progress h4 {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.2;
}

.real-drive-progress p {
  margin: 0;
  color: var(--real-muted);
  font-size: 9px;
  line-height: 1.4;
}

.real-lesson-card {
  display: grid;
  grid-template-columns: 54px 1fr 14px;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 13px;
  border: 1px solid #dfe5f2;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(26, 39, 78, 0.05);
}

.real-lesson-card__date {
  display: grid;
  width: 52px;
  height: 60px;
  place-content: center;
  border-radius: 13px;
  background: #edf1ff;
  color: var(--real-blue);
  text-align: center;
}

.real-lesson-card__date strong {
  font-size: 20px;
  line-height: 1;
}

.real-lesson-card__date span {
  margin-top: 3px;
  font-size: 9px;
  text-transform: uppercase;
}

.real-lesson-card > div:nth-child(2) {
  display: grid;
  gap: 3px;
}

.real-lesson-card > div:nth-child(2) strong {
  font-size: 15px;
}

.real-lesson-card > div:nth-child(2) span {
  font-size: 11px;
  font-weight: 500;
}

.real-lesson-card > div:nth-child(2) small {
  color: var(--real-muted);
  font-size: 9px;
}

.real-lesson-card > i {
  color: #a1a8b6;
  font-size: 10px;
}

.real-info-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 13px;
  border-radius: 14px;
  background: #edf1ff;
  color: #546075;
}

.real-info-card i {
  color: var(--real-blue);
  font-size: 13px;
}

.real-info-card p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.real-filter-row,
.real-date-row,
.real-time-row {
  display: flex;
  gap: 8px;
}

.real-filter-row {
  margin: -3px 0 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.real-filter-row button {
  min-width: 62px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #dfe5f1;
  border-radius: 10px;
  background: #fff;
  color: #666e7d;
  font-size: 10px;
}

.real-filter-row button.is-active {
  border-color: var(--real-blue);
  background: var(--real-blue);
  color: #fff;
}

.real-instructor-list {
  display: grid;
  gap: 12px;
}

.real-instructor-card {
  padding: 16px;
  border: 1px solid #dfe5f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 39, 78, 0.06);
}

.real-instructor-card__top {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 13px;
}

.real-avatar {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.real-avatar--blue {
  background: #526afe;
}

.real-avatar--orange {
  background: #ff8a49;
}

.real-avatar span {
  position: absolute;
  right: -9px;
  bottom: -2px;
  min-width: 38px;
  padding: 4px 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff7d9;
  color: #6d5a10;
  font-size: 8px;
  text-align: center;
}

.real-avatar span i {
  color: #f2ba18;
}

.real-instructor-card h4 {
  margin: 0 0 4px;
  color: var(--real-ink);
  font-size: 15px;
  font-weight: 600;
}

.real-instructor-card p {
  margin: 0;
  color: var(--real-muted);
  font-size: 9px;
}

.real-instructor-card dl {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid #edf0f5;
}

.real-instructor-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.real-instructor-card dt,
.real-instructor-card dd {
  margin: 0;
  font-size: 9px;
}

.real-instructor-card dt {
  color: var(--real-muted);
}

.real-instructor-card dd {
  color: var(--real-ink);
  font-weight: 500;
  text-align: right;
}

.real-instructor-card__slot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 13px;
  padding: 11px;
  border-radius: 12px;
  background: #f0f3ff;
  font-size: 9px;
}

.real-instructor-card__slot span {
  color: var(--real-muted);
}

.real-instructor-card__slot strong {
  color: var(--real-blue-dark);
  font-weight: 600;
}

.real-instructor-card--peek {
  padding-bottom: 14px;
  opacity: 0.78;
}

.real-instructor-card--peek .real-instructor-card__slot {
  margin-top: 12px;
}

.real-secondary-button {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccd4ec;
  background: #fff;
  color: var(--real-blue-dark);
}

.real-selected-instructor {
  display: grid;
  grid-template-columns: 54px 1fr 30px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dfe5f1;
  border-radius: 18px;
  background: #fff;
}

.real-selected-instructor .real-avatar {
  width: 52px;
  height: 52px;
}

.real-selected-instructor > div:nth-child(2) {
  display: grid;
  gap: 3px;
}

.real-selected-instructor span,
.real-selected-instructor small {
  color: var(--real-muted);
  font-size: 9px;
}

.real-selected-instructor strong {
  font-size: 12px;
  font-weight: 600;
}

.real-selected-instructor > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #e9edff;
  color: var(--real-blue);
  font-size: 9px;
}

.real-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 10px;
}

.real-calendar-head h4,
.real-calendar-head p {
  margin: 0;
}

.real-calendar-head h4 {
  font-size: 14px;
}

.real-calendar-head p {
  margin-top: 3px;
  color: var(--real-muted);
  font-size: 9px;
}

.real-calendar-head > i {
  color: var(--real-blue);
  font-size: 16px;
}

.real-date-row button {
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  min-height: 58px;
  padding: 7px 3px;
  place-content: center;
  gap: 4px;
  border: 1px solid #dde3f0;
  border-radius: 13px;
  background: #fff;
  color: #737b89;
}

.real-date-row button span {
  font-size: 8px;
}

.real-date-row button strong {
  font-size: 14px;
  font-weight: 500;
}

.real-date-row button.is-selected,
.real-time-row button.is-selected {
  border-color: var(--real-blue);
  background: var(--real-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(83, 109, 254, 0.2);
}

.real-app-section-head--compact {
  margin-top: 18px;
}

.real-time-row button {
  flex: 1 1 0;
  min-height: 40px;
  border: 1px solid #dde3f0;
  border-radius: 11px;
  background: #fff;
  color: #495161;
  font-size: 11px;
  font-weight: 500;
}

.real-place-card {
  display: grid;
  grid-template-columns: 34px 1fr 12px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 64px;
  margin-top: 15px;
  padding: 10px 13px;
  border: 1px solid #dde3f0;
  border-radius: 15px;
  background: #fff;
  color: var(--real-ink);
  text-align: left;
}

.real-place-card > i:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #ebefff;
  color: var(--real-blue);
}

.real-place-card span {
  display: grid;
  gap: 3px;
}

.real-place-card small {
  color: var(--real-muted);
  font-size: 8px;
}

.real-place-card strong {
  font-size: 10px;
  font-weight: 500;
}

.real-place-card > i:last-child {
  color: #9ba3b3;
  font-size: 9px;
}

.real-app-screen--success {
  display: block;
  overflow: clip;
  padding: 0;
  text-align: center;
}

.real-success-mark {
  position: absolute;
  top: 54px;
  left: 50%;
  display: grid;
  width: 84px;
  height: 84px;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--real-blue);
  color: #fff;
  font-size: 28px;
  box-shadow: 0 0 0 12px #e9edff, 0 18px 42px rgba(83, 109, 254, 0.28);
  transform: translateX(-50%);
}

.real-app-screen--success > p {
  position: absolute;
  top: 168px;
  right: 20px;
  left: 20px;
  margin: 0;
  color: var(--real-blue);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.real-app-screen--success > h3 {
  position: absolute;
  top: 190px;
  right: 20px;
  left: 20px;
  margin: 0;
  color: var(--real-ink);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.real-app-screen--success > span {
  position: absolute;
  top: 230px;
  right: 20px;
  left: 20px;
  margin: 0;
  color: var(--real-muted);
  font-size: 13px;
}

.real-success-summary {
  position: absolute;
  top: 272px;
  right: 28px;
  left: 28px;
  width: auto;
  margin: 0;
  padding: 3px 16px;
  border: 1px solid #dfe5f1;
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.real-success-summary div {
  display: grid;
  gap: 4px;
  padding: 13px 0;
}

.real-success-summary div + div {
  border-top: 1px solid #edf0f5;
}

.real-success-summary small {
  color: var(--real-muted);
  font-size: 9px;
}

.real-success-summary strong {
  font-size: 11px;
  font-weight: 500;
}

.real-app-screen--success > .real-primary-button--wide {
  position: absolute;
  right: 28px;
  bottom: 32px;
  left: 28px;
  width: auto;
  margin: 0;
}

.real-demo-loader {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(247, 249, 255, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.real-demo-loader.is-visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.real-demo-loader span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--real-blue);
  animation: realLoader 900ms ease-in-out infinite;
}

.real-demo-loader span:nth-child(2) {
  animation-delay: 120ms;
}

.real-demo-loader span:nth-child(3) {
  animation-delay: 240ms;
}

.real-demo-loader p {
  position: absolute;
  margin: 52px 0 0;
  color: var(--real-muted);
  font-size: 11px;
}

.real-place-sheet {
  position: absolute;
  inset: 0;
  z-index: 18;
  visibility: hidden;
}

.real-place-sheet.is-visible {
  visibility: visible;
}

.real-place-sheet__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(10, 14, 23, 0.44);
  opacity: 0;
  transition: opacity 220ms ease;
}

.real-place-sheet__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 16px 24px;
  border-radius: 24px 24px 0 0;
  background: #f7f9ff;
  transform: translate3d(0, 100%, 0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.real-place-sheet.is-visible .real-place-sheet__backdrop {
  opacity: 1;
}

.real-place-sheet.is-visible .real-place-sheet__panel {
  transform: translate3d(0, 0, 0);
}

.real-place-sheet__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.real-place-sheet__head h4,
.real-place-sheet__head p {
  margin: 0;
}

.real-place-sheet__head h4 {
  font-size: 18px;
}

.real-place-sheet__head p {
  margin-top: 4px;
  color: var(--real-muted);
  font-size: 10px;
}

.real-place-sheet__head > button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid #dfe5f1;
  border-radius: 50%;
  background: #fff;
  color: #353c4a;
}

.real-place-sheet__panel > button {
  display: grid;
  grid-template-columns: 32px 1fr 20px;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 66px;
  margin-top: 8px;
  padding: 9px 11px;
  border: 1px solid #dfe5f1;
  border-radius: 15px;
  background: #fff;
  color: var(--real-ink);
  text-align: left;
}

.real-place-sheet__panel > button > i:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: #edf1ff;
  color: var(--real-blue);
}

.real-place-sheet__panel > button span {
  display: grid;
  gap: 3px;
}

.real-place-sheet__panel > button strong {
  font-size: 10px;
  font-weight: 500;
}

.real-place-sheet__panel > button small {
  color: var(--real-muted);
  font-size: 8px;
}

.real-place-sheet__panel > button > i:last-child {
  color: var(--real-blue);
  opacity: 0;
}

.real-place-sheet__panel > button.is-selected {
  border-color: var(--real-blue);
}

.real-place-sheet__panel > button.is-selected > i:last-child {
  opacity: 1;
}

.real-app-tabs {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 65px;
  padding: 7px 12px 9px;
  border-top: 1px solid #e5e9f1;
  background: rgba(255, 255, 255, 0.96);
}

.real-app-tabs button {
  display: grid;
  place-content: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #a9afba;
  font-size: 13px;
}

.real-app-tabs button span {
  font-size: 8px;
}

.real-app-tabs button.is-active {
  color: var(--real-blue);
}

.real-demo__status {
  max-width: 390px;
  min-height: 20px;
  margin: 26px 0 0;
  color: #7f8797;
  font-size: 12px;
  text-align: center;
}

/* The legacy case stylesheet targets every button[type=button]. Keep the app UI isolated. */
.real-demo button.real-demo__step[type="button"] {
  padding: 13px 0;
  background: transparent;
  color: #6f7787;
  text-align: left;
}

.real-demo button.real-demo__step.is-active[type="button"] {
  color: #fff;
}

.real-demo button.real-icon-button[type="button"],
.real-demo button.real-back-button[type="button"] {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #e0e5f1;
  background: #fff;
  color: #303748;
  font-size: 14px;
}

.real-demo button.real-primary-button[type="button"] {
  min-height: 42px;
  padding: 0 15px;
  background: var(--real-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgba(83, 109, 254, 0.24);
}

.real-demo button.real-primary-button:hover,
.real-demo button.real-primary-button:focus-visible {
  background: var(--real-blue-dark);
  color: #fff;
}

.real-demo button.real-primary-button--wide[type="button"] {
  min-height: 48px;
  padding: 0 15px;
  font-size: 13px;
}

.real-demo button.real-secondary-button[type="button"] {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #ccd4ec;
  background: #fff;
  color: var(--real-blue-dark);
  font-size: 11px;
  font-weight: 500;
}

.real-demo .real-filter-row button[type="button"] {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #dfe5f1;
  background: #fff;
  color: #666e7d;
  font-size: 10px;
}

.real-demo .real-filter-row button.is-active[type="button"] {
  border-color: var(--real-blue);
  background: var(--real-blue);
  color: #fff;
}

.real-demo .real-date-row button[type="button"] {
  min-height: 58px;
  padding: 7px 3px;
  border: 1px solid #dde3f0;
  background: #fff;
  color: #737b89;
}

.real-demo .real-time-row button[type="button"] {
  min-height: 40px;
  border: 1px solid #dde3f0;
  background: #fff;
  color: #495161;
  font-size: 11px;
  font-weight: 500;
}

.real-demo .real-date-row button.is-selected[type="button"],
.real-demo .real-time-row button.is-selected[type="button"] {
  border-color: var(--real-blue);
  background: var(--real-blue);
  color: #fff;
}

.real-demo button.real-place-card[type="button"] {
  min-height: 64px;
  padding: 10px 13px;
  border: 1px solid #dde3f0;
  background: #fff;
  color: var(--real-ink);
  text-align: left;
}

.real-demo button.real-place-sheet__backdrop[type="button"] {
  padding: 0;
  background: rgba(10, 14, 23, 0.44);
}

.real-demo .real-place-sheet__head > button[type="button"] {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #dfe5f1;
  background: #fff;
  color: #353c4a;
}

.real-demo .real-place-sheet__panel > button[type="button"] {
  min-height: 66px;
  padding: 9px 11px;
  border: 1px solid #dfe5f1;
  background: #fff;
  color: var(--real-ink);
  text-align: left;
}

.real-demo .real-place-sheet__panel > button.is-selected[type="button"] {
  border-color: var(--real-blue);
}

.real-demo .real-app-tabs button[type="button"] {
  padding: 0;
  background: transparent;
  color: #a9afba;
  font-size: 13px;
}

.real-demo .real-app-tabs button.is-active[type="button"] {
  color: var(--real-blue);
}

@keyframes realHint {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -4px, 0); }
}

@keyframes realLoader {
  0%, 100% { opacity: 0.35; transform: translate3d(0, 0, 0); }
  50% { opacity: 1; transform: translate3d(0, -5px, 0); }
}

@media (min-width: 1100px) {
  .real-demo__steps,
  .real-demo__hint {
    margin-left: 140px;
  }
}

@media (max-width: 980px) {
  .real-demo__inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .real-demo__intro {
    width: min(700px, 100%);
    text-align: center;
  }

  .real-demo__intro h2,
  .real-demo__lead,
  .real-demo__hint {
    margin-right: auto;
    margin-left: auto;
  }

  .real-demo__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .real-demo__steps::before {
    top: 20px;
    right: 12%;
    bottom: auto;
    left: 12%;
    width: auto;
    height: 1px;
  }

  .real-demo__step {
    flex-direction: column;
    gap: 11px;
    text-align: center;
  }

  .real-demo__step:hover,
  .real-demo__step:focus-visible {
    transform: translateY(-2px);
  }
}

@media (max-width: 600px) {
  .real-demo {
    padding: 68px 16px 76px;
  }

  .real-demo__inner {
    gap: 40px;
  }

  .real-demo__intro h2 {
    font-size: clamp(39px, 13vw, 56px);
  }

  .real-demo__lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .real-demo__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
  }

  .real-demo__step {
    min-width: 0;
  }

  .real-demo__step strong {
    font-size: 11px;
  }

  .real-demo__step small {
    display: none;
  }

  .real-demo__hint {
    align-items: flex-start;
    margin-top: 28px;
    padding-top: 22px;
    text-align: left;
  }

  .real-demo__ambient--one {
    left: -90px;
  }

  .real-demo__ambient--two {
    right: -150px;
  }

  .real-phone {
    width: min(356px, calc(100vw - 42px));
    border-radius: 47px;
  }

  .real-phone__screen {
    border-radius: 38px;
  }

  .real-app-screen {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .real-demo *,
  .real-demo *::before,
  .real-demo *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Control audit: four live destinations and canonical semantic checks. */
html body .real-demo.is-real-refresh .real-app-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
html body .real-demo.is-real-refresh .real-app-tabs > button[type="button"] { min-height: 54px !important; align-items: center !important; justify-content: center !important; }
html body .real-demo.is-real-refresh .real-app-tabs button span { font-size: 8px !important; line-height: 1.1 !important; }
html body .real-demo.is-real-refresh .real-continue-card li i > svg { width: 8px !important; height: 8px !important; color: currentColor; }
html body .real-demo.is-real-refresh .real-instructor-card > i > svg { width: 9px !important; height: 9px !important; color: currentColor; }
html body .real-demo.is-real-refresh .real-place-sheet__panel > button > i:last-child > svg { width: 10px !important; height: 10px !important; color: currentColor; }
html body .real-demo.is-real-refresh .real-success-art i > svg { width: 29px !important; height: 29px !important; color: currentColor; }
html body .real-demo.is-real-refresh .real-answer-list button > i > svg { width: 10px !important; height: 10px !important; color: currentColor; }

/* -------------------------------------------------------------------------- */
/* Real app refresh — 2026                                                     */
/* -------------------------------------------------------------------------- */

.real-demo.is-real-refresh {
  --real-blue: #4566f2;
  --real-blue-dark: #2e4fd8;
  --real-blue-soft: #e9eeff;
  --real-orange: #ff7a18;
  --real-ink: #111827;
  --real-muted: #70798d;
  --real-line: #e3e7ef;
  --real-surface: #f3f5fa;
  --real-card: #ffffff;
}

/* The host site enforces light heading colors with !important. Keep the
   embedded light app visually isolated from that global dark-page rule. */
.real-demo.is-real-refresh [data-real-mobile-app] :is(h1, h2, h3, h4, h5, h6) {
  color: var(--real-ink) !important;
}

.real-demo.is-real-refresh [data-real-mobile-app] .real-next-card--theory h3 {
  color: #fff !important;
}

.real-demo.is-real-refresh [data-real-mobile-app] .real-drive-appointment__body h4 {
  color: #263b8e !important;
}

.real-demo.is-real-refresh .real-phone {
  width: min(408px, 100%);
  aspect-ratio: 390 / 844;
  padding: 8px;
  border: 1px solid rgba(219, 225, 236, 0.54);
  border-radius: 56px;
  background: linear-gradient(145deg, #606875 0%, #191e27 18%, #080a0e 72%, #808896 100%);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.52),
    0 16px 38px rgba(11, 17, 29, 0.38),
    0 0 0 4px #202631,
    inset 0 0 0 1px rgba(255, 255, 255, 0.34);
  transform: rotate(-0.7deg) translateZ(0);
}

.real-demo.is-real-refresh .real-demo__stage:hover .real-phone {
  transform: rotate(0deg) translate3d(0, -5px, 0);
}

.real-demo.is-real-refresh .real-phone__hardware {
  z-index: 80;
  top: 16px;
  width: 118px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #05070a;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.06), 0 5px 14px rgba(0, 0, 0, 0.25);
}

.real-demo.is-real-refresh .real-phone {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.real-demo.is-real-refresh .real-phone__screen {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  background: var(--real-surface);
  color: var(--real-ink);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.real-demo.is-real-refresh [data-real-mobile-app] img {
  -webkit-user-drag: none;
}

.real-demo.is-real-refresh .real-phone__status {
  z-index: 70;
  height: 46px;
  padding: 0 25px 0 27px;
  color: var(--real-ink);
  font-size: 11px;
  letter-spacing: -0.01em;
}

.real-demo.is-real-refresh .real-phone__signals {
  gap: 5px;
  font-size: 9px;
}

.real-demo.is-real-refresh .real-phone__viewport {
  inset: 46px 0 76px;
  overflow: hidden;
  background: var(--real-surface);
}

.real-demo.is-real-refresh .real-app-screen {
  overflow: hidden auto;
  padding: 15px 17px 32px;
  background:
    radial-gradient(circle at 92% -4%, rgba(82, 107, 239, 0.11), transparent 30%),
    var(--real-surface);
  color: var(--real-ink);
  scrollbar-width: none;
}

.real-demo.is-real-refresh .real-app-screen > * {
  flex-shrink: 0;
}

.real-demo.is-real-refresh .real-app-screen::-webkit-scrollbar {
  display: none;
}

.real-demo.is-real-refresh [data-real-mobile-app] button[type="button"] {
  color: inherit;
}

.real-demo.is-real-refresh .real-home-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 47px;
  gap: 18px;
}

.real-demo.is-real-refresh .real-home-head > img {
  display: block;
  width: 158px;
  height: auto;
  object-fit: contain;
}

.real-demo.is-real-refresh .real-home-head > img.real-app-logo,
.real-demo.is-real-refresh .real-home-head > img.real-app-logo:hover {
  filter: none !important;
  mix-blend-mode: multiply;
  opacity: 1 !important;
}

.real-demo.is-real-refresh .real-round-button[type="button"] {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid var(--real-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #30394d;
  font-size: 14px;
  box-shadow: 0 7px 18px rgba(29, 41, 74, 0.06);
  transition: transform 180ms ease, border-color 180ms ease;
}

.real-demo.is-real-refresh button.real-round-button[type="button"] {
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  aspect-ratio: 1;
}

.real-demo.is-real-refresh .real-round-button[type="button"]:hover {
  border-color: #bcc7f6;
  transform: translateY(-1px);
}

.real-demo.is-real-refresh .real-round-button > span {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--real-orange);
}

.real-demo.is-real-refresh .real-round-button--small[type="button"] {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  color: var(--real-blue);
  font-size: 12px;
}

.real-demo.is-real-refresh button.real-round-button--small[type="button"] {
  min-width: 34px;
  min-height: 34px;
  max-width: 34px;
  max-height: 34px;
}

.real-demo.is-real-refresh .real-home-welcome {
  margin: 9px 0 18px;
  color: #747c8d;
  font-size: 12px;
  letter-spacing: -0.01em;
}

.real-demo.is-real-refresh .real-card-eyebrow,
.real-demo.is-real-refresh .real-app-overline {
  display: block;
  color: #7c8495;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.real-demo.is-real-refresh .real-continue-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dbe1ef;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(35, 47, 77, 0.08);
}

.real-demo.is-real-refresh .real-continue-card::after {
  content: "";
  position: absolute;
  top: -42px;
  right: -34px;
  width: 126px;
  height: 126px;
  border: 22px solid rgba(69, 102, 242, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.real-demo.is-real-refresh .real-continue-card__title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.real-demo.is-real-refresh .real-continue-card h3 {
  max-width: 220px;
  margin: 0;
  color: var(--real-ink);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.real-demo.is-real-refresh .real-progress-pill {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border-radius: 999px;
  background: var(--real-blue-soft);
  color: var(--real-blue-dark);
  font-size: 10px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-continue-card ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 16px;
  padding: 0;
  list-style: none;
}

.real-demo.is-real-refresh .real-continue-card li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #596174;
  font-size: 11px;
}

.real-demo.is-real-refresh .real-continue-card li i {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  border: 1px solid #aebcf8;
  border-radius: 50%;
  color: var(--real-blue);
  font-size: 7px;
}

.real-demo.is-real-refresh .real-primary-button[type="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 45px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--real-blue);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(69, 102, 242, 0.2);
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.real-demo.is-real-refresh .real-primary-button[type="button"]:hover:not(:disabled) {
  background: var(--real-blue-dark);
  box-shadow: 0 13px 25px rgba(46, 79, 216, 0.26);
  transform: translateY(-1px);
}

.real-demo.is-real-refresh .real-primary-button[type="button"]:disabled {
  background: #c7cddd;
  box-shadow: none;
  cursor: not-allowed;
}

.real-demo.is-real-refresh .real-primary-button--wide[type="button"] {
  width: 100%;
}

.real-demo.is-real-refresh .real-next-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  align-items: center;
  min-height: 130px;
  margin-top: 12px;
  overflow: hidden;
  padding: 17px 11px 17px 18px;
  border: 1px solid var(--real-line);
  border-radius: 22px;
  background: #fff;
}

.real-demo.is-real-refresh .real-next-card > div {
  position: relative;
  z-index: 2;
}

.real-demo.is-real-refresh .real-next-card > div > span {
  color: #7f8798;
  font-size: 9px;
  font-weight: 600;
}

.real-demo.is-real-refresh .real-next-card h3 {
  margin: 6px 0 10px;
  color: var(--real-ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.real-demo.is-real-refresh .real-next-card div button[type="button"] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--real-blue-dark);
  font-size: 10px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-next-card > img {
  position: relative;
  z-index: 1;
  width: 132px;
  max-width: none;
  height: auto;
  margin-left: -15px;
  object-fit: contain;
  filter: drop-shadow(0 10px 13px rgba(29, 49, 109, 0.18));
}

.real-demo.is-real-refresh .real-next-card--theory {
  grid-template-columns: minmax(0, 1fr) 72px;
  min-height: 112px;
  background: #101727;
  border-color: #202b40;
}

.real-demo.is-real-refresh .real-next-card--theory h3 {
  color: #fff;
}

.real-demo.is-real-refresh .real-next-card--theory > div > span {
  color: #909aaf;
}

.real-demo.is-real-refresh .real-next-card--theory div button[type="button"] {
  color: #93a6ff;
}

.real-demo.is-real-refresh .real-sign-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.07);
  color: #ff4458;
  font-size: 31px;
}

.real-demo.is-real-refresh .real-promo-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 32px;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 11px;
  border: 1px solid #f0dfca;
  border-radius: 18px;
  background: #fff9f1;
}

.real-demo.is-real-refresh .real-promo-strip__badge {
  display: grid;
  min-width: 67px;
  min-height: 40px;
  padding: 0 8px;
  place-items: center;
  border: 1px solid #ffd5a9;
  border-radius: 12px;
  background: #fff;
  color: var(--real-orange);
  font-size: 11px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-promo-strip div {
  display: grid;
  gap: 2px;
}

.real-demo.is-real-refresh .real-promo-strip small {
  color: #967b62;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-promo-strip strong {
  color: #49392c;
  font-size: 10px;
  line-height: 1.3;
}

.real-demo.is-real-refresh .real-promo-strip button[type="button"] {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--real-orange);
  color: #fff;
  font-size: 9px;
}

.real-demo.is-real-refresh .real-app-header {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 0 0 15px;
}

.real-demo.is-real-refresh .real-app-header > div {
  display: grid;
  gap: 3px;
  text-align: center;
}

.real-demo.is-real-refresh .real-app-header h3 {
  margin: 0;
  color: var(--real-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-align: center;
}

.real-demo.is-real-refresh .real-app-header__spacer {
  width: 36px;
}

.real-demo.is-real-refresh .real-back-button[type="button"] {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid var(--real-line);
  border-radius: 50%;
  background: #fff;
  color: #30384a;
  font-size: 11px;
  box-shadow: 0 7px 18px rgba(29, 41, 74, 0.05);
}

.real-demo.is-real-refresh button.real-back-button[type="button"] {
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
  aspect-ratio: 1;
}

.real-demo.is-real-refresh .real-theory-intro {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 15px;
  border: 1px solid #dfe5f3;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(35, 47, 77, 0.06);
}

.real-demo.is-real-refresh .real-theory-intro__icon {
  position: relative;
  display: grid;
  width: 58px;
  height: 52px;
  place-items: center;
  color: #1d2433;
  font-size: 26px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-theory-intro__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #ff5261;
  border-radius: 9px;
  transform: rotate(60deg) skewX(30deg) scale(0.72);
}

.real-demo.is-real-refresh .real-theory-intro__icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}

.real-demo.is-real-refresh .real-theory-intro h4,
.real-demo.is-real-refresh .real-theory-intro p {
  margin: 0;
}

.real-demo.is-real-refresh .real-theory-intro h4 {
  color: var(--real-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.real-demo.is-real-refresh .real-theory-intro p {
  margin-top: 5px;
  color: var(--real-muted);
  font-size: 9px;
  line-height: 1.45;
}

.real-demo.is-real-refresh .real-theory-feature,
.real-demo.is-real-refresh .real-drive-appointment {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid #dce2f1;
  border-radius: 22px;
  background: #fff;
}

.real-demo.is-real-refresh .real-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 15px;
  background: #dfe5ff;
  color: #263a94;
}

.real-demo.is-real-refresh .real-panel-head span {
  font-size: 15px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-panel-head strong {
  font-size: 9px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-theory-feature__body {
  padding: 15px;
}

.real-demo.is-real-refresh .real-mini-progress {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e6e9f1;
}

.real-demo.is-real-refresh .real-mini-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--real-blue);
}

.real-demo.is-real-refresh .real-theory-feature h4 {
  margin: 13px 0 4px;
  color: var(--real-ink);
  font-size: 15px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-theory-feature p {
  margin: 0 0 14px;
  color: var(--real-muted);
  font-size: 9px;
}

.real-demo.is-real-refresh .real-theory-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.real-demo.is-real-refresh .real-theory-grid > button[type="button"] {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 78px;
  padding: 12px;
  border: 1px solid var(--real-line);
  border-radius: 19px;
  background: #fff;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease;
}

.real-demo.is-real-refresh .real-theory-grid > button[type="button"]:hover {
  border-color: #bac6fa;
  transform: translateY(-2px);
}

.real-demo.is-real-refresh .real-theory-grid__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--real-blue-soft);
  color: var(--real-blue);
  font-size: 13px;
}

.real-demo.is-real-refresh .real-theory-grid button > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.real-demo.is-real-refresh .real-theory-grid small {
  color: #8890a0;
  font-size: 7px;
}

.real-demo.is-real-refresh .real-theory-grid strong {
  color: var(--real-ink);
  font-size: 12px;
}

.real-demo.is-real-refresh .real-theory-grid button > i {
  color: #98a1b2;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-theory-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #f0dfca;
  border-radius: 18px;
  background: #fff9f1;
}

.real-demo.is-real-refresh .real-theory-note > i {
  color: var(--real-orange);
  font-size: 18px;
}

.real-demo.is-real-refresh .real-theory-note p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.real-demo.is-real-refresh .real-theory-note strong {
  color: #45382c;
  font-size: 10px;
}

.real-demo.is-real-refresh .real-theory-note p span {
  color: #9a816c;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-theory-note button[type="button"] {
  min-height: 29px;
  padding: 0 10px;
  border-radius: 9px;
  background: #fff;
  color: #6b4a2d;
  font-size: 8px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-quiz-screen {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
}

.real-demo.is-real-refresh .real-quiz-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.real-demo.is-real-refresh .real-quiz-progress > button[type="button"] {
  position: relative;
  display: grid;
  height: 29px;
  place-items: center;
  border: 1px solid #d8deea;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #7d8596;
  font-size: 9px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-quiz-progress > button.is-current[type="button"] {
  border-color: var(--real-blue);
  background: var(--real-blue);
  color: #fff;
}

.real-demo.is-real-refresh .real-quiz-progress > button.is-done:not(.is-current)[type="button"]::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #20b77a;
}

.real-demo.is-real-refresh .real-question-card {
  overflow: hidden;
  border: 1px solid #dce2ed;
  border-radius: 22px;
  background: #fff;
}

.real-demo.is-real-refresh .real-question-card > .real-card-eyebrow {
  padding: 15px 16px 0;
}

.real-demo.is-real-refresh .real-question-card h4 {
  min-height: 54px;
  margin: 7px 0 12px;
  padding: 0 16px;
  color: var(--real-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.35;
}

.real-demo.is-real-refresh .real-quiz-visual {
  position: relative;
  height: 125px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.55) 0 4%, transparent 4.5%),
    linear-gradient(155deg, #cbd6f8 0%, #aabbea 55%, #8ea1d8 100%);
}

.real-demo.is-real-refresh .real-quiz-road {
  position: absolute;
  right: -16px;
  bottom: -56px;
  width: 330px;
  height: 105px;
  border-top: 4px solid rgba(255, 255, 255, 0.88);
  background: #414d6b;
  transform: rotate(-8deg);
}

.real-demo.is-real-refresh .real-quiz-road::after {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, transparent 0 22px, rgba(255, 255, 255, 0.8) 22px 45px);
}

.real-demo.is-real-refresh .real-quiz-visual > i {
  position: absolute;
  z-index: 2;
  left: 76px;
  bottom: 23px;
  color: #182344;
  font-size: 40px;
  filter: drop-shadow(0 8px 6px rgba(22, 33, 64, 0.24));
}

.real-demo.is-real-refresh .real-quiz-warning {
  position: absolute;
  z-index: 3;
  right: 55px;
  bottom: 25px;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 4px solid #ff5062;
  border-radius: 50%;
  background: #fff;
  color: #ff5062;
  font-size: 19px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-answer-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.real-demo.is-real-refresh .real-answer-list > button[type="button"] {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  padding: 10px 12px;
  border: 1px solid #dce1ec;
  border-radius: 16px;
  background: #fff;
  text-align: left;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.real-demo.is-real-refresh .real-answer-list > button[type="button"]:hover:not(:disabled) {
  border-color: #aebcf7;
  transform: translateY(-1px);
}

.real-demo.is-real-refresh .real-answer-list button > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: #eef1f7;
  color: #60697a;
  font-size: 9px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-answer-list button > strong {
  color: #384052;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.4;
}

.real-demo.is-real-refresh .real-answer-list button > i {
  opacity: 0;
  color: #1eac74;
  font-size: 10px;
}

.real-demo.is-real-refresh .real-answer-list button.is-correct[type="button"] {
  border-color: #45c694;
  background: #edfbf5;
}

.real-demo.is-real-refresh .real-answer-list button.is-correct > span {
  background: #2fbb83;
  color: #fff;
}

.real-demo.is-real-refresh .real-answer-list button.is-correct > i {
  opacity: 1;
}

.real-demo.is-real-refresh .real-answer-list button.is-wrong[type="button"] {
  border-color: #f27885;
  background: #fff1f2;
}

.real-demo.is-real-refresh .real-answer-list button.is-wrong > span {
  background: #f06575;
  color: #fff;
}

.real-demo.is-real-refresh .real-quiz-support {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 2px;
}

.real-demo.is-real-refresh .real-quiz-actions {
  display: grid;
  flex-shrink: 0;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

.real-demo.is-real-refresh .real-quiz-support button[type="button"] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--real-blue-dark);
  font-size: 9px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-quiz-hint {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid var(--real-orange);
  border-radius: 0 10px 10px 0;
  background: #fff8ec;
  color: #806c58;
  font-size: 8px;
  line-height: 1.45;
}

.real-demo.is-real-refresh .real-quiz-next[type="button"] {
  margin-top: 0;
}

.real-demo.is-real-refresh .real-drive-progress {
  display: block;
  padding: 15px;
  border: 1px solid #dfe4ee;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(35, 47, 77, 0.05);
}

.real-demo.is-real-refresh .real-drive-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.real-demo.is-real-refresh .real-drive-progress__top span {
  color: #485065;
  font-size: 11px;
  font-weight: 600;
}

.real-demo.is-real-refresh .real-drive-progress__top strong {
  color: var(--real-blue-dark);
  font-size: 11px;
}

.real-demo.is-real-refresh .real-drive-progress p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  margin: 9px 0 0;
  color: #7a8292;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-drive-progress p i {
  color: #93a4ea;
}

.real-demo.is-real-refresh .real-drive-appointment .real-panel-head {
  background: #e5e9f9;
  color: #303b68;
}

.real-demo.is-real-refresh .real-drive-appointment__body {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 112px;
  padding: 10px 13px 12px 7px;
}

.real-demo.is-real-refresh .real-drive-appointment__body img {
  width: 105px;
  max-width: none;
  height: auto;
  margin-left: -7px;
  filter: drop-shadow(0 9px 9px rgba(31, 50, 105, 0.18));
}

.real-demo.is-real-refresh .real-drive-appointment__body small,
.real-demo.is-real-refresh .real-drive-appointment__body h4,
.real-demo.is-real-refresh .real-drive-appointment__body p {
  margin: 0;
}

.real-demo.is-real-refresh .real-drive-appointment__body small {
  color: #828a9a;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-drive-appointment__body h4 {
  margin-top: 4px;
  color: #263b8e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.real-demo.is-real-refresh .real-drive-appointment__body p {
  margin-top: 6px;
  color: #7c8494;
  font-size: 8px;
  line-height: 1.4;
}

.real-demo.is-real-refresh .real-app-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 1px 9px;
}

.real-demo.is-real-refresh .real-app-section-head h4 {
  margin: 0;
  color: var(--real-ink);
  font-size: 12px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-app-section-head span {
  color: #8790a1;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-app-section-head--compact {
  margin-top: 15px;
}

.real-demo.is-real-refresh .real-instructor-preview {
  padding: 15px;
  border: 1px solid var(--real-line);
  border-radius: 21px;
  background: #fff;
}

.real-demo.is-real-refresh .real-instructor-preview__avatars {
  display: flex;
  padding-left: 6px;
}

.real-demo.is-real-refresh .real-instructor-preview__avatars > span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-left: -6px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #dce5ff;
  color: #334a9b;
  font-size: 9px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-instructor-preview__avatars > span:nth-child(2) {
  background: #ffe4cd;
  color: #9e5621;
}

.real-demo.is-real-refresh .real-instructor-preview__avatars > span:nth-child(3) {
  background: #d8f2e7;
  color: #23735a;
}

.real-demo.is-real-refresh .real-instructor-preview p {
  margin: 9px 0 13px;
  color: var(--real-muted);
  font-size: 9px;
  line-height: 1.45;
}

.real-demo.is-real-refresh .real-drive-bonus[type="button"] {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 62px;
  margin-top: 11px;
  padding: 11px 13px;
  border: 1px solid #e4e7ee;
  border-radius: 19px;
  background: #fff;
  text-align: left;
}

.real-demo.is-real-refresh .real-drive-bonus > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  background: #fff2e6;
  color: var(--real-orange);
}

.real-demo.is-real-refresh .real-drive-bonus strong {
  color: #2d3443;
  font-size: 10px;
  line-height: 1.3;
}

.real-demo.is-real-refresh .real-drive-bonus > i {
  color: #9ba2af;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-history-link[type="button"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  margin-top: 13px;
  color: var(--real-blue-dark);
  font-size: 10px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-branch-select[type="button"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 64px;
  padding: 11px 15px;
  border: 1px solid #d7dff4;
  border-radius: 18px;
  background: #eaf0ff;
  text-align: left;
}

.real-demo.is-real-refresh .real-branch-select > span {
  display: grid;
  gap: 4px;
}

.real-demo.is-real-refresh .real-branch-select small,
.real-demo.is-real-refresh .real-instructor-card small {
  color: #818ba0;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-branch-select strong {
  color: #273866;
  font-size: 12px;
}

.real-demo.is-real-refresh .real-branch-select > i {
  color: var(--real-blue-dark);
  font-size: 11px;
}

.real-demo.is-real-refresh .real-instructor-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 11px;
  margin-top: 11px;
  padding: 14px;
  border: 1px solid var(--real-line);
  border-radius: 21px;
  background: #fff;
}

.real-demo.is-real-refresh .real-avatar--photo {
  position: relative;
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border: 3px solid #e3e9ff;
  border-radius: 50%;
  background: #263764;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-avatar--photo > span {
  position: absolute;
  right: -6px;
  bottom: -4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff5dc;
  color: #806018;
  font-size: 6px;
  font-weight: 800;
}

.real-demo.is-real-refresh .real-instructor-card h4,
.real-demo.is-real-refresh .real-instructor-card p {
  margin: 0;
}

.real-demo.is-real-refresh .real-instructor-card h4 {
  margin-top: 3px;
  color: var(--real-ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}

.real-demo.is-real-refresh .real-instructor-card p {
  margin-top: 5px;
  color: #7d8596;
  font-size: 8px;
  line-height: 1.35;
}

.real-demo.is-real-refresh .real-instructor-card > i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #e9fbf3;
  color: #22a973;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-date-picker[type="button"] {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 63px;
  margin-top: 11px;
  padding: 10px 13px;
  border: 1px solid var(--real-line);
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.real-demo.is-real-refresh .real-date-picker__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #dfe4ef;
  border-radius: 12px;
  color: var(--real-blue-dark);
  font-size: 13px;
}

.real-demo.is-real-refresh .real-date-picker > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.real-demo.is-real-refresh .real-date-picker strong {
  color: var(--real-ink);
  font-size: 11px;
}

.real-demo.is-real-refresh .real-date-picker small {
  color: #858d9d;
  font-size: 8px;
}

.real-demo.is-real-refresh .real-date-picker > i {
  color: var(--real-blue);
  font-size: 9px;
}

.real-demo.is-real-refresh .real-slot-list {
  display: grid;
  gap: 8px;
}

.real-demo.is-real-refresh .real-slot-list > button[type="button"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 10px 10px 10px 13px;
  border: 1px solid var(--real-line);
  border-radius: 17px;
  background: #fff;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease;
}

.real-demo.is-real-refresh .real-slot-list > button[type="button"]:hover {
  border-color: #acbafa;
  transform: translateY(-1px);
}

.real-demo.is-real-refresh .real-slot-list button > span {
  display: grid;
  gap: 4px;
}

.real-demo.is-real-refresh .real-slot-list small {
  color: #8a92a1;
  font-size: 7px;
}

.real-demo.is-real-refresh .real-slot-list strong {
  color: var(--real-blue-dark);
  font-size: 10px;
}

.real-demo.is-real-refresh .real-slot-list b {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 10px;
  background: var(--real-blue);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-app-tabs {
  z-index: 60;
  height: 76px;
  padding: 8px 8px 10px;
  border-top: 1px solid rgba(218, 223, 233, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -12px 30px rgba(34, 44, 66, 0.07);
  backdrop-filter: blur(16px);
}

.real-demo.is-real-refresh .real-app-tabs button[type="button"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 54px;
  padding: 5px 2px;
  border-radius: 15px;
  background: transparent;
  color: #7c8493;
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.real-demo.is-real-refresh .real-app-tabs button[type="button"]:hover {
  color: var(--real-blue-dark);
  transform: translateY(-1px);
}

.real-demo.is-real-refresh .real-app-tabs button.is-active[type="button"] {
  background: #edf0f8;
  color: var(--real-blue-dark);
}

.real-demo.is-real-refresh .real-app-tabs button span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real-demo.is-real-refresh .real-demo-loader {
  position: absolute;
  z-index: 90;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 24px;
  background: rgba(16, 24, 42, 0.52);
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.real-demo.is-real-refresh .real-demo-loader::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 250px;
  height: 240px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(9, 17, 33, 0.28);
  transform: translate(-50%, -50%);
}

.real-demo.is-real-refresh .real-demo-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.real-demo.is-real-refresh .real-demo-loader > * {
  position: relative;
  z-index: 1;
}

.real-demo.is-real-refresh .real-demo-loader__art {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 26px;
  background: var(--real-blue-soft);
  color: var(--real-blue);
  font-size: 34px;
}

.real-demo.is-real-refresh .real-demo-loader h4 {
  margin: 17px 0 0;
  color: var(--real-ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.real-demo.is-real-refresh .real-demo-loader p {
  max-width: 190px;
  margin: 7px 0 0;
  color: var(--real-muted);
  font-size: 9px;
  line-height: 1.45;
  text-align: center;
}

.real-demo.is-real-refresh .real-demo-loader__line {
  width: 130px;
  height: 4px;
  margin-top: 19px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8ebf2;
}

.real-demo.is-real-refresh .real-demo-loader__line i {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: var(--real-blue);
  animation: realRefreshLoader 780ms ease-in-out infinite alternate;
}

@keyframes realRefreshLoader {
  from { transform: translateX(0); }
  to { transform: translateX(120%); }
}

.real-demo.is-real-refresh .real-place-sheet,
.real-demo.is-real-refresh .real-app-modal {
  position: absolute;
  z-index: 100;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.real-demo.is-real-refresh .real-place-sheet.is-visible,
.real-demo.is-real-refresh .real-app-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.real-demo.is-real-refresh .real-place-sheet__backdrop,
.real-demo.is-real-refresh .real-app-modal__backdrop[type="button"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 16, 29, 0.55);
  backdrop-filter: blur(4px);
}

.real-demo.is-real-refresh .real-place-sheet__panel {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  overflow: hidden;
  padding: 18px 14px 14px;
  border: 1px solid #e2e6ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 25px 60px rgba(8, 15, 29, 0.32);
  transform: translateY(20px);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.real-demo.is-real-refresh .real-place-sheet.is-visible .real-place-sheet__panel {
  transform: translateY(0);
}

.real-demo.is-real-refresh .real-place-sheet__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px 12px;
}

.real-demo.is-real-refresh .real-place-sheet__head small {
  color: #8a92a2;
  font-size: 8px;
  text-transform: uppercase;
}

.real-demo.is-real-refresh .real-place-sheet__head h4 {
  margin: 3px 0 0;
  color: var(--real-ink);
  font-size: 17px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-place-sheet__head > button[type="button"] {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #f1f3f7;
  color: #515b6d;
  font-size: 10px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value][type="button"] {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 10px;
  border: 1px solid var(--real-line);
  border-radius: 16px;
  background: #fff;
  text-align: left;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] + button[data-demo-place-value] {
  margin-top: 8px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button.is-selected[data-demo-place-value] {
  border-color: #b5c2fb;
  background: #f0f3ff;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] > i:first-child {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 11px;
  background: var(--real-blue-soft);
  color: var(--real-blue);
  font-size: 11px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] > span {
  display: grid;
  gap: 3px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] strong {
  color: var(--real-ink);
  font-size: 10px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] small {
  color: #8a92a1;
  font-size: 7px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button[data-demo-place-value] > i:last-child {
  opacity: 0;
  color: #20ac73;
  font-size: 9px;
}

.real-demo.is-real-refresh .real-place-sheet__panel > button.is-selected[data-demo-place-value] > i:last-child {
  opacity: 1;
}

.real-demo.is-real-refresh .real-app-modal {
  display: grid;
  place-items: center;
  padding: 24px;
}

.real-demo.is-real-refresh .real-app-modal__card {
  position: relative;
  z-index: 1;
  width: min(286px, 100%);
  overflow: hidden;
  padding: 25px 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(8, 15, 29, 0.34);
  text-align: center;
  transform: translateY(12px) scale(0.98);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.real-demo.is-real-refresh .real-app-modal.is-visible .real-app-modal__card {
  transform: translateY(0) scale(1);
}

.real-demo.is-real-refresh .real-success-art {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 26px;
  background: #e8faf3;
  color: #24af78;
  font-size: 29px;
  transform: rotate(-4deg);
}

.real-demo.is-real-refresh .real-success-art--quiz {
  background: #fff3dc;
  color: #f5a623;
}

.real-demo.is-real-refresh .real-app-modal__card > small {
  color: var(--real-blue-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.real-demo.is-real-refresh .real-app-modal__card h4 {
  margin: 7px 0 0;
  color: var(--real-ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.real-demo.is-real-refresh .real-app-modal__card > p {
  margin: 10px 0 21px;
  color: var(--real-muted);
  font-size: 9px;
  line-height: 1.45;
}

.real-demo.is-real-refresh .real-app-modal__card > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -22px;
  border-top: 1px solid var(--real-line);
}

.real-demo.is-real-refresh .real-app-modal__card > div button[type="button"] {
  min-height: 46px;
  color: var(--real-blue-dark);
  font-size: 9px;
  font-weight: 700;
}

.real-demo.is-real-refresh .real-app-modal__card > div button + button {
  border-left: 1px solid var(--real-line);
}

.real-demo.is-real-refresh .real-app-toast {
  position: absolute;
  z-index: 110;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 19px;
  background: rgba(17, 25, 42, 0.96);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 12, 22, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
}

.real-demo.is-real-refresh .real-app-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.real-demo.is-real-refresh .real-app-toast > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  background: rgba(116, 140, 255, 0.18);
  color: #91a2ff;
  font-size: 11px;
}

.real-demo.is-real-refresh .real-app-toast p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.real-demo.is-real-refresh .real-app-toast strong {
  color: #fff;
  font-size: 9px;
}

.real-demo.is-real-refresh .real-app-toast p span {
  color: #9da7bb;
  font-size: 7px;
  line-height: 1.35;
}

.real-demo.is-real-refresh .real-app-toast > button[type="button"] {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #8f99ab;
  font-size: 9px;
}

@media (max-width: 980px) {
  .real-demo.is-real-refresh .real-phone {
    width: min(394px, 100%);
  }
}

@media (max-width: 600px) {
  .real-demo.is-real-refresh .real-phone {
    width: min(360px, calc(100vw - 38px));
    border-radius: 50px;
  }

  .real-demo.is-real-refresh .real-phone__screen {
    border-radius: 42px;
  }

  .real-demo.is-real-refresh .real-app-screen {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* REAL mobile polish · 2026-08-23d
   Terminal authority keeps the self-contained app stable inside every host page. */
.real-demo.is-real-refresh {
  --real-muted: #596477;
}

html body .real-demo.is-real-refresh [data-real-mobile-app],
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(button, h1, h2, h3, h4, h5, h6, p, span, strong, small, b, li, label, input, select, textarea) {
  font-family: "Real Graphik", Arial, sans-serif !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] {
  --real-blue: #4566f2;
  --real-blue-dark: #2e4fd8;
  --real-blue-soft: #e9eeff;
  --real-ink: #111827;
  --real-muted: #596477;
  --real-line: #d9e0ec;
  --real-surface: #f3f5fa;
  color: var(--real-ink);
}

html.brawus-v2-html body#body.brawus-v2 .real-demo.is-real-refresh [data-real-mobile-app] {
  --real-blue: #4566f2 !important;
  --real-blue-dark: #2e4fd8 !important;
  --real-blue-soft: #e9eeff !important;
  --real-ink: #111827 !important;
  --real-muted: #596477 !important;
  --real-line: #d9e0ec !important;
  --real-surface: #f3f5fa !important;
  color: var(--real-ink) !important;
  font-family: "Real Graphik", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2 .real-demo.is-real-refresh [data-real-mobile-app] :is(button, h1, h2, h3, h4, h5, h6, p, span, strong, small, b, li, label, input, select, textarea) {
  font-family: "Real Graphik", Arial, sans-serif !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] p {
  color: var(--real-muted) !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] [hidden] {
  display: none !important;
}

html body .real-demo.is-real-refresh .real-phone,
html body .real-demo.is-real-refresh .real-demo__stage:hover .real-phone {
  rotate: 0deg !important;
  transform: none !important;
}

html body .real-demo.is-real-refresh .real-next-card--drive {
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 9px;
}

html body .real-demo.is-real-refresh .real-next-card--drive > div {
  min-width: 0;
}

html body .real-demo.is-real-refresh .real-next-card--drive h3 {
  max-width: 184px;
  text-wrap: balance;
}

html body .real-demo.is-real-refresh .real-next-card--drive > img {
  width: 112px;
  max-width: 112px;
  margin: 0;
  justify-self: end;
  pointer-events: none;
  transform: translateX(2px);
}

html body .real-demo.is-real-refresh .real-drive-appointment__body {
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  padding-left: 9px;
}

html body .real-demo.is-real-refresh .real-drive-appointment__body > div {
  min-width: 0;
}

html body .real-demo.is-real-refresh .real-drive-appointment__body > img {
  width: 92px;
  max-width: 92px;
  margin-left: 0;
  justify-self: end;
}

html body .real-demo.is-real-refresh .real-app-header {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}

html body .real-demo.is-real-refresh .real-app-header__spacer {
  width: 44px;
}

html body .real-demo.is-real-refresh button.real-round-button[type="button"],
html body .real-demo.is-real-refresh button.real-round-button--small[type="button"],
html body .real-demo.is-real-refresh button.real-back-button[type="button"] {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  flex-basis: 44px;
}

html body .real-demo.is-real-refresh .real-next-card div button[type="button"],
html body .real-demo.is-real-refresh .real-quiz-support button[type="button"] {
  min-height: 44px;
  padding-block: 8px;
}

html body .real-demo.is-real-refresh .real-next-card h3 {
  margin-bottom: 2px;
}

html body .real-demo.is-real-refresh .real-promo-strip {
  grid-template-columns: auto minmax(0, 1fr) 44px;
}

html body .real-demo.is-real-refresh .real-promo-strip button[type="button"],
html body .real-demo.is-real-refresh .real-theory-note button[type="button"],
html body .real-demo.is-real-refresh .real-place-sheet__head > button[type="button"],
html body .real-demo.is-real-refresh .real-app-toast > button[type="button"] {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

html body .real-demo.is-real-refresh .real-theory-note button[type="button"] {
  width: auto;
  padding-inline: 12px;
}

html body .real-demo.is-real-refresh .real-app-toast {
  grid-template-columns: 35px minmax(0, 1fr) 44px;
}

html body .real-demo.is-real-refresh .real-theory-intro__icon::before,
html body .real-demo.is-real-refresh .real-theory-intro__icon::after {
  display: none !important;
  content: none !important;
}

html body .real-demo.is-real-refresh .real-theory-intro__icon {
  width: 58px;
  height: 54px;
}

html body .real-demo.is-real-refresh .real-theory-intro__icon svg {
  display: block;
  width: 58px;
  height: 52px;
  overflow: visible;
}

html body .real-demo.is-real-refresh .real-theory-intro__icon path {
  fill: #fff;
  stroke: #e44959;
  stroke-width: 5;
  stroke-linejoin: round;
}

html body .real-demo.is-real-refresh .real-theory-intro__icon text {
  fill: #172136;
  font-family: "Real Graphik", Arial, sans-serif !important;
  font-size: 28px;
  font-weight: 800;
  text-anchor: middle;
}

html body .real-demo.is-real-refresh .real-quiz-progress {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 10px;
}

html body .real-demo.is-real-refresh .real-quiz-progress > :is(span, button)[data-quiz-step] {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  height: 28px;
  min-height: 28px;
  place-items: center;
  border: 1px solid;
  border-color: #cfd6e4 !important;
  border-radius: 9px;
  background: #fff !important;
  color: #4e596d !important;
  font-size: 8px;
  font-weight: 700;
}

html body .real-demo.is-real-refresh .real-quiz-progress > :is(span, button).is-current[data-quiz-step] {
  border-color: var(--real-blue) !important;
  background: var(--real-blue) !important;
  color: #fff !important;
}

html body .real-demo.is-real-refresh .real-quiz-progress > :is(span, button).is-done:not(.is-current)[data-quiz-step]::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #17875e;
}

html body .real-demo.is-real-refresh .real-question-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  min-height: 126px;
  margin-inline: 2px;
  overflow: hidden;
  border-color: #d7deeb !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(31, 44, 75, 0.08);
}

html body .real-demo.is-real-refresh .real-question-card__copy {
  min-width: 0;
  padding: 14px 4px 14px 15px;
}

html body .real-demo.is-real-refresh .real-question-card__copy > .real-card-eyebrow {
  padding: 0;
  color: #526078 !important;
  font-size: 8px;
}

html body .real-demo.is-real-refresh .real-question-card h4 {
  min-height: 0;
  margin: 7px 0 0;
  padding: 0;
  color: var(--real-ink) !important;
  font-size: 14px;
  line-height: 1.28;
  text-wrap: balance;
}

html body .real-demo.is-real-refresh .real-quiz-visual {
  position: relative;
  height: 100%;
  min-height: 126px;
  border-left: 1px solid #dce2ee;
  background: #dfe5f5;
}

html body .real-demo.is-real-refresh .real-quiz-visual > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body .real-demo.is-real-refresh .real-quiz-fallback {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  background: linear-gradient(155deg, #cbd6f8 0%, #aabbea 55%, #8ea1d8 100%);
}

html body .real-demo.is-real-refresh .real-quiz-fallback > i {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 28px;
  color: #182344;
  font-size: 32px;
  filter: drop-shadow(0 8px 6px rgba(22, 33, 64, 0.24));
}

html body .real-demo.is-real-refresh .real-quiz-fallback .real-quiz-road {
  right: -74px;
  bottom: -48px;
}

html body .real-demo.is-real-refresh .real-quiz-fallback .real-quiz-warning {
  right: 15px;
  bottom: 20px;
}

html body .real-demo.is-real-refresh .real-answer-list {
  gap: 7px;
  margin-top: 9px;
}

html body .real-demo.is-real-refresh .real-answer-list > button[type="button"],
html body .real-demo.is-real-refresh .real-answer-list > button[type="button"]:hover:not(:disabled) {
  min-height: 52px;
  padding: 9px 11px;
  border-color: #d4dce9 !important;
  background: #fff !important;
  color: #263247 !important;
}

html body .real-demo.is-real-refresh .real-answer-list > button[type="button"]:hover:not(:disabled) {
  border-color: #91a2ee !important;
  background: #f3f6ff !important;
}

html body .real-demo.is-real-refresh .real-answer-list button > strong,
html body .real-demo.is-real-refresh .real-answer-list button:hover > strong,
html body .real-demo.is-real-refresh .real-answer-list button:disabled > strong {
  color: #263247 !important;
  opacity: 1 !important;
  font-size: 10px;
  line-height: 1.34;
}

html body .real-demo.is-real-refresh .real-answer-list button > span {
  background: #e9edf5 !important;
  color: #354158 !important;
}

html body .real-demo.is-real-refresh .real-answer-list button.is-correct[type="button"],
html body .real-demo.is-real-refresh .real-answer-list button.is-correct[type="button"]:hover {
  border-color: #39a977 !important;
  background: #eaf8f2 !important;
}

html body .real-demo.is-real-refresh .real-answer-list button.is-correct > span {
  background: #7ad3ad !important;
  color: #102b22 !important;
}

html body .real-demo.is-real-refresh .real-answer-list button.is-wrong[type="button"],
html body .real-demo.is-real-refresh .real-answer-list button.is-wrong[type="button"]:hover {
  border-color: #dc6674 !important;
  background: #fff0f2 !important;
}

html body .real-demo.is-real-refresh .real-answer-list button.is-wrong > span {
  background: #f3a2ab !important;
  color: #3b1018 !important;
}

html body .real-demo.is-real-refresh .real-quiz-support button[type="button"],
html body .real-demo.is-real-refresh .real-quiz-support button[type="button"]:hover {
  color: #2946c2 !important;
}

html body .real-demo.is-real-refresh .real-quiz-hint {
  color: #675542 !important;
  font-size: 9px;
}

/* Host styles may force every hovered button to white. Neutral controls own
   their navy ink; the primary CTA keeps its intentional white label. */
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(
  .real-round-button,
  .real-back-button,
  .real-next-card button,
  .real-theory-grid > button,
  .real-theory-note button,
  .real-promo-strip button,
  .real-drive-bonus,
  .real-branch-select,
  .real-date-picker,
  .real-slot-list > button,
  .real-place-sheet__panel button,
  .real-app-tabs button
)[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(
  .real-round-button,
  .real-back-button,
  .real-next-card button,
  .real-theory-grid > button,
  .real-theory-note button,
  .real-promo-strip button,
  .real-drive-bonus,
  .real-branch-select,
  .real-date-picker,
  .real-slot-list > button,
  .real-place-sheet__panel button,
  .real-app-tabs button
)[type="button"]:hover {
  color: #263247 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-next-card--theory button[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-next-card--theory button[type="button"]:hover {
  color: #aebcff !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-primary-button[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-primary-button[type="button"]:hover:not(:disabled) {
  background: var(--real-blue) !important;
  color: #fff !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-primary-button[type="button"]:hover:not(:disabled) {
  background: var(--real-blue-dark) !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-primary-button[type="button"]:disabled {
  background: #cbd2df !important;
  color: #465166 !important;
  opacity: 1 !important;
}

html body .real-demo.is-real-refresh .real-app-tabs button[type="button"],
html body .real-demo.is-real-refresh .real-app-tabs button[type="button"]:hover {
  color: #566176 !important;
}

html body .real-demo.is-real-refresh .real-app-tabs button.is-active[type="button"],
html body .real-demo.is-real-refresh .real-app-tabs button.is-active[type="button"]:hover {
  color: #2946c2 !important;
}

html body .real-demo.is-real-refresh :is(.real-card-eyebrow, .real-app-overline, .real-home-welcome, .real-next-card > div > span, .real-theory-grid small, .real-slot-list small) {
  color: #596477 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] :is(
  .real-drive-progress p,
  .real-drive-appointment__body small,
  .real-drive-appointment__body p,
  .real-app-section-head span,
  .real-branch-select small,
  .real-instructor-card small,
  .real-instructor-card p,
  .real-date-picker small,
  .real-place-sheet__head small,
  .real-place-sheet__panel > button[data-demo-place-value] small
) {
  color: #596477 !important;
  opacity: 1 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] :is(.real-theory-note p span, .real-promo-strip small) {
  color: #725b47 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-promo-strip > button[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-promo-strip > button[type="button"]:hover {
  background: var(--real-orange) !important;
  color: #172136 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] :is(.real-round-button, .real-back-button)[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(.real-round-button, .real-back-button)[type="button"]:hover,
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(.real-theory-grid > button, .real-theory-note button, .real-drive-bonus, .real-branch-select, .real-date-picker, .real-slot-list > button)[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] :is(.real-theory-grid > button, .real-theory-note button, .real-drive-bonus, .real-branch-select, .real-date-picker, .real-slot-list > button)[type="button"]:hover {
  background: #fff !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-theory-note button[type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-theory-note button[type="button"]:hover {
  color: #634228 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-place-sheet__panel > button[data-demo-place-value][type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-place-sheet__panel > button[data-demo-place-value][type="button"]:hover {
  background: #fff !important;
  color: #263247 !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-place-sheet__panel > button.is-selected[data-demo-place-value][type="button"],
html body .real-demo.is-real-refresh [data-real-mobile-app] .real-place-sheet__panel > button.is-selected[data-demo-place-value][type="button"]:hover {
  background: #f0f3ff !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-success-art {
  color: #14744f !important;
}

html body .real-demo.is-real-refresh [data-real-mobile-app] .real-success-art--quiz {
  color: #915300 !important;
}

html body .real-demo.is-real-refresh .real-next-card--theory > div > span {
  color: #aab4c8 !important;
}

html body .real-demo.is-real-refresh .real-app-modal {
  align-items: center;
  padding: 18px;
}

html body .real-demo.is-real-refresh .real-app-modal__card {
  width: min(304px, 100%);
  max-height: calc(100% - 12px);
  overflow: auto;
  padding: 21px 20px 0;
  border-radius: 24px;
  scrollbar-width: none;
}

html body .real-demo.is-real-refresh .real-app-modal__card::-webkit-scrollbar {
  display: none;
}

html body .real-demo.is-real-refresh .real-success-art {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  border-radius: 21px;
  font-size: 24px;
  transform: none;
}

html body .real-demo.is-real-refresh .real-app-modal__card h4 {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.16;
  text-wrap: balance;
}

html body .real-demo.is-real-refresh .real-app-modal__card > p {
  margin: 9px 0 16px;
  color: #596477 !important;
  font-size: 10px;
}

html body .real-demo.is-real-refresh .real-app-modal__card > div {
  position: sticky;
  bottom: 0;
  grid-template-columns: 1fr;
  margin: 0 -20px;
  background: #fff;
}

html body .real-demo.is-real-refresh .real-app-modal__card > div button[type="button"] {
  min-height: 48px;
  border: 0 !important;
  border-top: 1px solid var(--real-line) !important;
  background: #fff !important;
  color: #2946c2 !important;
  font-size: 10px;
}

html body .real-demo.is-real-refresh .real-app-modal__card > div button[type="button"]:hover,
html body .real-demo.is-real-refresh .real-app-modal__card > div button[type="button"]:focus-visible {
  background: #f0f3ff !important;
  color: #1f3cad !important;
}

html body .real-demo.is-real-refresh [data-quiz-result] .real-app-modal__card > div button:first-child[type="button"] {
  background: var(--real-blue) !important;
  color: #fff !important;
}

html body .real-demo.is-real-refresh [data-quiz-result] .real-app-modal__card > div button:first-child[type="button"]:hover {
  background: var(--real-blue-dark) !important;
  color: #fff !important;
}

@media (max-width: 600px) {
  html body .real-demo.is-real-refresh .real-question-card {
    grid-template-columns: minmax(0, 1fr) 100px;
  }

  html body .real-demo.is-real-refresh .real-next-card--drive {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  html body .real-demo.is-real-refresh .real-next-card--drive > img {
    width: 104px;
    max-width: 104px;
  }
}

@media (max-width: 350px) {
  html body .real-demo.is-real-refresh .real-question-card {
    grid-template-columns: minmax(0, 1fr) 88px;
  }

  html body .real-demo.is-real-refresh .real-question-card__copy {
    padding-left: 12px;
  }

  html body .real-demo.is-real-refresh .real-question-card h4 {
    font-size: 13px;
  }

  html body .real-demo.is-real-refresh .real-quiz-progress {
    gap: 3px;
  }

  html body .real-demo.is-real-refresh .real-quiz-progress > :is(span, button)[data-quiz-step] {
    height: 26px;
    min-height: 26px;
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .real-demo.is-real-refresh .real-phone,
  html body .real-demo.is-real-refresh .real-demo__stage:hover .real-phone,
  html body .real-demo.is-real-refresh [data-real-mobile-app] button[type="button"] {
    transition: none !important;
    transform: none !important;
  }
}
