body.page-about {
  --about-bg: #020817;
  --about-band: #061123;
  --about-band-alt: #09172a;
  --about-line: rgba(148, 163, 184, 0.2);
  --about-text: #edf5ff;
  --about-muted: #9eb0c7;
  --about-cyan: #1aa8f7;
  --about-teal: #2dd4bf;
  --about-coral: #ff6b57;
  background: var(--about-bg);
}

.page-about #root > div.min-h-screen {
  background: var(--about-bg);
  color: var(--about-text);
}

.page-about #root > div.min-h-screen > nav {
  border-bottom-color: var(--about-line) !important;
  background: rgba(2, 8, 23, 0.92) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.page-about #root > div.min-h-screen > section:nth-of-type(1) {
  position: relative;
  display: flex;
  min-height: 500px;
  padding: 150px 0 86px !important;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid var(--about-line);
  background:
    linear-gradient(90deg, rgba(2, 8, 23, 0.91) 0%, rgba(2, 8, 23, 0.62) 45%, rgba(2, 8, 23, 0.16) 100%),
    url("/images/hero-bg.jpg") center 42% / cover no-repeat;
}

.page-about #root > div.min-h-screen > section:nth-of-type(1)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 23, 0.84));
}

.page-about #root > div.min-h-screen > section:nth-of-type(1) > .absolute {
  display: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(1) > .container {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 32px !important;
  text-align: left !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(1) h1 {
  max-width: 760px;
  margin: 0 0 22px !important;
  color: var(--about-text);
  font-size: clamp(50px, 5.2vw, 72px) !important;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.42);
}

.page-about #root > div.min-h-screen > section:nth-of-type(1) p {
  max-width: 720px !important;
  margin: 0 !important;
  color: #c7d5e7 !important;
  font-size: 19px !important;
  line-height: 1.8;
  text-wrap: pretty;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) {
  padding: 62px 0 !important;
  background: var(--about-band);
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) > .container {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 32px !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) > .container > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 76px !important;
  align-items: start !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2 {
  width: auto !important;
  min-width: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child {
  padding-right: 0;
  border-right: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child > div:first-child {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child > div:first-child::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-bottom: 28px;
  background: var(--about-cyan);
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child > .absolute,
.page-about #root > div.min-h-screen > section:nth-of-type(2) svg.lucide-atom {
  display: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) h2 {
  max-width: 620px;
  margin: 0 0 26px !important;
  color: var(--about-text);
  font-size: clamp(34px, 3.3vw, 46px) !important;
  line-height: 1.2;
  letter-spacing: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child p {
  max-width: 650px;
  margin: 0 0 20px !important;
  color: var(--about-muted) !important;
  font-size: 17px;
  line-height: 1.9 !important;
  text-wrap: pretty;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child p:last-child {
  margin-bottom: 0 !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  border-top: 1px solid var(--about-line);
  border-left: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid > div {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--about-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid > div > div {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  height: auto;
  padding: 22px 0 !important;
  align-items: flex-start !important;
  justify-content: stretch;
  column-gap: 18px;
  row-gap: 5px;
  text-align: left !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid svg {
  grid-row: 1 / 3;
  width: 27px !important;
  height: 27px !important;
  margin: 2px 0 0 !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid h3 {
  grid-column: 2;
  margin: 0 !important;
  color: var(--about-text);
  font-size: 18px;
  letter-spacing: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid p {
  grid-column: 2;
  margin: 0 !important;
  color: var(--about-muted) !important;
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) {
  padding: 62px 0 78px !important;
  background: var(--about-band-alt) !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 32px !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > div:first-child {
  max-width: 760px;
  margin: 0 0 46px !important;
  text-align: left !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) h2 {
  margin: 0 0 16px !important;
  color: var(--about-text);
  font-size: clamp(34px, 3.2vw, 44px) !important;
  line-height: 1.2;
  letter-spacing: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > div:first-child p {
  margin: 0 !important;
  color: var(--about-muted) !important;
  font-size: 17px;
  line-height: 1.75;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid {
  display: block !important;
  gap: 0 !important;
  border-top: 1px solid var(--about-line);
  border-bottom: 0;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div {
  display: grid !important;
  grid-template-columns: 52px minmax(230px, 0.48fr) minmax(0, 1fr);
  min-height: 0;
  padding: 30px 0 !important;
  align-items: center;
  gap: 30px;
  border: 0 !important;
  border-bottom: 1px solid var(--about-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div::before {
  content: none !important;
  display: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div > div {
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0 !important;
  background: transparent !important;
  transform: none !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid svg {
  width: 23px !important;
  height: 23px !important;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid h3 {
  margin: 0 !important;
  color: var(--about-text);
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
  text-wrap: pretty;
}

.page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid p {
  margin: 0 !important;
  color: var(--about-muted) !important;
  font-size: 16px;
  line-height: 1.8 !important;
  text-wrap: pretty;
}

@media (max-width: 960px) {
  .page-about #root > div.min-h-screen > section:nth-of-type(1) {
    min-height: 470px;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2) > .container > div {
    grid-template-columns: 1fr;
    gap: 54px !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child {
    padding: 0 0 52px;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div {
    grid-template-columns: 48px minmax(200px, 0.45fr) minmax(0, 1fr);
    gap: 22px;
  }
}

@media (max-width: 700px) {
  .page-about #root > div.min-h-screen > section:nth-of-type(1) {
    min-height: 470px;
    padding: 124px 0 58px !important;
    background-position: 52% center;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(1) > .container,
  .page-about #root > div.min-h-screen > section:nth-of-type(2) > .container,
  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(1) h1 {
    max-width: 340px;
    font-size: 43px !important;
    line-height: 1.12;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(1) p {
    max-width: 300px !important;
    font-size: 16px !important;
    line-height: 1.75;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2),
  .page-about #root > div.min-h-screen > section:nth-of-type(3) {
    padding: 48px 0 !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2) h2,
  .page-about #root > div.min-h-screen > section:nth-of-type(3) h2 {
    font-size: 32px !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2:first-child p {
    font-size: 16px;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid > div {
    min-height: 0;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid {
    display: block !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 28px 0 !important;
    align-items: start;
    column-gap: 16px;
    row-gap: 8px;
    border-bottom: 1px solid var(--about-line) !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid > div > div {
    grid-row: 1 / 3;
    width: 36px !important;
    height: 36px !important;
  }

  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid h3,
  .page-about #root > div.min-h-screen > section:nth-of-type(3) > .container > .grid p {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-about #root > div.min-h-screen > section:nth-of-type(2) .md\:w-1\/2.grid > div {
    transition: none !important;
  }
}
