:root {
  --navy: #09246d;
  --text: #0a2440;
  --muted: #737783;
  --blue: #1773ff;
  --soft: #eaf2ff;
  --panel: #eaf1ff;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #fff;
}

body.language-open {
  overflow: hidden;
}

body.dashboard-open .solutions-section,
body.dashboard-open .conversion-section,
body.dashboard-open .network-section,
body.dashboard-open .platform-section,
body.dashboard-open .site-footer {
  display: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.hero-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: url("assets/downloads/login_bg.png") center / cover no-repeat;
}

.hero-overlay,
.modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(3, 15, 30, 0.08) 30%, rgba(3, 17, 21, 0.67) 100%),
    rgba(6, 37, 50, 0.23);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 28px;
}

.logo-main {
  width: clamp(170px, 16vw, 290px);
}

.language-top {
  min-width: 184px;
  min-height: 74px;
  border: 0;
  border-radius: 8px;
  color: #07314a;
  background: #fff;
  font-size: 27px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(3, 23, 50, 0.12);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  margin-top: clamp(120px, 19vh, 250px);
  padding: 0 28px;
  text-align: center;
}

.hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 6.3vw, 104px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

.hero-content p {
  margin: 34px 0 34px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(26px, 2.2vw, 42px);
  line-height: 1.4;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.18);
}

.hero-actions {
  display: flex;
  gap: 28px;
}

.button {
  min-width: 200px;
  min-height: 74px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: 850;
}

.button-light {
  border: 0;
  color: #07314a;
  background: #fff;
}

.button-ghost {
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.trusted {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 34px;
  width: min(980px, calc(100% - 40px));
  transform: translateX(-50%);
  text-align: center;
}

.trusted p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 28px;
}

.trusted-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 22px;
  opacity: 0.68;
}

.trusted-row img {
  max-width: 140px;
  max-height: 44px;
  object-fit: contain;
  filter: grayscale(1);
}

.text-logos {
  color: rgba(255, 255, 255, 0.76);
  font-size: 26px;
  font-weight: 750;
}

.solutions-section {
  padding: 72px clamp(22px, 8vw, 144px) 48px;
  background: linear-gradient(180deg, #fff 0%, #eef6ff 100%);
}

.solutions-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(32px, 7vw, 88px);
  max-width: 990px;
  margin: 0 auto;
}

.solutions-copy p {
  margin: 0 0 22px;
  color: #164563;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
}

.solutions-copy h2 {
  margin: 0;
  color: #0b3349;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: 0;
}

.solutions-inner img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(18, 44, 75, 0.18);
}

.conversion-section {
  padding: 62px clamp(22px, 8vw, 144px) 82px;
  background: #fff;
  text-align: center;
}

.conversion-section h2 {
  margin: 0 0 42px;
  color: #30384a;
  font-size: 30px;
  line-height: 1.2;
}

.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  max-width: 990px;
  margin: 0 auto;
}

.conversion-grid article {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 210px;
}

.conversion-grid img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 22px;
}

.conversion-grid h3 {
  margin: 0 0 12px;
  color: #0b3349;
  font-size: 20px;
  line-height: 1.25;
}

.conversion-grid p {
  margin: 0;
  color: #697386;
  font-size: 15px;
  line-height: 1.55;
}

.network-section,
.platform-section {
  padding: 72px clamp(22px, 8vw, 144px);
}

.network-section {
  background: #f2f8ff;
}

.platform-section {
  background: #fff;
}

.network-inner,
.platform-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
  max-width: 990px;
  margin: 0 auto;
}

.network-inner img,
.platform-inner img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(18, 44, 75, 0.14);
}

.network-copy > p:first-child,
.platform-copy > p:first-child {
  margin: 0 0 16px;
  color: #164563;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
}

.network-copy h2,
.platform-copy h2 {
  margin: 0 0 18px;
  color: #0b3349;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.network-copy p,
.platform-copy p {
  margin: 0 0 20px;
  color: #536174;
  font-size: 16px;
  line-height: 1.65;
}

.network-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.network-copy li,
.platform-points span {
  position: relative;
  color: #0b3349;
  font-weight: 800;
  line-height: 1.45;
}

.network-copy li {
  padding-left: 24px;
}

.network-copy li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: #1773ff;
}

.platform-points {
  display: grid;
  gap: 12px;
}

.platform-points span {
  padding: 14px 16px;
  border-left: 4px solid #1773ff;
  border-radius: 0 8px 8px 0;
  background: #f2f8ff;
}

.site-footer {
  padding: 34px 22px 42px;
  color: #5d6878;
  background: #f5f8fc;
  text-align: center;
}

.site-footer img {
  width: 142px;
  margin: 0 auto 14px;
}

.site-footer p {
  margin: 0 0 12px;
  color: #0b3349;
  font-weight: 800;
}

.site-footer small {
  display: block;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.55;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: grid;
  place-items: center;
  padding: 28px;
}

