:where(
  :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
) {
  all: unset;
  display: revert;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
menu,
ol,
summary,
ul {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-block-size: 100%;
  max-inline-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  -webkit-line-break: after-white-space;
  overflow-wrap: break-word;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
:root {
  font-size: clamp(9px, 2.5641025641vw, 16px);
  --bg-dark: #020308;
  --bg-card: rgba(4, 6, 15, 0.7);
  --bg-card-hover: rgba(8, 12, 30, 0.9);
  --accent-cyan: #0052ff;
  --accent-purple: #001a66;
  --text-primary: #ffffff;
  --text-secondary: #7f8ea3;
  --border-color: rgba(0, 82, 255, 0.12);
  --border-glow: rgba(0, 82, 255, 0.25);
}
@media (min-width: 768px) {
  :root {
    font-size: clamp(5px, 0.5208333333vw, 10px);
  }
}
@font-face {
  font-display: swap;
  font-family: "Neutral Face";
  font-style: normal;
  font-weight: 100 900;
  src: url("../assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf")
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Neutral Face";
  font-style: italic;
  font-weight: 100 900;
  src: url("../assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf")
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  src: url("../assets/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf")
    format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "JetBrains Mono";
  font-style: italic;
  font-weight: 100 800;
  src: url("../assets/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf")
    format("truetype");
}
.button {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 0.1rem solid rgba(255, 255, 255, 0.15);
  border-radius: 0.4rem;
  display: inline-flex;
  justify-content: center;
  padding: 1.2rem 2.8rem;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  height: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.button:hover {
  background: var(--accent-cyan);
  border-color: var(--accent-cyan);
  box-shadow: 0 0 2rem rgba(0, 82, 255, 0.35);
  transform: translateY(-0.2rem);
}
.button__title {
  color: var(--text-primary);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 100%;
  text-transform: uppercase;
  transition: color 0.3s;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.button__title::after {
  content: "→";
  display: inline-block;
  transition: transform 0.3s ease;
}
.button:hover .button__title {
  color: #050508;
}
.button:hover .button__title::after {
  transform: translateX(0.4rem);
}
.button__icon {
  display: none !important;
}
@media (min-width: 768px) {
  .button {
    padding: 1.6rem 3.6rem;
  }
  .button__title {
    font-size: 1.4rem;
    letter-spacing: 0.12rem;
  }
}
.header {
  align-items: center;
  background: rgba(5, 5, 8, 0.75);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  height: 7.3rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .container {
  position: relative;
}
.header__logo {
  color: #ffffff;
  font-family: Neutral Face;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  left: 50%;
  letter-spacing: -0.21rem;
  line-height: 90%;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.header__nav {
  align-items: center;
  display: flex;
  gap: 10.5rem;
  justify-content: space-between;
}
.header__nav a {
  color: var(--text-secondary);
  font-family: Neutral Face;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.032rem;
  line-height: 90%;
  text-transform: uppercase;
  transition: color 0.3s;
}
.header__nav a:hover {
  color: var(--accent-cyan);
}
.header__nav-item:nth-child(3) {
  margin-right: auto;
}
.header__nav-item:nth-child(4) {
  margin-left: auto;
}
.header.visible .header__logo {
  opacity: 1;
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}
.menu-button {
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(11, 11, 12, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0.1rem solid rgba(140, 180, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 98;
  cursor: pointer;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
  padding: 0;
  outline: none;
  transition: background 0.3s, border-color 0.3s;
}
.menu-button rect {
  fill: #8CB4FF !important;
  transition: fill 0.3s;
}
.menu-button:hover rect {
  fill: #ffffff !important;
}
@media (min-width: 768px) {
  .menu-button {
    display: none;
  }
}
.menu {
  background: rgba(5, 5, 8, 0.96);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 0.1rem solid var(--border-color);
  left: 0;
  opacity: 0;
  padding: 3rem 3rem 4rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition:
    opacity 0.3s,
    transform 0.3s;
  width: 100%;
  z-index: 9;
}
.menu.active {
  opacity: 1;
  pointer-events: all;
}
.menu__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
.menu__logo {
  color: #eff1f6;
  font-family: Neutral Face;
  font-size: 2.5167rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1762rem;
  line-height: 90%;
  text-transform: uppercase;
}
.menu__close-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  width: 2.26rem;
}
.menu__close-button svg {
  height: auto;
  width: 100%;
}
.menu__list {
  border-bottom: 0.1rem solid rgba(209, 216, 229, 0.2);
  display: grid;
  gap: 2rem 0;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
  padding-bottom: 9rem;
}
.menu__list li:nth-child(2n) {
  text-align: right;
}
.menu__list a {
  color: #d1d8e5;
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 90%;
  text-transform: uppercase;
}
.menu__address {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.menu__address-label {
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.028rem;
  text-transform: uppercase;
}
.menu__address-label,
.menu__address-value {
  color: #d1d8e5;
  font-style: normal;
  line-height: 110%;
}
.menu__address-value {
  font-family: JetBrains Mono;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
  text-align: center;
}
.footer {
  padding-bottom: 4rem;
}
/* footer__map removed */
.footer__address {
  align-items: center;
  border-bottom: 0.1rem solid rgba(209, 216, 229, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-bottom: 4.6rem;
  padding-bottom: 2.8rem;
}
.footer__address-label {
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.028rem;
  text-transform: uppercase;
}
.footer__address-label,
.footer__address-value {
  color: #d1d8e5;
  font-style: normal;
  line-height: 110%;
}
.footer__address-value {
  font-family: JetBrains Mono;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
  text-align: center;
}
.footer__logo-lockup {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 3.6rem;
}
.footer__logo-icon {
  display: block;
  height: 8rem;
  width: auto;
  flex-shrink: 0;
}
.footer__logo {
  color: #ffffff;
  font-family: Neutral Face;
  font-size: 5.3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4674rem;
  line-height: 90%;
  text-transform: uppercase;
}
.footer__nav {
  display: grid;
  gap: 2rem 0;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 4.8rem;
}
.footer__nav a {
  color: #d1d8e5;
}
.footer__nav a,
.footer__subnav {
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 90%;
  text-transform: uppercase;
}
.footer__subnav {
  color: #d1d8e533;
  display: grid;
  gap: 2rem;
  grid-template-columns: auto 1fr;
}
@media (max-width: 767px) {
  .footer__nav li:nth-child(2n),
  .footer__subnav li:nth-child(2n) {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .footer__address {
    display: none;
  }
  /* footer__map removed */
  .footer__row {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr 91.5rem;
  }
  .footer__logo {
    font-size: 11.8rem;
    letter-spacing: -1.0314rem;
  }
  .footer__logo-lockup {
    gap: 2.4rem;
    margin-bottom: 4.8rem;
  }
  .footer__logo-icon {
    height: 16.5rem;
  }
  .footer__nav {
    grid-template-columns: 37.8rem 37.8rem auto;
  }
  .footer__nav a,
  .footer__subnav {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
  }
  .footer__subnav {
    gap: 0;
    grid-column: 1/-1;
    grid-template-columns: 92.5rem 37.8rem 37.8rem auto;
  }
  .footer__subnav li:first-child {
    order: 2;
  }
  .footer__subnav li:nth-child(2) {
    order: 3;
  }
  .footer__subnav li:nth-child(3) {
    order: 1;
  }
  .footer__subnav li:nth-child(4) {
    order: 4;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  background: #0b0b0c;
  color: #d1d8e5;
  font-family: JetBrains Mono;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#loader {
  background-color: #0b0b0c;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 100;
}
#loader.loading-ended {
  opacity: 0;
  pointer-events: none;
}
a {
  text-decoration: none;
}
a,
button {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.line {
  overflow: hidden;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.container {
  padding: 0 3rem;
  width: 100%;
}
.line-wrap,
.wrapper {
  overflow: hidden;
}
[data-title-animation-inner] {
  display: block;
}
.hero-section {
  background: radial-gradient(circle at 50% 50%, #11131e 0%, #050508 100%);
  min-height: 100vh;
  overflow: hidden;
  padding-top: 14rem;
  padding-bottom: 5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-section .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero-section__img {
  position: relative;
  width: 70%;
  max-width: 26rem;
  margin: 0 auto 1.5rem;
  bottom: auto;
  left: auto;
  transform: none;
  order: 2;
  z-index: 2;
}
.hero-section__img img {
  height: auto;
  width: 100%;
  display: block;
}
.hero-section__title {
  color: #ffffff;
  font-family: Neutral Face;
  font-size: clamp(3.5rem, 11vw, 7.5rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  order: 1;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-section__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  order: 3;
}
.hero-section__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-section__text h2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.08rem;
  line-height: 100%;
}
.hero-section__text h2 {
  color: var(--text-primary);
  font-style: normal;
  text-align: center;
}
.hero-section__text p {
  color: var(--text-secondary);
  font-style: normal;
  text-align: center;
}
.hero-section__text p {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: -0.028rem;
  line-height: 110%;
  max-width: 24rem;
}
.hero-section__cta-primary {
  margin-top: 0.5rem;
}
.hero-section__cta-secondary {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  justify-content: center;
}
/* Rounded glassmorphic buttons inherit from base .button, no clip-paths needed */
@media (min-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 0;
    display: block;
  }
  .hero-section .container {
    min-height: 100vh;
    display: block;
  }
  .hero-section__title {
    font-size: 34.5rem;
    left: 50%;
    position: absolute;
    top: 28.6rem;
    transform: translate(-50%);
    z-index: -1;
    color: #ffffff;
  }
  .hero-section__img {
    left: 50%;
    transform: translate(-50%);
    width: 94rem;
    position: absolute;
    bottom: -0.5rem;
    order: unset;
    max-width: none;
  }
  .hero-section .container::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34rem;
    background: linear-gradient(180deg, rgba(5, 5, 8, 0) 0%, rgba(5, 5, 8, 0.75) 60%, rgba(5, 5, 8, 0.96) 100%);
    pointer-events: none;
    z-index: 2;
  }
  .hero-section__row {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
    left: 0;
    padding: 6rem 4rem 6rem;
    position: absolute;
    width: 100%;
    max-width: none;
    order: unset;
    z-index: 3;
  }
  .hero-section__text {
    align-items: flex-start;
    gap: 1.7rem;
    margin-bottom: 0;
    max-width: 46rem;
  }
  .hero-section__text h2 {
    font-size: 3rem;
    letter-spacing: -0.12rem;
    text-align: left;
  }
  .hero-section__text p {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    max-width: 46rem;
    text-align: left;
  }
  .hero-section__cta-primary {
    margin-top: 0.5rem;
  }
  .hero-section__cta-secondary {
    width: auto;
    max-width: none;
    margin: 0;
    flex-shrink: 0;
  }
}
.about-section {
  padding: 3rem 0 7rem;
}
.about-section__title {
  color: #d1d8e5;
  font-family: Neutral Face;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.22rem;
  line-height: 90%;
  margin-bottom: 7rem;
  text-transform: uppercase;
}
.about-section__text {
  display: grid;
  gap: 2rem;
  margin-bottom: 5.6rem;
}
.about-section__text h5 {
  color: #d1d8e5;
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 90%;
  text-transform: uppercase;
}
.about-section__text h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.04rem;
}
.about-section__text h3,
.about-section__text ul {
  color: #d1d8e5;
  font-style: normal;
  line-height: 110%;
}
.about-section__text ul {
  display: grid;
  font-size: 1.6rem;
  font-weight: 100;
  gap: 1.5rem;
  letter-spacing: -0.032rem;
}
.about-section__list {
  display: grid;
  gap: 5.5rem;
}
.about-section__list li {
  background: var(--bg-card);
  border: 0.1rem solid var(--border-color);
  border-radius: 1.6rem;
  padding: 2.5rem;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s, box-shadow 0.3s;
}
.about-section__list li:hover {
  transform: translateY(-0.6rem);
  border-color: var(--accent-cyan);
  box-shadow: 0 1.2rem 3rem rgba(0, 82, 255, 0.08);
}
.about-section__item-img {
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 1.2rem;
}
.about-section__item-row {
  align-items: center;
  display: flex;
  gap: 3.8rem;
  justify-content: space-between;
}
.about-section__item-title {
  color: var(--text-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.032rem;
  line-height: 110%;
}
.about-section__item-cat {
  color: var(--accent-cyan);
  background: rgba(0, 82, 255, 0.06);
  border: 0.1rem solid rgba(0, 82, 255, 0.12);
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 90%;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .about-section {
    padding: 6rem 0 0;
  }
  .about-section__title {
    font-size: 16.1rem;
    letter-spacing: -0.644rem;
    line-height: 1.2;
    margin-bottom: 10.4rem;
    max-width: 118rem;
  }
  .about-section__title .line-wrap:not(:last-child) {
    margin-bottom: -4%;
  }
  .about-section__row {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 72.6rem 72.6rem;
    justify-content: space-between;
  }
  .about-section__text {
    gap: 4rem;
    margin-bottom: 20rem;
    position: sticky;
    top: 12rem;
  }
  .about-section__text h5 {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
  }
  .about-section__text h3 {
    font-size: 3rem;
    letter-spacing: -0.06rem;
  }
  .about-section__text ul {
    font-size: 2rem;
    grid-template-columns: repeat(2, 34.8rem);
    letter-spacing: -0.04rem;
  }
  .about-section__list {
    gap: 7rem;
  }
  .about-section__item-img {
    margin-bottom: 2.5rem;
  }
  .about-section__item-title {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    max-width: 46rem;
  }
  .about-section__item-cat {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
  }
}
.services-section {
  padding: 10rem 0;
}
.services-section__header {
  display: grid;
  gap: 2rem;
  margin-bottom: 5.2rem;
}
.services-section__header h2 {
  color: #d1d8e5;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.04rem;
  line-height: 110%;
}
.services-section__header p {
  color: #d1d8e5;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.032rem;
  line-height: 110%;
}
.bento-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.bento-item {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(145deg, #1d2b4f, #0c1326);
  border: 0.1rem solid rgba(140, 180, 255, 0.2);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 25rem;
}
.bento-item__bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.8;
  z-index: 0;
}
.bento-item__overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, #0c1326 15%, transparent 90%);
  z-index: 1;
}
.bento-item__content {
  position: relative;
  z-index: 2;
}
.bento-item__header {
  margin-bottom: 1.5rem;
}
.bento-item__number {
  font-family: Neutral Face;
  font-size: 1.4rem;
  color: #8CB4FF;
  border: 0.1rem solid #8CB4FF;
  border-radius: 5rem;
  padding: 0.4rem 1.2rem;
}
.bento-item__title {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .services-section {
    padding: 15rem 0 14rem;
  }
  .services-section__header {
    gap: 1.5rem;
    margin-bottom: 15rem;
    margin-left: auto;
    max-width: 72.6rem;
  }
  .services-section__header h2 {
    font-size: 3rem;
    letter-spacing: -0.06rem;
    max-width: 61rem;
  }
  .services-section__header p {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    max-width: 61rem;
  }
  .bento-grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 30rem);
    margin-top: 5rem;
  }
  .bento-item {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, #1d2b4f, #0c1326);
    border: 0.1rem solid rgba(140, 180, 255, 0.2);
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.4s, box-shadow 0.4s, border-color 0.4s;
    text-decoration: none;
  }
  .bento-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 2; }
  .bento-item:nth-child(2) { grid-column: 1 / 2; grid-row: 2 / 3; }
  .bento-item:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; }

  @media (min-width: 1025px) {
    .bento-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 35rem);
      gap: 3rem;
    }
    .bento-item:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 2; }
    .bento-item:nth-child(2) { grid-column: 3 / 4; grid-row: 1 / 3; }
    .bento-item:nth-child(3) { grid-column: 1 / 3; grid-row: 2 / 3; }
  }
  
  .bento-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 3rem rgba(140, 180, 255, 0.15);
    border-color: #8CB4FF;
  }
  .bento-item__bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.8;
    z-index: 0;
    transition: opacity 0.4s, transform 0.4s;
  }
  .bento-item:hover .bento-item__bg {
    opacity: 1;
    transform: scale(1.05);
  }
  .bento-item__overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, #0c1326 15%, transparent 90%);
    z-index: 1;
  }
  .bento-item__content {
    position: relative;
    z-index: 2;
  }
  .bento-item__header {
    margin-bottom: 2rem;
  }
  .bento-item__number {
    font-family: Neutral Face;
    font-size: 2rem;
    color: #8CB4FF;
    border: 0.1rem solid #8CB4FF;
    border-radius: 5rem;
    padding: 0.5rem 1.5rem;
  }
  .bento-item__title {
    font-size: 3rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.06rem;
  }
}
.benefits-section {
  padding: 4rem 0 7rem;
}
.benefits-section__title {
  color: #d1d8e5;
  font-family: Neutral Face;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1rem;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.benefits-section__title .line-wrap:not(:last-child) {
  margin-bottom: -1%;
}
.benefits-section__img {
  display: block;
  margin: 2rem auto;
  max-width: 90%;
  border-radius: 2rem;
  border: 0.1rem solid rgba(140, 180, 255, 0.15);
}
.benefits-marquee {
  overflow: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 2;
}
.benefits-marquee__track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 30s linear infinite;
}
.benefits-marquee__track:hover {
  animation-play-state: paused;
}
.benefits-section__list {
  display: flex;
  gap: 2rem;
  padding-left: 2rem;
  margin: 0;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  align-items: stretch;
}
.benefits-section__item {
  width: 28rem;
  flex-shrink: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  backdrop-filter: blur(20px);
  border: 0.1rem solid rgba(140, 180, 255, 0.15);
  border-radius: 2rem;
  padding: 3rem 2.5rem;
  transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.benefits-section__item:hover {
  transform: translateY(-1rem);
  border-color: #8CB4FF;
  box-shadow: 0 1.5rem 4rem rgba(140, 180, 255, 0.1);
}
.benefits-section__item-title {
  color: #8CB4FF;
  font-family: Neutral Face;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 120%;
  text-transform: uppercase;
}
.benefits-section__item-text {
  color: #d1d8e5;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.02rem;
  line-height: 130%;
}
@keyframes marqueeScroll {
  to { transform: translateX(-50%); }
}
@media (max-width: 767px) {
  .benefits-section__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .benefits-section {
    overflow: hidden;
    padding-top: 10rem;
    position: relative;
  }
  .benefits-section__img {
    display: none;
  }
  .benefits-section__bg {
    bottom: -10rem;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 60%;
    max-width: 80rem;
    z-index: 1;
    opacity: 0.5;
  }
  .benefits-section .container {
    position: relative;
  }
  .benefits-section__title {
    font-size: 17rem;
    margin-bottom: 25rem;
  }
  .benefits-marquee {
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 2;
  }
  .benefits-marquee__track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 40s linear infinite;
  }
  .benefits-marquee__track:hover {
    animation-play-state: paused;
  }
  .benefits-section__list {
    display: flex;
    gap: 4rem;
    padding-left: 4rem;
    margin: 0;
    padding-top: 4.5rem;
    padding-bottom: 5rem;
    align-items: stretch;
  }
  .benefits-section__item {
    width: 45rem;
    flex-shrink: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
    backdrop-filter: blur(20px);
    border: 0.1rem solid rgba(140, 180, 255, 0.15);
    border-radius: 2.5rem;
    padding: 5rem;
    transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
  }
  .benefits-section__item:hover {
    transform: translateY(-1rem);
    border-color: #8CB4FF;
    box-shadow: 0 1.5rem 4rem rgba(140, 180, 255, 0.1);
  }
  .benefits-section__item-title {
    font-size: 2.4rem;
    color: #8CB4FF;
    letter-spacing: -0.032rem;
  }
  .benefits-section__item-text {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #d1d8e5;
  }
  @keyframes marqueeScroll {
    to { transform: translateX(-50%); }
  }
  .benefits-section__item-title br {
    display: none;
  }
  .benefits-section__item-text {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
.digital-section {
  background: #07070b;
}
.digital-section__pin-wrapper {
  height: 400vh; /* Scroll length for the horizontal list */
}
.digital-section__sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 7rem 0 2rem;
}
.digital-section__header {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
.digital-section__hud {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto 1rem;
  padding: 0 2rem;
  max-width: 60rem;
  width: 100%;
  font-family: "JetBrains Mono", monospace;
  color: var(--text-secondary);
}
.digital-section__hud-index {
  flex-shrink: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--accent-cyan);
  border: 0.1rem solid var(--border-color);
  padding: 0.4rem 0.8rem;
  background: rgba(0, 82, 255, 0.06);
}
.digital-section__hud-index #digital-index-current {
  color: var(--text-primary);
  font-weight: 700;
}
.digital-section__hud-track {
  position: relative;
  flex: 1;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.digital-section__hud-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: var(--accent-cyan);
  box-shadow: 0 0 0.8rem rgba(0, 82, 255, 0.8);
  transition: width 0.1s linear;
}
.digital-section__hud-hint {
  flex-shrink: 0;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
  display: none;
}
.digital-section__title-wrap {
  display: grid;
  gap: 1.8rem;
  margin-bottom: 3rem;
}
.digital-section__top-text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.028rem;
  line-height: 130%;
  color: var(--accent-purple);
}
.digital-section__title {
  color: var(--text-primary);
  font-family: Neutral Face;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5.5rem;
  font-weight: 400;
  letter-spacing: -0.22rem;
  line-height: 90%;
  text-align: center;
}
.digital-section__bottom-text {
  align-items: center;
  color: var(--accent-cyan);
  display: flex;
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: -0.028rem;
  line-height: 130%;
  text-transform: uppercase;
}
.digital-section__text {
  color: var(--text-secondary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.064rem;
  line-height: 120%;
  text-align: center;
}
.digital-section__list-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  --slide-w: 35rem;
}
.digital-section__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
  /* Symmetric padding so slide 1 is centered at progress 0 and the last
     slide is centered at progress 1 (centers the slide, not its edge). */
  padding: 0 calc(50vw - (var(--slide-w) / 2));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  will-change: transform;
}
.digital-section__item {
  display: flex;
  flex-direction: column;
  height: 45rem;
  width: var(--slide-w);
  flex-shrink: 0;
  justify-content: space-between;
  padding: 3.5rem;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  border: 0.1rem solid var(--border-color);
  background: var(--bg-dark);
  box-shadow: 0 0 3rem rgba(0,0,0,0.8);
  transform-origin: center center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, opacity;
}
/* Left-side "file binder" tab rail: persistent slide index, independent of
   the slides themselves, tabs peel out further when their slide is active. */
