:root {
  --bg-main: #020817;
  --bg-section: #06162d;
  --bg-card: rgba(8, 28, 58, 0.82);
  --blue-main: #1597ff;
  --blue-light: #25c7ff;
  --blue-dark: #004cff;
  --text-main: #f4f8ff;
  --text-muted: #9fb3d1;
  --border-blue: rgba(37, 199, 255, 0.35);
  --danger: #ff4d5f;
  --shadow-neon: 0 0 40px rgba(21, 151, 255, 0.22);
  --container: 1280px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 15% 15%, rgba(37, 199, 255, 0.12), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(0, 76, 255, 0.16), transparent 26%),
    radial-gradient(circle at 70% 55%, rgba(21, 151, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #030918 0%, #020817 45%, #051125 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

.page-glow,
.grid-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -3;
}

.page-glow-left {
  background: radial-gradient(circle at 8% 22%, rgba(0, 162, 255, 0.16), transparent 30%);
}

.page-glow-right {
  background: radial-gradient(circle at 88% 18%, rgba(0, 76, 255, 0.22), transparent 28%);
}

.grid-overlay {
  z-index: -2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(103, 169, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 169, 255, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.25));
}

.container {
  width: min(calc(100% - 24px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 34px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 26px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--blue-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  line-height: 1.04;
}

h1 {
  font-size: clamp(2.7rem, 7vw, 5.15rem);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

h1 span,
h2 span {
  color: var(--blue-main);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.03em;
}

p {
  margin: 0;
  line-height: 1.7;
  color: var(--text-muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px);
  background: rgba(2, 8, 23, 0.78);
  border-bottom: 1px solid rgba(75, 139, 255, 0.09);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: fit-content;
}

.brand-logo {
  display: block;
  width: clamp(160px, 12.5vw, 230px);
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 12px rgba(37, 199, 255, 0.28))
    drop-shadow(0 0 28px rgba(21, 151, 255, 0.12));
}

.brand-logo--footer {
  width: clamp(220px, 19vw, 340px);
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(8, 26, 54, 0.94), rgba(8, 17, 36, 0.94)),
    rgba(5, 18, 42, 0.96);
  border: 1px solid var(--border-blue);
  box-shadow: inset 0 0 18px rgba(27, 149, 255, 0.18), 0 0 22px rgba(21, 151, 255, 0.14);
  display: none;
}

.brand-mark svg {
  width: 72%;
  height: 72%;
  fill: none;
  stroke: var(--blue-light);
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 9px rgba(37, 199, 255, 0.7));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  display: none;
}

.brand-name {
  font-size: 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-tag {
  font-size: 0.78rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 32px);
}

.site-nav a {
  color: rgba(235, 244, 255, 0.88);
  font-size: 0.98rem;
  position: relative;
  transition: color 0.25s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-main), var(--blue-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  justify-self: end;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid var(--border-blue);
  background: rgba(9, 23, 49, 0.92);
  color: var(--text-main);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--blue-light);
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #168fff, #1668ff);
  box-shadow: 0 16px 36px rgba(22, 111, 255, 0.28), 0 0 18px rgba(37, 199, 255, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 20px 44px rgba(22, 111, 255, 0.34), 0 0 24px rgba(37, 199, 255, 0.28);
}

.button-secondary {
  border-color: rgba(37, 199, 255, 0.32);
  background: rgba(8, 24, 49, 0.68);
  color: #e9f5ff;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(37, 199, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(37, 199, 255, 0.18), 0 0 18px rgba(21, 151, 255, 0.14);
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(2, 8, 23, 0.84) 0%,
      rgba(2, 8, 23, 0.72) 22%,
      rgba(2, 8, 23, 0.3) 44%,
      rgba(2, 8, 23, 0.1) 66%,
      rgba(2, 8, 23, 0.04) 100%
    ),
    url("assets/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(2, 8, 23, 0.98) 0%,
    rgba(2, 8, 23, 0.92) 28%,
    rgba(2, 8, 23, 0.58) 47%,
    rgba(2, 8, 23, 0.18) 68%,
    rgba(2, 8, 23, 0.02) 100%
  );
}

.hero-art {
  position: absolute;
  inset: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-laptop-wrap {
  position: absolute;
  left: 77%;
  top: 57%;
  width: min(27vw, 385px);
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: auto;
  overflow: visible;
}

.hero-laptop-art {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 4;
  pointer-events: none;
}

.hero-laptop-screen-stage,
.hero-laptop-screen {
  position: absolute;
  inset: 0;
}

.hero-laptop-screen-stage {
  overflow: visible;
  z-index: 5;
  pointer-events: none;
}

.hero-laptop-screen {
  opacity: 0.95;
  overflow: hidden;
  clip-path: polygon(
    var(--screen-tl-x, 108px) var(--screen-tl-y, 63px),
    var(--screen-tr-x, 295px) var(--screen-tr-y, 56px),
    var(--screen-br-x, 306px) var(--screen-br-y, 168px),
    var(--screen-bl-x, 100px) var(--screen-bl-y, 176px)
  );
}

.hero-laptop-screen::before {
  content: none;
}

.hero-code-window {
  position: absolute;
  left: var(--screen-code-left, 114px);
  top: var(--screen-code-top, 66px);
  width: var(--screen-code-width, 184px);
  height: var(--screen-code-height, 104px);
  display: grid;
  gap: 3px;
  padding: 9px 10px 8px;
  font-family: "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;
  font-size: clamp(4px, 0.35vw, 6.5px);
  line-height: 1.26;
  letter-spacing: 0.02em;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(4, 13, 28, 0.96), rgba(3, 9, 20, 0.95)),
    rgba(2, 9, 20, 0.94);
  border: 1px solid rgba(120, 201, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(125, 212, 255, 0.03),
    inset 0 0 26px rgba(10, 35, 71, 0.34);
  transform: rotate(var(--screen-code-rotate, -8deg));
  transform-origin: center;
}

.hero-code-window::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(129, 208, 255, 0.04), transparent 16%),
    radial-gradient(circle at 32% 16%, rgba(53, 171, 255, 0.05), transparent 20%);
  pointer-events: none;
}

.hero-code-line {
  min-height: 1.26em;
  color: #d6ecff;
  opacity: 0;
  transform: translateY(3px);
  text-shadow: 0 0 4px rgba(76, 201, 255, 0.07);
  white-space: pre;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}

