@font-face {
  font-family: "Unbounded";
  src: url("fonts/unbounded-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  src: url("fonts/unbounded-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #111111;
  --muted: #6d6d69;
  --paper: #f5f4ef;
  --line: #d9d8d2;
  --soft: #ebeae5;
  --blue: #2f5bff;
  --violet: #7452ff;
  --display: "Unbounded", sans-serif;
  --body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

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

button {
  font: inherit;
}

.maintenance {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 0 clamp(24px, 5vw, 76px);
}

.background-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0.35) 66%, transparent);
}

.maintenance::before,
.maintenance::after {
  position: absolute;
  z-index: -1;
  content: "";
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.maintenance::before {
  width: min(54vw, 820px);
  aspect-ratio: 1;
  right: -10vw;
  top: 5%;
  background: radial-gradient(circle, rgba(111, 136, 255, 0.2), rgba(116, 82, 255, 0.06) 47%, transparent 70%);
}

.maintenance::after {
  width: 420px;
  height: 420px;
  left: -230px;
  bottom: -260px;
  background: rgba(255, 255, 255, 0.75);
}

.site-header,
.site-footer {
  width: min(1420px, 100%);
  margin-inline: auto;
}

.site-header {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: block;
  flex: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.status-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
}

.status-pill {
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(17, 17, 17, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 8px 30px rgba(17, 17, 17, 0.04);
  backdrop-filter: blur(10px);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(47, 91, 255, 0.12);
  animation: pulse 2.2s ease-in-out infinite;
}

.hero {
  width: min(1420px, 100%);
  margin: auto;
  padding: clamp(58px, 7vh, 96px) 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(54px, 7vw, 120px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.eyebrow {
  gap: 9px;
  margin: 0 0 25px;
  color: #4e4e4a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow-mark {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 13px;
}

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(48px, 4.8vw, 70px);
  font-weight: 650;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

h1 span {
  display: block;
  margin-top: 8px;
  color: transparent;
  background: linear-gradient(100deg, var(--blue), var(--violet) 76%);
  -webkit-background-clip: text;
  background-clip: text;
}

.lead {
  max-width: 620px;
  margin: 34px 0 0;
  font-size: clamp(20px, 1.75vw, 26px);
  font-weight: 570;
  letter-spacing: -0.035em;
  line-height: 1.42;
}

.details {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.72;
}

.feature-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.feature-line i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aaa9a4;
}

.product-visual {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
}

.orbit-one {
  width: 570px;
  height: 570px;
}

.orbit-two {
  width: 710px;
  height: 710px;
  border-style: dashed;
  animation: spin 50s linear infinite;
}

.workspace {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  aspect-ratio: 1.19;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 46px 100px rgba(17, 17, 17, 0.18),
    0 2px 0 rgba(255, 255, 255, 0.9) inset;
  transform: rotateY(-7deg) rotateX(2deg);
  animation: hover 7s ease-in-out infinite;
}

.workspace-bar {
  height: 57px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 250, 248, 0.96);
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8c7c2;
}

.workspace-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.live-badge {
  justify-self: end;
  padding: 6px 9px;
  border-radius: 6px;
  background: #e9efff;
  color: #3153d9;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.workspace-canvas {
  position: relative;
  height: calc(100% - 57px);
  display: grid;
  grid-template-columns: 54px 1fr;
  background: #eeede8;
}

.mini-sidebar {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  background: #f9f9f7;
}

.mini-sidebar span {
  width: 17px;
  height: 17px;
  border: 1px solid #c6c5c0;
  border-radius: 5px;
}

.mini-sidebar .sidebar-logo {
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  border: 0;
  border-radius: 7px;
  background: var(--ink);
}

.site-preview {
  margin: 24px 26px 26px;
  overflow: hidden;
  border: 1px solid #d2d1cc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 17, 17, 0.1);
}

.preview-nav {
  height: 42px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecebe7;
}

.preview-nav > span {
  width: 57px;
  height: 9px;
  border-radius: 3px;
  background: var(--ink);
}

.preview-nav div {
  display: flex;
  gap: 9px;
}

.preview-nav i {
  display: block;
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #cecdc8;
}

.preview-hero {
  height: 246px;
  padding: 34px 40px;
  background:
    radial-gradient(circle at 82% 28%, rgba(90, 114, 255, 0.22), transparent 24%),
    #f2f1ec;
}

.preview-kicker {
  display: block;
  width: 82px;
  height: 6px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: #858581;
}

.preview-hero strong {
  display: block;
  width: 68%;
  height: 18px;
  margin-bottom: 9px;
  border-radius: 4px;
  background: var(--ink);
}

.preview-hero strong.short {
  width: 53%;
}

.preview-hero p {
  width: 48%;
  height: 7px;
  margin: 20px 0 0;
  border-radius: 3px;
  background: #aaa9a4;
}

.preview-hero button {
  width: 84px;
  height: 28px;
  margin-top: 24px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
}

.preview-cards {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.preview-cards i {
  height: 70px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8f8f5;
}

.command-card {
  position: absolute;
  z-index: 4;
  left: 88px;
  right: 32px;
  bottom: 27px;
  min-height: 72px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #cccac5;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 38px rgba(17, 17, 17, 0.15);
  backdrop-filter: blur(10px);
}

.command-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.command-icon,
.command-arrow {
  display: grid;
  place-items: center;
  flex: none;
}

.command-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  color: white;
  font-size: 13px;
}

.command-arrow {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
}

.floating-note {
  position: absolute;
  z-index: 5;
  min-height: 48px;
  padding: 8px 14px 8px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(12px);
}

.note-top {
  top: 58px;
  right: -15px;
  animation: drift 6s ease-in-out infinite;
}

.note-bottom {
  left: -22px;
  bottom: 56px;
  animation: drift 6s -3s ease-in-out infinite;
}

.note-icon,
.check {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.note-icon {
  background: #ecebf7;
  font-family: Georgia, serif;
  font-size: 16px;
}

.check {
  background: var(--ink);
  color: white;
}

.site-footer {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  color: #767671;
  font-size: 12px;
  font-weight: 650;
}

.footer-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

@keyframes pulse {
  50% {
    opacity: 0.55;
    box-shadow: 0 0 0 8px rgba(47, 91, 255, 0.05);
  }
}

@keyframes hover {
  50% {
    transform: rotateY(-5deg) rotateX(1deg) translateY(-8px);
  }
}

@keyframes drift {
  50% {
    transform: translateY(-7px);
  }
}

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

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 0.93fr) minmax(420px, 1.07fr);
    gap: 48px;
  }

  .product-visual {
    min-height: 510px;
  }

  .orbit-one {
    width: 500px;
    height: 500px;
  }

  .orbit-two {
    width: 610px;
    height: 610px;
  }

  .note-top {
    right: -5px;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 74px 0 45px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .product-visual {
    width: min(680px, 100%);
    min-height: 560px;
    margin-inline: auto;
  }

  .workspace {
    transform: none;
  }

  .workspace,
  .workspace:hover {
    animation-name: drift;
  }
}

@media (max-width: 620px) {
  .maintenance {
    padding: 0 20px;
  }

  .site-header {
    min-height: 82px;
  }

  .brand {
    gap: 10px;
    font-size: 19px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }

  .status-pill {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    background: var(--blue);
    color: transparent;
    box-shadow: 0 0 0 6px rgba(47, 91, 255, 0.1);
  }

  .status-dot {
    display: none;
  }

  .hero {
    gap: 32px;
    padding: 55px 0 30px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(36px, 9.8vw, 47px);
    letter-spacing: -0.08em;
  }

  .lead {
    margin-top: 28px;
    font-size: 19px;
  }

  .details {
    font-size: 15px;
    line-height: 1.65;
  }

  .feature-line {
    gap: 9px;
    margin-top: 28px;
    font-size: 10px;
  }

  .product-visual {
    min-height: 390px;
    margin-top: 8px;
  }

  .orbit-one {
    width: 380px;
    height: 380px;
  }

  .orbit-two {
    width: 470px;
    height: 470px;
  }

  .workspace {
    width: 104%;
    border-radius: 16px;
  }

  .workspace-bar {
    height: 45px;
    padding: 0 13px;
  }

  .workspace-canvas {
    height: calc(100% - 45px);
    grid-template-columns: 38px 1fr;
  }

  .mini-sidebar {
    gap: 11px;
    padding-top: 12px;
  }

  .mini-sidebar span {
    width: 13px;
    height: 13px;
  }

  .mini-sidebar .sidebar-logo {
    width: 20px;
    height: 20px;
  }

  .site-preview {
    margin: 15px 16px 17px;
  }

  .preview-nav {
    height: 31px;
  }

  .preview-hero {
    height: 172px;
    padding: 23px 25px;
  }

  .preview-cards i {
    height: 42px;
  }

  .command-card {
    left: 56px;
    right: 23px;
    bottom: 18px;
    min-height: 52px;
    padding: 8px 10px;
  }

  .command-card p {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .command-icon {
    width: 29px;
    height: 29px;
  }

  .command-arrow {
    width: 25px;
    height: 25px;
  }

  .floating-note {
    display: none;
  }

  .site-footer {
    min-height: 70px;
    gap: 14px;
    font-size: 11px;
  }

  .footer-note {
    max-width: 135px;
    justify-content: flex-end;
    text-align: right;
  }
}

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