.modal-backdrop {
  position: fixed;
  background: rgba(2, 12, 23, 0.36);
  backdrop-filter: blur(3px);
}

.auth-modal {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100vw - 44px));
  padding: 72px 42px 54px;
  border-radius: 14px;
  color: #070915;
  background: var(--panel);
  box-shadow: 0 28px 80px rgba(10, 25, 60, 0.34);
}

.login-modal {
  padding-top: 92px;
}

.close-modal {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 48px;
  height: 48px;
  border: 0;
  color: #888;
  background: transparent;
  font-size: 62px;
  line-height: 42px;
}

.auth-modal h2 {
  margin: 0;
  color: var(--navy);
  font-size: 44px;
  font-weight: 900;
  text-align: center;
}

.modal-copy {
  max-width: 780px;
  margin: 18px auto 26px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  text-align: center;
}

.short-line {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 auto 30px;
  background: #236dff;
}

.phone-field,
.icon-field {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin-bottom: 30px;
  padding: 0 32px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.phone-field .flag {
  font-size: 34px;
}

.dial {
  margin: 0 24px;
  padding-right: 24px;
  border-right: 2px solid #dddfe8;
  color: #000;
  font-size: 25px;
  font-weight: 800;
}

.phone-field input,
.icon-field input {
  flex: 1;
  min-width: 0;
  border: 0;
  color: #000;
  background: transparent;
  font-size: 25px;
  outline: none;
}

.icon-field span {
  width: 48px;
  color: #979797;
  font-size: 30px;
}

.forgot-link {
  display: block;
  margin-top: -8px;
  color: #236dff;
  font-size: 22px;
  font-weight: 850;
  text-align: right;
  text-decoration: none;
}

.terms {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin: 28px 0 36px;
  color: #101018;
  font-size: 22px;
  line-height: 1.35;
}

.terms input {
  width: 25px;
  height: 25px;
  margin-top: 2px;
}

.terms a,
.link-button {
  color: #236dff;
  font-weight: 800;
  text-decoration: none;
}

.submit-button {
  width: 100%;
  min-height: 90px;
  border: 0;
  border-radius: 44px;
  color: #fff;
  font-size: 28px;
  font-weight: 750;
}

.submit-button.muted {
  background: linear-gradient(90deg, #7a8fd6, #86a8ff);
}

.submit-button.bright {
  background: linear-gradient(90deg, #348dff, #0d67ff);
}

.split-link,
.or-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
  color: #8e8e8e;
  font-size: 21px;
  text-align: center;
}

.split-link span,
.or-line span {
  height: 1px;
  background: #babdc6;
}

.split-link p,
.or-line p {
  margin: 0;
}

.link-button {
  border: 0;
  background: transparent;
  font-size: inherit;
}

.preview-note {
  min-height: 20px;
  margin: 12px 0 0;
  color: #236dff;
  text-align: center;
}

.modal-logo {
  width: 340px;
  margin: 0 auto 28px;
}

.step-pill {
  display: block;
  width: max-content;
  margin: 0 auto 18px;
  padding: 6px 20px;
  border-radius: 20px;
  color: #1d76ff;
  background: #d9e8ff;
  font-size: 22px;
  font-weight: 750;
}

.signup-sub {
  margin: 16px 0 22px;
  color: #4d4a61;
  font-size: 20px;
  font-weight: 750;
  text-align: center;
}

.invite {
  margin-bottom: 28px;
}

.invite span {
  color: #0b72ff;
  font-size: 42px;
}

.invite input::placeholder {
  color: #a2a2a8;
}

.or-line {
  margin: 46px 0 36px;
}

.request-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 28px;
  border: 2px dashed #3e86ff;
  border-radius: 24px;
}

.request-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #fff;
  background: #066cff;
  font-size: 38px;
}

.request-box strong {
  display: block;
  margin-bottom: 12px;
  color: #050505;
  font-size: 21px;
}

.request-box p {
  margin: 0 0 12px;
  color: #5d5b71;
  font-size: 21px;
}

.request-box button {
  min-width: 256px;
  min-height: 56px;
  border: 2px solid #287bff;
  border-radius: 8px;
  color: #287bff;
  background: transparent;
  font-size: 20px;
  font-weight: 850;
}