.hero-code-line.is-visible {
  animation: revealCodeLine 0.62s ease forwards;
}

.hero-code-line--cyan {
  color: #82e5ff;
}

.hero-code-line--blue {
  color: #73b3ff;
}

.hero-code-line--soft {
  color: #dceeff;
}

.hero-code-line--orange {
  color: #ffb15d;
}

.hero-code-line--red {
  color: #ff7d7d;
}

.hero-keyboard-lights {
  position: absolute;
  left: 29%;
  bottom: 14.5%;
  width: 44%;
  height: 16%;
  overflow: hidden;
  z-index: 5;
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

.hero-key-light {
  position: absolute;
  width: 22%;
  height: 20%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(105, 212, 255, 0.34) 0%, rgba(54, 176, 255, 0.16) 42%, transparent 78%);
  filter: blur(4px);
  opacity: 0.18;
  animation: keyboardGlow 3.8s ease-in-out infinite;
}

.hero-key-light--1 { left: 6%; top: 14%; animation-delay: 0.2s; }
.hero-key-light--2 { left: 33%; top: 8%; animation-delay: 1.1s; }
.hero-key-light--3 { left: 60%; top: 12%; animation-delay: 2.2s; }
.hero-key-light--4 { left: 14%; top: 52%; animation-delay: 2.9s; }
.hero-key-light--5 { left: 44%; top: 48%; animation-delay: 0.7s; }
.hero-key-light--6 { left: 71%; top: 54%; animation-delay: 1.8s; }

.hero-screen-editor {
  position: absolute;
  inset: 0;
  border: none;
  border-radius: 0;
  pointer-events: auto;
  z-index: 12;
  overflow: visible;
  user-select: none;
  touch-action: none;
  display: none;
}

.hero-screen-editor__lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.hero-screen-editor__polygon {
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
  vector-effect: non-scaling-stroke;
  filter: none;
}

.hero-screen-editor__handle {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(235, 249, 255, 0.5);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(52, 194, 255, 0.42), rgba(15, 130, 255, 0.42));
  box-shadow:
    0 0 6px rgba(37, 199, 255, 0.22),
    0 0 12px rgba(37, 199, 255, 0.08);
  pointer-events: auto;
  z-index: 20;
  touch-action: none;
  opacity: 0.55;
  transition: opacity 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.hero-screen-editor__handle:hover,
.hero-screen-editor__handle:focus-visible {
  opacity: 0.95;
  border-color: rgba(235, 249, 255, 0.9);
  box-shadow:
    0 0 8px rgba(37, 199, 255, 0.42),
    0 0 16px rgba(37, 199, 255, 0.16);
}

.hero-screen-editor__handle--tl {
  left: calc(var(--screen-tl-x, 108px) - 5px);
  top: calc(var(--screen-tl-y, 63px) - 5px);
  cursor: nwse-resize;
}

.hero-screen-editor__handle--tr {
  left: calc(var(--screen-tr-x, 295px) - 5px);
  top: calc(var(--screen-tr-y, 56px) - 5px);
  cursor: nesw-resize;
}

.hero-screen-editor__handle--br {
  left: calc(var(--screen-br-x, 306px) - 5px);
  top: calc(var(--screen-br-y, 168px) - 5px);
  cursor: nwse-resize;
}

.hero-screen-editor__handle--bl {
  left: calc(var(--screen-bl-x, 100px) - 5px);
  top: calc(var(--screen-bl-y, 176px) - 5px);
  cursor: nesw-resize;
}

.overlay-tuner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  width: 320px;
  max-width: calc(100vw - 36px);
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(37, 199, 255, 0.2);
  background: rgba(3, 13, 30, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  display: none;
}

.overlay-tuner__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 12px;
}

.overlay-tuner__header strong {
  font-size: 0.95rem;
  color: #eef7ff;
}

.overlay-tuner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.overlay-tuner__button {
  border: 1px solid rgba(37, 199, 255, 0.24);
  background: rgba(11, 33, 68, 0.8);
  color: #bfeaff;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
}

.overlay-tuner__button--reset {
  border-color: rgba(255, 118, 118, 0.24);
  color: #ffd0d0;
}

.overlay-tuner__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.overlay-tuner__field {
  display: grid;
  gap: 6px;
}

.overlay-tuner__field span {
  font-size: 0.72rem;
  color: #9fc7e8;
}

.overlay-tuner__field input[type="range"] {
  width: 100%;
  accent-color: #2ddcff;
}

.overlay-tuner__number {
  width: 100%;
  border: 1px solid rgba(37, 199, 255, 0.16);
  border-radius: 10px;
  background: rgba(2, 10, 22, 0.9);
  color: #e9f7ff;
  padding: 8px 10px;
}

.overlay-tuner__output {
  width: 100%;
  min-height: 180px;
  margin-top: 12px;
  resize: none;
  border: 1px solid rgba(37, 199, 255, 0.14);
  border-radius: 12px;
  background: rgba(2, 10, 22, 0.9);
  color: #8ae9ff;
  padding: 10px;
  font: 12px/1.45 "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;
}

.hero-grid {
  min-height: calc(100vh - 86px);
}

.hero__inner {
  position: relative;
  z-index: 4;
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(48vw, 700px);
  padding: 38px 0 60px;
  position: relative;
  z-index: 4;
  max-width: 650px;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: -18px;
  margin-bottom: 22px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(37, 199, 255, 0.34);
  color: var(--blue-light);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  background: rgba(5, 19, 43, 0.8);
  box-shadow: inset 0 0 22px rgba(15, 99, 186, 0.16);
}

