:root {
  --bg: #050816;
  --bg-2: #07111f;
  --text: #f6fbff;
  --soft: #a9b8cc;
  --muted: #6f8199;
  --blue: #1168ff;
  --cyan: #15d8ff;
  --mint: #35e5ac;
  --lime: #b7ff68;
  --rose: #ff6d8f;
  --line: rgba(255, 255, 255, 0.13);
  --glass: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.08;
  background:
    linear-gradient(90deg, #fff 1px, transparent 1px),
    linear-gradient(#fff 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: overlay;
}

.cursor-light {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 216, 255, 0.18), transparent 62%);
  transform: translate3d(-50%, -50%, 0);
}

.header {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 34px));
  height: 72px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.brand {
  width: 250px;
  height: 58px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.brand img,
.footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: normal;
}

.nav {
  display: flex;
  gap: 4px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
}

.nav a {
  padding: 12px 16px;
  border-radius: 999px;
  color: #dce8f7;
  font-weight: 800;
  font-size: 0.91rem;
}

.nav a:hover {
  background: rgba(21, 216, 255, 0.12);
  color: #ffffff;
}

.menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 154px 0 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(17, 104, 255, 0.22), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(53, 229, 172, 0.16), transparent 30%),
    linear-gradient(145deg, #050816 0%, #07111f 48%, #041a28 100%);
}

.mesh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}

.hero-logo {
  position: absolute;
  right: -120px;
  top: 18%;
  width: min(900px, 76vw);
  opacity: 0.055;
  transform: rotate(-6deg);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 25px;
  font-size: clamp(4.2rem, 9vw, 9.8rem);
  line-height: 0.82;
  letter-spacing: -0.04em;
}

h2 {
  max-width: 980px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 6vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: var(--soft);
  font-size: clamp(1.08rem, 1.65vw, 1.32rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  overflow: hidden;
}

.button.primary {
  color: #03101c;
  background: linear-gradient(135deg, var(--cyan), var(--mint), var(--lime));
  box-shadow: 0 0 44px rgba(21, 216, 255, 0.22);
}

.button.primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.64), transparent);
  transform: translateX(-120%);
  animation: shine 4.2s ease-in-out infinite;
}

.button.ghost {
  border: 1px solid var(--line);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 960px;
}

.hero-metrics span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(14px);
}

.hero-metrics strong {
  color: #ffffff;
}

.zenith-orb {
  position: absolute;
  z-index: 2;
  right: max(3vw, calc((100vw - 1180px) / 2));
  bottom: 70px;
  width: min(42vw, 530px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.orb-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(21, 216, 255, 0.28);
  border-radius: 50%;
}

.ring-one {
  animation: rotate 18s linear infinite;
}

.ring-two {
  inset: 14%;
  border-color: rgba(53, 229, 172, 0.28);
  animation: rotate 12s linear infinite reverse;
}

.orb-ring::before,
.orb-ring::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 28px var(--cyan);
}

.orb-ring::before {
  left: 11%;
  top: 18%;
}

.orb-ring::after {
  right: 18%;
  bottom: 12%;
  background: var(--mint);
  box-shadow: 0 0 28px var(--mint);
}

.orb-core {
  width: 46%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(17, 104, 255, 0.92), rgba(21, 216, 255, 0.6));
  box-shadow: 0 0 80px rgba(21, 216, 255, 0.26);
}

.orb-core span {
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.orb-core strong {
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.05em;
}

.orb-core small {
  color: #cffff8;
  font-weight: 900;
}

.orbit-label {
  position: absolute;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #e8f7ff;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.label-a {
  top: 9%;
  right: 9%;
}

.label-b {
  left: 3%;
  bottom: 25%;
}

.label-c {
  right: 12%;
  bottom: 4%;
}

.marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #07101d;
}

.marquee div {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 22px 0;
  animation: marquee 26s linear infinite;
}

.marquee span {
  color: #d8e9f7;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 900;
  white-space: nowrap;
}

