.home-page {
  display: grid;
  gap: 18px;
  width: min(100%, 1540px);
  margin-inline: auto;
  padding: clamp(18px, 2.7vw, 42px);
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p { margin-top: 0; }

.home-page h1,
.home-page h2 { text-wrap: balance; }

.home-page h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.home-page h2 {
  margin-bottom: 11px;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.12;
  letter-spacing: -.025em;
}

.home-page p {
  color: var(--muted);
  line-height: 1.65;
}

.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--cyan);
  font: 900 .62rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  content: "";
}

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

.home-hero {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(500px, 1.22fr);
  gap: 12px;
}

.home-hero-copy,
.home-hero-visual,
.home-drawer,
.home-mobile,
.home-path {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #101722;
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: clamp(28px, 4.5vw, 58px);
  background:
    radial-gradient(circle at 14% 8%, rgba(74, 217, 245, .1), transparent 34%),
    linear-gradient(145deg, #111b28, #0d141e);
}

.home-hero-copy > p {
  max-width: 610px;
  margin-bottom: 24px;
  font-size: .88rem;
}

.home-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #95a7ba;
  font-size: .63rem;
  font-weight: 750;
}

.home-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.home-hero-visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
}

.home-hero-visual::after,
.home-drawer-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(5, 9, 14, .68));
  content: "";
  pointer-events: none;
}

.home-hero-visual img,
.home-drawer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.home-drawer {
  overflow: hidden;
}

.home-drawer > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  background: #151e2b;
}

.home-drawer > header b {
  font-size: .7rem;
  letter-spacing: .07em;
}

.home-drawer > header span {
  color: var(--cyan);
  font: 850 .58rem ui-monospace, SFMono-Regular, Consolas, monospace;
}

.home-drawer-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.home-drawer-content {
  padding: 20px 15px 15px;
}

.home-drawer-content > p {
  min-height: 58px;
  margin-bottom: 17px;
  font-size: .69rem;
}

.home-drawer-content > a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px 8px;
  border-top: 1px solid var(--line);
  transition: background .16s ease, border-color .16s ease;
}

.home-drawer-content > a:hover {
  border-color: rgba(74, 217, 245, .3);
  background: rgba(74, 217, 245, .045);
}

.home-drawer-content > a i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 7px;
  color: #07121b;
  background: var(--cyan);
  font: normal 900 .56rem ui-monospace, SFMono-Regular, Consolas, monospace;
}

.home-drawer-connect .home-drawer-content > a i { background: var(--green); }
.home-drawer-act .home-drawer-content > a i { background: var(--gold); }

.home-drawer-content > a span {
  display: grid;
  gap: 4px;
}

.home-drawer-content > a strong { font-size: .7rem; }
.home-drawer-content > a small { color: var(--muted); font-size: .58rem; line-height: 1.4; }

.home-mobile {
  display: grid;
  grid-template-columns: minmax(350px, .82fr) minmax(470px, 1.18fr);
  min-height: 560px;
  overflow: hidden;
  background: linear-gradient(135deg, #111a27, #0a111b);
}

.home-mobile-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.home-mobile-copy > p {
  max-width: 570px;
  margin-bottom: 14px;
  font-size: .77rem;
}

.home-mobile-copy ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 25px;
  padding: 0;
  list-style: none;
}

.home-mobile-copy li {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 8px;
  color: #dce5ef;
  font-size: .72rem;
  line-height: 1.5;
}

.home-mobile-copy li::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 5px;
  color: var(--green);
  background: rgba(76, 224, 168, .09);
  content: "✓";
  font-size: .65rem;
  font-weight: 900;
}

.home-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 19px;
}

.home-platforms span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #aab8c8;
  font-size: .57rem;
  font-weight: 850;
}

.home-mobile-stage {
  display: grid;
  position: relative;
  min-height: 560px;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, rgba(74, 217, 245, .16), transparent 48%);
}

.home-mobile-stage::before,
.home-mobile-stage::after {
  position: absolute;
  width: 370px;
  height: 370px;
  border: 1px solid rgba(74, 217, 245, .13);
  border-radius: 50%;
  content: "";
}