.secure {
  margin: 36px 0 0;
  color: #236dff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}

.language-screen {
  min-height: 100vh;
  background: #fff;
}

.language-screen:not([hidden]) {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: block;
  overflow-y: auto;
}

.language-page {
  position: relative;
  width: min(500px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 16px 30px;
  background: linear-gradient(180deg, #f3f8ff 0%, #eaf2ff 100%);
}

.back-button {
  position: absolute;
  top: 14px;
  left: 18px;
  border: 0;
  color: #000;
  background: transparent;
  font-size: 42px;
  line-height: 36px;
}

.language-title {
  margin: 0;
  color: #090b25;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}

.language-logo {
  width: 150px;
  margin: 34px 0 26px;
}

.language-heading {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.language-icon {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.language-heading h1 {
  margin: 0 0 8px;
  color: #183d84;
  font-size: 28px;
  line-height: 1;
}

.language-heading p {
  margin: 0;
  color: #747984;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}

.language-page h3 {
  margin: 0 0 16px;
  color: #183d84;
  font-size: 15px;
}

.language-card {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 78px;
  margin-bottom: 12px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  color: #183d84;
  background: #fff;
  text-align: left;
  box-shadow: 0 16px 30px rgba(20, 54, 106, 0.08);
}

.language-card.active {
  border: 2px solid #287bff;
}

.language-card img {
  width: 54px;
  max-height: 37px;
  object-fit: contain;
}

.language-card strong,
.language-card em {
  display: block;
}

.language-card strong {
  margin-bottom: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}

.language-card em {
  color: #787d88;
  font-size: 15px;
  font-style: normal;
}

.language-card b {
  color: #111;
  font-size: 30px;
  font-weight: 400;
}

.language-card.active b {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: #287bff;
  font-size: 18px;
}

.dashboard-screen {
  min-height: 100vh;
  padding: 22px clamp(18px, 5vw, 64px) 52px;
  background:
    linear-gradient(180deg, rgba(234, 242, 255, 0.92), rgba(247, 250, 255, 0.98)),
    url("assets/downloads/login_bg.png") center / cover fixed;
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-topbar img {
  width: 150px;
}

.dashboard-topbar button {
  min-width: 94px;
  min-height: 40px;
  border: 1px solid #c7d7f6;
  border-radius: 8px;
  color: #14366f;
  background: #fff;
  font-weight: 800;
}

.dashboard-hero {
  margin: 42px 0 26px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(100deg, #0a318d, #1677ff);
  box-shadow: 0 18px 40px rgba(13, 58, 130, 0.18);
}

.dashboard-hero p,
.dashboard-hero h1 {
  margin: 0;
}

.dashboard-hero p,
.dashboard-hero span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.dashboard-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}

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

.stats-grid article,
.dashboard-panel {
  border: 1px solid #dce7fa;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 28px rgba(20, 54, 106, 0.08);
}

.stats-grid article {
  padding: 22px;
}

.stats-grid span {
  color: #68758c;
  font-size: 14px;
  font-weight: 800;
}

.stats-grid strong {
  display: block;
  margin: 12px 0;
  color: #08256c;
  font-size: 30px;
}

.stats-grid p {
  margin: 0;
  color: #7b8494;
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.quick-actions button {
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #0b63df, #2386ff);
  font-weight: 850;
}

.dashboard-panel {
  padding: 24px;
}

.dashboard-panel h2 {
  margin: 0 0 6px;
  color: #08256c;
}

.dashboard-panel p {
  margin: 0;
  color: #7b8494;
}

.dashboard-panel ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.dashboard-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid #e7edf8;
}

.dashboard-panel b {
  color: #126cff;
}

.dashboard-screen {
  min-height: 100vh;
  padding: 0;
  background: #edf4ff;
}

.mota-app {
  position: relative;
  width: min(550px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 16px 96px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(240, 247, 255, 0.96), rgba(230, 240, 255, 0.98)),
    url("assets/downloads/login_bg.png") center / cover;
  box-shadow: 0 0 46px rgba(10, 36, 88, 0.12);
}

.mota-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
}

.mota-app-header img {
  width: 158px;
  height: auto;
}

.mota-app-header button {
  min-width: 82px;
  min-height: 34px;
  border: 1px solid rgba(25, 94, 207, 0.24);
  border-radius: 8px;
  color: #163b82;
  background: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 850;
}

.dashboard-screen.profile-mode .mota-app-header {
  display: none;
}

.mota-view {
  display: none;
  animation: motaFade 0.18s ease both;
}

.mota-view.active {
  display: block;
}

@keyframes motaFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mota-card,
.package-card,
.progress-card,
.app-title-card,
.reward-panel,
.home-greeting,
.notice-card,
.easy-travel,
.wallet-card,
.profile-list,
.activity-list article,
.explore-grid article {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(18, 55, 116, 0.1);
}

.home-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
}

.home-greeting span,
.home-greeting p {
  color: #728096;
  font-size: 13px;
  font-weight: 800;
}

.home-greeting h2,
.home-greeting p {
  margin: 0;
}

.home-greeting h2 {
  margin: 4px 0;
  color: #08256c;
  font-size: 28px;
}

.home-greeting img {
  width: 58px;
  height: 58px;
}

.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 22px 20px;
  color: #fff;
  background: linear-gradient(135deg, #08266d, #0f71ff);
}

.account-card p,
.account-card strong,
.account-card span {
  margin: 0;
}

.account-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.account-card strong {
  display: inline-block;
  margin: 9px 8px 0 0;
  font-size: 36px;
  line-height: 1;
}

.account-card span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.account-card button,
.package-card button {
  min-width: 82px;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  color: #0d4abd;
  background: #fff;
  font-size: 13px;
  font-weight: 850;
}

.mota-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0;
}

.mota-actions button {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 76px;
  border: 0;
  border-radius: 8px;
  color: #163b82;
  background: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 12px 24px rgba(18, 55, 116, 0.08);
}

.mota-actions span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0b5ee8, #2c8eff);
  font-size: 19px;
}

.package-card {
  position: relative;
  min-height: 130px;
  margin-top: 14px;
  overflow: hidden;
  color: #fff;
  background: #0c2b72;
}

.package-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card div {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
}

.package-card p,
.package-card h2 {
  margin: 0;
}

.package-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.package-card h2 {
  width: 64%;
  margin: 8px 0 18px;
  font-size: 23px;
  line-height: 1.08;
}

.package-card button {
  color: #fff;
  background: linear-gradient(90deg, #1f79ff, #02d0ff);
}

.progress-card {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}

.progress-ring {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  border: 8px solid #1d78ff;
  border-right-color: #dbe8ff;
  border-radius: 50%;
  color: #14366f;
  line-height: 1;
}

.progress-ring strong {
  font-size: 23px;
}

.progress-ring span {
  margin-top: -16px;
  font-size: 12px;
  font-weight: 850;
}

.progress-ring em {
  margin-top: -12px;
  color: #7b8494;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.progress-card p {
  margin: 0;
  color: #263f68;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.notice-card {
  margin: 14px 0;
  padding: 16px;
  border-left: 4px solid #2378ff;
}

.notice-card b {
  display: block;
  color: #08256c;
  font-size: 16px;
}

.notice-card p {
  margin: 6px 0 0;
  color: #6f7d92;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.notice-card.important {
  border-left-color: #f2b21b;
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.partner-strip img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(18, 55, 116, 0.08);
}

.app-title-card {
  margin-top: 18px;
  padding: 20px;
}

.app-title-card h2,
.app-title-card p {
  margin: 0;
}

.app-title-card h2 {
  color: #08256c;
  font-size: 24px;
}

.app-title-card p {
  margin-top: 8px;
  color: #6f7d92;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.wide-banner {
  width: 100%;
  margin-top: 14px;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(18, 55, 116, 0.1);
}

.activity-list,
.profile-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.activity-list article,
.profile-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 16px;
  border: 0;
  color: #15366f;
  font-weight: 850;
}

.activity-list b {
  color: #2378ff;
  font-size: 13px;
}

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

.explore-stats article {
  min-height: 86px;
  padding: 14px 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 55, 116, 0.08);
}

.explore-stats span {
  display: block;
  color: #728096;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.explore-stats strong {
  display: block;
  margin-top: 10px;
  color: #08256c;
  font-size: 17px;
  line-height: 1.1;
}

.easy-travel {
  position: relative;
  min-height: 176px;
  margin-top: 14px;
  overflow: hidden;
  color: #fff;
}

.easy-travel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.easy-travel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 33, 83, 0.62), rgba(7, 33, 83, 0.08));
}