.zenith,
.orbit {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
}

.section-copy {
  margin-bottom: 48px;
}

.section-copy p:not(.eyebrow) {
  max-width: 520px;
  color: var(--soft);
  font-size: 1.1rem;
  line-height: 1.55;
}

.zenith-showcase {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 24px;
}

.zenith .section-copy {
  margin-bottom: 0;
}

.zenith-image {
  position: relative;
  min-height: 520px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 34% 24%, rgba(21, 216, 255, 0.22), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(53, 229, 172, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.24);
}

.zenith-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform: none;
}

.zenith-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 22, 0.58), transparent 48%),
    linear-gradient(0deg, rgba(5, 8, 22, 0.7), transparent 42%);
}

.zenith-image::after {
  content: none;
}

.care-map {
  position: absolute;
  inset: 0;
}

.node {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 34px var(--cyan);
  animation: pulseNode 2.8s ease-in-out infinite;
}

.node-a {
  left: 22%;
  top: 34%;
}

.node-b {
  right: 24%;
  top: 22%;
  background: var(--mint);
  box-shadow: 0 0 34px var(--mint);
  animation-delay: -0.8s;
}

.node-c {
  right: 17%;
  bottom: 28%;
  animation-delay: -1.4s;
}

.node-d {
  left: 31%;
  bottom: 22%;
  background: var(--lime);
  box-shadow: 0 0 34px var(--lime);
  animation-delay: -2s;
}

.path {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform-origin: left;
  opacity: 0.58;
}

.path-a {
  left: 24%;
  top: 37%;
  width: 52%;
  transform: rotate(-11deg);
}

.path-b {
  left: 33%;
  bottom: 28%;
  width: 50%;
  transform: rotate(-19deg);
  background: linear-gradient(90deg, transparent, var(--mint), transparent);
}

.path-c {
  left: 24%;
  top: 39%;
  width: 34%;
  transform: rotate(49deg);
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
}

.zenith-image figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 26px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.zenith-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.zenith-flow article {
  min-height: 120px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 15%, rgba(21, 216, 255, 0.13), transparent 32%),
    #081321;
}

.zenith-flow span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cyan);
  font-weight: 900;
}

.zenith-flow p,
.build-copy p,
.contact-copy p {
  color: var(--soft);
  line-height: 1.65;
}

.build {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 56px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
}

.build-visual {
  position: relative;
  min-height: 620px;
}

.phone {
  position: absolute;
  left: 7%;
  top: 16px;
  width: min(330px, 72vw);
  height: 590px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 46px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent),
    #091528;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
}

.phone-top {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 98px;
  height: 22px;
  border-radius: 999px;
  background: #020713;
  transform: translateX(-50%);
}

