html {
  scroll-behavior: smooth;
}

/* Member system guided overview */
.member-system-page {
  --member-blue: #0e58c0;
  --member-blue-dark: #073b91;
  --member-ink: #10233f;
  --member-muted: #617087;
  --member-gold: #f2ac1b;
  --member-line: #d8e2f0;
  --member-surface: #f4f7fb;
  background: var(--member-surface);
  color: var(--member-ink);
  font-family: Inter, Roboto, "Microsoft YaHei", Arial, sans-serif;
}

.member-system-page *,
.member-system-page *::before,
.member-system-page *::after {
  box-sizing: border-box;
}

.member-system-page button,
.member-system-page a {
  font: inherit;
}

.member-system-wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.member-system-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: 490px;
  display: grid;
  align-items: center;
  padding: 96px 0 82px;
  background-color: #031633;
  background-image:
    linear-gradient(135deg, rgba(3, 22, 51, 0.94) 0%, rgba(7, 59, 145, 0.78) 52%, rgba(4, 34, 82, 0.92) 100%),
    url("/assets/aiwin-hero-bg.png");
  background-position: center, center 48%;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.member-system-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 172, 27, 0.14), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(77, 157, 255, 0.16), transparent 32%);
  pointer-events: none;
}

.member-system-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  pointer-events: none;
}

.member-system-hero-content {
  position: relative;
  z-index: 1;
}

.member-system-hero .member-system-accent {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--member-gold);
}

.member-system-eyebrow,
.member-section-eyebrow,
.member-step-label {
  margin: 0;
  color: var(--member-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.member-system-hero .member-system-eyebrow {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.member-system-hero h1 {
  max-width: 820px;
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(40px, 5.5vw, 62px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.member-system-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  line-height: 1.8;
}

.member-system-hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 36px;
}

.member-hero-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 18px 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 34, 78, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 36px rgba(2, 12, 32, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.member-hero-stat::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--member-gold), rgba(242, 172, 27, 0.2));
}

.member-hero-stat__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--member-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
}

.member-hero-stat__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.member-hero-stat__body strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.member-hero-stat__body small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.member-hero-stat__body em {
  color: rgba(255, 255, 255, 0.58);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.member-system-start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 54px;
  margin-top: 28px;
  padding: 12px 28px;
  border: 0;
  border-radius: 16px;
  background: #f2ac1b;
  box-shadow: 0 14px 30px rgba(2, 16, 38, 0.2);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.member-system-start:hover,
.member-system-start:focus-visible {
  background: #e8a318;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(2, 16, 38, 0.24);
}

.member-guide {
  padding: 88px 0 112px;
  scroll-margin-top: 82px;
}

.member-guide-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 34px;
}

.member-guide-header > div:first-child {
  max-width: 760px;
}

.member-guide-header h2 {
  margin: 12px 0 0;
  color: var(--member-ink);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.22;
}

.member-guide-header > div:first-child > p:last-child {
  margin: 16px 0 0;
  color: var(--member-muted);
  font-size: 17px;
  line-height: 1.8;
}

.member-guide-progress {
  flex: 0 0 auto;
  min-width: 150px;
  padding: 14px 18px;
  border-left: 4px solid var(--member-gold);
  background: #fff;
}

.member-guide-progress span,
.member-guide-progress strong {
  display: block;
}

.member-guide-progress span {
  color: var(--member-muted);
  font-size: 12px;
}

.member-guide-progress strong {
  margin-top: 4px;
  color: var(--member-blue);
  font-size: 17px;
}

.member-guide-progress-track {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4ebf4;
}

.member-guide-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--member-blue);
  transition: width 260ms ease;
}

.member-detail-back {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  margin-bottom: 18px;
  padding: 12px 20px;
  border: 0;
  border-radius: 16px;
  background: #0e58c0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(14, 88, 192, 0.16);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.member-detail-back__icon {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-size: 17px;
  line-height: 1;
}

.member-detail-back__label {
  flex: 0 1 auto;
}

.member-detail-back:hover,
.member-detail-back:focus-visible {
  background: #0a4da8;
  color: #fff;
  box-shadow: 0 12px 28px rgba(14, 88, 192, 0.22);
  transform: translateY(-1px);
}

.member-detail-back:focus-visible {
  outline: 2px solid #0e58c0;
  outline-offset: 3px;
}

.member-system-page.is-member-detail .member-detail-back {
  display: inline-flex;
}

.member-system-page.is-member-overview .member-guide-panels {
  display: none;
}

.member-system-page.is-member-detail .member-system-lead,
.member-system-page.is-member-detail .member-system-hero-meta,
.member-system-page.is-member-detail .member-system-start {
  display: none;
}

.member-system-page.is-member-detail .member-system-hero {
  min-height: auto;
  padding: 48px 0 38px;
}

.member-system-page.is-member-detail .member-system-hero .member-system-accent {
  width: 32px;
  margin-bottom: 14px;
}