.home-mobile-stage::after {
  width: 520px;
  height: 520px;
  border-color: rgba(255, 181, 46, .08);
}

.home-phone {
  position: relative;
  z-index: 2;
  width: 270px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 35px;
  background: #05080d;
  box-shadow: 0 35px 75px rgba(0, 0, 0, .55);
}

.home-phone::before {
  display: block;
  width: 72px;
  height: 17px;
  margin: 0 auto -9px;
  border-radius: 0 0 12px 12px;
  background: #05080d;
  content: "";
}

.home-phone-screen {
  min-height: 465px;
  padding: 22px 12px 13px;
  border-radius: 27px;
  background: #0b1420;
}

.home-phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  color: #8fa2b7;
  font-size: .51rem;
  font-weight: 850;
}

.home-phone-top b { color: var(--green); font-size: .48rem; }

.home-phone-round {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 15px;
  border: 1px solid rgba(74, 217, 245, .2);
  border-radius: 13px;
  background: rgba(74, 217, 245, .07);
}

.home-phone-round small {
  display: block;
  margin-bottom: 6px;
  color: var(--cyan);
  font-size: .45rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.home-phone-round strong { font-size: 1.02rem; }
.home-phone-round > b { color: var(--gold); font-size: .75rem; }

.home-phone-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: 8px 0;
}

.home-phone-metrics span {
  padding: 9px 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: #101b29;
}

.home-phone-metrics small { display: block; color: #718499; font-size: .42rem; }
.home-phone-metrics b { display: block; margin-top: 4px; font-size: .59rem; }

.home-phone-board {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #0e1825;
}

.home-phone-board > span {
  display: block;
  margin-bottom: 9px;
  color: #7f93aa;
  font-size: .44rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.home-phone-board > div {
  display: grid;
  grid-template-columns: 17px 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid var(--line);
  font-size: .51rem;
}

.home-phone-board i {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 5px;
  color: #061018;
  background: #203047;
  font-style: normal;
  font-size: .42rem;
}

.home-phone-board > div:first-of-type i { background: var(--gold); }
.home-phone-board b { color: #dce8f3; }
.home-phone-board em { color: var(--cyan); font-style: normal; }

.home-phone-signal {
  position: absolute;
  z-index: 3;
  top: 13%;
  right: 9%;
  padding: 8px 10px;
  border: 1px solid rgba(76, 224, 168, .27);
  border-radius: 10px;
  color: var(--green);
  background: rgba(6, 15, 20, .84);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  font-size: .55rem;
  font-weight: 850;
}

.home-phone-signal i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
}

.home-path {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  background: rgba(255, 255, 255, .025);
}

.home-path p { margin: 0; font-size: .71rem; }

@media (max-width: 1180px) {
  .home-hero,
  .home-mobile { grid-template-columns: 1fr; }
  .home-hero-visual { min-height: 360px; }
  .home-cabinet { grid-template-columns: 1fr; }
  .home-drawer { display: grid; grid-template-columns: 220px 1fr; }
  .home-drawer > header { grid-column: 1 / -1; }
  .home-drawer-image { height: auto; min-height: 100%; }
  .home-drawer-content > p { min-height: 0; }
}

@media (max-width: 760px) {
  .home-page { gap: 12px; padding: 12px; }
  .home-page h1 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .home-hero-copy { min-height: 0; padding: 30px 22px; }
  .home-hero-visual { min-height: 300px; }
  .home-status { align-items: flex-start; }
  .home-drawer { grid-template-columns: 1fr; }
  .home-drawer-image { height: 190px; min-height: 0; }
  .home-drawer-content { padding: 18px 14px 14px; }
  .home-mobile-copy { padding: 32px 22px; }
  .home-mobile-stage { min-height: 500px; }
  .home-phone { width: 255px; }
  .home-phone-signal { top: 5%; right: 4%; }
  .home-path { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 460px) {
  .home-actions { align-items: stretch; flex-direction: column; }
  .home-actions .button { width: 100%; }
  .home-hero-visual { min-height: 250px; }
  .home-mobile-stage { min-height: 480px; }
  .home-phone { width: 245px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-drawer-content > a { transition: none; }
}