.easy-travel div {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.easy-travel b {
  display: block;
  font-size: 22px;
}

.easy-travel p {
  margin: 6px 0 0;
  max-width: 220px;
  font-weight: 750;
}

.section-label {
  margin: 18px 0 10px;
  color: #08256c;
  font-size: 17px;
}

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

.explore-grid article {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 150px;
  padding: 16px;
  color: #15366f;
  font-weight: 900;
  text-align: center;
}

.explore-grid img {
  width: 58px;
}

.explore-grid span {
  font-size: 15px;
}

.explore-grid em {
  color: #7b8494;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.reward-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.reward-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  min-height: 90px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 55, 116, 0.08);
}

.reward-grid img {
  width: 54px;
  height: 54px;
  grid-row: span 2;
}

.reward-grid b {
  color: #08256c;
  font-size: 16px;
}

.reward-grid span {
  color: #7b8494;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.journey-head {
  display: grid;
  justify-items: center;
  margin: -18px -16px 4px;
  padding: 22px 16px 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(18, 55, 116, 0.08);
}

.journey-head span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  border-radius: 50%;
  color: #fff;
  background: #176eff;
  box-shadow: 0 6px 16px rgba(23, 110, 255, 0.25);
}

.journey-head h2 {
  margin: 0;
  color: #07091f;
  font-size: clamp(25px, 5vw, 42px);
  line-height: 1.05;
}

.journey-head h2 b,
.journey-head p {
  color: #176eff;
}

.journey-head p {
  margin: 10px 0 0;
  font-weight: 900;
}

.guarantee-card {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 18px;
  margin-top: 8px;
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 70% 30%, rgba(54, 94, 180, 0.35), transparent 34%),
    repeating-linear-gradient(65deg, rgba(255, 255, 255, 0.05) 0 3px, transparent 3px 12px),
    #050919;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.seal {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  width: 132px;
  height: 132px;
  border: 10px solid #d9a424;
  border-radius: 50%;
  color: #fff9d7;
  background: radial-gradient(circle, #b27a00 0 44%, #e4b73e 45% 100%);
  text-align: center;
}