.digital-section__tabs {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  z-index: 5;
}
.digital-section__tab {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  background: rgba(7, 7, 11, 0.9);
  border: 0.1rem solid var(--border-color);
  border-left: none;
  padding: 0.9rem 0.7rem;
  width: 3.4rem;
  text-align: center;
  border-radius: 0 0.5rem 0.5rem 0;
  transform: translateX(-1rem);
  transition: transform 0.35s ease, width 0.35s ease, color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.digital-section__tab:hover {
  color: var(--text-primary);
  transform: translateX(-0.4rem);
}
.digital-section__tab.is-active {
  color: var(--text-primary);
  border-color: var(--accent-cyan);
  background: rgba(0, 82, 255, 0.16);
  width: 4.6rem;
  transform: translateX(0);
  box-shadow: 0 0 2rem rgba(0, 82, 255, 0.35);
}
.digital-section__item.is-active {
  border-color: var(--accent-cyan);
  box-shadow: 0 0 4rem rgba(0, 82, 255, 0.35), 0 0 3rem rgba(0, 0, 0, 0.8);
}
.digital-section__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 8, 0.45) 0%,
    rgba(5, 5, 8, 0.85) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.digital-section__item-index {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--accent-cyan);
  border: 0.1rem solid rgba(0, 82, 255, 0.35);
  background: rgba(5, 5, 8, 0.75);
  padding: 0.4rem 0.8rem;
}
.digital-section__item-img {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.digital-section__item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.digital-section__item-header {
  display: grid;
  grid-template-columns: 1fr 12.8rem;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}
.digital-section__item-title {
  color: #ffffff;
  font-weight: 700;
}
.digital-section__item-cat,
.digital-section__item-title {
  font-family: Neutral Face;
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: -0.028rem;
  line-height: 110%;
  text-transform: uppercase;
}
.digital-section__item-cat {
  color: var(--accent-cyan);
  font-weight: 400;
  opacity: 0.85;
  text-align: right;
}
.digital-section__item-text {
  color: var(--text-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.064rem;
  line-height: 110%;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* The pinned/scroll-jacked coverflow effect needs more vertical room than a
     phone viewport has. Mobile gets a plain swipeable strip instead. */
  .digital-section__pin-wrapper {
    height: auto;
  }
  .digital-section__sticky-container {
    position: relative;
    top: auto;
    height: auto;
    padding: 5rem 0 4rem;
  }
  .digital-section__hud {
    display: none;
  }
  .digital-section__list-wrapper {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    perspective: none;
  }
  .digital-section__tabs {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 0.6rem;
    order: 2;
    margin-top: 1.6rem;
  }
  .digital-section__tab {
    border-left: 0.1rem solid var(--border-color);
    border-radius: 0.5rem;
    transform: none;
    width: auto;
    padding: 0.6rem 1rem;
  }
  .digital-section__tab.is-active {
    width: auto;
    transform: none;
  }
  .digital-section__list {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    padding: 0 2rem;
    gap: 1.6rem;
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .digital-section__list::-webkit-scrollbar {
    display: none;
  }
  .digital-section__item {
    height: 42rem;
    width: 82vw;
    max-width: 34rem;
    padding: 3rem;
    scroll-snap-align: center;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .digital-section__title-wrap {
    margin-bottom: 2rem;
    padding-top: 3rem;
    position: relative;
  }
  .digital-section__top-text {
    font-size: 1.6rem;
    left: 0;
    letter-spacing: -0.032rem;
    position: absolute;
    top: 0;
  }
  .digital-section__bottom-text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 60rem;
    max-width: calc(100% - 24rem);
    transform: translateX(-50%);
  }
  .digital-section__title {
    font-size: 15rem;
    letter-spacing: -0.8rem;
    line-height: 90%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .digital-section__text {
    font-size: 2rem;
    letter-spacing: -0.08rem;
    width: 93rem;
    margin: 0 auto;
  }
  .digital-section__list-wrapper {
    --slide-w: 42rem;
  }
  .digital-section__item {
    height: 46rem;
    padding: 4rem;
  }
  .digital-section__item-header {
    grid-template-columns: auto auto;
  }
  .digital-section__item-cat,
  .digital-section__item-title {
    font-size: 1.6rem;
    letter-spacing: -0.032rem;
  }
  .digital-section__item-text {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
  }
  .digital-section__hud {
    max-width: 93rem;
  }
  .digital-section__hud-hint {
    display: block;
  }
  .digital-section__tabs {
    left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .digital-section__list-wrapper {
    --slide-w: 58rem;
  }
  .digital-section__item {
    height: 50rem;
    padding: 4.5rem;
  }
  .digital-section__item-cat,
  .digital-section__item-title {
    font-size: 1.8rem;
  }
  .digital-section__item-text {
    font-size: 2rem;
    max-width: 42rem;
  }
}
@media (max-width: 767px) {
  .digital-section__hud {
    padding: 0 2rem;
    gap: 0.8rem;
  }
  .digital-section__hud-index {
    font-size: 1.1rem;
    padding: 0.3rem 0.6rem;
  }
}
.contacts-section__header {
  background: #09090e;
  border-bottom: 0.1rem solid var(--border-color);
  padding-bottom: 2rem;
}
.contacts-section__body {
  padding-bottom: 8rem;
}
.contacts-section__line {
  border-top: 0.1rem solid var(--border-color);
  margin-bottom: 3rem;
}
.contacts-section__title {
  align-items: center;
  color: var(--text-primary);
  display: flex;
  flex-direction: column;
  font-family: Neutral Face;
  font-size: 5.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.33rem;
  line-height: 90%;
  text-transform: uppercase;
}
.contacts-section__img-m {
  display: block;
  margin: 0 -3rem 3rem;
  max-width: unset;
  width: calc(100% + 6rem);
}
.contacts-section__text {
  color: #d1d8e5;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.032rem;
  line-height: 110%;
  margin-bottom: 5rem;
}
.form__body {
  display: grid;
  gap: 3rem;
  margin-bottom: 5rem;
}
.form__row {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-bottom: 0.1rem solid rgba(209, 216, 229, 0.15);
  color: var(--text-primary);
  font-family: JetBrains Mono;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.032rem;
  line-height: 110%;
  padding: 0 0 1rem;
  transition: border-color 0.3s;
  width: 100%;
}
.form__input:focus {
  border-bottom-color: var(--accent-cyan);
  outline: none;
}
.form__input::-moz-placeholder {
  color: rgba(209, 216, 229, 0.3);
}
.form__input::placeholder {
  color: rgba(209, 216, 229, 0.3);
}
.form__footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-end;
  justify-content: space-between;
}
.form .button {
  margin-top: 1.5rem;
}
.form .button .button__title {
  color: #ffffff;
}
.checkbox {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  position: relative;
}
.checkbox__input {
  cursor: pointer;
  height: 2.2rem;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2.2rem;
  z-index: 1;
}
.checkbox__input:checked + .checkbox__marker:after {
  opacity: 1;
}
.checkbox__marker {
  background-color: #d9d9d91a;
  flex-shrink: 0;
  height: 2.2rem;
  position: relative;
  width: 2.2rem;
}
.checkbox__marker:after {
  background-color: #fff;
  content: "";
  height: calc(100% - 1rem);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  width: calc(100% - 1rem);
}
.checkbox__text {
  color: #d1d8e5;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.08rem;
  line-height: 120%;
}
.checkbox__text a {
  text-decoration: underline;
}
.checkbox__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .contacts-section__col:nth-child(2),
  .contacts-section__img-d {
    display: none;
  }
}
@media (min-width: 768px) {
  .contacts-section__header {
    padding-bottom: 0;
  }
  .contacts-section__title {
    display: flex;
    flex-direction: row;
    font-size: 11rem;
    justify-content: flex-start;
  }
  .contacts-section__line {
    margin-bottom: 3.8rem;
  }
  .contacts-section__body {
    padding-bottom: 6.4rem;
  }
  .contacts-section__row {
    align-items: flex-start;
    display: grid;
    gap: 3rem;
    grid-template-columns: 91.5rem 1fr;
  }
  .contacts-section__col:first-child {
    padding-top: 0;
  }
  .contacts-section__text {
    font-size: 2rem;
    letter-spacing: -0.04rem;
    margin-bottom: 7.5rem;
  }
  .contacts-section__img-m {
    display: none;
  }
  .contacts-section__img-d {
    display: block;
    height: auto;
    width: 72%;
    max-width: 46rem;
    margin: 0 auto 6.4rem;
  }
  .contacts-section__address {
    align-items: flex-end;
    border-bottom: 0.1rem solid rgba(209, 216, 229, 0.2);
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.3rem;
  }
  .contacts-section__address-label {
    color: #d1d8e5;
    font-family: Neutral Face;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.032rem;
    line-height: 110%;
    text-transform: uppercase;
  }
  .contacts-section__address-value {
    color: #d1d8e5;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.06rem;
    line-height: 110%;
    text-align: right;
    width: 71.6rem;
  }
  .form__body {
    gap: 3.4rem;
    margin-bottom: 8.5rem;
  }
  .form__row {
    gap: 3rem;
  }
  .form__input {
    font-size: 2rem;
    letter-spacing: -0.04rem;
  }
  .form__footer {
    align-items: center;
    flex-direction: row;
    gap: 11.6rem;
  }
  .form .checkbox__text {
    font-size: 2rem;
  }
  .form .button {
    clip-path: polygon(100% 0, 100% 75%, 92% 100%, 0 100%, 0 0);
    flex-shrink: 0;
  }
}

.hero-hud-left,
.hero-hud-right {
  white-space: nowrap !important;
}
@media (max-width: 767px) {
  .hero-hud-left {
    position: fixed !important;
    top: 3.5rem !important;
    left: 2rem !important;
    font-size: 9px !important;
    padding: 4px 8px !important;
    z-index: 98 !important;
  }
  .hero-hud-right {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .audio-telemetry-widget {
    bottom: 1.5rem !important;
    right: 1.5rem !important;
    padding: 0.6rem 1rem !important;
    gap: 0.8rem !important;
  }
  .audio-telemetry-widget span {
    font-size: 9px !important;
    letter-spacing: 0.05em !important;
  }
  .audio-telemetry-widget button {
    width: 36px !important;
    height: 18px !important;
  }
  .audio-telemetry-widget button span {
    width: 12px !important;
    height: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Hero Section Tablet Layout */
  .hero-section {
    min-height: auto !important;
    padding: 14rem 0 6rem !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .hero-section .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-height: auto !important;
    position: relative !important;
  }
  .hero-section__title {
    position: absolute !important;
    top: 5rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: clamp(6rem, 12vw, 12rem) !important;
    z-index: 1 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .hero-section__img {
    position: relative !important;
    width: 60% !important;
    max-width: 38rem !important;
    margin: 0 auto 3rem !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    order: 2 !important;
    z-index: 2 !important;
  }
  .hero-section__row {
    position: relative !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 55rem !important;
    padding: 0 !important;
    order: 3 !important;
    margin: 0 auto !important;
    gap: 2.5rem !important;
  }
  .hero-section__text {
    align-items: center !important;
  }
  .hero-section__text p {
    text-align: center !important;
    max-width: none !important;
    font-size: 1.8rem !important;
  }
  .hero-section__cta-primary,
  .hero-section__cta-secondary {
    width: 100% !important;
    max-width: 30rem !important;
    margin: 0 auto !important;
  }

  /* About Section Tablet Layout */
  .about-section__row {
    display: flex !important;
    flex-direction: column !important;
    gap: 4rem !important;
  }
  .about-section__text {
    position: static !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  .about-section__list {
    width: 100% !important;
    max-width: none !important;
  }

  /* Contact Section Tablet Layout */
  .contacts-section__row {
    grid-template-columns: 1fr !important;
  }
  .contacts-section__img-d {
    display: none !important;
  }
  .contacts-section__img-m {
    display: block !important;
    width: 50% !important;
    max-width: 30rem !important;
    margin: 3rem auto !important;
  }
  .contacts-section__address {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2rem !important;
  }
}