.member-system-page.is-member-detail .member-system-hero .member-system-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.member-system-page.is-member-detail .member-system-hero h1 {
  margin-top: 10px;
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.member-system-page.is-member-detail .member-guide {
  padding-top: 28px;
}

.member-system-page.is-member-detail .member-guide-tabs {
  display: none;
}

.member-system-page.is-member-detail .member-panel-actions,
.member-system-page.is-member-detail .member-panel-actions-end {
  display: none;
}

.member-system-page.is-member-detail .member-guide > .member-system-wrap {
  display: flex;
  flex-direction: column;
}

.member-system-page.is-member-detail .member-guide-panels {
  order: 1;
}

.member-system-page.is-member-detail .member-detail-back {
  order: 2;
  margin-top: 36px;
  margin-bottom: 0;
}

.member-system-page.is-member-detail .member-guide-header > div:first-child > p:last-child {
  display: none;
}

.member-guide-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.member-guide-tabs :is(a, button) {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 12px;
  align-items: start;
  position: relative;
  min-height: 58px;
  padding: 14px 18px;
  border: 0;
  border-radius: 16px;
  background: #0e58c0;
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(14, 88, 192, 0.16);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.member-guide-tabs :is(a, button):last-child {
  border-right: 0;
}

.member-guide-tabs :is(a, button) span,
.member-guide-tabs :is(a, button) b,
.member-guide-tabs :is(a, button) small {
  display: block;
}

.member-guide-tabs :is(a, button) span {
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.member-guide-tabs :is(a, button) b {
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.member-guide-tabs :is(a, button) small {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.4;
}

.member-guide-tabs :is(a, button).is-active,
.member-guide-tabs :is(a, button)[aria-current="page"] {
  background: #f2ac1b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(210, 145, 10, 0.28);
}

.member-guide-tabs :is(a, button).is-active :is(b, span, small),
.member-guide-tabs :is(a, button)[aria-current="page"] :is(b, span, small) {
  color: #fff;
}

.member-guide-tabs :is(a, button).is-active small,
.member-guide-tabs :is(a, button)[aria-current="page"] small {
  color: rgba(255, 255, 255, 0.9);
}

.member-guide-tabs :is(a, button).is-active span,
.member-guide-tabs :is(a, button)[aria-current="page"] span {
  color: rgba(255, 255, 255, 0.88);
}

.member-system-page.is-member-overview .member-guide-tabs :is(a, button) {
  padding-right: 18px;
}

.member-system-page.is-member-overview .member-guide-tabs a::after {
  display: none;
  content: none;
}

@media (hover: hover) {
  .member-guide-tabs :is(a, button):not(.is-active):not([aria-current="page"]):hover {
    background: #0a4da8;
    box-shadow: 0 12px 28px rgba(14, 88, 192, 0.22);
    transform: translateY(-1px);
  }

  .member-guide-tabs :is(a, button).is-active:hover,
  .member-guide-tabs :is(a, button)[aria-current="page"]:hover {
    background: #e8a318;
    box-shadow: 0 16px 34px rgba(210, 145, 10, 0.32);
    transform: translateY(-1px);
  }
}

.member-guide-tabs :is(a, button):focus-visible,
.member-return-tabs button:focus-visible,
.member-return-mode-tabs button:focus-visible,
.member-return-image-link:focus-visible,
.member-panel-actions button:focus-visible {
  outline: 3px solid rgba(242, 172, 27, 0.65);
  outline-offset: -3px;
}

.member-system-page.is-guided .member-guide-panel:not(.is-active) {
  display: none;
}

.member-system-page.is-guided .member-return-plan:not(.is-active) {
  display: none;
}

.member-guide-panel {
  padding-top: 54px;
}

.member-panel-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.member-panel-intro h3 {
  margin: 10px 0 0;
  color: var(--member-ink);
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.24;
}

.member-panel-intro > p:last-child {
  margin: 14px 0 0;
  color: var(--member-muted);
  font-size: 17px;
  line-height: 1.8;
}

.member-schedule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.member-schedule-card {
  min-height: auto;
  padding: 28px 27px 30px;
  border: 1px solid var(--member-line);
  border-top: 5px solid var(--member-blue);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.05);
}

.member-schedule-card:nth-child(2) {
  border-top-color: #f2ac1b;
}

.member-schedule-card:nth-child(3) {
  border-top-color: #0a4da8;
}

.member-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.member-card-kicker span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf2fd;
  color: var(--member-blue);
  font-size: 13px;
  font-weight: 800;
}

.member-card-kicker strong {
  color: var(--member-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.member-schedule-card h4 {
  margin: 18px 0 0;
  color: var(--member-ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.member-card-summary {
  margin: 10px 0 0;
  color: #5a6a7f;
  font-size: 15px;
  line-height: 1.7;
}

.member-card-block {
  margin-top: 22px;
}

.member-card-block h5 {
  margin: 0 0 10px;
  color: var(--member-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-time-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 10px 10px 0;
  background: var(--member-surface);
}

.member-time-list time {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--member-blue-dark);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.member-time-list time span {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(14, 88, 192, 0.1);
  color: var(--member-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.member-card-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-card-points li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid rgba(16, 35, 63, 0.06);
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.65;
}

.member-card-points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.member-card-points li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--member-gold);
}

.member-schedule-card > p {
  margin: 0;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.8;
}

.member-schedule-card > p + p {
  margin-top: 14px;
}

.member-performance-note {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(220px, 0.62fr) minmax(340px, 1.3fr);
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 8px;
  background: var(--member-blue-dark);
  color: #fff;
}

.member-performance-note div span,
.member-performance-note div strong {
  display: block;
}

.member-performance-note div span {
  color: var(--member-gold);
  font-size: 14px;
  font-weight: 800;
}

.member-performance-note div strong {
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.55;
}

.member-performance-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.7;
}

.member-reward-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.member-reward-card {
  padding: 28px 27px 30px;
  border: 1px solid var(--member-line);
  border-top: 5px solid var(--member-blue);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.05);
}

.member-reward-card--meal {
  border-top-color: var(--member-gold);
}

.member-reward-card--salary {
  border-top-color: #0a4da8;
}

.member-reward-card h4 {
  margin: 18px 0 0;
  color: var(--member-ink);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.member-reward-tip {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f7f9fc;
  color: #5a6a7f;
  font-size: 14px;
  line-height: 1.65;
}

.member-reward-legend {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 10px 10px 0;
  background: var(--member-surface);
  list-style: none;
}

.member-reward-legend li {
  display: grid;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(16, 35, 63, 0.06);
  color: #4d5d72;
  font-size: 14px;
  line-height: 1.6;
}

.member-reward-legend li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.member-reward-legend li strong {
  color: var(--member-blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.member-reward-tier-section {
  margin-top: 18px;
}

.member-reward-tiers {
  display: grid;
  gap: 14px;
}

.member-reward-tier {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 63, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
}

.member-reward-tier--top {
  border-top: 4px solid var(--member-gold);
}

.member-reward-tier__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  border-bottom: 1px solid #edf1f6;
}

.member-reward-tier__head span {
  color: var(--member-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-reward-tier__head strong {
  color: var(--member-blue-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.member-reward-tier__you {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px 14px 13px;
  border-left: 4px solid var(--member-gold);
  background: #fffaf3;
}

.member-reward-tier__you span {
  color: #9a7420;
  font-size: 12px;
  font-weight: 700;
}

.member-reward-tier__you strong {
  color: #0e58c0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.member-reward-tier__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-reward-tier__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid #edf1f6;
}

.member-reward-tier__list li:last-child {
  border-bottom: 0;
  padding-bottom: 14px;
}

.member-reward-tier__list li span {
  color: #5a6a7f;
  font-size: 13px;
  font-weight: 700;
}

.member-reward-tier__list li strong {
  color: var(--member-blue-dark);
  font-size: 16px;
  font-weight: 800;
}

.member-reward-tier__list li strong.is-muted {
  color: #8a97a8;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .member-reward-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-reward-tier--top {
    grid-column: 1 / -1;
  }
}

.member-reimbursement {
  padding: 30px;
  border: 1px solid var(--member-line);
  border-top: 5px solid var(--member-gold);
  border-radius: 8px;
  background: #fff;
}

.member-info-label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  background: var(--member-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.member-big-value {
  margin: 22px 0 20px;
  color: var(--member-ink);
  font-size: 20px;
  font-weight: 700;
}

.member-big-value strong {
  color: var(--member-blue);
  font-size: 42px;
}

.member-reimbursement > p:not(.member-big-value) {
  margin: 0;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.85;
}

.member-reimbursement > p + p {
  margin-top: 16px !important;
}

.member-table-section {
  margin-top: 22px;
}

.member-table-section h4 {
  margin: 0 0 14px;
  color: var(--member-blue-dark);
  font-size: 24px;
  font-weight: 800;
}

.member-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--member-line);
  border-radius: 8px;
  background: #fff;
}

.member-data-table {
  width: 100%;
  min-width: 690px;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  color: var(--member-ink);
}

.member-data-table th,
.member-data-table td {
  padding: 16px 14px;
  border: 0;
  border-right: 1px solid #cfd9e7;
  border-bottom: 1px solid #cfd9e7;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.45;
}

.member-data-table th:last-child,
.member-data-table td:last-child {
  border-right: 0;
}

.member-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.member-data-table th {
  padding-top: 15px;
  padding-bottom: 15px;
  background: var(--member-blue);
  color: #fff;
  font-weight: 800;
}

.member-data-table tbody tr:nth-child(even) td {
  background: #f7f9fc;
}

.member-data-table td {
  color: #263a56;
  font-weight: 600;
}

.member-data-table td strong {
  color: var(--member-blue-dark);
}

.member-table-note {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 10px 10px 0;
  background: #fff8e9;
  color: #5e4b24;
  font-size: 14px;
  line-height: 1.75;
}

.member-table-note strong {
  color: #7a5d18;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.member-table-note p {
  margin: 0;
}

.member-return-guide {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.member-return-mode-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.member-return-mode-intro article {
  padding: 16px 18px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 12px 12px 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 35, 63, 0.045);
}

.member-return-mode-intro strong {
  display: block;
  color: var(--member-blue-dark);
  font-size: 15px;
  font-weight: 800;
}

.member-return-mode-intro p {
  margin: 8px 0 0;
  color: #4d5d72;
  font-size: 14px;
  line-height: 1.7;
}

.member-return-dynamic-note {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-left: 4px solid var(--member-blue);
  border-radius: 0 12px 12px 0;
  background: #f0f6ff;
  color: #3d4f66;
  font-size: 14px;
  line-height: 1.75;
}

.member-return-dynamic-note > strong {
  color: var(--member-blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.member-return-dynamic-note p {
  margin: 0;
}

.member-return-dynamic-note ul {
  margin: 0;
  padding-left: 18px;
}

.member-return-dynamic-note li {
  margin-top: 6px;
}

.member-return-dynamic-note li strong,
.member-return-dynamic-note p strong {
  color: var(--member-blue-dark);
  font-weight: 800;
}

.member-return-step {
  margin-top: 18px;
}

.member-return-step-label {
  margin: 0 0 10px;
  color: var(--member-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.member-return-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.member-return-overview div {
  padding: 18px 20px;
  border-left: 4px solid var(--member-gold);
  background: #fff;
}

.member-return-overview span,
.member-return-overview strong {
  display: block;
}

.member-return-overview span {
  color: var(--member-muted);
  font-size: 12px;
}

.member-return-overview strong {
  margin-top: 5px;
  color: var(--member-blue-dark);
  font-size: 18px;
}

.member-return-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--member-line);
  border-radius: 8px;
  background: #fff;
}

.member-return-tabs button {
  min-height: 52px;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid var(--member-line);
  background: #fff;
  color: var(--member-blue-dark);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.member-return-tabs button:last-child {
  border-right: 0;
}

.member-return-tabs button:hover {
  background: #f1f6fd;
}

.member-return-tabs button.is-active {
  background: var(--member-blue);
  color: #fff;
}

.member-return-mode-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--member-line);
  border-radius: 12px;
  background: #eaf0f8;
}

.member-return-mode-tabs button {
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--member-muted);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.member-return-mode-tabs button.is-active {
  background: #fff;
  color: var(--member-blue);
  box-shadow: 0 5px 14px rgba(16, 35, 63, 0.09);
}

.member-system-page[data-return-mode-active="static"] .member-return-card[data-return-card-mode="dynamic"],
.member-system-page[data-return-mode-active="dynamic"] .member-return-card[data-return-card-mode="static"] {
  display: none;
}

.member-return-plans {
  margin-top: 22px;
}

.member-return-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  max-width: 760px;
}

.member-return-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--member-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
}

.member-return-card-top {
  padding: 18px 20px 16px;
  border-bottom: 1px solid #edf1f6;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.member-return-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.member-return-metrics li {
  display: grid;
  gap: 5px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(16, 35, 63, 0.06);
}

.member-return-metrics li.is-main {
  border-color: rgba(242, 172, 27, 0.45);
  background: #fffaf3;
}

.member-return-metrics li span {
  color: #5a6a7f;
  font-size: 12px;
  font-weight: 700;
}

.member-return-metrics li strong {
  color: var(--member-blue-dark);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.member-return-metrics li.is-main strong {
  color: #a26b00;
  font-size: 22px;
}

.member-return-card-heading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 22px;
}

.member-return-card-heading > div:last-child {
  text-align: right;
}

.member-return-card-heading span,
.member-return-card-heading strong {
  display: block;
}

.member-return-card-heading span {
  color: var(--member-muted);
  font-size: 12px;
}

.member-return-card-heading strong {
  margin-top: 5px;
  color: var(--member-blue-dark);
  font-size: 19px;
  line-height: 1.35;
}

.member-return-card-heading > div:last-child strong {
  color: #a26b00;
}

.member-return-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-top: 1px solid var(--member-line);
  border-bottom: 1px solid var(--member-line);
  background: #e9edf5;
}

.member-return-image-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 220ms ease;
}

.member-return-image-link > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(7, 59, 145, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.member-return-image-link:hover img {
  transform: scale(1.015);
}

.member-return-card figcaption {
  padding: 16px 20px 18px;
  color: #4d5d72;
  font-size: 14px;
  line-height: 1.7;
}

.member-return-disclaimer {
  margin: 18px 0 0;
  padding: 15px 18px;
  border-left: 4px solid var(--member-gold);
  background: #fff8e9;
  color: #5e4b24;
  font-size: 14px;
  line-height: 1.75;
}

.member-salary-guide {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.member-salary-tiers {
  display: grid;
  gap: 14px;
}

.member-salary-tier {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 63, 0.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
}

.member-salary-tier--top {
  border-top: 4px solid var(--member-gold);
}

.member-salary-tier__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
  border-bottom: 1px solid #edf1f6;
}

.member-salary-tier__head span {
  color: var(--member-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-salary-tier__head strong {
  color: var(--member-blue-dark);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.member-salary-tier__standard {
  padding: 14px 16px;
  border-bottom: 1px solid #edf1f6;
  background: #fbfcfe;
}

.member-salary-tier__standard h6 {
  margin: 0 0 8px;
  color: #5a6a7f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.member-salary-tier__standard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-salary-tier__standard li {
  position: relative;
  padding: 4px 0 4px 14px;
  color: #3d4f66;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.member-salary-tier__standard li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--member-gold);
}

.member-salary-tier__pay {
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-salary-tier__pay li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #edf1f6;
}

.member-salary-tier__pay li:first-child {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 13px;
  border-left: 4px solid var(--member-gold);
  background: #fffaf3;
}

.member-salary-tier__pay li:last-child {
  border-bottom: 0;
  padding-bottom: 14px;
}

.member-salary-tier__pay li span {
  color: #5a6a7f;
  font-size: 13px;
  font-weight: 700;
}

.member-salary-tier__pay li strong {
  color: var(--member-blue-dark);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  line-height: 1.4;
}

.member-salary-tier__pay li:first-child strong {
  color: #0e58c0;
  font-size: 16px;
}

.member-salary-tier__pay li strong.is-muted {
  color: #8a97a8;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .member-salary-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-salary-tier--top {
    grid-column: 1 / -1;
  }
}

.member-salary-table-section {
  max-width: 980px;
}

.member-salary-table {
  min-width: 780px;
}

.member-declaration {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 20px 22px;
  border-left: 4px solid var(--member-gold);
  background: #fff;
}

.member-declaration > strong {
  flex: 0 0 auto;
  color: var(--member-blue-dark);
  font-size: 17px;
}

.member-declaration ol {
  margin: 0;
  padding-left: 22px;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.8;
}

.member-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.member-notes-guide {
  margin-bottom: 22px;
}

.member-notes-guide .member-card-block {
  padding: 18px 20px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 12px 12px 0;
  background: var(--member-surface);
}

.member-project-overview {
  display: grid;
  gap: 0;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(14, 88, 192, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(14, 88, 192, 0.1);
}

.member-project-hero {
  padding: 24px 22px 22px;
  background: linear-gradient(135deg, #0e58c0 0%, #083d86 58%, #062a5e 100%);
  color: #fff;
}

.member-project-eyebrow {
  margin: 0;
  color: #f2ac1b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.member-project-hero h4 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
}

.member-project-hero p {
  margin: 12px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.75;
}

.member-project-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #edf1f6;
}

.member-project-pillars article {
  padding: 18px 18px 20px;
  border-right: 1px solid #edf1f6;
  background: linear-gradient(180deg, #f7faff 0%, #fff 100%);
}

.member-project-pillars article:last-child {
  border-right: 0;
}

.member-project-pillars span {
  display: block;
  color: var(--member-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-project-pillars strong {
  display: block;
  margin-top: 6px;
  color: var(--member-blue-dark);
  font-size: 18px;
  font-weight: 800;
}

.member-project-pillars p {
  margin: 8px 0 0;
  color: #4d5d72;
  font-size: 13px;
  line-height: 1.65;
}

.member-project-overview .member-card-block {
  margin: 0;
  padding: 18px 22px 22px;
}

.member-project-footer {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-left: 4px solid var(--member-gold);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, #fffaf3 0%, #fff 100%);
  color: #5e4b24;
  font-size: 14px;
  line-height: 1.75;
}

.member-project-footer strong {
  color: #7a5d18;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.member-project-footer p {
  margin: 0;
}

.member-notes-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.member-notes-card {
  padding: 22px 22px 24px;
  border: 1px solid var(--member-line);
  border-top: 5px solid var(--member-gold);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
}

.member-notes-card h4 {
  margin: 16px 0 0;
  color: var(--member-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.member-notes-card .member-card-summary {
  margin-top: 10px;
}

.member-notes-card .member-card-block {
  margin-top: 16px;
}

.member-notes-card .member-card-points li strong {
  color: var(--member-blue-dark);
}

.member-notes-grid section {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--member-line);
  border-radius: 8px;
  background: #fff;
}

.member-notes-grid section > span {
  color: var(--member-blue);
  font-size: 13px;
  font-weight: 800;
}

.member-notes-grid h4 {
  margin: 14px 0 0;
  color: var(--member-ink);
  font-size: 21px;
  font-weight: 800;
}

.member-notes-grid p {
  margin: 12px 0 0;
  color: #4d5d72;
  font-size: 15px;
  line-height: 1.8;
}

.member-disclaimer {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 8px;
  background: #eaf2fd;
}

.member-disclaimer strong {
  color: var(--member-blue-dark);
  font-size: 17px;
}

.member-disclaimer p {
  margin: 0;
  color: #3f5675;
  font-size: 14px;
  line-height: 1.8;
}

.member-panel-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 34px;
}

.member-panel-actions-end {
  justify-content: flex-end;
}

.member-panel-actions button {
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid var(--member-blue);
  border-radius: 6px;
  background: var(--member-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.member-panel-actions button:hover {
  background: var(--member-blue-dark);
  transform: translateY(-1px);
}

.member-panel-actions button.is-secondary {
  background: transparent;
  color: var(--member-blue);
}

.member-panel-actions button.is-secondary:hover {
  background: #eaf2fd;
  color: var(--member-blue-dark);
}

@media (max-width: 980px) {
  .member-schedule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member-schedule-card:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .member-performance-note {
    grid-template-columns: 1fr 1fr;
  }

  .member-performance-note > p:last-child {
    grid-column: 1 / -1;
  }

  .member-reward-layout {
    grid-template-columns: 1fr;
  }

  .member-return-grid {
    grid-template-columns: 1fr;
  }

  .member-reimbursement {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px 28px;
    align-items: start;
  }

  .member-reimbursement .member-info-label,
  .member-reimbursement .member-big-value {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .member-system-wrap {
    width: calc(100% - 28px);
  }

  .member-system-hero {
    min-height: auto;
    padding: 52px 0 44px;
    background-position: center, 58% center;
  }

  .member-system-hero .member-system-accent {
    width: 32px;
    margin-bottom: 14px;
  }

  .member-system-hero .member-system-eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .member-system-hero h1 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.2;
  }

  .member-system-lead {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
  }

  .member-system-hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .member-hero-stat:last-child {
    grid-column: 1 / -1;
  }

  .member-hero-stat {
    min-height: 84px;
    padding: 16px 16px 16px 14px;
    border-radius: 12px;
  }

  .member-hero-stat__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    font-size: 10px;
  }

  .member-hero-stat__body strong {
    font-size: 24px;
  }

  .member-hero-stat__body small {
    font-size: 12px;
  }

  .member-system-start {
    width: 100%;
    max-width: none;
    min-height: 56px;
    margin-top: 22px;
    border-radius: 12px;
  }

  .member-guide {
    padding: 36px 0 66px;
    scroll-margin-top: 66px;
  }

  .member-guide-header {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
  }

  .member-guide-header h2 {
    font-size: 29px;
    line-height: 1.28;
  }

  .member-guide-header > div:first-child > p:last-child {
    font-size: 15px;
    line-height: 1.7;
  }

  .member-guide-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px 16px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid var(--member-line);
    border-left: 4px solid var(--member-gold);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(16, 35, 63, 0.05);
  }

  .member-guide-progress strong {
    margin-top: 0;
  }

  .member-guide-progress-track {
    grid-column: 1 / -1;
    margin-top: 6px;
  }

  .member-detail-back {
    width: 100%;
    min-height: 50px;
    margin-bottom: 16px;
    padding: 12px 18px;
    border-radius: 16px;
  }

  .member-detail-back__icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .member-system-page.is-member-detail .member-system-hero {
    padding: 40px 0 28px;
  }

  .member-system-page.is-member-detail .member-system-hero h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .member-system-page.is-member-detail .member-guide {
    padding-top: 24px;
  }

  .member-system-page.is-member-detail .member-detail-back {
    margin-top: 28px;
    margin-bottom: 0;
  }

  .member-guide-tabs {
    gap: 10px;
  }

  .member-guide-tabs :is(a, button) {
    width: 100%;
    min-height: 58px;
    padding: 14px 18px;
  }

  .member-guide-tabs :is(a, button) b {
    font-size: 16px;
  }

  .member-guide-tabs :is(a, button) small {
    font-size: 12px;
  }

  .member-guide-panel {
    padding-top: 32px;
  }

  .member-panel-intro {
    margin-bottom: 24px;
  }

  .member-panel-intro h3 {
    font-size: 28px;
    line-height: 1.3;
  }

  .member-panel-intro > p:last-child {
    font-size: 15px;
    line-height: 1.75;
  }

  .member-schedule-grid {
    grid-template-columns: 1fr;
  }

  .member-schedule-card,
  .member-schedule-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 22px 18px 24px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
  }

  .member-schedule-card h4 {
    font-size: 21px;
  }

  .member-card-summary {
    font-size: 14px;
    line-height: 1.65;
  }

  .member-card-block {
    margin-top: 18px;
  }

  .member-card-block h5 {
    font-size: 11px;
  }

  .member-time-list time {
    font-size: 16px;
  }

  .member-card-points li {
    font-size: 14px;
    line-height: 1.6;
  }

  .member-performance-note {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px 18px;
    border-radius: 14px;
  }

  .member-performance-note > p:last-child {
    grid-column: auto;
  }

  .member-return-mode-intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .member-return-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
  }

  .member-return-tabs button {
    border-right: 1px solid var(--member-line);
    border-bottom: 1px solid var(--member-line);
  }

  .member-return-tabs button:nth-child(2n) {
    border-right: 0;
  }

  .member-return-tabs button:nth-child(n + 3) {
    border-bottom: 0;
  }

  .member-return-mode-tabs button {
    min-height: 44px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .member-return-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .member-return-metrics li.is-main strong {
    font-size: 20px;
  }

  .member-return-card-top {
    padding: 16px 18px 14px;
  }

  .member-return-card {
    border-radius: 14px;
  }

  .member-return-image-link > span {
    right: 9px;
    bottom: 9px;
    font-size: 11px;
  }

  .member-return-image-link {
    overflow-x: auto;
    overflow-y: hidden;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .member-return-image-link img {
    width: 760px;
    max-width: none;
    transform: none;
  }

  .member-return-card figcaption {
    padding: 15px 18px 17px;
    font-size: 15px;
  }

  .member-reward-card {
    padding: 22px 18px 24px;
    border-radius: 14px;
  }

  .member-reward-card h4 {
    font-size: 21px;
  }

  .member-reward-legend li {
    font-size: 13px;
  }

  .member-reward-tier__head strong {
    font-size: 22px;
  }

  .member-reward-tier__you strong {
    font-size: 20px;
  }

  .member-reimbursement {
    display: block;
    padding: 24px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(16, 35, 63, 0.055);
  }

  .member-big-value {
    margin-top: 20px;
  }

  .member-big-value strong {
    font-size: 38px;
  }

  .member-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .member-data-table,
  .member-data-table tbody,
  .member-data-table tr,
  .member-data-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .member-data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .member-data-table tbody {
    display: grid;
    gap: 12px;
  }

  .member-data-table tr {
    overflow: hidden;
    border: 1px solid var(--member-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(16, 35, 63, 0.045);
  }

  .member-data-table td,
  .member-data-table tbody tr:nth-child(even) td {
    display: grid;
    grid-template-columns: minmax(108px, 0.85fr) minmax(0, 1.15fr);
    gap: 14px;
    padding: 13px 15px;
    border: 0;
    border-bottom: 1px solid #e3e9f2;
    background: #fff;
    text-align: left;
    font-size: 15px;
  }

  .member-data-table td:last-child {
    border-bottom: 0;
  }

  .member-data-table td::before {
    content: attr(data-label);
    color: var(--member-blue-dark);
    font-weight: 800;
  }

  .member-salary-tier__head strong {
    font-size: 22px;
  }

  .member-salary-tier__pay li:first-child strong {
    font-size: 15px;
  }

  .member-salary-tiers {
    gap: 12px;
  }

  .member-declaration {
    display: grid;
    gap: 10px;
  }

  .member-notes-layout,
  .member-notes-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .member-project-pillars {
    grid-template-columns: 1fr;
  }

  .member-project-pillars article {
    border-right: 0;
    border-bottom: 1px solid #edf1f6;
  }

  .member-project-pillars article:last-child {
    border-bottom: 0;
  }

  .member-project-hero h4 {
    font-size: 24px;
  }

  .member-project-overview,
  .member-notes-card {
    padding: 20px 18px 22px;
    border-radius: 14px;
  }

  .member-notes-grid section {
    min-height: 0;
    padding: 21px 18px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(16, 35, 63, 0.05);
  }

  .member-disclaimer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 18px;
  }

  .member-panel-actions,
  .member-panel-actions-end {
    display: grid;
    gap: 10px;
    justify-content: stretch;
    margin-top: 28px;
  }

  .member-panel-actions button {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
  }

  .member-panel-actions button:not(.is-secondary) {
    order: -1;
  }
}

/* Enterprise explore directory */
.aiwin-explore {
  --explore-bg: #06142b;
  --explore-surface: rgba(16, 39, 73, 0.58);
  --explore-surface-strong: rgba(21, 53, 98, 0.72);
  --explore-line: rgba(164, 193, 232, 0.16);
  --explore-text: #f5f8fd;
  --explore-muted: #9fb1c9;
  --explore-blue: #4d9dff;
  --explore-gold: #e9b64b;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: clip;
  color: var(--explore-text);
  background:
    radial-gradient(circle at 12% 16%, rgba(29, 101, 194, 0.3), transparent 30%),
    radial-gradient(circle at 88% 70%, rgba(21, 76, 148, 0.22), transparent 28%),
    linear-gradient(135deg, #040e20 0%, var(--explore-bg) 48%, #0a2142 100%);
}

.aiwin-explore::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(132, 168, 216, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 168, 216, 0.055) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 48%, rgba(95, 151, 224, 0.055) 49% 50%, transparent 51%);
  background-size: 64px 64px, 64px 64px, 320px 320px;
  mask-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.38) 76%, transparent);
}

.aiwin-explore::after {
  content: "01—05";
  position: absolute;
  z-index: -1;
  top: 54px;
  right: -0.025em;
  color: rgba(167, 199, 240, 0.035);
  font-size: clamp(120px, 19vw, 330px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.aiwin-explore__mount {
  position: relative;
  z-index: 1;
}

.aiwin-explore__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: clamp(92px, 8vw, 132px) clamp(28px, 5vw, 72px);
}

.aiwin-explore__main {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(580px, 1.45fr);
  gap: clamp(56px, 8vw, 124px);
  align-items: start;
}

.aiwin-explore__intro {
  padding-top: 14px;
}

.aiwin-explore__eyebrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--explore-line);
  color: var(--explore-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
}

.aiwin-explore__range {
  color: var(--explore-gold);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
}

.aiwin-explore__intro h2 {
  margin: 0;
  color: var(--explore-text);
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.aiwin-explore__intro p {
  max-width: 450px;
  margin: 30px 0 0;
  color: var(--explore-muted);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 430;
  line-height: 1.9;
}

.aiwin-explore__signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 48px;
  color: rgba(198, 216, 240, 0.48);
}

.aiwin-explore__signature > span {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--explore-blue), transparent);
}

.aiwin-explore__signature small {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.aiwin-explore-nav {
  border-top: 1px solid var(--explore-line);
}

.aiwin-explore-nav__item {
  display: grid;
  position: relative;
  grid-template-columns: 82px minmax(0, 1fr) auto 48px;
  gap: 22px;
  align-items: center;
  min-height: 124px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--explore-line);
  color: var(--explore-text);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aiwin-explore-nav__item::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 2px;
  background: var(--explore-blue);
  opacity: 0;
  transform: scaleY(0.35);
  transform-origin: center;
  transition: opacity 260ms ease-out, transform 260ms ease-out;
}

.aiwin-explore-nav__item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8px 0;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(47, 126, 224, 0.13), rgba(47, 126, 224, 0.025));
  opacity: 0;
  transition: opacity 280ms ease-out;
}

.aiwin-explore-nav__item.is-current::before {
  opacity: 1;
  transform: scaleY(1);
}

.aiwin-explore-nav__item.is-current::after {
  opacity: 1;
}

.aiwin-explore-nav__number {
  grid-column: 1;
  color: rgba(181, 204, 234, 0.42);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  transition: color 260ms ease-out;
}

.aiwin-explore-nav__content {
  display: grid;
  grid-column: 2;
  gap: 7px;
  min-width: 0;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aiwin-explore-nav__label {
  color: var(--explore-blue);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.16em;
}

.aiwin-explore-nav__content strong {
  color: var(--explore-text);
  font-size: clamp(22px, 2.1vw, 29px);
  font-weight: 680;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.aiwin-explore-nav__description {
  overflow: hidden;
  color: var(--explore-muted);
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aiwin-explore-nav__current {
  grid-column: 3;
  padding: 6px 9px;
  border: 1px solid rgba(77, 157, 255, 0.28);
  border-radius: 999px;
  background: rgba(77, 157, 255, 0.08);
  color: #8dc0ff;
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.13em;
}

.aiwin-explore-nav__arrow {
  display: grid;
  grid-column: 4;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(168, 196, 232, 0.2);
  border-radius: 50%;
  color: #c9dcf4;
  transition:
    color 260ms ease-out,
    border-color 260ms ease-out,
    background-color 260ms ease-out,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aiwin-explore-nav__arrow svg {
  width: 20px;
  height: 20px;
}

.aiwin-explore-nav__item.is-current .aiwin-explore-nav__number {
  color: var(--explore-blue);
}

.aiwin-explore-route {
  margin-top: clamp(76px, 8vw, 112px);
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid rgba(158, 190, 231, 0.17);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(30, 64, 111, 0.48), rgba(9, 26, 52, 0.72)),
    rgba(10, 28, 55, 0.66);
  box-shadow: 0 28px 70px rgba(0, 7, 19, 0.24);
  backdrop-filter: blur(12px);
}

.aiwin-explore-route__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--explore-line);
}

.aiwin-explore-route__eyebrow {
  display: block;
  margin-bottom: 11px;
  color: var(--explore-gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.15em;
}

.aiwin-explore-route__header h3 {
  margin: 0;
  color: var(--explore-text);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 670;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.aiwin-explore-route__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 50px;
  padding: 0 18px 0 21px;
  border: 1px solid rgba(110, 174, 255, 0.34);
  border-radius: 2px;
  background: #1460b9;
  color: #fff;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  transition:
    background-color 260ms ease-out,
    border-color 260ms ease-out,
    transform 260ms ease-out;
}

.aiwin-explore-route__cta svg {
  width: 19px;
  height: 19px;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aiwin-explore-route__flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr) 62px minmax(0, 1fr);
  align-items: center;
  margin: 0;
  padding: 42px 0 0;
  list-style: none;
}

.aiwin-explore-route__step {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 17px;
  align-items: start;
}

.aiwin-explore-route__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(100, 165, 247, 0.34);
  color: var(--explore-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.aiwin-explore-route__copy {
  display: grid;
  gap: 7px;
  padding-top: 1px;
}

.aiwin-explore-route__copy strong {
  color: var(--explore-text);
  font-size: 17px;
  font-weight: 670;
  line-height: 1.25;
}

.aiwin-explore-route__copy > span {
  color: var(--explore-muted);
  font-size: 13px;
  line-height: 1.55;
}

.aiwin-explore-route__connector {
  display: flex;
  align-items: center;
  color: rgba(118, 169, 233, 0.55);
}

.aiwin-explore-route__connector > span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(118, 169, 233, 0.16), rgba(118, 169, 233, 0.55));
}

.aiwin-explore-route__connector svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
}

@media (hover: hover) {
  .aiwin-explore-nav__item:hover {
    padding-right: 10px;
    padding-left: 16px;
    border-color: rgba(139, 180, 232, 0.28);
  }

  .aiwin-explore-nav__item:hover::before,
  .aiwin-explore-nav__item:hover::after {
    opacity: 1;
  }

  .aiwin-explore-nav__item:hover::before {
    transform: scaleY(1);
  }

  .aiwin-explore-nav__item:hover .aiwin-explore-nav__number {
    color: var(--explore-blue);
  }

  .aiwin-explore-nav__item:hover .aiwin-explore-nav__content {
    transform: translateX(5px);
  }

  .aiwin-explore-nav__item:hover .aiwin-explore-nav__arrow {
    border-color: rgba(77, 157, 255, 0.42);
    background: rgba(77, 157, 255, 0.11);
    color: #fff;
    transform: translateX(4px);
  }

  .aiwin-explore-route__cta:hover {
    border-color: rgba(134, 190, 255, 0.54);
    background: #1a6bc8;
    transform: translateY(-1px);
  }

  .aiwin-explore-route__cta:hover svg {
    transform: translateX(4px);
  }
}

.aiwin-explore__intro,
.aiwin-explore-nav__item,
.aiwin-explore-route {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aiwin-explore.is-visible .aiwin-explore__intro,
.aiwin-explore.is-visible .aiwin-explore-nav__item,
.aiwin-explore.is-visible .aiwin-explore-route {
  opacity: 1;
  transform: translateY(0);
}

.aiwin-explore.is-visible .aiwin-explore-nav__item:nth-child(1) { transition-delay: 80ms; }
.aiwin-explore.is-visible .aiwin-explore-nav__item:nth-child(2) { transition-delay: 140ms; }
.aiwin-explore.is-visible .aiwin-explore-nav__item:nth-child(3) { transition-delay: 200ms; }
.aiwin-explore.is-visible .aiwin-explore-nav__item:nth-child(4) { transition-delay: 260ms; }
.aiwin-explore.is-visible .aiwin-explore-nav__item:nth-child(5) { transition-delay: 320ms; }
.aiwin-explore.is-visible .aiwin-explore-route { transition-delay: 380ms; }

@media (max-width: 1100px) {
  .aiwin-explore__main {
    grid-template-columns: minmax(250px, 0.8fr) minmax(480px, 1.35fr);
    gap: 52px;
  }

  .aiwin-explore-nav__item {
    grid-template-columns: 64px minmax(0, 1fr) auto 44px;
    gap: 16px;
  }

  .aiwin-explore-route__flow {
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr) 36px minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .aiwin-explore__inner {
    padding-right: 28px;
    padding-left: 28px;
  }

  .aiwin-explore__main {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .aiwin-explore__intro {
    max-width: 680px;
  }

  .aiwin-explore__intro p {
    max-width: 600px;
  }

  .aiwin-explore__signature {
    margin-top: 34px;
  }
}

@media (max-width: 767px) {
  .aiwin-explore::before {
    background-size: 42px 42px, 42px 42px, 220px 220px;
  }

  .aiwin-explore::after {
    top: 44px;
    font-size: 96px;
  }

  .aiwin-explore__inner {
    padding: 68px 16px 76px;
  }

  .aiwin-explore__main {
    gap: 42px;
  }

  .aiwin-explore__intro {
    padding-top: 0;
  }

  .aiwin-explore__eyebrow {
    margin-bottom: 24px;
    padding-bottom: 14px;
    font-size: 10px;
  }

  .aiwin-explore__intro h2 {
    font-size: clamp(42px, 13vw, 56px);
  }

  .aiwin-explore__intro p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.78;
  }

  .aiwin-explore__signature {
    margin-top: 28px;
  }

  .aiwin-explore-nav__item {
    grid-template-columns: 42px minmax(0, 1fr) 38px;
    gap: 12px;
    min-height: 104px;
    padding: 15px 2px;
  }

  .aiwin-explore-nav__item::before {
    top: 17px;
    bottom: 17px;
  }

  .aiwin-explore-nav__number {
    grid-column: 1;
    font-size: 24px;
  }

  .aiwin-explore-nav__content {
    grid-column: 2;
    gap: 5px;
  }

  .aiwin-explore-nav__content strong {
    font-size: 21px;
  }

  .aiwin-explore-nav__description {
    font-size: 12px;
  }

  .aiwin-explore-nav__current {
    position: absolute;
    top: 16px;
    right: 52px;
    padding: 5px 7px;
    font-size: 7px;
  }

  .aiwin-explore-nav__arrow {
    grid-column: 3;
    width: 36px;
    height: 36px;
  }

  .aiwin-explore-route {
    margin-top: 66px;
    padding: 27px 20px 24px;
    border-radius: 2px;
  }

  .aiwin-explore-route__header {
    display: grid;
    gap: 24px;
    padding-bottom: 26px;
  }

  .aiwin-explore-route__header h3 {
    font-size: 28px;
  }

  .aiwin-explore-route__cta {
    width: 100%;
    min-height: 52px;
  }

  .aiwin-explore-route__flow {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .aiwin-explore-route__step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    min-height: 64px;
  }

  .aiwin-explore-route__number {
    width: 42px;
    height: 42px;
  }

  .aiwin-explore-route__connector {
    width: 42px;
    height: 32px;
    justify-content: center;
  }

  .aiwin-explore-route__connector > span {
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(118, 169, 233, 0.16), rgba(118, 169, 233, 0.55));
  }

  .aiwin-explore-route__connector svg {
    display: none;
  }
}

@media (max-width: 380px) {
  .aiwin-explore__inner {
    padding-right: 13px;
    padding-left: 13px;
  }

  .aiwin-explore__range {
    font-size: 9px;
  }

  .aiwin-explore-nav__item {
    grid-template-columns: 36px minmax(0, 1fr) 34px;
    gap: 9px;
  }

  .aiwin-explore-nav__number {
    font-size: 21px;
  }

  .aiwin-explore-nav__content strong {
    font-size: 19px;
  }

  .aiwin-explore-nav__arrow {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aiwin-explore__intro,
  .aiwin-explore-nav__item,
  .aiwin-explore-route,
  .aiwin-explore-nav__content,
  .aiwin-explore-nav__arrow,
  .aiwin-explore-route__cta,
  .aiwin-explore-route__cta svg {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

body {
  overflow-x: hidden;
}

.elementor-85 > .elementor-section {
  display: none;
}

.skip-link {
  position: absolute;
  left: -999px;
}

.elementor-button-icon .fa-arrow-alt-circle-right {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: transparent;
  font-family: Arial, sans-serif !important;
  font-style: normal;
  line-height: 1;
}

.elementor-button-icon .fa-arrow-alt-circle-right::before {
  content: "›";
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  transform: translateY(-1px);
}

.elementor-button-content-wrapper {
  align-items: center;
}

.aiwin-reservation-button {
  margin-top: 34px;
  text-align: center;
}

.aiwin-reservation-trigger.elementor-button {
  display: inline-flex !important;
  width: 287px !important;
  min-width: 287px !important;
  height: 78px !important;
  min-height: 78px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: #f2ac1b !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.aiwin-reservation-trigger.elementor-button:hover,
.aiwin-reservation-trigger.elementor-button:focus {
  background: #f2ac1b;
  color: #fff;
  transform: translateY(-1px);
}

.aiwin-reservation-trigger .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.aiwin-reservation-trigger .elementor-button-icon {
  display: inline-flex;
  margin: 0;
}

.aiwin-member-button {
  margin-top: 14px;
  text-align: center;
}

.aiwin-member-link.elementor-button {
  display: inline-flex !important;
  width: 287px !important;
  min-width: 287px !important;
  height: 62px !important;
  min-height: 62px !important;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.88) !important;
  border-radius: 999px !important;
  background: rgba(7, 59, 145, 0.48) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.aiwin-member-link.elementor-button:hover,
.aiwin-member-link.elementor-button:focus-visible {
  background: rgba(7, 59, 145, 0.72) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.aiwin-member-link .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.aiwin-member-link .elementor-button-icon {
  display: inline-flex;
  margin: 0;
}

body.aiwin-reservation-open {
  overflow: hidden;
}

.aiwin-reservation-modal[hidden] {
  display: none !important;
}

.aiwin-reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.aiwin-reservation-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.aiwin-reservation-dialog {
  position: relative;
  width: min(92vw, 520px);
  padding: 30px 28px 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  color: #343434;
  font-family: Inter, Roboto, "Microsoft YaHei", Arial, sans-serif;
}

.aiwin-reservation-dialog h2 {
  margin: 0 0 16px;
  color: #0e58c0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.aiwin-reservation-dialog p {
  margin: 0;
  color: #3b3b3b;
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-line;
}

.aiwin-reservation-dialog strong {
  color: #0e58c0;
  font-weight: 700;
}

.aiwin-reservation-feedback {
  margin-top: 16px;
  padding: 10px 12px;
  border-left: 3px solid #f2ac1b;
  background: #fff7e3;
  color: #343434;
  font-size: 14px;
  line-height: 1.5;
}

.aiwin-reservation-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.aiwin-reservation-actions button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.aiwin-reservation-cancel {
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #343434;
}

.aiwin-reservation-go {
  border: 0;
  background: #f2ac1b;
  color: #fff;
}

.aiwin-reservation-go:hover,
.aiwin-reservation-go:focus {
  background: #f2ac1b;
}

.elementor-popup-modal .dialog-close-button,
.dialog-lightbox-close-button {
  top: 28px !important;
  left: 35px !important;
  right: auto !important;
  width: 24px;
  height: 24px;
  display: grid !important;
  place-items: center;
  padding: 0;
  color: #111;
  line-height: 1;
}

.elementor-popup-modal .dialog-close-button .eicon-close,
.dialog-lightbox-close-button .eicon-close {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  color: transparent;
  font-family: Arial, sans-serif !important;
  font-size: 0;
}

.elementor-popup-modal .dialog-close-button .eicon-close::before,
.elementor-popup-modal .dialog-close-button .eicon-close::after,
.dialog-lightbox-close-button .eicon-close::before,
.dialog-lightbox-close-button .eicon-close::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
  border-radius: 1px;
  background: #111;
}

.elementor-popup-modal .dialog-close-button .eicon-close::before,
.dialog-lightbox-close-button .eicon-close::before {
  transform: rotate(45deg);
}

.elementor-popup-modal .dialog-close-button .eicon-close::after,
.dialog-lightbox-close-button .eicon-close::after {
  transform: rotate(-45deg);
}

.fas.fa-chart-pie,
.fas.fa-globe,
.fas.fa-chart-line,
.fas.fa-check-circle,
.fas.fa-times-circle,
.fas.fa-envelope,
.fas.fa-unlock-alt,
.fas.fa-lightbulb,
.fas.fa-brain,
.fas.fa-caret-down {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  font-family: Arial, sans-serif !important;
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.fas.fa-chart-pie::before,
.fas.fa-globe::before,
.fas.fa-chart-line::before,
.fas.fa-check-circle::before,
.fas.fa-times-circle::before,
.fas.fa-envelope::before,
.fas.fa-unlock-alt::before,
.fas.fa-lightbulb::before,
.fas.fa-brain::before,
.fas.fa-caret-down::before {
  content: "";
}

.fas.fa-chart-pie {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 544 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 544 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z'/%3E%3C/svg%3E");
}

.fas.fa-globe {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 496 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm193.2 152h-82.5c-9-44.4-24.1-82.2-43.2-109.1 54.3 18.6 99.2 57.5 125.7 109.1zM336 256c0 22.9-1.9 44.2-5.1 64H165.1c-3.2-19.8-5.1-41.1-5.1-64s1.9-44.2 5.1-64h165.8c3.2 19.8 5.1 41.1 5.1 64zM248 56c26.9 0 55.4 38.6 70.6 104H177.4C192.6 94.6 221.1 56 248 56zM50.8 352h82.5c9 44.4 24.1 82.2 43.2 109.1-54.3-18.6-99.2-57.5-125.7-109.1zm82.5-192H50.8c26.5-51.6 71.4-90.5 125.7-109.1-19.1 26.9-34.2 64.7-43.2 109.1zM48 256c0-22.9 3.8-44.9 10.8-64h74.5c-2.1 20.6-3.3 42-3.3 64s1.2 43.4 3.3 64H58.8c-7-19.1-10.8-41.1-10.8-64zm200 200c-26.9 0-55.4-38.6-70.6-104h141.2C303.4 417.4 274.9 456 248 456zm67.5 5.1c19.1-26.9 34.2-64.7 43.2-109.1h82.5c-26.5 51.6-71.4 90.5-125.7 109.1zM362.7 320c2.1-20.6 3.3-42 3.3-64s-1.2-43.4-3.3-64h74.5c7 19.1 10.8 41.1 10.8 64s-3.8 44.9-10.8 64h-74.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 496 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm193.2 152h-82.5c-9-44.4-24.1-82.2-43.2-109.1 54.3 18.6 99.2 57.5 125.7 109.1zM336 256c0 22.9-1.9 44.2-5.1 64H165.1c-3.2-19.8-5.1-41.1-5.1-64s1.9-44.2 5.1-64h165.8c3.2 19.8 5.1 41.1 5.1 64zM248 56c26.9 0 55.4 38.6 70.6 104H177.4C192.6 94.6 221.1 56 248 56zM50.8 352h82.5c9 44.4 24.1 82.2 43.2 109.1-54.3-18.6-99.2-57.5-125.7-109.1zm82.5-192H50.8c26.5-51.6 71.4-90.5 125.7-109.1-19.1 26.9-34.2 64.7-43.2 109.1zM48 256c0-22.9 3.8-44.9 10.8-64h74.5c-2.1 20.6-3.3 42-3.3 64s1.2 43.4 3.3 64H58.8c-7-19.1-10.8-41.1-10.8-64zm200 200c-26.9 0-55.4-38.6-70.6-104h141.2C303.4 417.4 274.9 456 248 456zm67.5 5.1c19.1-26.9 34.2-64.7 43.2-109.1h82.5c-26.5 51.6-71.4 90.5-125.7 109.1zM362.7 320c2.1-20.6 3.3-42 3.3-64s-1.2-43.4-3.3-64h74.5c7 19.1 10.8 41.1 10.8 64s-3.8 44.9-10.8 64h-74.5z'/%3E%3C/svg%3E");
}

.fas.fa-chart-line {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 384H64V80c0-8.8-7.2-16-16-16H16C7.2 64 0 71.2 0 80v336c0 17.7 14.3 32 32 32h464c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM464 96H345.9c-21.4 0-32.1 25.9-17 41l32.4 32.4-87.3 87.3-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0l-86.6 86.6c-6.2 6.2-6.2 16.4 0 22.6l22.6 22.6c6.2 6.2 16.4 6.2 22.6 0l64-64 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0l109.9-109.9 32.4 32.4c15.1 15.1 41 4.4 41-17V112c.1-8.8-7.1-16-15.9-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M496 384H64V80c0-8.8-7.2-16-16-16H16C7.2 64 0 71.2 0 80v336c0 17.7 14.3 32 32 32h464c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM464 96H345.9c-21.4 0-32.1 25.9-17 41l32.4 32.4-87.3 87.3-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0l-86.6 86.6c-6.2 6.2-6.2 16.4 0 22.6l22.6 22.6c6.2 6.2 16.4 6.2 22.6 0l64-64 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0l109.9-109.9 32.4 32.4c15.1 15.1 41 4.4 41-17V112c.1-8.8-7.1-16-15.9-16z'/%3E%3C/svg%3E");
}

.fas.fa-check-circle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M504 256c0 136.97-111.03 248-248 248S8 392.97 8 256 119.03 8 256 8s248 111.03 248 248zM227.31 387.31l184-184c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L216 308.12l-70.06-70.06c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l104 104c6.25 6.24 16.38 6.24 22.63-.01z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M504 256c0 136.97-111.03 248-248 248S8 392.97 8 256 119.03 8 256 8s248 111.03 248 248zM227.31 387.31l184-184c6.25-6.25 6.25-16.38 0-22.63l-22.63-22.63c-6.25-6.25-16.38-6.25-22.63 0L216 308.12l-70.06-70.06c-6.25-6.25-16.38-6.25-22.63 0l-22.63 22.63c-6.25 6.25-6.25 16.38 0 22.63l104 104c6.25 6.24 16.38 6.24 22.63-.01z'/%3E%3C/svg%3E");
}

.fas.fa-times-circle {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17l-39.6 39.6c-4.7 4.7-12.3 4.7-17 0L256 312.6l-65.1 65.1c-4.7 4.7-12.3 4.7-17 0l-39.6-39.6c-4.7-4.7-4.7-12.3 0-17l65.1-65.1-65.1-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65.1 65.1 65.1-65.1c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312.6 256l65 65.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17l-39.6 39.6c-4.7 4.7-12.3 4.7-17 0L256 312.6l-65.1 65.1c-4.7 4.7-12.3 4.7-17 0l-39.6-39.6c-4.7-4.7-4.7-12.3 0-17l65.1-65.1-65.1-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65.1 65.1 65.1-65.1c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312.6 256l65 65.1z'/%3E%3C/svg%3E");
}

.fas.fa-envelope {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z'/%3E%3C/svg%3E");
}

.fas.fa-unlock-alt {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-24c0-30.9 25.1-56 56-56s56 25.1 56 56v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM264 392c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M400 224h-24v-72C376 68.2 307.8 0 224 0S72 68.2 72 152v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-24c0-30.9 25.1-56 56-56s56 25.1 56 56v72H48c-26.5 0-48 21.5-48 48v192c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V272c0-26.5-21.5-48-48-48zM264 392c0 22.1-17.9 40-40 40s-40-17.9-40-40v-48c0-22.1 17.9-40 40-40s40 17.9 40 40v48z'/%3E%3C/svg%3E");
}

.fas.fa-lightbulb {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 352 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69A32 32 0 0 0 145.17 512h61.67a32 32 0 0 0 26.66-14.27l17.09-25.69a31.99 31.99 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 273.39 0 176 0S0 78.61 0 176zm176-80c44.11 0 80 35.89 80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-26.47-21.53-48-48-48-8.84 0-16-7.16-16-16s7.16-16 16-16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 352 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69A32 32 0 0 0 145.17 512h61.67a32 32 0 0 0 26.66-14.27l17.09-25.69a31.99 31.99 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 273.39 0 176 0S0 78.61 0 176zm176-80c44.11 0 80 35.89 80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-26.47-21.53-48-48-48-8.84 0-16-7.16-16-16s7.16-16 16-16z'/%3E%3C/svg%3E");
}

.fas.fa-brain {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M208 0c-29.9 0-54.9 20.5-62 48.2-8.8-5.2-19-8.2-30-8.2-32.6 0-59 26.4-59 59 0 4.1.4 8.1 1.2 12C23.1 119.8 0 151.6 0 188c0 28.4 14.2 53.5 36 68.6C14.3 271.3 0 296.2 0 324c0 41.7 32.3 75.8 73.2 79.7C79.2 463.5 129.7 512 192 512h32c17.7 0 32-14.3 32-32V64c0-35.3-28.7-64-64-64h16zm160 0c-35.3 0-64 28.7-64 64v416c0 17.7 14.3 32 32 32h32c62.3 0 112.8-48.5 118.8-108.3 40.9-3.9 73.2-38 73.2-79.7 0-27.8-14.3-52.7-36-67.4 21.8-15.1 36-40.2 36-68.6 0-36.4-23.1-68.2-58.2-77 .8-3.9 1.2-7.9 1.2-12 0-32.6-26.4-59-59-59-11 0-21.2 3-30 8.2C406.9 20.5 381.9 0 352 0h16z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 576 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M208 0c-29.9 0-54.9 20.5-62 48.2-8.8-5.2-19-8.2-30-8.2-32.6 0-59 26.4-59 59 0 4.1.4 8.1 1.2 12C23.1 119.8 0 151.6 0 188c0 28.4 14.2 53.5 36 68.6C14.3 271.3 0 296.2 0 324c0 41.7 32.3 75.8 73.2 79.7C79.2 463.5 129.7 512 192 512h32c17.7 0 32-14.3 32-32V64c0-35.3-28.7-64-64-64h16zm160 0c-35.3 0-64 28.7-64 64v416c0 17.7 14.3 32 32 32h32c62.3 0 112.8-48.5 118.8-108.3 40.9-3.9 73.2-38 73.2-79.7 0-27.8-14.3-52.7-36-67.4 21.8-15.1 36-40.2 36-68.6 0-36.4-23.1-68.2-58.2-77 .8-3.9 1.2-7.9 1.2-12 0-32.6-26.4-59-59-59-11 0-21.2 3-30 8.2C406.9 20.5 381.9 0 352 0h16z'/%3E%3C/svg%3E");
}

.fas.fa-caret-down {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
}

.aiwin-crypto-widget {
  width: 100%;
  min-height: 361px;
  background: transparent;
  font-family: Inter, Roboto, "Microsoft YaHei", Arial, sans-serif;
}

.crypto-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 59px;
  padding: 9px 0;
  border-bottom: 1px solid #eceff5;
}

.crypto-row.is-loading {
  display: block;
  padding: 30px 0;
  color: #787b86;
  text-align: center;
}

.crypto-left {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.crypto-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(19, 23, 34, 0.12);
}

.crypto-symbol {
  color: #131722;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1px;
}

.crypto-name {
  margin-top: 4px;
  color: #787b86;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crypto-right {
  min-width: 112px;
  text-align: right;
}

.crypto-price {
  color: #131722;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.crypto-change {
  margin-top: 5px;
  color: #089981;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.crypto-change.down,
.crypto-price.down {
  color: #f23645;
}

.crypto-change.up,
.crypto-price.up {
  color: #089981;
}

.crypto-flash {
  animation-duration: 0.7s;
  animation-timing-function: ease;
}

.crypto-flash-up {
  animation-name: cryptoFlashUp;
}

.crypto-flash-down {
  animation-name: cryptoFlashDown;
}

.crypto-bounce {
  display: inline-block;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

.crypto-bounce-up {
  animation-name: cryptoBounceUp;
}

.crypto-bounce-down {
  animation-name: cryptoBounceDown;
}

@keyframes cryptoFlashUp {
  0% {
    background: rgba(8, 153, 129, 0);
  }
  18% {
    background: rgba(8, 153, 129, 0.18);
  }
  100% {
    background: rgba(8, 153, 129, 0);
  }
}

@keyframes cryptoFlashDown {
  0% {
    background: rgba(242, 54, 69, 0);
  }
  18% {
    background: rgba(242, 54, 69, 0.18);
  }
  100% {
    background: rgba(242, 54, 69, 0);
  }
}

@keyframes cryptoBounceUp {
  0% {
    color: #089981;
    transform: translateY(0) scale(1);
  }
  35% {
    color: #089981;
    transform: translateY(-3px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes cryptoBounceDown {
  0% {
    color: #f23645;
    transform: translateY(0) scale(1);
  }
  35% {
    color: #f23645;
    transform: translateY(3px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .crypto-flash,
  .crypto-bounce {
    animation: none;
  }
}

.elementor-103 .elementor-element.elementor-element-1d3b3ec0 {
  text-align: center;
}

.elementor-103 .elementor-element.elementor-element-1d3b3ec0 img.aiwin-founder-photo {
  display: inline-block;
  width: min(430px, 88%);
  max-width: 100%;
  height: auto;
}

.elementor-103 .elementor-element.elementor-element-5c1ee582 {
  display: none;
}

.aiwin-leadership-section {
  background: #fff;
  padding: 88px 0 104px;
}

.aiwin-leadership-wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.aiwin-leadership-heading {
  max-width: 720px;
  margin: 0 0 38px;
}

.aiwin-leadership-heading h2 {
  margin: 0 0 14px;
  color: #1a2433;
  font-family: Inter, Roboto, "Microsoft YaHei", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.22;
}

.aiwin-leadership-brand {
  color: #0e58c0;
}

.aiwin-leadership-heading p {
  margin: 0;
  color: #4a4f57;
  font-size: 17px;
  line-height: 1.85;
}

.aiwin-leadership-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.aiwin-leader-card {
  display: flex;
  min-height: 416px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f5f7;
  color: #111;
}

.aiwin-leader-photo {
  display: grid;
  height: 178px;
  place-items: end center;
  overflow: hidden;
  background: linear-gradient(135deg, #f7f8fa 0%, #e8edf4 100%);
}

.aiwin-leader-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.aiwin-leader-photo img.aiwin-leader-photo-cover {
  object-fit: cover;
  object-position: center center;
}

.aiwin-leader-photo-placeholder {
  place-items: center;
  background:
    linear-gradient(135deg, rgba(14, 88, 192, 0.1), rgba(242, 172, 27, 0.1)),
    #eef2f7;
}

.aiwin-leader-photo-placeholder span {
  color: #0e58c0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.aiwin-leader-body {
  display: flex;
  min-height: 238px;
  flex: 1;
  flex-direction: column;
  padding: 24px 20px 22px;
}

.aiwin-leader-body h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}

.aiwin-leader-role {
  margin: 0 0 38px;
  color: #e60012;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.aiwin-leader-summary {
  margin: 0 0 28px;
  color: #111;
  font-size: 15px;
  line-height: 1.75;
}

.aiwin-leader-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  align-self: flex-end;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid #d8e2ef;
  border-radius: 999px;
  background: #fff;
  color: #0e58c0;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(12, 34, 68, 0.04);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.aiwin-leader-link:focus-visible,
.aiwin-profile-close:focus-visible {
  outline: 2px solid #0e58c0;
  outline-offset: 3px;
}

.aiwin-leader-link span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  transition: transform 180ms ease;
}

@media (hover: hover) {
  .aiwin-leader-link:hover {
    border-color: #b8cce8;
    background: #f4f8fd;
    color: #0a4a9f;
    box-shadow: 0 6px 18px rgba(14, 88, 192, 0.08);
  }

  .aiwin-leader-link:hover span {
    transform: translateX(3px);
  }

  .aiwin-leader-link:active {
    transform: scale(0.98);
  }
}

.aiwin-profile-modal[hidden] {
  display: none;
}

.aiwin-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 34px;
}

.aiwin-profile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 20, 34, 0.54);
}

.aiwin-profile-dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 68px));
  overflow: auto;
  border-radius: 14px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 72px rgba(8, 22, 44, 0.22);
}

.aiwin-profile-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #e3eaf2;
  border-radius: 50%;
  background: #fff;
  color: #5f7084;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(12, 34, 68, 0.08);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.aiwin-profile-close span {
  display: block;
  margin-top: -2px;
}

@media (hover: hover) {
  .aiwin-profile-close:hover {
    border-color: #c5d8f0;
    background: #f7faff;
    color: #0e58c0;
    box-shadow: 0 8px 22px rgba(14, 88, 192, 0.1);
  }

  .aiwin-profile-close:active {
    transform: scale(0.96);
  }
}

.aiwin-profile-content {
  padding: 28px 64px 58px;
}

.aiwin-profile-header {
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9dde4;
}

.aiwin-profile-header h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.24;
}

.aiwin-profile-header p {
  margin: 0;
  color: #e60012;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.aiwin-profile-block {
  margin-top: 28px;
}

.aiwin-profile-block h4 {
  margin: 0 0 12px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}

.aiwin-profile-block p,
.aiwin-profile-block li {
  color: #1c2530;
  font-size: 16px;
  line-height: 1.85;
}

.aiwin-profile-block p {
  margin: 0 0 14px;
}

.aiwin-profile-block ul {
  margin: 0;
  padding-left: 1.25em;
}

body.aiwin-profile-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .aiwin-reservation-button {
    margin-top: 30px;
  }

  .aiwin-reservation-trigger.elementor-button {
    width: 230px !important;
    min-width: 230px !important;
    height: 61.8px !important;
    min-height: 61.8px !important;
    font-size: 16px !important;
  }

  .aiwin-member-button {
    margin-top: 12px;
  }

  .aiwin-member-link.elementor-button {
    width: 230px !important;
    min-width: 230px !important;
    height: 54px !important;
    min-height: 54px !important;
    font-size: 15px !important;
  }

  .aiwin-reservation-actions {
    display: grid;
  }

  .aiwin-reservation-actions button {
    width: 100%;
  }

  .crypto-row {
    min-height: 61px;
    padding: 9px 0;
  }

  .crypto-symbol,
  .crypto-price {
    font-size: 18px;
  }

  .crypto-name {
    max-width: 190px;
  }

  .elementor-103 .elementor-element.elementor-element-1d3b3ec0 img.aiwin-founder-photo {
    width: min(310px, 82%);
  }

  .aiwin-leadership-section {
    padding: 56px 0 72px;
  }

  .aiwin-leadership-wrap {
    width: calc(100% - 32px);
  }

  .aiwin-leadership-heading {
    margin-bottom: 28px;
  }

  .aiwin-leadership-heading h2 {
    font-size: 31px;
  }

  .aiwin-leadership-heading p {
    font-size: 16px;
    line-height: 1.75;
  }

  .aiwin-leadership-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .aiwin-leader-card {
    min-height: 0;
  }

  .aiwin-leader-photo {
    height: 176px;
  }

  .aiwin-leader-body {
    min-height: 244px;
    padding: 24px 20px;
  }

  .aiwin-profile-modal {
    padding: 18px;
  }

  .aiwin-profile-dialog {
    max-height: calc(100vh - 36px);
  }

  .aiwin-profile-content {
    padding: 22px 24px 42px;
  }

  .aiwin-profile-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .aiwin-profile-header h3 {
    font-size: 28px;
  }
}

/* Mobile-first guided homepage and navigation */
:root {
  --aiwin-blue: #0e58c0;
  --aiwin-blue-dark: #073b89;
  --aiwin-blue-soft: #eaf3ff;
  --aiwin-gold: #f2ac1b;
  --aiwin-ink: #10233f;
  --aiwin-muted: #5f6f82;
  --aiwin-line: #dfe8f3;
  --aiwin-surface: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: clip;
}

.skip-link {
  z-index: 100000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--aiwin-ink);
  box-shadow: 0 8px 28px rgba(16, 35, 63, 0.18);
  transition: transform 160ms ease;
}

.skip-link:focus {
  left: 12px;
  transform: translateY(0);
}

:where(a, button, [role="button"]):focus-visible {
  outline: 3px solid rgba(14, 88, 192, 0.4);
  outline-offset: 3px;
}

.aiwin-mobile-hub {
  display: none;
}

.elementor-location-footer .elementor-element-766df513 {
  display: none !important;
}

body > .elementor-location-popup {
  display: none !important;
}

@media (min-width: 768px) {
  .elementor-location-header .elementor-element-639969de {
    display: none !important;
  }
}

.aiwin-local-mobile-nav {
  display: none;
}

@media (max-width: 767px) {
  body {
    background: #f6f9fd;
  }

  body.aiwin-local-nav-open {
    overflow: hidden;
  }

  .elementor-location-header .elementor-element-f092113 {
    display: none !important;
  }

  .elementor-location-header .elementor-element-639969de {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .member-system-page,
  .member-system-page .member-system-hero,
  .member-system-page .member-guide,
  .member-system-page .member-guide-header,
  .member-system-page .member-guide-tabs,
  .member-system-page .member-guide-panel.is-active {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .member-system-page :is(
    .member-system-wrap,
    .member-guide-header > *,
    .member-reward-layout > *,
    .member-return-grid > *,
    .member-notes-grid > *,
    .member-data-table td
  ) {
    min-width: 0;
  }

  .member-system-page :is(h1, h2, h3, h4, p, li, td, figcaption) {
    overflow-wrap: anywhere;
  }

  .aiwin-local-mobile-nav[hidden] {
    display: none !important;
  }

  .aiwin-local-mobile-nav {
    display: block;
    position: fixed;
    z-index: 3000;
    inset: 0;
  }

  .aiwin-local-mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 15, 34, 0.56);
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .aiwin-local-mobile-nav__drawer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(88vw, 390px);
    overflow-y: auto;
    padding: max(20px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));
    background: #f6f9fd;
    box-shadow: 20px 0 56px rgba(2, 16, 38, 0.28);
    transform: translateX(-102%);
    transition: transform 180ms ease;
    -webkit-overflow-scrolling: touch;
  }

  .aiwin-local-mobile-nav.is-open .aiwin-local-mobile-nav__backdrop {
    opacity: 1;
  }

  .aiwin-local-mobile-nav.is-open .aiwin-local-mobile-nav__drawer {
    transform: translateX(0);
  }

  .aiwin-local-mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .aiwin-local-mobile-nav__header a,
  .aiwin-local-mobile-nav__header img {
    display: block;
  }

  .aiwin-local-mobile-nav__header img {
    width: 132px;
    height: auto;
  }

  .aiwin-local-mobile-nav__header button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #d8e2f0;
    border-radius: 12px;
    background: #fff;
    color: #10233f;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 7px 20px rgba(16, 35, 63, 0.08);
  }

  .aiwin-local-mobile-nav nav {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

  .aiwin-local-mobile-nav nav a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 13px 14px 12px 17px;
    border: 1px solid #d8e2f0;
    border-radius: 14px;
    background: #fff;
    color: #10233f;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(16, 35, 63, 0.055);
  }

  .aiwin-local-mobile-nav nav a b {
    font-size: 17px;
    font-weight: 820;
    line-height: 1.2;
  }

  .aiwin-local-mobile-nav nav a span {
    grid-column: 1;
    margin-top: 5px;
    color: #617087;
    font-size: 12px;
    line-height: 1.35;
  }

  .aiwin-local-mobile-nav nav a i {
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #eaf2fd;
    color: #0e58c0;
    font-style: normal;
    font-size: 17px;
  }

  .aiwin-local-mobile-nav nav a.is-current {
    border-color: transparent;
    background: #0e58c0;
    color: #fff;
    box-shadow: 0 14px 30px rgba(14, 88, 192, 0.22);
  }

  .aiwin-local-mobile-nav nav a.is-current span {
    color: rgba(255, 255, 255, 0.72);
  }

  .aiwin-local-mobile-nav nav a.is-current i {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  .aiwin-local-mobile-nav__footer {
    margin: 26px 0 0;
    padding: 20px 2px 0;
    border-top: 1px solid rgba(16, 35, 63, 0.1);
    color: #617087;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .elementor-location-header {
    position: sticky;
    z-index: 1000;
    top: 0;
  }

  .elementor-location-header .elementor-element-639969de {
    min-height: 76px;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-top: env(safe-area-inset-top);
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
    background: #fff !important;
    box-shadow: 0 5px 20px rgba(16, 35, 63, 0.08);
  }

  .elementor-location-header .elementor-element-639969de > .elementor-container {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    width: 100% !important;
    max-width: none !important;
    min-height: 76px;
    padding-right: max(18px, env(safe-area-inset-right)) !important;
    padding-left: max(18px, env(safe-area-inset-left)) !important;
    box-sizing: border-box;
  }

  .elementor-location-header .elementor-element-639969de .elementor-element-3f8d70c8 {
    grid-column: 1;
    width: 52px !important;
  }

  .elementor-location-header .elementor-element-639969de .elementor-element-7622f36d {
    grid-column: 2;
    width: 100% !important;
  }

  .elementor-location-header .elementor-element-639969de .elementor-element-3f8d70c8 .elementor-widget-wrap,
  .elementor-location-header .elementor-element-639969de .elementor-element-3f8d70c8 .elementor-widget-container,
  .elementor-location-header .elementor-element-639969de .elementor-element-7622f36d .elementor-widget-wrap,
  .elementor-location-header .elementor-element-639969de .elementor-element-7622f36d .elementor-widget-container {
    display: flex;
    align-items: center;
    min-height: 76px;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-location-header .elementor-element-639969de .elementor-element-3f8d70c8 .elementor-widget-wrap,
  .elementor-location-header .elementor-element-639969de .elementor-element-3f8d70c8 .elementor-widget-container {
    justify-content: flex-start;
  }

  .elementor-location-header .elementor-element-639969de .elementor-element-7622f36d .elementor-widget-wrap,
  .elementor-location-header .elementor-element-639969de .elementor-element-7622f36d .elementor-widget-container {
    justify-content: center;
  }

  .elementor-location-header .elementor-element-639969de .elementor-icon {
    display: inline-grid;
    position: relative;
    z-index: 2;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(14, 88, 192, 0.06);
    border-radius: 13px;
    background: var(--aiwin-blue-soft);
    box-shadow: 0 6px 18px rgba(14, 88, 192, 0.08);
    transition: transform 160ms ease, background-color 160ms ease;
  }

  .elementor-location-header .elementor-element-639969de .elementor-icon:active {
    transform: scale(0.94);
  }

  .elementor-location-header .elementor-element-639969de .elementor-icon svg {
    width: 22px;
    height: 22px;
  }

  .elementor-location-header .elementor-element-639969de .elementor-icon svg path {
    fill: var(--aiwin-blue);
  }

  .elementor-location-header .elementor-element-639969de img {
    display: block;
    width: clamp(116px, 32vw, 126px) !important;
    max-width: none !important;
    max-height: none;
    height: auto;
  }

  .elementor-location-header .elementor-element-639969de .elementor-widget-image a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .elementor-77 .elementor-element.elementor-element-48781e3e {
    min-height: min(600px, calc(100svh - 68px)) !important;
    padding: 72px 20px 56px;
    background-color: #071b3b !important;
    background-image:
      radial-gradient(circle at 82% 18%, rgba(42, 128, 255, 0.35), transparent 35%),
      radial-gradient(circle at 8% 88%, rgba(242, 172, 27, 0.18), transparent 34%),
      linear-gradient(145deg, #06162f 0%, #0a3978 58%, #0e58c0 100%) !important;
  }

  .elementor-77 .elementor-element.elementor-element-48781e3e .elementor-background-overlay {
    opacity: 0.7 !important;
    background:
      linear-gradient(180deg, rgba(4, 19, 42, 0.02), rgba(4, 19, 42, 0.34)),
      repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 16px) !important;
  }

  .elementor-77 .elementor-element.elementor-element-48781e3e .elementor-widget-wrap {
    align-content: center;
  }

  .elementor-77 .elementor-element.elementor-element-48781e3e h1.elementor-heading-title {
    font-size: clamp(42px, 14vw, 62px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  }

  .elementor-77 .aiwin-hero-summary {
    max-width: 520px;
    margin: 22px auto 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: clamp(17px, 4.8vw, 20px) !important;
    font-weight: 450 !important;
    line-height: 1.78 !important;
    letter-spacing: 0.01em;
  }

  .aiwin-reservation-button {
    margin-top: 34px;
  }

  .aiwin-reservation-button,
  .aiwin-member-button,
  .aiwin-reservation-button .elementor-widget-container,
  .aiwin-member-button .elementor-widget-container,
  .aiwin-reservation-button .elementor-button-wrapper,
  .aiwin-member-button .elementor-button-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
  }

  .aiwin-reservation-trigger.elementor-button,
  .aiwin-member-link.elementor-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(calc(100% - 32px), 286px) !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 24px !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    box-shadow: 0 14px 30px rgba(2, 16, 38, 0.2) !important;
  }

  .aiwin-reservation-trigger.elementor-button {
    height: 58px !important;
  }

  .aiwin-member-link.elementor-button {
    height: 54px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    backdrop-filter: blur(8px);
  }

  .aiwin-reservation-trigger .elementor-button-content-wrapper,
  .aiwin-member-link .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .aiwin-reservation-trigger .elementor-button-text,
  .aiwin-member-link .elementor-button-text {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    color: #fff !important;
    text-align: center !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .aiwin-reservation-trigger .elementor-button-icon,
  .aiwin-member-link .elementor-button-icon {
    display: none !important;
  }

  .aiwin-mobile-hub {
    display: block;
    position: relative;
    z-index: 2;
    padding: 44px 16px 68px;
    background:
      radial-gradient(circle at 100% 0, rgba(14, 88, 192, 0.12), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 34%),
      #f6f9fd;
  }

  .aiwin-mobile-hub__inner {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .aiwin-mobile-hub__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 0 2px 20px;
    border-bottom: 1px solid rgba(16, 35, 63, 0.11);
  }

  .aiwin-mobile-hub h2 {
    margin: 0;
    color: var(--aiwin-ink);
    font-size: clamp(31px, 9vw, 42px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.05em;
  }

  .aiwin-mobile-hub__heading > span {
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(14, 88, 192, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--aiwin-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    box-shadow: 0 6px 18px rgba(25, 67, 116, 0.05);
  }

  .aiwin-mobile-hub__grid {
    display: grid;
    gap: 13px;
  }

  .aiwin-mobile-hub__card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    align-items: center;
    min-height: 88px;
    padding: 15px 15px 15px 17px;
    border: 1px solid var(--aiwin-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--aiwin-ink);
    box-shadow: 0 12px 30px rgba(25, 67, 116, 0.065);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .aiwin-mobile-hub__card:active {
    transform: scale(0.985);
  }

  .aiwin-mobile-hub__card.is-current {
    border-color: rgba(14, 88, 192, 0.26);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), #e9f3ff);
    box-shadow: 0 14px 34px rgba(14, 88, 192, 0.11);
  }

  .aiwin-mobile-hub__card--primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--aiwin-blue-dark), var(--aiwin-blue));
    color: #fff;
    box-shadow: 0 16px 34px rgba(14, 88, 192, 0.24);
  }

  .aiwin-mobile-hub__number {
    color: var(--aiwin-blue);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }

  .aiwin-mobile-hub__card--primary .aiwin-mobile-hub__number {
    color: var(--aiwin-gold);
  }

  .aiwin-mobile-hub__copy {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .aiwin-mobile-hub__copy strong {
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
  }

  .aiwin-mobile-hub__copy small {
    overflow: hidden;
    color: var(--aiwin-muted);
    font-size: 13px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aiwin-mobile-hub__card--primary small {
    color: rgba(255, 255, 255, 0.72);
  }

  .aiwin-mobile-hub__arrow {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--aiwin-blue-soft);
    color: var(--aiwin-blue);
    font-size: 18px;
  }

  .aiwin-mobile-hub__card--primary .aiwin-mobile-hub__arrow {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
  }

  .aiwin-mobile-route {
    margin-top: 34px;
    padding: 24px 20px 20px;
    border: 1px solid rgba(242, 172, 27, 0.24);
    border-radius: 22px;
    background: linear-gradient(145deg, #fffaf0, #fff);
    box-shadow: 0 14px 34px rgba(88, 64, 10, 0.07);
  }

  .aiwin-mobile-route__heading > span {
    color: #a56800;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
  }

  .aiwin-mobile-route__heading h3 {
    margin: 7px 0 20px;
    color: var(--aiwin-ink);
    font-size: 21px;
    font-weight: 850;
    line-height: 1.3;
  }

  .aiwin-mobile-route__steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aiwin-mobile-route__steps li {
    display: grid;
    position: relative;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    min-height: 66px;
  }

  .aiwin-mobile-route__steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 32px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: #e4c781;
  }

  .aiwin-mobile-route__steps li > span {
    display: grid;
    z-index: 1;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: var(--aiwin-gold);
    color: #503100;
    font-size: 13px;
    font-weight: 900;
  }

  .aiwin-mobile-route__steps li div {
    display: grid;
    align-content: start;
    gap: 3px;
    padding-top: 3px;
  }

  .aiwin-mobile-route__steps strong {
    color: var(--aiwin-ink);
    font-size: 15px;
  }

  .aiwin-mobile-route__steps small {
    color: var(--aiwin-muted);
    font-size: 13px;
  }

  .aiwin-mobile-route__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    margin-top: 8px;
    padding: 0 17px;
    border-radius: 14px;
    background: var(--aiwin-ink);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .elementor-77 .elementor-element.elementor-element-291b52b {
    display: none !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 {
    display: block !important;
    padding: 54px max(18px, env(safe-area-inset-right)) 58px max(18px, env(safe-area-inset-left)) !important;
    background: #fff !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-3ad913b8 > .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px;
    width: 100% !important;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-3ad913b8 .elementor-column {
    width: 100% !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-16dcab0c .elementor-button {
    min-height: 0;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--aiwin-gold);
    color: #503100;
    font-size: 13px;
    font-weight: 800;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-56133e9 h1 {
    margin-top: 14px !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.18 !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-17a1771f h1 {
    margin-top: 14px !important;
    color: var(--aiwin-muted) !important;
    font-size: 16px !important;
    font-weight: 450 !important;
    line-height: 1.75 !important;
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .elementor-element-565d6509 > .elementor-widget-wrap {
    padding: 18px 16px;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 35, 63, 0.06);
  }

  .elementor-77 .elementor-element.elementor-element-310013d9 .aiwin-crypto-widget {
    min-height: 0;
  }

  .elementor-77 .elementor-invisible {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .elementor-location-footer .elementor-element-3547a75e {
    padding: 46px max(18px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)) !important;
    border-top: 3px solid #f2ac1b;
    background: #061b3d !important;
  }

  .elementor-location-footer .elementor-element-3547a75e > .elementor-container,
  .elementor-location-footer .elementor-element-49a2bfce > .elementor-container {
    width: 100% !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .elementor-location-footer .elementor-element-49a2bfce > .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .elementor-location-footer .elementor-element-3dc856fc,
  .elementor-location-footer .elementor-element-53f899f0 {
    width: 100% !important;
  }

  .elementor-location-footer .elementor-element-3dc856fc > .elementor-widget-wrap,
  .elementor-location-footer .elementor-element-53f899f0 > .elementor-widget-wrap {
    padding: 0 !important;
  }

  .elementor-location-footer .elementor-element-26088ff1 {
    margin: 0 0 22px !important;
    text-align: left;
  }

  .elementor-location-footer .elementor-element-26088ff1 .elementor-widget-container {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 9px;
    background: #fff;
  }

  .elementor-location-footer .elementor-element-26088ff1 img {
    display: block;
    width: 126px !important;
    height: auto !important;
  }

  .elementor-location-footer .elementor-element-2046e6c6,
  .elementor-location-footer .elementor-element-2046e6c6 .elementor-widget-container,
  .elementor-location-footer .elementor-element-2046e6c6 h1 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .elementor-location-footer .elementor-element-2046e6c6 h1 {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.76) !important;
    font-size: 14px !important;
    font-weight: 450 !important;
    line-height: 1.85 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .elementor-location-footer .elementor-element-2046e6c6 h1 b {
    color: #fff !important;
    font-weight: 750 !important;
  }

  .elementor-location-footer .elementor-element-29332137 h1 {
    margin: 0 0 14px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
  }

  .elementor-location-footer .elementor-element-2623c7f3,
  .elementor-location-footer .elementor-element-2623c7f3 .elementor-widget-container,
  .elementor-location-footer .elementor-element-2623c7f3 .elementor-nav-menu--main,
  .elementor-location-footer .elementor-element-2623c7f3 .elementor-nav-menu {
    width: 100% !important;
  }

  .elementor-location-footer .elementor-element-2623c7f3 .elementor-nav-menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  .elementor-location-footer .elementor-element-2623c7f3 .menu-item {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  .elementor-location-footer .elementor-element-2623c7f3 a.elementor-item {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
    line-height: 1.4;
    white-space: normal !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .elementor-location-footer .elementor-element-2623c7f3 a.elementor-item:hover,
  .elementor-location-footer .elementor-element-2623c7f3 a.elementor-item:focus-visible {
    color: #fff !important;
  }

  .elementor-popup-modal .dialog-widget-content {
    width: min(88vw, 390px) !important;
    max-width: 390px !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 auto 0 0 !important;
    border-radius: 0 26px 26px 0 !important;
    background: #f6f9fd !important;
    box-shadow: 18px 0 60px rgba(2, 16, 38, 0.26) !important;
  }

  .elementor-popup-modal .dialog-message {
    width: 100% !important;
    height: 100dvh !important;
    max-height: none !important;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .elementor-popup-modal .dialog-message::-webkit-scrollbar {
    display: none;
  }

  .elementor-74 .elementor-element-3011a5f3 {
    min-height: 100dvh;
    padding: max(30px, env(safe-area-inset-top)) 24px max(34px, env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 0 0, rgba(14, 88, 192, 0.15), transparent 31%),
      radial-gradient(circle at 100% 100%, rgba(242, 172, 27, 0.09), transparent 28%),
      #f6f9fd !important;
  }

  .elementor-74 .elementor-element-68a708a4 {
    margin: 8px 52px 30px 0;
    text-align: left;
  }

  .elementor-74 .elementor-element-68a708a4 img {
    width: min(196px, 76%);
    height: auto;
  }

  .elementor-74 .elementor-element-68a708a4::after {
    content: "导航菜单 · EXPLORE";
    display: block;
    margin-top: 18px;
    color: var(--aiwin-muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
  }

  .elementor-74 .elementor-element-dc3ce57,
  .elementor-74 .elementor-element-dc3ce57 .elementor-widget-container,
  .elementor-74 .elementor-nav-menu--main,
  .elementor-74 .elementor-nav-menu {
    width: 100% !important;
  }

  .elementor-74 .elementor-nav-menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .elementor-74 .elementor-nav-menu > li {
    width: 100% !important;
    margin: 0 !important;
  }

  .elementor-74 .elementor-nav-menu a.elementor-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px;
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    width: 100% !important;
    min-height: 82px;
    padding: 15px 16px 14px 20px !important;
    border: 1px solid var(--aiwin-line) !important;
    border-radius: 18px;
    background: #fff;
    color: var(--aiwin-ink) !important;
    font-size: 19px !important;
    font-weight: 850 !important;
    line-height: 1.15;
    box-shadow: 0 10px 28px rgba(25, 67, 116, 0.07);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .elementor-74 .elementor-nav-menu a.elementor-item:active {
    transform: scale(0.985);
  }

  .elementor-74 .elementor-nav-menu a.elementor-item::before {
    content: "→" !important;
    display: grid !important;
    position: static !important;
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--aiwin-blue-soft) !important;
    color: var(--aiwin-blue);
    font-size: 17px;
    line-height: 1;
    opacity: 1 !important;
    transform: none !important;
  }

  .elementor-74 .elementor-nav-menu a.elementor-item::after {
    position: static !important;
    grid-column: 1;
    grid-row: 2;
    width: auto !important;
    height: auto !important;
    margin: 6px 0 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--aiwin-muted);
    font-size: 13px;
    font-weight: 550;
    line-height: 1.25;
    opacity: 1 !important;
    transform: none !important;
  }

  .elementor-74 .menu-item-113 a::after { content: "核心技术与业务概览"; }
  .elementor-74 .menu-item-114 a::after { content: "公司背景与发展方向"; }
  .elementor-74 .menu-item-116 a::after { content: "技术能力与风控体系"; }
  .elementor-74 .menu-item-117 a::after { content: "核心团队与专业经验"; }
  .elementor-74 .menu-item-118 a::after { content: "分步骤了解制度与规则"; }

  .elementor-74 .elementor-nav-menu a.elementor-item-active,
  .elementor-74 .elementor-nav-menu li.is-aiwin-current > a {
    border-color: transparent !important;
    background: linear-gradient(135deg, var(--aiwin-blue-dark), var(--aiwin-blue)) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(14, 88, 192, 0.24);
  }

  .elementor-74 .elementor-nav-menu a.elementor-item-active::after,
  .elementor-74 .elementor-nav-menu li.is-aiwin-current > a::after {
    color: rgba(255, 255, 255, 0.7);
  }

  .elementor-74 .elementor-nav-menu a.elementor-item-active::before,
  .elementor-74 .elementor-nav-menu li.is-aiwin-current > a::before {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff;
  }

  .elementor-74 .elementor-element-dc3ce57::after {
    content: "AIWIN GLOBAL\A 智能科技 · 专业风控 · 全球视野";
    display: block;
    margin-top: 28px;
    padding: 22px 4px 0;
    border-top: 1px solid rgba(16, 35, 63, 0.1);
    color: var(--aiwin-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
    white-space: pre-line;
  }

  .elementor-popup-modal .dialog-close-button,
  .dialog-lightbox-close-button {
    top: max(20px, env(safe-area-inset-top)) !important;
    right: auto !important;
    left: min(calc(88vw - 62px), 328px) !important;
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    place-items: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(16, 35, 63, 0.12);
  }
}

@media (min-width: 520px) and (max-width: 767px) {
  .aiwin-mobile-hub {
    padding-inline: 24px;
  }

  .aiwin-mobile-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aiwin-mobile-hub__card {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    min-height: 112px;
    padding: 18px;
  }

  .aiwin-mobile-hub__card--primary {
    grid-column: 1 / -1;
    min-height: 92px;
  }

  .aiwin-mobile-hub__copy small {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .elementor-location-header .elementor-element-639969de > .elementor-container {
    padding-right: max(16px, env(safe-area-inset-right)) !important;
    padding-left: max(16px, env(safe-area-inset-left)) !important;
  }

  .aiwin-mobile-hub {
    padding-inline: 12px;
  }

  .aiwin-mobile-hub__copy small {
    font-size: 12px;
  }

  .elementor-77 .elementor-element.elementor-element-48781e3e {
    padding-inline: 14px;
  }
}

/* Refined enterprise directory */
.aiwin-explore {
  --explore-line: #e6edf4;
  --explore-text: #0c2244;
  --explore-muted: #6b7f94;
  --explore-blue: #0e58c0;
  --explore-gold: #f2ac1b;
  overflow: hidden;
  color: var(--explore-text);
  background: #f7f9fc;
}

.aiwin-explore::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #0e58c0 0 78%, #f2ac1b 78% 100%);
  background-size: 100% 100%;
  mask-image: none;
}

.aiwin-explore::after {
  display: none;
  content: none;
}

.aiwin-explore__inner {
  width: min(100%, 1180px);
  padding: clamp(64px, 6vw, 96px) clamp(24px, 5vw, 56px);
}

.aiwin-explore__main {
  grid-template-columns: minmax(220px, 0.62fr) minmax(480px, 1.38fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.aiwin-explore__intro {
  max-width: 360px;
  padding-top: 4px;
}

.aiwin-explore__accent {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--explore-gold);
}

.aiwin-explore__intro h2 {
  margin: 0;
  color: var(--explore-text);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 650;
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.aiwin-explore-nav {
  display: grid;
  gap: 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.aiwin-explore-nav__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 14px 20px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #0e58c0;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(14, 88, 192, 0.18);
  -webkit-tap-highlight-color: transparent;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.aiwin-explore-nav__item:last-child {
  border-bottom: 0;
}

.aiwin-explore-nav__item::before,
.aiwin-explore-nav__item::after {
  display: none;
  content: none;
}

.aiwin-explore-nav__item.is-current {
  padding: 14px 20px;
  border: 0;
  border-left: 0;
  color: #fff;
  background: #f2ac1b;
  box-shadow: 0 14px 30px rgba(210, 145, 10, 0.28);
}

.aiwin-explore-nav__number {
  display: flex;
  grid-column: 1;
  align-items: center;
  align-self: center;
  padding-top: 0;
  border-right: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

.aiwin-explore-nav__item.is-current .aiwin-explore-nav__number {
  color: rgba(255, 255, 255, 0.88);
}

.aiwin-explore-nav__content {
  display: grid;
  grid-column: 2;
  gap: 3px;
  justify-content: start;
  transform: none;
}

.aiwin-explore-nav__content strong {
  color: #fff;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.aiwin-explore-nav__description {
  overflow: visible;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.4;
  text-overflow: clip;
  white-space: normal;
}

.aiwin-explore-nav__item.is-current .aiwin-explore-nav__description {
  color: rgba(255, 255, 255, 0.9);
}

.aiwin-explore-nav__label,
.aiwin-explore-nav__current,
.aiwin-explore-nav__arrow,
.aiwin-explore__eyebrow,
.aiwin-explore__signature {
  display: none;
}

@media (hover: hover) {
  .aiwin-explore-nav__item:hover {
    background: #0a4da8;
    box-shadow: 0 12px 28px rgba(14, 88, 192, 0.22);
    transform: translateY(-1px);
  }

  .aiwin-explore-nav__item.is-current:hover {
    padding: 14px 20px;
    background: #e8a318;
    box-shadow: 0 16px 34px rgba(210, 145, 10, 0.32);
    transform: translateY(-1px);
  }

  .aiwin-explore-nav__item:hover .aiwin-explore-nav__content {
    transform: none;
  }
}

@media (max-width: 900px) {
  .aiwin-explore__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aiwin-explore__intro {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .aiwin-explore__inner {
    padding: 44px 20px 52px;
  }

  .aiwin-explore__main {
    gap: 22px;
  }

  .aiwin-explore__intro {
    max-width: none;
    padding-top: 0;
  }

  .aiwin-explore__accent {
    width: 32px;
    height: 3px;
    margin-bottom: 16px;
  }

  .aiwin-explore__intro h2 {
    font-size: 30px;
    font-weight: 650;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .aiwin-explore-nav {
    gap: 10px;
    border-radius: 0;
    box-shadow: none;
  }

  .aiwin-explore-nav__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 16px;
  }

  .aiwin-explore-nav__item.is-current {
    padding: 14px 18px;
    border-left: 0;
    box-shadow: 0 14px 30px rgba(2, 16, 38, 0.18);
  }

  .aiwin-explore-nav__number {
    font-size: 11px;
  }

  .aiwin-explore-nav__content {
    gap: 2px;
  }

  .aiwin-explore-nav__content strong {
    font-size: 16px;
    font-weight: 800;
  }

  .aiwin-explore-nav__description {
    font-size: 12px;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.84);
  }
}

@media (max-width: 360px) {
  .aiwin-explore__inner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .member-system-start,
  .member-guide-tabs :is(a, button),
  .member-return-tabs button,
  .member-return-image-link img,
  .member-panel-actions button,
  .member-detail-back {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
