* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #080c14;
  color: #eef5ff;
  font-family: Arial, Helvetica, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(66, 145, 255, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(35, 85, 170, 0.16), transparent 36%);
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px;
  border: 1px solid rgba(130, 170, 255, 0.18);
  background: rgba(10, 15, 26, 0.82);
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.logo span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #72b7ff;
  color: #07101e;
  display: grid;
  place-items: center;
}

nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

nav a {
  color: #9fb0c9;
  padding: 9px 11px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
}

nav a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}

main {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.home {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  color: #72b7ff;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 14px;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -5px;
  margin: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -3px;
  margin: 0 0 16px;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.lead,
.page-header p,
.card p,
.panel p,
.callout p {
  color: #a3b1c8;
  line-height: 1.7;
}

.lead {
  margin-top: 22px;
  max-width: 620px;
  font-size: 1.08rem;
}

.buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  background: #121a2b;
  border: 1px solid rgba(130, 170, 255, 0.18);
  color: #eaf3ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
}

.btn.main {
  background: #72b7ff;
  color: #07101e;
  border-color: #72b7ff;
}

.btn.disabled {
  width: 100%;
  opacity: 0.7;
  pointer-events: none;
}

.full {
  width: 100%;
}

.side-card,
.card,
.panel,
.mockup,
.callout {
  background: rgba(12, 18, 32, 0.86);
  border: 1px solid rgba(130, 170, 255, 0.18);
  border-radius: 20px;
}

.side-card {
  padding: 26px;
}

.status {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b9ddff;
  font-weight: 900;
}

.status span {
  width: 9px;
  height: 9px;
  background: #75ffbd;
  border-radius: 50%;
  box-shadow: 0 0 16px #75ffbd;
}

.side-card h2 {
  margin-top: 70px;
}

.mini-list {
  margin-top: 22px;
}

.mini-list p,
.stack p {
  padding: 13px 0;
  border-bottom: 1px solid rgba(130, 170, 255, 0.12);
  color: #a3b1c8;
}

.mini-list p:last-child,
.stack p:last-child {
  border-bottom: none;
}

.section {
  padding: 80px 0;
}

.small-section {
  padding-top: 30px;
}

.section-title {
  margin-bottom: 24px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 22px;
  transition: 0.18s;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(114, 183, 255, 0.45);
}

.callout {
  padding: 30px;
  margin: 30px 0 90px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}

.page-header {
  padding: 90px 0 36px;
  max-width: 820px;
}

.page-header h1 {
  margin-bottom: 18px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 20px;
  margin-bottom: 60px;
}

.panel {
  padding: 26px;
}

.release-box {
  margin: 22px 0;
  padding: 18px;
  border-radius: 14px;
  background: rgba(114, 183, 255, 0.08);
  border: 1px solid rgba(114, 183, 255, 0.2);
}

.release-box strong {
  display: block;
  color: #b9ddff;
  margin-bottom: 6px;
}

.release-box span {
  color: #a3b1c8;
}

.log {
  display: grid;
  gap: 14px;
}

.log div {
  background: rgba(12, 18, 32, 0.86);
  border: 1px solid rgba(130, 170, 255, 0.18);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.log span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(114, 183, 255, 0.12);
  color: #b9ddff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.log p {
  margin: 0;
  color: #a3b1c8;
}

.mockup {
  padding: 22px;
}

.mock-head,
.mock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mock-head {
  margin-bottom: 18px;
}

.mock-head span {
  color: #a3b1c8;
}

.mock-item {
  padding: 15px;
  border: 1px solid rgba(130, 170, 255, 0.14);
  border-radius: 14px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.mock-item.active {
  background: rgba(114, 183, 255, 0.12);
  border-color: rgba(114, 183, 255, 0.42);
}

.mock-item small {
  color: #b9ddff;
  font-weight: 900;
}

.amounts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.amount {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(130, 170, 255, 0.18);
  background: #121a2b;
  color: white;
  font-weight: 900;
  cursor: pointer;
}

.amount.active,
.amount:hover {
  background: #72b7ff;
  color: #07101e;
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(3, 6, 12, 0.78);
  display: none;
  place-items: center;
  padding: 20px;
}

.modal.show {
  display: grid;
}

.modal-card {
  width: min(500px, 100%);
  background: #0d1424;
  border: 1px solid rgba(130, 170, 255, 0.22);
  border-radius: 20px;
  padding: 26px;
  position: relative;
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(130, 170, 255, 0.18);
  background: #121a2b;
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
}

.selected {
  border: 1px solid rgba(130, 170, 255, 0.18);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  background: rgba(255, 255, 255, 0.035);
}

.selected span {
  color: #a3b1c8;
  font-weight: 900;
}

.selected b {
  color: #b9ddff;
  font-size: 1.4rem;
}

.warning {
  color: #ffe2a4;
  background: rgba(255, 211, 106, 0.1);
  border: 1px solid rgba(255, 211, 106, 0.28);
  border-radius: 14px;
  padding: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.modal-status {
  text-align: center;
  color: #a3b1c8;
  font-weight: 900;
}

.modal-status.error {
  color: #ff7c7c;
}

footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
  color: #667894;
  border-top: 1px solid rgba(130, 170, 255, 0.12);
}

@media (max-width: 850px) {
  .topbar {
    flex-direction: column;
    gap: 12px;
  }

  nav {
    justify-content: center;
  }

  .home,
  .two-col {
    grid-template-columns: 1fr;
  }

  .home {
    min-height: auto;
    padding: 80px 0;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .callout {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  h1 {
    letter-spacing: -3px;
  }

  .buttons {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .amounts {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* SORA MENU PAGE */

.mockup {
  background:
    linear-gradient(180deg, rgba(114, 183, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(12, 18, 32, 0.9);
  border: 1px solid rgba(130, 170, 255, 0.22);
  border-radius: 22px;
  padding: 22px;
  min-height: 420px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.mock-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(130, 170, 255, 0.14);
}

.mock-head b {
  font-size: 1.15rem;
  letter-spacing: -0.5px;
}

.mock-head span {
  color: #8fa8cc;
  font-weight: 800;
  font-size: 0.9rem;
}

.mock-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 15px;
  border: 1px solid rgba(130, 170, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.mock-item span {
  font-weight: 800;
}

.mock-item small {
  color: #9fb0c9;
  font-weight: 900;
}

.mock-item.active {
  background: rgba(114, 183, 255, 0.13);
  border-color: rgba(114, 183, 255, 0.45);
}

.mock-item.active span,
.mock-item.active small {
  color: #b9ddff;
}

.stack {
  margin-top: 18px;
}

.stack p {
  margin: 0;
  padding: 14px 0;
  color: #a3b1c8;
  border-bottom: 1px solid rgba(130, 170, 255, 0.12);
}

.stack p:last-child {
  border-bottom: none;
}

.two-col .panel {
  background:
    linear-gradient(180deg, rgba(114, 183, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(12, 18, 32, 0.9);
  border: 1px solid rgba(130, 170, 255, 0.22);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.two-col .panel h2 {
  font-size: 2.4rem;
  letter-spacing: -2px;
}

.two-col .panel p {
  color: #a3b1c8;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .mockup {
    min-height: auto;
  }

  .two-col .panel h2 {
    font-size: 2rem;
  }
}
/* fixed sora menu page */

.menu-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 22px;
  margin-bottom: 70px;
}

.sora-menu-card {
  background: #0d1424;
  border: 1px solid rgba(130, 170, 255, 0.22);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.menu-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(130, 170, 255, 0.14);
}

.menu-card-header h3 {
  margin: 0;
  font-size: 1.35rem;
}

.menu-card-header p {
  margin: 4px 0 0;
  color: #8fa0bb;
}

.menu-card-header span {
  color: #08111f;
  background: #72b7ff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
}

.menu-option {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 16px;
  border: 1px solid rgba(130, 170, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.menu-option.selected {
  background: rgba(114, 183, 255, 0.12);
  border-color: rgba(114, 183, 255, 0.45);
}

.menu-option h4 {
  margin: 0 0 5px;
  font-size: 1rem;
}

.menu-option p {
  margin: 0;
  color: #8fa0bb;
  line-height: 1.4;
}

.menu-option b {
  color: #b9ddff;
  font-size: 0.85rem;
}

@media (max-width: 850px) {
  .menu-layout {
    grid-template-columns: 1fr;
  }
}