.hero-title {
  max-width: 780px;
  font-size: clamp(30px, 3.15vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 620px;
  margin-top: 64px;
  font-size: 1.15rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 92px;
}

.hero-features {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  margin-top: 72px;
  align-items: center;
}

.mini-feature {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
  flex: 1 1 0;
}

.mini-feature > div {
  display: grid;
  gap: 2px;
  min-width: max-content;
}

.mini-feature strong,
.mini-feature span {
  display: block;
  white-space: nowrap;
}

.mini-feature strong {
  margin-bottom: 2px;
  color: #edf6ff;
  font-size: 0.92rem;
}

.mini-feature span {
  font-size: 0.84rem;
}

.mini-icon {
  width: 96px;
  height: 96px;
  border-radius: 0;
  display: grid;
  place-items: center;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  filter:
    brightness(1.2)
    contrast(1.12)
    saturate(1.06)
    drop-shadow(0 0 6px rgba(37, 199, 255, 0.28))
    drop-shadow(0 0 14px rgba(21, 151, 255, 0.12));
}

.hero-features .mini-feature:nth-child(1) .mini-icon {
  background-image: url("assets/feature-clean-code.png");
}

.hero-features .mini-feature:nth-child(2) .mini-icon {
  background-image: url("assets/feature-speed.png");
}

.hero-features .mini-feature:nth-child(3) .mini-icon {
  background-image: url("assets/feature-support.png");
  width: 114px;
  height: 114px;
  background-size: contain;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 56%, rgba(37, 199, 255, 0.14), transparent 16%),
    radial-gradient(circle at 84% 14%, rgba(21, 151, 255, 0.12), transparent 20%),
    radial-gradient(circle at 22% 52%, rgba(37, 199, 255, 0.06), transparent 24%);
  filter: blur(10px);
  z-index: 1;
}

.hero-floating-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}

.hero-link-path {
  fill: none;
  stroke: rgba(37, 199, 255, 0.1);
  stroke-width: 0.9;
  stroke-linecap: round;
  filter: drop-shadow(0 0 4px rgba(37, 199, 255, 0.18));
}

.hero-link-path:nth-of-type(2),
.hero-link-path:nth-of-type(4) {
  stroke-opacity: 0.42;
}

.hero-link-path:nth-of-type(3),
.hero-link-path:nth-of-type(5) {
  stroke-opacity: 0.32;
}

.floating-card {
  position: absolute;
  z-index: 5;
  width: clamp(92px, 7vw, 124px);
  min-height: clamp(42px, 4.2vw, 62px);
  padding: 6px 8px 5px;
  border-radius: 16px;
  border: 1px solid rgba(37, 199, 255, 0.45);
  background: rgba(4, 18, 40, 0.72);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 24px rgba(21, 151, 255, 0.22);
  animation: floatCard 5s ease-in-out infinite;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
  pointer-events: auto;
  text-align: center;
}

.floating-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 199, 255, 0.08), transparent 68%);
  opacity: 0.18;
}

.floating-card::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 260deg,
      rgba(255, 255, 255, 0.95) 300deg,
      rgba(37, 199, 255, 1) 332deg,
      transparent 360deg
    );
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  padding: 2px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.floating-card strong,
.floating-card span {
  display: block;
  text-align: center;
}

.floating-card strong {
  margin-bottom: 2px;
  font-size: 0.74rem;
  position: relative;
  z-index: 1;
  line-height: 1.15;
}

.floating-card span:last-child {
  color: var(--text-muted);
  font-size: 0.62rem;
  position: relative;
  z-index: 1;
  line-height: 1.15;
}

.floating-icon {
  position: relative;
  z-index: 1;
  color: transparent;
  font-size: 0;
  line-height: 0;
  width: 72px;
  height: 72px;
  margin: -6px auto 1px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.floating-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 62px 62px;
  mix-blend-mode: screen;
  filter:
    brightness(1.18)
    saturate(1.08)
    drop-shadow(0 0 1px rgba(66, 205, 255, 0.28))
    drop-shadow(0 0 6px rgba(37, 199, 255, 0.2));
  z-index: 1;
}

.floating-card--sites .floating-icon::before {
  background-image: url("assets/floating-sites.png");
}

.floating-card--shop .floating-icon::before {
  background-image: url("assets/floating-shop.png");
}

.floating-card--admin .floating-icon::before {
  background-image: url("assets/floating-admin.png");
}

.floating-card--bot .floating-icon::before {
  background-image: url("assets/floating-telegram.png");
}

.floating-card--auto .floating-icon::before {
  background-image: url("assets/floating-auto.png");
}

.floating-icon::after {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 208, 255, 0.02) 0%, rgba(65, 208, 255, 0.01) 34%, transparent 68%);
  filter: blur(1px);
  z-index: -1;
}

.floating-card.is-pulsed {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 16px rgba(37, 199, 255, 0.9),
    0 0 35px rgba(21, 151, 255, 0.65),
    inset 0 0 18px rgba(37, 199, 255, 0.25);
}

.floating-card.is-pulsed::after {
  opacity: 1;
  animation: borderRun 0.8s linear;
}

.floating-card--sites { top: 15%; right: 24%; }
.floating-card--shop { top: 38%; right: 37%; animation-delay: 0.7s; }
.floating-card--admin { bottom: 13%; right: 30%; animation-delay: 1.3s; }
.floating-card--bot { top: 17%; right: 7%; animation-delay: 0.4s; }
.floating-card--auto { bottom: 15%; right: 5%; animation-delay: 1s; }