.seal strong,
.seal span {
  display: block;
}

.seal strong {
  font-size: 28px;
}

.seal span {
  font-size: 14px;
  font-weight: 800;
}

.guarantee-copy {
  display: grid;
  gap: 12px;
}

.guarantee-copy article {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.guarantee-copy b,
.guarantee-copy span,
.guarantee-footer b,
.guarantee-footer p {
  display: block;
}

.guarantee-copy b {
  font-size: 14px;
}

.guarantee-copy span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.35;
}

.guarantee-footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 130px;
  gap: 12px;
  align-items: end;
  margin-top: 20px;
}

.guarantee-footer b {
  font-size: 15px;
}

.guarantee-footer p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.35;
}

.guarantee-footer img {
  width: 130px;
}

.explore-hero {
  width: calc(100% + 32px);
  max-width: none;
  margin: -18px -16px 14px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.platform-title {
  margin-top: 6px;
}

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

.platform-cards img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(18, 55, 116, 0.1);
}

.explore-grid article.blue {
  background: #eaf3ff;
}

.explore-grid article.orange {
  background: #fff3e5;
}

.explore-grid article.purple {
  background: #f0ecff;
}

.explore-grid article.green {
  background: #e9f8f4;
}

.explore-grid article {
  position: relative;
  grid-template-columns: 54px 1fr 26px;
  place-items: center start;
  min-height: 94px;
  text-align: left;
}

.explore-grid article img {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.explore-grid article span,
.explore-grid article em {
  grid-column: 2;
}

.explore-grid article span {
  color: #050505;
  font-size: 16px;
}

.explore-grid article em {
  color: #071946;
  font-size: 13px;
}

.explore-grid article b {
  grid-column: 3;
  grid-row: span 2;
  color: #06133e;
  font-size: 28px;
  font-weight: 400;
}

.certificate-card,
.daily-progress-card {
  display: grid;
  align-items: center;
  margin-top: 12px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 35, 104, 0.96), rgba(12, 62, 145, 0.94)),
    url("assets/page/Understand How MOTA Powers Smarter Travel Bookings/image_21.ec269b7c.png") center / cover;
  box-shadow: 0 14px 30px rgba(18, 55, 116, 0.12);
}

.certificate-card {
  grid-template-columns: 54px 1fr auto;
  gap: 12px;
  min-height: 72px;
  padding: 12px 16px;
}

.certificate-card img {
  width: 46px;
}

.certificate-card b,
.certificate-card p {
  margin: 0;
}

.certificate-card p {
  margin-top: 4px;
  font-size: 13px;
}

.certificate-card span {
  font-size: 30px;
}

.daily-progress-card {
  grid-template-columns: 100px 1fr 96px;
  gap: 10px;
  min-height: 104px;
  padding: 14px 16px;
}

.daily-progress-card p {
  margin: 0 0 6px;
  font-weight: 800;
}

.small-progress-ring {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 8px solid rgba(255, 255, 255, 0.24);
  border-top-color: #bfe9ff;
  border-radius: 50%;
}

.small-progress-ring strong,
.small-progress-ring span {
  display: block;
}

.small-progress-ring strong {
  font-size: 16px;
}

.small-progress-ring span {
  font-size: 10px;
}

.daily-progress-card > b {
  font-size: 19px;
  line-height: 1.25;
}

.daily-progress-card img {
  width: 88px;
}

.rewards-hero {
  margin: -18px -16px 0;
  min-height: 188px;
  padding: 28px 18px;
  background:
    linear-gradient(90deg, rgba(239, 247, 255, 0.98), rgba(239, 247, 255, 0.72)),
    url("assets/downloads/XRkxH_ChJ5-160.webp") 82% 72% / 160px no-repeat;
}

.rewards-hero h2 {
  margin: 0 0 18px;
  color: #061946;
  font-size: 31px;
}

.rewards-hero p {
  margin: 0;
  color: #061946;
  font-size: 20px;
  line-height: 1.25;
}

.rewards-list {
  display: grid;
  gap: 14px;
  margin-top: -28px;
}

.rewards-list article {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 118px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(18, 55, 116, 0.08);
}

.rewards-list article:nth-child(2n) {
  background: rgba(242, 248, 255, 0.96);
}

.rewards-list article:nth-child(3n) {
  background: rgba(255, 250, 244, 0.96);
}

.rewards-list img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.rewards-list b,
.rewards-list strong {
  display: block;
  color: #061946;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.05;
}

.rewards-list strong {
  color: #dfb04c;
}

.rewards-list p {
  margin: 8px 0 0;
  color: #070b2c;
  font-size: 15px;
  line-height: 1.3;
}

.rewards-list span {
  color: #070b2c;
  font-size: 36px;
}

.important-note {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
}