.phone-line {
  position: relative;
  z-index: 2;
  width: 64%;
  height: 14px;
  margin: 30px 0 0 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.phone-line.big {
  width: 72%;
  height: 84px;
  margin-top: 92px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.phone-line.short {
  width: 45%;
}

.phone-wave {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 42px;
  height: 180px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(53, 229, 172, 0.2), rgba(21, 216, 255, 0.12)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 3px, transparent 3px 18px);
}

.code-plane {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: grid;
  gap: 12px;
  width: min(420px, 80vw);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.code-plane span {
  padding: 13px 14px;
  border-radius: 999px;
  color: #bff7ff;
  background: rgba(255, 255, 255, 0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.92rem;
}

.orbit {
  padding-top: 70px;
}

.orbit-copy {
  margin-bottom: 36px;
}

.orbit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.orbit-grid div {
  position: relative;
  min-height: 380px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
    radial-gradient(circle at 20% 0, rgba(21, 216, 255, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.stack-card-image {
  width: 100%;
  height: 166px;
  margin-bottom: 22px;
  border-radius: 22px;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(1.12) contrast(1.05);
}

.software-image {
  object-position: 18% 50%;
}

.integrations-image {
  object-position: 44% 50%;
}

.cloud-image {
  object-position: 68% 50%;
}

.ai-image {
  object-position: 88% 50%;
}

.orbit-grid small {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--cyan);
  font-weight: 900;
}

.orbit-grid b {
  display: block;
  margin-bottom: 16px;
  font-size: 1.25rem;
}

.orbit-grid span {
  color: var(--soft);
  line-height: 1.5;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 58px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
  align-items: center;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.social-icons a {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.social-icons a:hover {
  border-color: rgba(21, 216, 255, 0.42);
  background: rgba(21, 216, 255, 0.1);
}

.social-icons svg,
.legal-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icons svg {
  width: 24px;
  height: 24px;
  color: var(--cyan);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0;
  color: var(--muted);
}

.footer img {
  width: 190px;
  height: 48px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.footer a,
.footer button {
  color: var(--cyan);
  font-weight: 900;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.legal-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  cursor: pointer;
}

.legal-button:hover {
  background: rgba(21, 216, 255, 0.1);
}

.top-link {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
}

.top-link:hover {
  background: rgba(21, 216, 255, 0.1);
}

.top-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(1, 5, 13, 0.72);
  backdrop-filter: blur(10px);
}

.legal-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 90;
  width: min(680px, calc(100% - 28px));
  max-height: calc(100svh - 40px);
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 0, rgba(21, 216, 255, 0.18), transparent 34%),
    rgba(7, 17, 31, 0.96);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}

.legal-modal h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.legal-modal p {
  color: var(--soft);
  line-height: 1.65;
}

.legal-modal a {
  color: var(--cyan);
  font-weight: 900;
}

.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 820ms ease, transform 820ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes shine {
  0%,
  54% {
    transform: translateX(-120%);
  }
  82%,
  100% {
    transform: translateX(120%);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}

@keyframes pulseNode {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

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

@media (max-width: 980px) {
  .zenith-orb {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(620px, 92vw);
    margin: 48px auto 0;
  }

  .zenith-flow,
  .build,
  .orbit-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .zenith-showcase {
    grid-template-columns: 1fr;
  }

  .orbit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .header {
    width: calc(100% - 22px);
    height: 68px;
    top: 10px;
    border-radius: 0;
  }

  .brand {
    width: 205px;
    height: 48px;
  }

  .menu {
    display: grid;
    place-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
  }

  .menu span {
    width: 20px;
    height: 2px;
    background: #ffffff;
  }

  .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(5, 8, 22, 0.94);
    backdrop-filter: blur(18px);
  }

  body.nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 16px;
  }

  .hero {
    padding: 118px 0 66px;
  }

  .hero-inner,
  .zenith,
  .build,
  .orbit,
  .contact,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(4.15rem, 17.2vw, 5.65rem);
  }

  h2 {
    font-size: clamp(3rem, 13vw, 4.3rem);
  }

  .hero-actions {
    display: grid;
  }

  .hero-metrics {
    display: grid;
  }

  .zenith-orb {
    margin-top: 34px;
  }

  .marquee div {
    gap: 28px;
  }

  .zenith,
  .build,
  .orbit,
  .contact {
    padding: 78px 0;
  }

  .zenith-flow {
    gap: 10px;
  }

  .zenith-flow article {
    min-height: auto;
    padding: 20px;
  }

  .zenith-flow span {
    margin-bottom: 10px;
  }

  .zenith-image {
    min-height: 390px;
    border-radius: 30px;
  }

  .build-visual {
    min-height: 570px;
  }

  .phone {
    left: 0;
  }

  .code-plane {
    bottom: 40px;
  }

  .orbit-grid {
    grid-template-columns: 1fr;
  }

  .orbit-grid div {
    min-height: auto;
    border-radius: 26px;
  }

  .stack-card-image {
    height: 190px;
  }

  .orbit-grid b {
    margin-bottom: 14px;
  }

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

  .footer-actions {
    justify-content: flex-start;
  }

  .social-icons {
    display: grid;
  }
}