.hero-pulse-dot {
  fill: url(#hero-pulse-gradient);
  filter:
    drop-shadow(0 0 4px rgba(117, 245, 255, 0.8))
    drop-shadow(0 0 11px rgba(37, 199, 255, 0.82))
    drop-shadow(0 0 18px rgba(21, 151, 255, 0.5));
  opacity: 1;
}

.card-grid,
.process-grid,
.portfolio-grid,
.review-grid {
  display: grid;
  gap: 16px;
}

.five-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.price-card,
.process-card,
.portfolio-card,
.review-card,
.compare-card,
.code-preview,
.cta-panel,
.services-overview .container,
.freedom-grid,
.process-section .container,
.prices-section .container {
  border-radius: var(--radius-lg);
}

.services-overview .container,
.freedom-grid,
.process-section .container,
.prices-section .container {
  padding: 22px;
  border: 1px solid rgba(37, 199, 255, 0.18);
  background: linear-gradient(180deg, rgba(3, 13, 32, 0.92), rgba(5, 18, 40, 0.92));
  box-shadow: inset 0 0 22px rgba(21, 151, 255, 0.05);
}

.services-overview {
  margin-top: -50px;
  position: relative;
  z-index: 6;
}

.info-card,
.price-card,
.process-card,
.portfolio-card,
.review-card,
.compare-card {
  position: relative;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(37, 199, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(7, 24, 50, 0.9), rgba(4, 15, 33, 0.92));
  box-shadow: inset 0 0 18px rgba(24, 120, 223, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.price-card {
  display: flex;
  flex-direction: column;
}

.info-card:hover,
.price-card:hover,
.process-card:hover,
.portfolio-card:hover,
.review-card:hover,
.compare-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 199, 255, 0.44);
  box-shadow: 0 20px 40px rgba(0, 23, 60, 0.34), 0 0 24px rgba(21, 151, 255, 0.12);
}

.service-icon {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 0;
  margin: 0 auto 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  filter: none;
}

.services-overview .info-card:nth-child(1) .service-icon {
  background-image: url("assets/service-sites.png");
}

.services-overview .info-card:nth-child(2) .service-icon {
  background-image: url("assets/service-telegram-bots.png");
}

.services-overview .info-card:nth-child(3) .service-icon {
  background-image: url("assets/service-admin-panels.png");
}

.services-overview .info-card:nth-child(4) .service-icon {
  background-image: url("assets/service-automation.png");
}

.services-overview .info-card:nth-child(5) .service-icon {
  background-image: url("assets/service-integrations.png");
}

.strengths-section .info-card:nth-child(1) .service-icon {
  background-image: url("assets/benefit-clear-approach.png");
}

.strengths-section .info-card:nth-child(2) .service-icon {
  background-image: url("assets/benefit-custom-fit.png");
}

.strengths-section .info-card:nth-child(3) .service-icon {
  background-image: url("assets/benefit-clean-code.png");
}

.strengths-section .info-card:nth-child(4) .service-icon {
  background-image: url("assets/benefit-modern-stack.png");
}

.strengths-section .info-card:nth-child(5) .service-icon {
  background-image: url("assets/benefit-support-growth.png");
}

.prices-section .price-card:nth-child(1) .service-icon {
  background-image: url("assets/price-landing.png");
}

.prices-section .price-card:nth-child(2) .service-icon {
  background-image: url("assets/price-catalog.png");
}

.prices-section .price-card:nth-child(3) .service-icon {
  background-image: url("assets/price-shop.png");
}

.prices-section .price-card:nth-child(4) .service-icon {
  background-image: url("assets/price-telegram-bot.png");
}

.prices-section .price-card:nth-child(5) .service-icon {
  background-image: url("assets/price-admin-panel.png");
}

.strengths-section .section-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
  letter-spacing: -0.05em;
}

.prices-section .section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  letter-spacing: -0.05em;
}

.info-card h3,
.price-card h3,
.process-card h3,
.portfolio-card h3,
.review-card strong {
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.info-card {
  text-align: center;
}

.info-card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.info-card-link__cta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue-light);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.28s ease, transform 0.28s ease;
}

.info-card-link:hover,
.info-card-link:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(37, 199, 255, 0.64);
  box-shadow: 0 24px 50px rgba(0, 23, 60, 0.4), 0 0 28px rgba(21, 151, 255, 0.2);
}

.info-card-link:hover .info-card-link__cta,
.info-card-link:focus-visible .info-card-link__cta {
  color: #ffffff;
  transform: translateX(2px);
}

.info-card-link:focus-visible {
  outline: none;
}

.info-card p {
  font-size: 0.95rem;
  line-height: 1.55;
}

.service-page .site-header {
  position: sticky;
}

.service-page-shell {
  padding: 46px 0 34px;
}

.service-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  margin-bottom: 24px;
}

.service-page-panel {
  border: 1px solid rgba(37, 199, 255, 0.18);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(3, 13, 32, 0.92), rgba(5, 18, 40, 0.92));
  box-shadow: inset 0 0 22px rgba(21, 151, 255, 0.05);
}

.service-page-hero__content,
.service-page-hero__aside,
.service-page-section,
.service-page-cta {
  padding: 30px;
}

.service-page-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.service-page-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.service-page-breadcrumbs a {
  color: var(--blue-light);
}

.service-page-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue-light);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}

.service-page-title {
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}

.service-page-lead {
  font-size: 1.04rem;
  max-width: 760px;
}

.service-page-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.service-page-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(37, 199, 255, 0.28);
  background: rgba(8, 24, 49, 0.56);
  color: #eaf5ff;
  font-size: 0.9rem;
  font-weight: 600;
}

.service-page-hero__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.service-page-hero__aside h2,
.service-page-section h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin-bottom: 14px;
}

.service-page-quick-list,
.service-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-page-quick-list li,
.service-page-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-muted);
  line-height: 1.65;
}

.service-page-quick-list li + li,
.service-page-list li + li {
  margin-top: 10px;
}

.service-page-quick-list li::before,
.service-page-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-light), var(--blue-main));
  box-shadow: 0 0 12px rgba(37, 199, 255, 0.45);
}

.service-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-page-section h2 {
  margin-bottom: 16px;
}

.service-page-section p + p {
  margin-top: 12px;
}

.service-page-section--full {
  grid-column: 1 / -1;
}

.service-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}

.service-page-cta__copy h2 {
  margin-bottom: 12px;
}

.service-page-cta__copy p {
  max-width: 720px;
}

.service-page-footer-spacer {
  height: 10px;
}

@media (max-width: 980px) {
  .service-page-hero,
  .service-page-grid {
    grid-template-columns: 1fr;
  }

  .service-page-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .service-page-shell {
    padding-top: 28px;
  }

  .service-page-hero__content,
  .service-page-hero__aside,
  .service-page-section,
  .service-page-cta {
    padding: 22px;
  }

  .service-page-title {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .service-page-pills {
    gap: 8px;
  }

  .service-page-pill {
    width: 100%;
    text-align: center;
  }
}

.freedom-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.1fr) minmax(300px, 1fr);
  align-items: stretch;
  gap: 18px;
}

.freedom-section > .freedom-grid {
  display: none;
}

.freedom-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(270px, 0.95fr) minmax(330px, 1fr);
  align-items: stretch;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(37, 199, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(4, 16, 38, 0.97), rgba(3, 11, 27, 0.98)),
    radial-gradient(circle at 20% 20%, rgba(37, 199, 255, 0.08), transparent 30%);
  box-shadow:
    inset 0 0 22px rgba(21, 151, 255, 0.05),
    0 18px 40px rgba(0, 10, 30, 0.28);
}

.freedom-panel__monitor,
.freedom-panel__copy,
.freedom-panel__compare {
  min-width: 0;
}

.freedom-panel__monitor {
  display: flex;
  perspective: 1200px;
  overflow: hidden;
}