.important-note i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  grid-row: span 2;
  border: 3px solid #3d8dff;
  border-radius: 50%;
  color: #3d8dff;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
}

.important-note b {
  color: #050505;
}

.important-note p {
  grid-column: 2;
  margin: 0;
  color: #6d768a;
  font-size: 15px;
  line-height: 1.35;
}

.reward-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 20px;
}

.reward-panel div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 14px;
  border-left: 4px solid #2378ff;
  border-radius: 8px;
  background: #eef5ff;
}

.reward-panel span {
  color: #68758c;
  font-weight: 800;
}

.reward-panel strong {
  color: #08256c;
  font-size: 22px;
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 18px;
}

.profile-card img {
  width: 62px;
  height: 62px;
}

.profile-card h2,
.profile-card p {
  margin: 0;
}

.profile-card h2 {
  color: #08256c;
  font-size: 24px;
}

.profile-card p {
  margin-top: 4px;
  color: #7b8494;
  font-weight: 750;
}

.profile-card small {
  display: block;
  margin-top: 4px;
  color: #9aa4b5;
  font-size: 12px;
  font-weight: 750;
}

.account-header {
  position: relative;
  min-height: 240px;
  margin: -18px -16px 0;
  padding: 18px 16px 0;
  background:
    linear-gradient(90deg, rgba(237, 246, 255, 0.95), rgba(237, 246, 255, 0.82)),
    url("assets/page/Understand How MOTA Powers Smarter Travel Bookings/image_21.ec269b7c.png") center / cover;
}

.account-header h2 {
  margin: 0;
  color: #080c2b;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.notice-bell {
  position: absolute;
  top: 34px;
  right: 28px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #126cff;
  font-size: 22px;
  box-shadow: 0 14px 28px rgba(18, 108, 255, 0.28);
}

.notice-bell span {
  position: relative;
  width: 20px;
  height: 23px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 5px 5px;
}

.notice-bell span::before,
.notice-bell span::after {
  position: absolute;
  content: "";
}

.notice-bell span::before {
  left: 50%;
  top: -8px;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
}

.notice-bell span::after {
  left: 50%;
  bottom: -7px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  box-shadow: 0 6px 0 -1px currentColor;
}

.notice-bell b {
  position: absolute;
  top: -6px;
  right: -4px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ff1515;
  font-size: 14px;
}

.account-identity {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.avatar-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 6px solid #1f7fff;
  border-radius: 50%;
}

.avatar-ring span::before,
.avatar-ring span::after {
  display: block;
  content: "";
  border: 5px solid #1f7fff;
}

.avatar-ring span::before {
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
  border-radius: 50%;
}

.avatar-ring span::after {
  width: 44px;
  height: 24px;
  border-radius: 24px 24px 0 0;
  border-bottom: 0;
}

.avatar-ring i {
  position: absolute;
  right: -5px;
  bottom: -2px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #1f7fff;
  font-size: 14px;
  font-style: normal;
}

.account-identity strong {
  color: #000;
  font-size: 23px;
}

.account-identity p {
  margin: 8px 0 0;
  color: #4c5b85;
  font-size: 17px;
  font-weight: 650;
}

.account-identity em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  padding: 4px 13px;
  border-radius: 999px;
  color: #126cff;
  background: #dfefff;
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}

.member-date {
  font-size: 16px !important;
}

.vip-badge {
  position: absolute;
  right: 16px;
  bottom: 30px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  column-gap: 10px;
  width: 192px;
}

.vip-badge span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  grid-row: span 2;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #ffcf75, #f8a11a);
  font-size: 23px;
}

.vip-badge strong {
  color: #f49400;
  font-size: 17px;
}

.vip-badge i {
  display: block;
  height: 6px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9f00 20%, #eef0ec 20%);
}

.vip-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 16px 18px;
  color: #fff;
  background: linear-gradient(135deg, #0e2d78, #1777ff);
}

.vip-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 900;
}

.vip-card strong {
  font-size: 18px;
}

.wallet-card {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 18px;
  padding: 20px 14px 18px;
  border-radius: 12px;
}

.wallet-card div {
  display: grid;
  grid-column: span 2;
  justify-items: center;
  min-height: 116px;
  padding: 0 12px;
  text-align: center;
}

.wallet-card div + div {
  border-left: 3px solid #eef2fa;
}

.wallet-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #126cff;
  background: #eef6ff;
  font-size: 25px;
  font-style: normal;
}

.wallet-card div:nth-child(2) i,
.wallet-card div:nth-child(2) strong {
  color: #6f35e8;
}

.wallet-card div:nth-child(3) i,
.wallet-card div:nth-child(3) strong {
  color: #1aa2a5;
}

.wallet-card span {
  color: #000;
  font-size: 15px;
  font-weight: 850;
}

.wallet-card strong {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: 21px;
  line-height: 1.1;
}

.wallet-card em {
  margin-top: 8px;
  color: #5f6070;
  font-size: 14px;
  font-style: normal;
  font-weight: 650;
}