.freedom-panel__screen {
  width: 100%;
  min-height: 152px;
  padding: 9px 8px 10px 10px;
  border-radius: 16px;
  border: 1px solid rgba(37, 199, 255, 0.18);
  border-right: 0;
  background: linear-gradient(180deg, rgba(5, 17, 40, 0.98), rgba(4, 12, 28, 0.98));
  transform-origin: center center;
  transform: scale(0.94) rotateY(16deg) rotateZ(1.1deg) skewY(0.2deg);
  box-shadow:
    inset 0 0 0 1px rgba(133, 212, 255, 0.05),
    inset 0 0 26px rgba(21, 151, 255, 0.08),
    16px 18px 30px rgba(0, 7, 20, 0.32);
  overflow: hidden;
}

.freedom-panel__screen-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.freedom-panel__screen-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(115, 194, 255, 0.75);
  box-shadow: 0 0 10px rgba(37, 199, 255, 0.3);
}

.freedom-panel__code {
  margin: 0;
  min-height: 108px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 96px);
  white-space: normal;
  font: 9.7px/1.34 "JetBrains Mono", "IBM Plex Mono", Consolas, monospace;
  letter-spacing: -0.01em;
  color: #e7f5ff;
  transform-origin: left center;
  transform: perspective(980px) rotateY(17deg) rotateZ(-0.45deg) scaleX(1.06) skewY(-0.15deg) translateX(-5px);
  opacity: 0.96;
  filter: saturate(1.05);
  background-image:
    linear-gradient(rgba(115, 194, 255, 0.18), rgba(115, 194, 255, 0.18)),
    linear-gradient(rgba(115, 194, 255, 0.14), rgba(115, 194, 255, 0.14)),
    linear-gradient(rgba(115, 194, 255, 0.1), rgba(115, 194, 255, 0.1)),
    linear-gradient(rgba(115, 194, 255, 0.08), rgba(115, 194, 255, 0.08));
  background-size: 1px 100%, 1px 100%, 1px 100%, 1px 100%;
  background-position: 42px 0, 60px 0, 78px 0, 96px 0;
  background-repeat: no-repeat;
  counter-reset: code-line;
}

.freedom-panel__code code {
  display: block;
  padding-left: 2px;
  padding-right: 22px;
  transform-origin: left center;
  transform: perspective(1200px) rotateY(-3deg);
}

.freedom-panel__code .freedom-code-line {
  display: block;
  opacity: 1;
  position: relative;
  white-space: pre;
  padding-left: 88px;
  color: inherit;
}

.freedom-panel__code .freedom-code-line--a,
.freedom-panel__code .freedom-code-line--b,
.freedom-panel__code .freedom-code-line--c,
.freedom-panel__code .freedom-code-line--d {
  opacity: 1;
}

.freedom-panel__code .freedom-code-line::before {
  counter-increment: code-line;
  content: counter(code-line);
  position: absolute;
  left: 6px;
  top: 0;
  width: 22px;
  color: rgba(118, 165, 220, 0.78);
  text-align: right;
}