.wallet-card button {
  display: grid;
  grid-column: span 3;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  min-height: 64px;
  margin-top: 14px;
  border-radius: 12px;
  font-size: 19px;
  font-weight: 750;
}

.wallet-card button:nth-of-type(1) {
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #2767ff, #1d5dff);
}

.wallet-card button:nth-of-type(2) {
  border: 1px solid #dfe7f6;
  color: #126cff;
  background: #fff;
}

.wallet-card button span {
  color: currentColor;
  font-size: 30px;
}

.wallet-card button b {
  padding-right: 16px;
  font-size: 28px;
  font-weight: 400;
}

.profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  overflow: visible;
  background: transparent;
}

.profile-list button {
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-content: center;
  align-items: center;
  justify-items: start;
  width: 100%;
  min-height: 96px;
  padding: 14px 14px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(18, 55, 116, 0.08);
  text-align: left;
}

.profile-list i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  grid-row: span 2;
  border-radius: 50%;
  color: #126cff;
  background: #eff8ff;
  font-size: 24px;
  font-style: normal;
}

.profile-list i img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.profile-list button:nth-child(2n) i {
  color: #6f35e8;
  background: #f5f0ff;
}

.profile-list button:nth-child(3n) i {
  color: #a0a900;
  background: #fbfff0;
}

.profile-list button:nth-child(5n) i {
  color: #ff3347;
  background: #fff1f2;
}

.profile-list b {
  grid-column: 2;
  color: #14366f;
  font-size: 17px;
}

.profile-list small {
  grid-column: 2;
  margin-top: 3px;
  color: #061a52;
  font-size: 14px;
  font-weight: 700;
}

.profile-list span {
  grid-column: 3;
  grid-row: span 2;
  color: #111;
  font-size: 24px;
  font-weight: 400;
}

.profile-list button + button {
  border-top: 0;
}

.floating-service {
  position: fixed;
  right: max(14px, calc((100vw - 550px) / 2 + 14px));
  bottom: 166px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #00d7a6, #1677ff);
  box-shadow: 0 14px 28px rgba(18, 55, 116, 0.24);
  font-size: 24px;
}

.chat-panel {
  position: fixed;
  right: max(14px, calc((100vw - 550px) / 2 + 14px));
  bottom: 226px;
  z-index: 6;
  display: grid;
  justify-items: end;
  gap: 8px;
  max-width: min(310px, calc(100vw - 28px));
}

.chat-panel[hidden] {
  display: none !important;
}

.chat-panel button,
.chat-panel span {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #1677ff;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(18, 55, 116, 0.18);
}

.chat-panel button {
  background: #04dfa3;
}

.mota-tabbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(550px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 6px 8px 8px;
  border-top: 1px solid #dbe6f6;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -10px 26px rgba(18, 55, 116, 0.08);
}

.mota-tabbar button {
  position: relative;
  display: grid;
  place-items: center;
  gap: 3px;
  min-height: 58px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 28px;
  color: #8a95a6;
  background: transparent;
  font-size: 11px;
  font-weight: 850;
}

.mota-tabbar button.active {
  color: #176eff;
  background: #f2f6ff;
}

.mota-tabbar button.active::after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #176eff;
  content: "";
  transform: translateX(-50%);
}

.mota-tabbar .tab-icon {
  position: relative;
  display: block;
  width: 31px;
  height: 31px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 551px) {
  .dashboard-screen {
    background: #f5f7fb;
  }
}