.code-token--soft { color: #dceeff; }
.code-token--blue { color: #79baff; }
.code-token--cyan { color: #79ecff; }
.code-token--pink { color: #c28bff; }
.code-token--gold { color: #ffb96d; }
.code-token--mint { color: #63e0c5; }
.code-token--red { color: #ff6b7d; }

.freedom-panel__copy {
  padding: 2px 2px;
}

.freedom-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #42cfff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.freedom-panel__copy h2 {
  font-size: clamp(1.75rem, 2.35vw, 2.2rem);
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.freedom-panel__copy p {
  margin: 0 0 14px;
  max-width: 34ch;
  color: #c0cde3;
  font-size: 0.95rem;
  line-height: 1.55;
}

.freedom-feature-list {
  gap: 7px;
}

.freedom-feature-list li {
  color: #e3eefc;
  font-size: 0.91rem;
}

.freedom-panel__compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.freedom-panel .compare-card {
  padding: 12px 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(37, 199, 255, 0.2);
  background: linear-gradient(180deg, rgba(7, 22, 48, 0.96), rgba(4, 14, 31, 0.96));
  box-shadow: inset 0 0 16px rgba(21, 151, 255, 0.05);
}

.freedom-panel .compare-card h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.freedom-panel .check-list,
.freedom-panel .cross-list {
  gap: 8px;
}

.freedom-panel .check-list li,
.freedom-panel .cross-list li {
  padding-left: 20px;
  font-size: 0.87rem;
  line-height: 1.35;
  color: #e8f2ff;
}

.freedom-panel .check-list li::before,
.freedom-panel .cross-list li::before {
  top: 6px;
  width: 9px;
  height: 9px;
}

.freedom-panel .vs-mark {
  align-self: center;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  text-shadow:
    0 0 10px rgba(37, 199, 255, 0.75),
    0 0 22px rgba(37, 199, 255, 0.38);
}

.code-preview {
  padding: 20px;
  border: 1px solid rgba(37, 199, 255, 0.18);
  background: linear-gradient(180deg, rgba(6, 22, 47, 0.96), rgba(4, 14, 30, 0.96));
}

.code-preview-inner {
  display: grid;
  gap: 11px;
  height: 100%;
  align-content: start;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(37, 199, 255, 0.14);
  background: rgba(3, 11, 24, 0.85);
}

.code-line {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(131, 184, 255, 0.3);
}

.code-line.c1 { background: linear-gradient(90deg, #69d1ff, #2ca4ff); }
.code-line.c2 { background: linear-gradient(90deg, #9f85ff, #6f6cff); }
.code-line.c3 { background: linear-gradient(90deg, #4de0c9, #1bb2aa); }
.code-line.c4 { background: linear-gradient(90deg, #ffd166, #f59e0b); }
.code-line.c5 { background: linear-gradient(90deg, #ff7fa5, #f1457c); }
.code-line.c6 { background: linear-gradient(90deg, #8be9fd, #50b8ff); }

.w-92 { width: 92%; }
.w-89 { width: 89%; }
.w-88 { width: 88%; }
.w-86 { width: 86%; }
.w-84 { width: 84%; }
.w-82 { width: 82%; }
.w-78 { width: 78%; }
.w-74 { width: 74%; }
.w-72 { width: 72%; }
.w-66 { width: 66%; }
.w-64 { width: 64%; }
.w-62 { width: 62%; }
.w-61 { width: 61%; }
.w-58 { width: 58%; }
.w-56 { width: 56%; }
.w-54 { width: 54%; }
.w-52 { width: 52%; }
.w-48 { width: 48%; }
.w-45 { width: 45%; }

.freedom-copy p {
  margin: 16px 0 20px;
}

.feature-list,
.check-list,
.cross-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.feature-list li,
.check-list li,
.cross-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-main);
}

.feature-list li::before,
.check-list li::before,
.cross-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.feature-list li::before,
.check-list li::before {
  background: radial-gradient(circle, #c7ecff 0%, #37baff 42%, #085fe0 100%);
  box-shadow: 0 0 10px rgba(37, 199, 255, 0.38);
}

.cross-list li::before {
  background: radial-gradient(circle, #ffc9d3 0%, var(--danger) 55%, #b92039 100%);
  box-shadow: 0 0 10px rgba(255, 77, 95, 0.36);
}

.check-list li,
.cross-list li {
  padding-left: 32px;
}

.check-list li::before,
.cross-list li::before {
  width: 13px;
  height: 13px;
  top: 6px;
}

.check-list li::after,
.cross-list li::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.check-list li::after {
  left: -2px;
  top: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid rgba(255, 255, 255, 0.96);
  border-bottom: 2px solid rgba(255, 255, 255, 0.96);
  transform: rotate(-45deg);
  border-radius: 1px;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.22));
}

.cross-list li::after {
  left: 2px;
  top: 8px;
  width: 5px;
  height: 5px;
  background:
    linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0.96) 60%, transparent 60%),
    linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.96) 40%, rgba(255, 255, 255, 0.96) 60%, transparent 60%);
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.16));
}

.compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.compare-card h3 {
  font-size: 2rem;
  margin-bottom: 18px;
}

.compare-card-good {
  box-shadow: inset 0 0 22px rgba(21, 151, 255, 0.08), 0 0 24px rgba(21, 151, 255, 0.08);
}

.compare-card-bad {
  box-shadow: inset 0 0 22px rgba(255, 77, 95, 0.05);
}

.vs-mark {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  color: rgba(106, 184, 255, 0.96);
  text-shadow: 0 0 18px rgba(37, 199, 255, 0.62);
}

.workflow-section {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.workflow-title {
  margin-bottom: 18px;
  text-align: center;
  color: #35c7ff;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(37, 199, 255, 0.28);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.workflow-card {
  position: relative;
  min-height: 142px;
  padding: 14px 16px 16px;
  border-radius: 18px;
  border: 1px solid rgba(35, 152, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(8, 21, 46, 0.96), rgba(6, 18, 39, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(48, 163, 255, 0.08), transparent 46%);
  box-shadow:
    inset 0 0 0 1px rgba(96, 184, 255, 0.06),
    inset 0 0 26px rgba(21, 151, 255, 0.05),
    0 0 18px rgba(0, 64, 148, 0.1);
  text-align: center;
  overflow: visible;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.workflow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(60, 183, 255, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(96, 184, 255, 0.08),
    inset 0 0 30px rgba(21, 151, 255, 0.08),
    0 14px 28px rgba(0, 25, 70, 0.22),
    0 0 24px rgba(37, 199, 255, 0.12);
}

.workflow-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 18px;
  height: 18px;
  border-top: 1.5px solid rgba(53, 199, 255, 0.85);
  border-right: 1.5px solid rgba(53, 199, 255, 0.85);
  transform: translateY(-50%) rotate(45deg);
  filter: drop-shadow(0 0 8px rgba(37, 199, 255, 0.35));
}

.workflow-card:last-child::after {
  display: none;
}

.workflow-step {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1.6px solid rgba(87, 199, 255, 0.9);
  background: radial-gradient(circle at 35% 30%, rgba(30, 113, 204, 0.22), rgba(5, 18, 52, 0.98) 62%, rgba(3, 11, 32, 1));
  box-shadow:
    inset 0 0 14px rgba(110, 193, 255, 0.16),
    inset 0 0 0 1px rgba(120, 211, 255, 0.08),
    0 0 12px rgba(37, 199, 255, 0.2),
    0 0 20px rgba(37, 199, 255, 0.14);
  color: #eef8ff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 6px rgba(180, 232, 255, 0.22);
}

.workflow-step__num {
  display: block;
  opacity: 0;
  transform: translateY(2px) scale(0.9);
  will-change: opacity, transform, filter;
  animation-duration: 6.6s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-iteration-count: infinite;
}

.workflow-card:nth-child(1) .workflow-step__num { animation-name: workflowStepNumber01; }
.workflow-card:nth-child(2) .workflow-step__num { animation-name: workflowStepNumber02; }
.workflow-card:nth-child(3) .workflow-step__num { animation-name: workflowStepNumber03; }
.workflow-card:nth-child(4) .workflow-step__num { animation-name: workflowStepNumber04; }

@keyframes workflowStepNumber01 {
  0% {
    opacity: 0;
    transform: translateY(2px) scale(0.88);
    filter: blur(2px);
  }

  10% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  82% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  96% {
    opacity: 0;
    transform: translateY(-2px) scale(0.92);
    filter: blur(1.6px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2px) scale(0.92);
    filter: blur(1.6px);
  }
}

@keyframes workflowStepNumber02 {
  0%,
  16% {
    opacity: 0;
    transform: translateY(2px) scale(0.88);
    filter: blur(2px);
  }

  26% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  78% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  92%,
  100% {
    opacity: 0;
    transform: translateY(-2px) scale(0.92);
    filter: blur(1.6px);
  }
}

@keyframes workflowStepNumber03 {
  0%,
  32% {
    opacity: 0;
    transform: translateY(2px) scale(0.88);
    filter: blur(2px);
  }

  42% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  74% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  88%,
  100% {
    opacity: 0;
    transform: translateY(-2px) scale(0.92);
    filter: blur(1.6px);
  }
}

@keyframes workflowStepNumber04 {
  0%,
  48% {
    opacity: 0;
    transform: translateY(2px) scale(0.88);
    filter: blur(2px);
  }

  58% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  70% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  84%,
  100% {
    opacity: 0;
    transform: translateY(-2px) scale(0.92);
    filter: blur(1.6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-step__num {
    opacity: 1;
    transform: none;
    animation: none;
    filter: none;
  }
}

.workflow-icon {
  width: 54px;
  height: 54px;
  margin: 2px auto 10px;
  color: #25b6ff;
  filter: drop-shadow(0 0 10px rgba(37, 199, 255, 0.12));
}

.workflow-icon svg {
  width: 100%;
  height: 100%;
}

.workflow-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.workflow-icon--rocket {
  width: 64px;
  height: 64px;
  margin-top: -1px;
  color: #25b6ff;
  background-color: currentColor;
  -webkit-mask-image: url("assets/workflow-rocket.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("assets/workflow-rocket.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  filter: drop-shadow(0 0 10px rgba(37, 199, 255, 0.14));
}

.workflow-icon--rocket img {
  opacity: 0;
}

.workflow-icon svg,
.workflow-icon svg *:not(.workflow-icon-fill) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-icon-fill {
  fill: currentColor;
  stroke: none;
}

.workflow-card-title {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.workflow-card-text {
  max-width: 24ch;
  margin: 0 auto;
  color: rgba(231, 241, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.45;
}

.price-grid strong {
  display: inline-block;
  margin-top: auto;
  padding-top: 18px;
  font-size: 1.55rem;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--blue-main);
}

.prices-note {
  margin-top: 18px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.35;
}

.portfolio-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.portfolio-card {
  position: relative;
  min-height: 332px;
  padding: 30px 34px 32px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(8, 24, 49, 0.98), rgba(5, 17, 38, 0.99)),
    radial-gradient(circle at 16% 12%, rgba(37, 199, 255, 0.09), transparent 36%);
  border-color: rgba(37, 199, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(110, 215, 255, 0.06),
    0 18px 48px rgba(2, 10, 24, 0.34);
}

.portfolio-card__icon {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  height: 132px;
  filter: drop-shadow(0 0 22px rgba(37, 199, 255, 0.1));
}

.portfolio-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portfolio-card__body {
  display: block;
  min-width: 0;
  text-align: center;
}

.portfolio-tag {
  display: inline-flex;
  padding: 9px 18px;
  margin: 116px auto 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(8, 45, 89, 0.66), rgba(7, 30, 58, 0.82));
  border: 1px solid rgba(37, 199, 255, 0.18);
  color: #2ad7ff;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: inset 0 1px 0 rgba(142, 235, 255, 0.08);
}

.portfolio-card h3 {
  max-width: 100%;
  margin-top: 22px;
  font-size: clamp(1.38rem, 1.55vw, 1.78rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  color: rgba(247, 251, 255, 0.98);
  text-wrap: balance;
}

.portfolio-card p {
  color: rgba(211, 226, 247, 0.92);
  max-width: 29ch;
  margin: 0 auto;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: -0.01em;
  text-wrap: pretty;
}

.reviews-section .section-heading h2,
.portfolio-section .section-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.15rem);
  letter-spacing: -0.055em;
}

.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 36px 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(7, 23, 49, 0.96), rgba(5, 17, 38, 0.98)),
    radial-gradient(circle at 12% 10%, rgba(37, 199, 255, 0.06), transparent 34%);
  border-color: rgba(37, 199, 255, 0.28);
}

.review-card__icon {
  width: 132px;
  height: 132px;
  margin: 0 auto 20px;
  background:
    linear-gradient(135deg, #2fe4ff 0%, #1ab9ff 42%, #2f7dff 100%);
  filter:
    drop-shadow(0 0 18px rgba(37, 199, 255, 0.34))
    drop-shadow(0 0 30px rgba(37, 199, 255, 0.12));
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.review-card__icon img {
  display: none;
}

.review-card:nth-child(1) .review-card__icon {
  -webkit-mask-image: url("assets/review-clear-approach.png");
  mask-image: url("assets/review-clear-approach.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 84%;
  mask-size: 84%;
}

.review-card:nth-child(2) .review-card__icon {
  -webkit-mask-image: url("assets/review-custom-fit.png");
  mask-image: url("assets/review-custom-fit.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 84%;
  mask-size: 84%;
}

.review-card:nth-child(3) .review-card__icon {
  -webkit-mask-image: url("assets/review-support.png");
  mask-image: url("assets/review-support.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 84%;
  mask-size: 84%;
}

.review-card strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.15;
  text-align: center;
}

.review-card p {
  color: rgba(224, 236, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
  max-width: 29ch;
  text-align: center;
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 30px;
  border: 1px solid rgba(37, 199, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(5, 17, 37, 0.98), rgba(7, 27, 58, 0.96)),
    linear-gradient(90deg, transparent, rgba(37, 199, 255, 0.08), transparent);
  overflow: hidden;
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -42px;
  width: 320px;
  height: 220px;
  opacity: 0.34;
  background:
    repeating-linear-gradient(90deg, rgba(37, 199, 255, 0.5) 0 2px, transparent 2px 16px),
    repeating-linear-gradient(180deg, rgba(37, 199, 255, 0.5) 0 2px, transparent 2px 16px);
  transform: rotate(-12deg);
  pointer-events: none;
}

.cta-panel .button {
  position: relative;
  z-index: 1;
}

.cta-mark {
  width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
}

.cta-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 0 18px rgba(37, 199, 255, 0.42));
}

.cta-copy h2 {
  margin-bottom: 10px;
}

.site-footer {
  padding: 28px 0 22px;
  border-top: 1px solid rgba(37, 199, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 26px;
  align-items: start;
}

.footer-brand p {
  margin-top: 16px;
  max-width: none;
  white-space: nowrap;
}

.footer-column {
  display: grid;
  gap: 10px;
}

.footer-column h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.footer-column a {
  color: var(--text-muted);
  transition: color 0.2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #fff;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(37, 199, 255, 0.08);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes floatCard {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

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

@keyframes revealCodeLine {
  0% {
    opacity: 0;
    transform: translateY(3px);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 0.96;
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes keyboardGlow {
  0%, 100% {
    opacity: 0.08;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.34;
    transform: scale(1.08);
  }
}


@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto auto 1fr auto;
    gap: 18px;
  }

  .site-nav {
    gap: 16px;
  }

  .hero-grid,
  .freedom-grid {
    grid-template-columns: 1fr;
  }

  .freedom-panel {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .freedom-panel__compare {
    grid-template-columns: 1fr;
  }

  .freedom-panel .vs-mark {
    justify-self: center;
  }

  .hero-art {
    opacity: 0.9;
  }

  .hero-laptop-wrap {
    left: 76%;
    top: 58%;
    width: min(38vw, 470px);
    transform: translate(-50%, -50%);
  }

  .hero-code-window {
    font-size: 8px;
    padding: 12px 12px 10px;
  }

  .hero-copy {
    width: min(54vw, 680px);
  }

  .five-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-card::after {
    display: none;
  }

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

  .vs-mark {
    justify-self: center;
  }

  .portfolio-grid,
  .review-grid,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 22px;
    border: 1px solid rgba(37, 199, 255, 0.18);
    background: rgba(4, 14, 33, 0.96);
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 20px;
  }

  .hero__inner,
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 620px;
    padding: 22px 0 52px;
  }

  .hero-title {
    max-width: 640px;
    text-shadow: 0 10px 28px rgba(2, 8, 23, 0.46);
  }

  .hero-text {
    max-width: 540px;
    margin-top: 42px;
    color: #d8e7f8;
  }

  .hero-actions {
    margin-top: 56px;
  }

  .hero-art {
    opacity: 0.72;
  }

  .hero-ambient {
    opacity: 0.72;
  }

  .hero-lines {
    opacity: 0.52;
  }

  .five-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .section {
    padding: 24px 0;
  }

  .brand-name {
    font-size: 1.4rem;
  }

  .brand-tag {
    font-size: 0.68rem;
  }

  .hero-features,
  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__inner {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 388px;
  }

  .floating-card {
    min-width: 92px;
    width: 104px;
    padding: 8px;
    opacity: 0.88;
    background: linear-gradient(180deg, rgba(8, 23, 50, 0.82), rgba(5, 15, 33, 0.72));
    box-shadow: 0 14px 26px rgba(0, 8, 20, 0.24);
  }

  .floating-card strong {
    font-size: 0.78rem;
  }

  .floating-icon {
    width: 60px;
    height: 60px;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 36px;
  }

  .eyebrow-pill {
    margin-bottom: 18px;
    background: rgba(6, 23, 49, 0.92);
    color: #a7efff;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.2vw, 3.6rem);
    line-height: 1.03;
    text-shadow: 0 12px 28px rgba(2, 8, 23, 0.58);
  }

  .hero-text {
    max-width: 34rem;
    margin-top: 26px;
    font-size: 1rem;
    line-height: 1.62;
    color: #e4effb;
    text-shadow: 0 6px 18px rgba(2, 8, 23, 0.42);
  }

  .hero-actions {
    margin-top: 32px;
    gap: 12px;
  }

  .hero-art {
    top: auto;
    bottom: 0;
    height: 430px;
    opacity: 0.56;
    filter: saturate(0.88) brightness(0.82);
  }

  .hero-laptop-wrap {
    right: 50%;
    bottom: 14px;
    width: min(62vw, 470px);
    transform: translateX(50%);
  }

  .hero-floating-layer {
    inset: auto 0 0 0;
    height: 430px;
  }

  .hero-ambient {
    opacity: 0.52;
    filter: blur(16px);
  }

  .overlay-tuner {
    width: 286px;
  }

  .floating-card--sites { top: 16%; left: 35%; }
  .floating-card--shop { top: 39%; left: 20%; }
  .floating-card--admin { bottom: 17%; left: 26%; }
  .floating-card--bot { top: 18%; right: 7%; }
  .floating-card--auto { bottom: 17%; right: 5%; }

  .services-overview .container,
  .freedom-grid,
  .process-section .container,
  .prices-section .container,
  .cta-panel {
    padding: 16px;
  }

  .freedom-panel {
    padding: 14px;
  }

  .freedom-panel__screen {
    min-height: 164px;
  }

  .freedom-panel__code {
    font-size: 10px;
  }

  .five-grid,
  .workflow-grid,
  .portfolio-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero-lines {
    opacity: 0.34;
  }

  .button-primary {
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(22, 111, 255, 0.34), 0 0 20px rgba(37, 199, 255, 0.24);
  }

  .button-secondary {
    background: rgba(7, 22, 46, 0.84);
    border-color: rgba(73, 214, 255, 0.36);
    color: #f2f8ff;
  }

  .hero-features {
    gap: 18px;
    margin-top: 42px;
    align-items: stretch;
  }

  .mini-feature {
    gap: 16px;
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7, 19, 43, 0.86), rgba(4, 12, 29, 0.68));
    border: 1px solid rgba(37, 199, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  }

  .mini-feature > div {
    gap: 4px;
  }

  .mini-feature strong {
    font-size: 0.98rem;
  }

  .mini-feature span {
    font-size: 0.9rem;
    color: #d3e4f6;
  }

  .mini-icon {
    width: 74px;
    height: 74px;
    flex: 0 0 74px;
    background-size: 94% auto;
    filter:
      brightness(1.45)
      contrast(1.26)
      saturate(1.08)
      drop-shadow(0 0 8px rgba(37, 199, 255, 0.34))
      drop-shadow(0 0 18px rgba(21, 151, 255, 0.14));
  }

  .hero-features .mini-feature:nth-child(3) .mini-icon {
    width: 84px;
    height: 84px;
    flex-basis: 84px;
    background-size: 94% auto;
  }

  .workflow-title {
    margin-bottom: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.18em;
  }

  .workflow-card {
    min-height: 0;
    padding: 14px 14px 16px;
  }

  .workflow-step {
    top: 12px;
    left: 14px;
    width: 36px;
    height: 36px;
    font-size: 0.88rem;
  }

  .workflow-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }

  .workflow-card-title {
    font-size: 1rem;
  }

  .workflow-card-text {
    font-size: 0.88rem;
  }

  .site-footer {
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 620px;
  }

  .hero__inner {
    padding-top: 72px;
    padding-bottom: 330px;
  }

  .hero-lines {
    display: none;
  }

  .hero-art {
    height: 390px;
    opacity: 0.48;
  }

  .hero-laptop-wrap {
    width: min(62vw, 390px);
    bottom: 16px;
  }

  .hero-floating-layer {
    height: 390px;
  }

  .hero-laptop-screen,
  .hero-keyboard-lights,
  .overlay-tuner {
    display: none;
  }

  .floating-card {
    transform: scale(0.76);
    transform-origin: center;
    opacity: 0.8;
  }

  .floating-card--sites { top: 16%; left: 31%; }
  .floating-card--shop { top: 39%; left: 14%; }
  .floating-card--admin { bottom: 16%; left: 21%; }
  .floating-card--bot { top: 17%; right: 3%; }
  .floating-card--auto { bottom: 15%; right: 1%; }

  .mini-feature {
    padding: 12px;
  }

  .mini-icon {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
    background-size: 96% auto;
  }

  .hero-features .mini-feature:nth-child(3) .mini-icon {
    width: 88px;
    height: 88px;
    flex-basis: 88px;
  }
}