@media (max-width: 460px) {
  .mota-app {
    padding-inline: 14px;
  }

  .mota-app-header img {
    width: 146px;
  }

  .account-card strong {
    font-size: 32px;
  }

  .package-card h2 {
    width: 72%;
    font-size: 21px;
  }

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

  .account-header {
    margin-inline: -14px;
  }

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

  .profile-list button {
    grid-template-columns: 38px 1fr auto;
    min-height: 86px;
    padding: 12px 10px;
  }

  .profile-list i {
    width: 32px;
    height: 32px;
    font-size: 19px;
  }

  .profile-list b {
    font-size: 14px;
  }

  .profile-list small {
    font-size: 12px;
    line-height: 1.25;
  }

  .wallet-card {
    padding-inline: 10px;
  }

  .wallet-card span {
    font-size: 13px;
  }

  .wallet-card strong {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .topbar {
    padding: 18px;
  }

  .language-top {
    min-width: 128px;
    min-height: 54px;
    font-size: 20px;
  }

  .hero-content {
    margin-top: 130px;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  .hero-content p {
    font-size: 22px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
  }

  .button {
    min-width: 190px;
    min-height: 58px;
    font-size: 22px;
  }

  .trusted {
    bottom: 22px;
  }

  .trusted p {
    font-size: 19px;
  }

  .trusted-row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .trusted-row img {
    max-width: 110px;
    max-height: 32px;
  }

  .text-logos {
    font-size: 19px;
  }

  .auth-modal {
    padding: 62px 22px 34px;
  }

  .close-modal {
    top: 20px;
    right: 22px;
  }

  .auth-modal h2 {
    font-size: 36px;
  }

  .modal-copy,
  .terms,
  .forgot-link {
    font-size: 17px;
  }

  .phone-field,
  .icon-field,
  .submit-button {
    min-height: 68px;
  }

  .request-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .language-page {
    padding-inline: 16px;
  }

  .language-card {
    grid-template-columns: 64px 1fr auto;
    min-height: 78px;
  }

  .language-card img {
    width: 54px;
  }

  .solutions-inner,
  .conversion-grid,
  .network-inner,
  .platform-inner {
    grid-template-columns: 1fr;
  }

  .solutions-section,
  .conversion-section,
  .network-section,
  .platform-section {
    padding-inline: 22px;
  }

  .stats-grid,
  .quick-actions {
    grid-template-columns: 1fr;
  }
}

/* Match the original public login page proportions at desktop width. */
.topbar {
  padding: 16px 18px;
}

.logo-main {
  width: clamp(145px, 12vw, 170px);
}

.language-top {
  min-width: 104px;
  min-height: 42px;
  font-size: 14px;
}

.hero-content {
  margin-top: clamp(120px, 18vh, 170px);
}

.hero-content h1 {
  font-size: clamp(38px, 4vw, 52px);
}

.hero-content p {
  margin: 24px 0 20px;
  font-size: clamp(18px, 1.9vw, 24px);
}

.hero-actions {
  gap: 14px;
}

.button {
  min-width: 112px;
  min-height: 43px;
  border-radius: 6px;
  font-size: 14px;
}

.button-ghost {
  border-width: 1px;
}

.trusted {
  bottom: 24px;
}

.trusted p {
  margin-bottom: 14px;
  font-size: 14px;
}

.trusted-row {
  gap: 18px;
  margin-top: 14px;
}

.trusted-row img {
  max-width: 98px;
  max-height: 28px;
}

.text-logos {
  font-size: 16px;
}

.modal-backdrop {
  background: rgba(2, 12, 23, 0.36);
  backdrop-filter: none;
}

.auth-modal {
  width: min(546px, calc(100vw - 44px));
  padding: 62px 22px 34px;
  border-radius: 8px;
}

.login-modal {
  padding-top: 60px;
}

.close-modal {
  top: 28px;
  right: 24px;
  width: 32px;
  height: 32px;
  font-size: 38px;
  line-height: 28px;
}

.auth-modal h2 {
  font-size: 28px;
}

.modal-copy {
  max-width: 460px;
  margin: 10px auto 14px;
  font-size: 13px;
}

.short-line {
  width: 30px;
  height: 2px;
  margin-bottom: 16px;
}

.phone-field,
.icon-field {
  min-height: 50px;
  margin-bottom: 18px;
  padding: 0 18px;
  border-radius: 10px;
}

.phone-field .flag {
  font-size: 16px;
}

.dial {
  margin: 0 12px;
  padding-right: 12px;
  border-right-width: 1px;
  font-size: 14px;
}

.phone-field input,
.icon-field input {
  font-size: 14px;
}

.icon-field span {
  width: 32px;
  font-size: 17px;
}

.forgot-link {
  margin-top: -6px;
  font-size: 12px;
}

.terms {
  gap: 10px;
  margin: 18px 0 24px;
  font-size: 13px;
}

.terms input {
  width: 14px;
  height: 14px;
}

.submit-button {
  min-height: 50px;
  border-radius: 25px;
  font-size: 16px;
}

.split-link,
.or-line {
  gap: 18px;
  margin-top: 26px;
  font-size: 12px;
}

.modal-logo {
  width: 210px;
  margin-bottom: 16px;
}

.step-pill {
  margin-bottom: 12px;
  padding: 4px 12px;
  font-size: 14px;
}

.signup-sub {
  margin: 10px 0 18px;
  font-size: 13px;
}

.invite span {
  font-size: 22px;
}

.or-line {
  margin: 28px 0 24px;
}

.request-box {
  gap: 18px;
  padding: 18px;
  border-width: 1px;
  border-radius: 14px;
}

.request-icon {
  width: 58px;
  height: 58px;
  font-size: 22px;
}

.request-box strong,
.request-box p,
.request-box button,
.secure {
  font-size: 13px;
}

.request-box strong {
  margin-bottom: 8px;
}

.request-box p {
  margin-bottom: 8px;
}

.request-box button {
  min-width: 160px;
  min-height: 34px;
  border-width: 1px;
}

.secure {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: row;
  }

  .button {
    min-width: 112px;
    min-height: 43px;
    font-size: 14px;
  }

  .auth-modal h2 {
    font-size: 28px;
  }

  .modal-copy,
  .terms,
  .forgot-link {
    font-size: 13px;
  }

  .phone-field,
  .icon-field,
  .submit-button {
    min-height: 50px;
  }
}
