@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #02040d;
  --foreground: #ffffff;
  --surface-deep: #030716;
  --surface-panel: #060c22;
  --accent-900: #030716;
  --accent-800: #081235;
  --accent-700: #12266b;
  --accent-600: #2340b8;
  --accent-500: #3a5cff;
  --accent-400: #6d8bff;
  --accent-300: #9fb8ff;
  --accent-200: #d6e2ff;
  --signal-glow: #ff5fa8;
  --signal-ring: #ff8fc4;
  --container-max: 88.25rem;
  --container-pad: 2.5rem;
  --hero-glass: rgb(0 0 0 / 0.8);
  --hero-glass-border: rgb(255 255 255 / 0.2);
  --timeline-rail: rgb(120 150 255 / 0.22);
  --font-sans: Gilroy, "Mulish", system-ui, sans-serif;
  --font-mulish: "Mulish", Gilroy, system-ui, sans-serif;
  --font-lato: Gilroy, "Mulish", system-ui, sans-serif;
  --gradient-hero-title: linear-gradient(90deg, #fff 0%, rgb(200 214 255 / 0.2) 100%);
  --gradient-hero-title-inv: linear-gradient(90deg, rgb(200 214 255 / 0.2) 0%, #fff 100%);
  --gradient-hero-cta: linear-gradient(107deg, #4977ff 0%, #331574 51.442%, #000315 100%);
  --gradient-hero-icon: linear-gradient(120deg, #4977ff 0%, #d2bdff 100%);
  --gradient-service-rule: linear-gradient(90deg, #4564e5 0%, rgb(69 100 229 / 0) 100%);
  --gradient-service-rule-alt: linear-gradient(90deg, rgb(207 186 255 / 0) 0%, #cfbaff 100%);
  --gradient-timeline-tick: linear-gradient(180deg, rgb(73 119 255 / 0) 0%, rgb(73 119 255 / 0.55) 100%);
  --gradient-footer: linear-gradient(180deg, rgb(2 4 13 / 0) 0%, rgb(3 7 22 / 0.86) 26%, #030716 100%);
  --gradient-footer-rule: linear-gradient(90deg, rgb(58 92 255 / 0) 0%, rgb(255 95 168 / 0.3) 50%, rgb(58 92 255 / 0) 100%);
  /* Page atmosphere: Acasă blue → Contact yellow (hue walk). */
  --page-glow: #4977ff;
  --page-glow-2: #c4b0ff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  min-height: 100svh;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  line-height: 1.5;
}

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

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--accent-500);
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -3rem;
  z-index: 200;
  padding: 0.6rem 1rem;
  background: var(--accent-500);
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.page-gutter {
  padding-inline: var(--container-pad);
}

@media (max-width: 1180px) {
  :root {
    --container-pad: 1.5rem;
  }
}

@media (max-width: 656px) {
  :root {
    --container-pad: 1.25rem;
  }
}

.helion-stars {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.helion-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  width: 100lvw;
  pointer-events: none;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.helion-scene__canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translateZ(0);
}

.helion-loader {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

.helion-loader.is-done {
  opacity: 0;
  pointer-events: none;
}

.helion-loader__pct {
  margin: 0;
  display: flex;
  align-items: flex-start;
  font-family: var(--font-mulish);
  font-size: calc(var(--orb-size, 11.5rem) * 0.2);
  font-weight: 300;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #fff;
  text-box: trim-both cap alphabetic;
  text-shadow:
    0 0 0.55em rgb(0 0 0 / 0.95),
    0 0.05em 0.18em rgb(0 0 0 / 0.8);
}

.helion-loader__unit {
  margin-block-start: 0.15em;
  margin-inline-start: 0.08em;
  font-size: 0.42em;
  letter-spacing: 0.1em;
  color: rgb(220 230 255 / 0.92);
}

.scene-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 0.5) 0%, rgb(0 0 0 / 0.16) 24%, rgb(0 0 0 / 0) 42%, rgb(0 0 0 / 0) 58%, rgb(0 0 0 / 0.14) 78%, rgb(0 0 0 / 0.42) 100%),
    linear-gradient(180deg, rgb(0 0 0 / 0.42) 0%, rgb(0 0 0 / 0) 22%, rgb(0 0 0 / 0) 58%, rgb(0 0 0 / 0.38) 82%, rgb(0 0 0 / 0.72) 100%);
}

.scene-overlay--static {
  position: fixed;
  z-index: 1;
  background:
    radial-gradient(140% 110% at 12% -8%, color-mix(in srgb, var(--page-glow) 58%, transparent), transparent 72%),
    radial-gradient(120% 90% at 96% 8%, color-mix(in srgb, var(--page-glow-2) 38%, transparent), transparent 68%),
    radial-gradient(90% 70% at 50% 108%, color-mix(in srgb, var(--page-glow) 28%, transparent), transparent 70%),
    radial-gradient(80% 50% at 50% 42%, color-mix(in srgb, var(--page-glow) 12%, transparent), transparent 62%),
    linear-gradient(90deg, rgb(0 0 0 / 0.38) 0%, rgb(0 0 0 / 0.1) 24%, rgb(0 0 0 / 0) 42%, rgb(0 0 0 / 0) 58%, rgb(0 0 0 / 0.1) 78%, rgb(0 0 0 / 0.32) 100%),
    linear-gradient(180deg, rgb(0 0 0 / 0.28) 0%, rgb(0 0 0 / 0) 22%, rgb(0 0 0 / 0) 58%, rgb(0 0 0 / 0.28) 82%, rgb(0 0 0 / 0.62) 100%);
}

body.helion-atm-despre {
  --page-glow: #2ad4e0;
  --page-glow-2: #6d8bff;
}

body.helion-atm-servicii {
  --page-glow: #3dcc7a;
  --page-glow-2: #2ad4e0;
}

body.helion-atm-portofoliu {
  --page-glow: #c8e24a;
  --page-glow-2: #3dcc7a;
}

body.helion-atm-contact {
  --page-glow: #f0d03a;
  --page-glow-2: #e89a28;
}

@media (max-width: 768px) {
  .scene-overlay {
    background: linear-gradient(180deg, rgb(0 0 0 / 0.5) 0%, rgb(0 0 0 / 0.24) 26%, rgb(0 0 0 / 0.24) 62%, rgb(0 0 0 / 0.5) 86%, rgb(0 0 0 / 0.78) 100%);
  }

  .scene-overlay--static {
    background:
      radial-gradient(140% 90% at 50% -10%, color-mix(in srgb, var(--page-glow) 52%, transparent), transparent 74%),
      radial-gradient(100% 60% at 100% 80%, color-mix(in srgb, var(--page-glow-2) 28%, transparent), transparent 68%),
      linear-gradient(180deg, rgb(0 0 0 / 0.38) 0%, rgb(0 0 0 / 0.16) 26%, rgb(0 0 0 / 0.16) 62%, rgb(0 0 0 / 0.4) 86%, rgb(0 0 0 / 0.7) 100%);
  }
}

/* Header must sit above main — otherwise fixed nav is visible through
   transparent slides but clicks hit .helion-main instead of the links. */
.helion-header {
  position: relative;
  z-index: 120;
}

.helion-main,
.helion-page,
.helion-footer {
  position: relative;
  z-index: 2;
}

.helion-nav {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 120;
  display: flex;
  justify-content: center;
  padding: 1.35rem var(--container-pad) 0;
}

.helion-nav__bar {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.helion-nav__tools {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.helion-lang {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.helion-lang__select,
.helion-lang__select::picker(select) {
  appearance: base-select;
}

.helion-lang__select {
  display: flex;
  align-items: center;
  min-height: 43px;
  padding: 0.35rem 0.85rem;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  backdrop-filter: blur(8px);
  border-radius: 32px;
  color: inherit;
  font-family: var(--font-mulish);
  font-size: 0.875rem;
  line-height: 1.2;
  cursor: pointer;
}

.helion-lang__select::picker(select) {
  background: #0c1220;
  border: 1px solid var(--hero-glass-border);
  border-radius: 1rem;
  padding: 0.35rem;
  color: #fff;
  max-height: min(70vh, 32rem);
  overflow: auto;
}

.helion-lang selectedcontent {
  display: flex;
  align-items: center;
  max-width: 11.5rem;
  overflow: hidden;
}

.helion-lang selectedcontent .helion-lang__name {
  margin-inline-start: 0.35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.helion-lang__select option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem;
  border-radius: 0.65rem;
}

.helion-lang__select option:checked {
  background: rgb(255 255 255 / 0.12);
  font-weight: 600;
}

.helion-lang__flag {
  display: inline-block;
  border-radius: 2px;
  flex-shrink: 0;
  vertical-align: middle;
}

.helion-lang__apply {
  min-height: 43px;
  padding: 0 0.85rem;
  border-radius: 32px;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  color: inherit;
  font-family: var(--font-mulish);
  font-size: 0.8rem;
}

.helion-lang.is-enhanced .helion-lang__apply {
  display: none;
}

.helion-menu .helion-lang {
  margin: 0.75rem 0 1rem;
}

.helion-pill {
  display: flex;
  align-items: center;
  min-height: 43px;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  backdrop-filter: blur(8px);
  border-radius: 32px;
}

.helion-pill--logo {
  padding: 0.4rem 0.95rem;
}

.helion-pill--logo img,
.helion-pill--logo .custom-logo {
  width: auto;
  height: 36px;
  max-width: min(240px, 55vw);
  object-fit: contain;
}

.helion-pill--links {
  padding: 0.75rem 2rem;
}

.helion-nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.2;
}

.helion-nav__list a {
  opacity: 0.68;
  color: inherit;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.helion-nav__list a:hover,
.helion-nav__list a:focus-visible {
  opacity: 1;
}

.helion-nav__list .is-current > a,
.helion-nav__list a[aria-current="page"] {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.helion-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  background-image: var(--gradient-hero-cta);
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.helion-cta:hover {
  transform: scale(1.04);
}

.helion-cta--block {
  justify-content: center;
  width: 100%;
}

.helion-cta__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}

.helion-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  backdrop-filter: blur(8px);
}

.helion-burger__icon,
.helion-burger__icon::before,
.helion-burger__icon::after {
  display: block;
  width: 18px;
  height: 1.5px;
  margin-inline: auto;
  background: #fff;
  border-radius: 99px;
}

.helion-burger__icon {
  position: relative;
}

.helion-burger__icon::before,
.helion-burger__icon::after {
  content: "";
  position: absolute;
  inset-inline: 0;
}

.helion-burger__icon::before {
  top: -6px;
}

.helion-burger__icon::after {
  top: 6px;
}

.helion-menu {
  width: min(220px, calc(100vw - 2rem));
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  inset: 4.75rem 1rem auto auto;
}

.helion-menu::backdrop {
  background: rgb(2 4 13 / 0.35);
}

.helion-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0.65rem;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  backdrop-filter: blur(8px);
  border-radius: 24px;
}

.helion-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0.75rem;
}

.helion-menu__title {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
}

.helion-menu__close {
  font-family: var(--font-mulish);
  font-size: 0.875rem;
  opacity: 0.8;
}

.helion-menu__list a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  font-family: var(--font-mulish);
  opacity: 0.72;
  color: inherit;
}

.helion-menu__list a:hover,
.helion-menu__list a:active {
  background: rgb(255 255 255 / 0.1);
  opacity: 1;
}

.helion-menu__list .is-current > a,
.helion-menu__list a[aria-current="page"] {
  opacity: 1;
  color: #fff;
  font-weight: 500;
  background: rgb(255 255 255 / 0.08);
}

.helion-masthead {
  margin: 0;
  text-align: center;
  font-family: var(--font-mulish);
  font-weight: 300;
  font-size: clamp(1.5rem, 4.2vw, 3.5rem);
  line-height: 1.06;
}

.helion-masthead span {
  display: block;
}

.helion-masthead__top {
  background-image: var(--gradient-hero-title);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.helion-masthead__bottom {
  background-image: var(--gradient-hero-title-inv);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.helion-slide {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5rem var(--container-pad) 3rem;
}

.helion-slide--hero {
  min-height: 100svh;
  padding-block: 4.75rem 1.25rem;
  justify-content: flex-start;
  overflow: visible;
}

.helion-slide--hero .helion-hero__frame {
  gap: 0.75rem;
  width: min(40rem, 100%);
  padding-block-start: 0.5rem;
  overflow: visible;
}

.helion-slide--hero .helion-masthead {
  font-size: clamp(1.35rem, 3.4vw, 2.75rem);
}

.helion-slide--hero .helion-hero__sub {
  max-width: 34rem;
  font-size: clamp(0.9rem, 1.45vw, 1.02rem);
  line-height: 1.4;
  color: rgb(255 255 255 / 0.82);
}

.helion-hero__paths {
  margin: 0;
  max-width: 36rem;
  font-family: var(--font-mulish);
  font-size: clamp(0.86rem, 1.35vw, 0.98rem);
  line-height: 1.4;
  color: rgb(255 255 255 / 0.7);
}

.helion-hero__paths a {
  color: var(--accent-300);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}

.helion-hero__paths a:hover,
.helion-hero__paths a:focus-visible {
  color: #fff;
}

.helion-hero__paths strong {
  color: rgb(255 255 255 / 0.92);
  font-weight: 600;
}

.helion-slide--hero .helion-orb {
  --orb-size: 11.5rem;
  margin-block: 1.1rem;
}

.helion-slide--hero .helion-hero__form {
  width: min(39rem, 100%);
  margin-block-start: 0.25rem;
}

.helion-leave-note {
  color: rgb(255 255 255 / 0.48);
  font-size: 0.92em;
}

.helion-nav__external {
  margin-inline-start: 0.15em;
  opacity: 0.75;
  font-size: 0.85em;
}

.helion-slide--services {
  min-height: 140svh;
}

.helion-slide--timeline {
  min-height: 320svh;
  justify-content: flex-start;
  padding-top: 0;
}

.helion-slide--impact {
  min-height: 220svh;
}

.helion-timeline__sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5rem 0 3rem;
}

.helion-hero__frame,
.helion-services__frame,
.helion-impact__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: min(42rem, 100%);
  margin-inline: auto;
  text-align: center;
}

.helion-hero__sub,
.helion-services__foot,
.helion-impact__sub {
  margin: 0;
  max-width: 26rem;
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.35;
}

.helion-hero__form,
.helion-impact__form {
  width: min(39rem, 100%);
}

.helion-orb {
  --orb-size: 11.5rem;
  --orb-cycle: 30s;
  position: relative;
  width: var(--orb-size);
  height: var(--orb-size);
  flex-shrink: 0;
  isolation: isolate;
}

.helion-orb__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 50%;
  background: rgb(6 10 22 / 0.72);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--page-glow) 28%, transparent),
    0 18px 42px rgb(0 0 0 / 0.45);
}

.helion-orb__shot {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.helion-orb__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.helion-orb__shard,
.helion-orb__flash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.helion-orb__shard {
  background-image: var(--shot-src);
  background-size: cover;
  background-position: center;
  clip-path: var(--clip);
  translate: 0 0;
  rotate: 0deg;
  scale: 1;
  opacity: 0;
  filter: drop-shadow(0.5px 0.5px 0 rgb(255 255 255 / 0.38));
  animation: helion-orb-rebuild var(--orb-cycle) cubic-bezier(0.22, 1, 0.32, 1) infinite;
  animation-delay: calc(var(--shot-delay) + (var(--shard) * 38ms));
}

.helion-orb__flash {
  border-radius: 50%;
  background: radial-gradient(circle at 44% 39%, rgb(255 255 255 / 0.7), rgb(157 184 255 / 0.12) 42%, transparent 68%);
  opacity: 0;
  mix-blend-mode: screen;
  animation: helion-orb-flash var(--orb-cycle) ease-out infinite;
  animation-delay: var(--shot-delay);
}

.helion-orb__halo,
.helion-orb__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  pointer-events: none;
}

.helion-orb__halo {
  z-index: 0;
  width: calc(var(--orb-size) + 1.15rem);
  height: calc(var(--orb-size) + 1.15rem);
  background: conic-gradient(
    from 0deg,
    transparent 0 18%,
    color-mix(in srgb, var(--page-glow) 85%, white) 32%,
    transparent 48% 62%,
    color-mix(in srgb, var(--page-glow-2) 70%, white) 74%,
    transparent 88% 100%
  );
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  animation: helion-spin 7.5s linear infinite;
  opacity: 0.9;
}

.helion-orb__ring {
  z-index: 2;
  width: var(--orb-size);
  height: var(--orb-size);
  border: 1px solid var(--hero-glass-border);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.08);
  scale: 1;
  animation: helion-orb-ring-pulse var(--orb-cycle) ease-in-out infinite;
}

@keyframes helion-spin {
  to {
    rotate: 360deg;
  }
}

@keyframes helion-orb-rebuild {
  0% {
    opacity: 0;
    translate: var(--dx) var(--dy);
    rotate: var(--rot);
    scale: 0.62;
  }

  5% {
    opacity: 1;
    translate: 0 0;
    rotate: 0deg;
    scale: 1.03;
  }

  7%,
  13% {
    opacity: 1;
    translate: 0 0;
    rotate: 0deg;
    scale: 1;
  }

  16% {
    opacity: 1;
    translate: calc(var(--dx) * 0.28) calc(var(--dy) * 0.28);
    rotate: 0deg;
    scale: 1.03;
  }

  20%,
  100% {
    opacity: 0;
    translate: var(--dx) var(--dy);
    rotate: var(--rot);
    scale: 0.58;
  }
}

@keyframes helion-orb-flash {
  0%,
  4% {
    opacity: 0;
  }

  5.4% {
    opacity: 0.62;
  }

  8%,
  100% {
    opacity: 0;
  }
}

@keyframes helion-orb-ring-pulse {
  0%,
  4%,
  16%,
  100% {
    scale: 1;
  }

  5.5% {
    scale: 1.045;
  }

  18% {
    scale: 1.03;
  }
}

@keyframes helion-orb-cycle-still {
  0%,
  13% {
    opacity: 1;
  }

  20%,
  100% {
    opacity: 0;
  }
}

.helion-orb:hover .helion-orb__shard,
.helion-orb:hover .helion-orb__flash,
.helion-orb:hover .helion-orb__halo,
.helion-orb:hover .helion-orb__ring {
  animation-play-state: paused;
}

@supports not (clip-path: polygon(0 0, 100% 0, 50% 100%)) {
  .helion-orb__shard,
  .helion-orb__flash {
    display: none;
  }

  .helion-orb__photo {
    opacity: 0;
    animation: helion-orb-cycle-still var(--orb-cycle) ease-in-out infinite;
    animation-delay: var(--shot-delay);
  }
}

@supports (clip-path: polygon(0 0, 100% 0, 50% 100%)) {
  .helion-orb__photo {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .helion-orb__shard,
  .helion-orb__flash,
  .helion-orb__halo,
  .helion-orb__ring,
  .helion-orb__photo {
    animation: none;
  }

  .helion-orb__shard,
  .helion-orb__flash {
    display: none;
  }

  .helion-orb__photo {
    opacity: 0;
  }

  .helion-orb__shot:first-child .helion-orb__photo {
    opacity: 1;
  }
}

.helion-form {
  width: 100%;
}

.helion-form__status:empty {
  display: none;
}

.helion-form__status {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
}

.helion-form__status.is-ok {
  color: var(--accent-300);
}

.helion-form__status.is-err {
  color: var(--signal-ring);
}

.helion-form__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  grid-template-areas:
    "name email submit"
    "message message message";
  align-items: center;
  gap: 0.35rem 1.25rem;
  padding: 0.35rem 0.35rem 0.85rem 1.5rem;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  backdrop-filter: blur(8px);
  border-radius: 28px;
}

.helion-field {
  min-width: 0;
}

.helion-field--name {
  grid-area: name;
}

.helion-field--email {
  grid-area: email;
}

.helion-field--message {
  grid-area: message;
}

.helion-form__submit {
  grid-area: submit;
}

.helion-field input,
.helion-field textarea {
  width: 100%;
  min-height: 2.75rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.2;
}

.helion-field textarea {
  min-height: 4.5rem;
  padding-block: 0.45rem;
  line-height: 1.35;
  resize: vertical;
}

.helion-field input::placeholder,
.helion-field textarea::placeholder {
  color: rgb(255 255 255 / 0.9);
}

.helion-field input:user-invalid,
.helion-field textarea:user-invalid {
  box-shadow: inset 0 -1px 0 var(--signal-glow);
}

.helion-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  padding: 0.125rem 1.75rem 0.125rem 0.125rem;
  border-radius: 50px;
  background-image: var(--gradient-hero-cta);
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
}

.helion-form__icon {
  position: relative;
  width: 39px;
  height: 39px;
  flex-shrink: 0;
}

.helion-form__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: #fff;
}

.helion-form__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  translate: -50% -50%;
}

.helion-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 4rem;
  width: min(56rem, 100%);
}

.helion-services__grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 2.25rem;
  width: min(64rem, 100%);
}

.helion-services__grid--three .helion-service--left,
.helion-services__grid--three .helion-service--right {
  text-align: start;
}

.helion-service__title a {
  color: inherit;
  text-decoration: none;
}

.helion-service__title a:hover,
.helion-service__title a:focus-visible {
  color: var(--accent-300);
}

.helion-service--left {
  text-align: start;
}

.helion-service--right {
  text-align: end;
}

.helion-service__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-mulish);
  font-weight: 300;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1;
}

.helion-service__caption {
  margin: 0 0 1rem;
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.2;
}

.helion-service--left::after,
.helion-service--right::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.helion-service--left::after {
  background-image: var(--gradient-service-rule);
}

.helion-service--right::after {
  background-image: var(--gradient-service-rule-alt);
}

.helion-timeline {
  /* height comes from .helion-slide--timeline */
}

.helion-timeline__window {
  overflow: hidden;
  margin-top: 3rem;
}

.helion-timeline__rail {
  display: flex;
  gap: 4.5rem;
  padding-block: 1rem 3rem;
  border-bottom: 1px solid var(--timeline-rail);
}

.helion-station {
  position: relative;
  flex: 0 0 18rem;
  padding-top: 0.5rem;
}

.helion-station__tick {
  position: absolute;
  inset-inline-start: 0;
  bottom: -3rem;
  width: 1px;
  height: 10.8rem;
  background-image: var(--gradient-timeline-tick);
}

.helion-station__tri {
  position: absolute;
  inset-inline-start: -9px;
  bottom: -3.6rem;
}

.helion-station__index {
  margin: 0 0 0.75rem;
  background-image: var(--gradient-hero-icon);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: var(--font-mulish);
  font-size: 1rem;
}

.helion-station__title {
  margin: 0 0 1.5rem;
  font-family: var(--font-mulish);
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
}

.helion-station__body {
  margin: 0;
  font-family: var(--font-mulish);
  font-size: 1rem;
  line-height: 1.3;
}

.helion-portfolio {
  position: relative;
  padding: 5rem var(--container-pad) 4rem;
  content-visibility: auto;
  contain-intrinsic-size: auto 40rem;
}

.helion-portfolio__frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: min(var(--container-max), 100%);
  margin-inline: auto;
}

.helion-portfolio__lead {
  margin: 0;
  max-inline-size: 36rem;
  text-align: center;
  font-family: var(--font-mulish);
  font-size: 1.05rem;
  line-height: 1.45;
  color: color-mix(in srgb, #fff 72%, transparent);
}

.helion-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: 1.25rem;
  width: 100%;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.helion-portfolio__grid--page {
  margin-block-start: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 14.5rem), 1fr));
  gap: 1rem;
  container-type: inline-size;
}

.helion-portfolio__item {
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 18rem;
}

.helion-portfolio__item--feature {
  grid-column: span 2;
  grid-row: span 2;
}

.helion-portfolio__figure {
  margin: 0;
  display: grid;
  gap: 0.55rem;
  height: 100%;
}

.helion-portfolio__open {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: start;
  cursor: zoom-in;
  border-radius: 1rem;
}

.helion-portfolio__open:focus-visible {
  outline: 2px solid var(--accent-300);
  outline-offset: 3px;
}

/* Pre-squared assets — uniform tiles, no CSS crop */
.helion-portfolio__media {
  display: block;
  overflow: clip;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, #fff 12%, transparent);
  border-radius: 1rem;
  background:
    radial-gradient(120% 80% at 20% 0%, rgb(58 92 255 / 0.18), transparent 55%),
    #060c22;
  transition: border-color 160ms ease, transform 220ms ease;
}

.helion-portfolio__item--feature .helion-portfolio__media {
  aspect-ratio: 1;
  height: 100%;
}

.helion-portfolio__open:hover .helion-portfolio__media,
.helion-portfolio__open:focus-visible .helion-portfolio__media {
  border-color: color-mix(in srgb, var(--accent-300) 55%, transparent);
  transform: translateY(-2px);
}

.helion-portfolio__media img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.helion-portfolio__open:hover .helion-portfolio__media img {
  transform: scale(1.04);
}

.helion-portfolio__zoom {
  position: absolute;
  inset-inline-end: 0.65rem;
  inset-block-end: 0.65rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.18);
  background: rgb(2 4 13 / 0.55);
  backdrop-filter: blur(6px);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 160ms ease;
}

.helion-portfolio__open:hover .helion-portfolio__zoom,
.helion-portfolio__open:focus-visible .helion-portfolio__zoom {
  opacity: 1;
}

.helion-portfolio__figure figcaption {
  font-family: var(--font-mulish);
  font-size: 0.92rem;
  line-height: 1.3;
  color: color-mix(in srgb, #fff 78%, transparent);
}

.helion-portfolio__more {
  margin: 1.5rem 0 0;
}

.helion-portfolio-lightbox {
  width: min(52rem, calc(100vw - 1.5rem));
  max-height: calc(100dvh - 1.5rem);
  margin: auto;
  padding: 0;
  border: 1px solid var(--hero-glass-border);
  border-radius: 1.25rem;
  background: #060914;
  color: inherit;
  overflow: clip;
}

.helion-portfolio-lightbox::backdrop {
  background: rgb(2 4 13 / 0.78);
  backdrop-filter: blur(5px);
}

.helion-portfolio-lightbox__panel {
  display: grid;
  gap: 0;
}

.helion-portfolio-lightbox__tools {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0.65rem 0.75rem 0;
}

.helion-portfolio-lightbox__close {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.helion-portfolio-lightbox__img {
  display: block;
  width: 100%;
  max-height: min(72dvh, 40rem);
  object-fit: contain;
  background: #04070f;
}

.helion-portfolio-lightbox__cap {
  margin: 0;
  padding: 0.85rem 1.1rem 1.1rem;
  font-size: 0.95rem;
  color: color-mix(in srgb, #fff 80%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .helion-portfolio__media,
  .helion-portfolio__media img {
    transition: none;
  }

  .helion-portfolio__open:hover .helion-portfolio__media,
  .helion-portfolio__open:hover .helion-portfolio__media img {
    transform: none;
  }
}

.helion-page--services .helion-page__inner--wide,
.helion-page--portfolio .helion-page__inner--wide {
  width: min(var(--container-max), 100%);
  margin-inline: auto;
}

.helion-contact-form-block {
  margin-block-start: 1.5rem;
}

.helion-map {
  margin: 0;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  border-radius: 1.25rem;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: clip;
  position: relative;
  min-inline-size: 0;
}

.helion-map--compact {
  align-self: stretch;
  max-inline-size: 100%;
}

.helion-map__expand {
  position: absolute;
  inset: 0 0 auto;
  block-size: calc(100% - 2.75rem);
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  background: transparent;
  cursor: zoom-in;
}

.helion-map__expand:focus-visible {
  outline: 2px solid var(--accent-300);
  outline-offset: -2px;
}

.helion-map__frame {
  display: block;
  width: 100%;
  min-block-size: 10rem;
  aspect-ratio: 16 / 10;
  max-block-size: 13.5rem;
  height: auto;
  border: 0;
  background: #0a1020;
  pointer-events: none;
}

.helion-map__caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 0.75rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  line-height: 1.35;
  color: color-mix(in srgb, #fff 78%, transparent);
  border-block-start: 1px solid var(--hero-glass-border);
}

.helion-map__links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.helion-map__links a {
  color: var(--accent-300);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.helion-map-dialog {
  width: min(56rem, calc(100vw - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  border: 1px solid var(--hero-glass-border);
  border-radius: 1.25rem;
  background: #060914;
  color: inherit;
  overflow: clip;
}

.helion-map-dialog::backdrop {
  background: rgb(2 4 13 / 0.72);
  backdrop-filter: blur(4px);
}

.helion-map-dialog__panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-block-size: min(70dvh, 32rem);
}

.helion-map-dialog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-block-end: 1px solid var(--hero-glass-border);
}

.helion-map-dialog__head h2 {
  margin: 0;
  font-family: var(--font-mulish);
  font-weight: 400;
  font-size: 1.05rem;
}

.helion-map-dialog__close {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.helion-map-dialog__close:hover {
  border-color: rgb(58 92 255 / 0.55);
  background: rgb(58 92 255 / 0.08);
}

.helion-map-dialog__frame {
  display: block;
  width: 100%;
  min-block-size: 18rem;
  height: min(58dvh, 28rem);
  border: 0;
  background: #0a1020;
}

.helion-map-dialog__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  border-block-start: 1px solid var(--hero-glass-border);
  color: color-mix(in srgb, #fff 78%, transparent);
}

.helion-map-dialog__foot a {
  color: var(--accent-300);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 860px) {
  .helion-map__frame {
    min-block-size: 11rem;
    max-block-size: none;
    aspect-ratio: 16 / 11;
  }

  .helion-map-dialog__frame {
    height: min(55dvh, 22rem);
  }
}


.helion-portfolio__page-head {
  text-align: center;
  margin-block-end: 1.5rem;
}

.helion-portfolio__page-head .helion-portfolio__lead,
.helion-portfolio__intro {
  margin-inline: auto;
  max-inline-size: 40rem;
}

.helion-portfolio__jump {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.55rem;
  margin: 0 0 2rem;
  padding: 0.35rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  border-radius: 999px;
  position: sticky;
  top: 5.25rem;
  z-index: 5;
  backdrop-filter: blur(10px);
}

.helion-portfolio__jump a {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  font-family: var(--font-mulish);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, #fff 78%, transparent);
  text-decoration: none;
  white-space: nowrap;
}

.helion-portfolio__jump a:hover,
.helion-portfolio__jump a:focus-visible {
  color: #fff;
  background: rgb(58 92 255 / 0.18);
}

.helion-portfolio__jump-count {
  display: inline-grid;
  place-items: center;
  min-inline-size: 1.4rem;
  padding-inline: 0.3rem;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.08);
  font-size: 0.72rem;
  color: var(--accent-300);
}

.helion-portfolio__section {
  margin-block: 0 2.75rem;
  scroll-margin-block-start: 7.5rem;
  content-visibility: auto;
  contain-intrinsic-size: auto 32rem;
}

.helion-portfolio__section-head {
  margin-block-end: 1rem;
}

.helion-portfolio__section-head h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-mulish);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  line-height: 1.2;
}

.helion-portfolio__section-head p {
  margin: 0;
  max-inline-size: 42rem;
  font-family: var(--font-mulish);
  font-size: 0.98rem;
  line-height: 1.45;
  color: color-mix(in srgb, #fff 68%, transparent);
}

.helion-footer__meta {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-family: var(--font-mulish);
  font-size: 0.95rem;
  line-height: 1.4;
  color: color-mix(in srgb, #fff 70%, transparent);
}

.helion-footer__meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.helion-footer {
  margin-top: 0;
  padding-block: 2rem 2rem;
  background-image: var(--gradient-footer);
}

/* Short inner pages: keep footer tight under content (no tall empty band). */
body:not(.home) .helion-page {
  padding-block: 6.5rem 1rem;
}

body:not(.home) .helion-footer {
  margin-top: 0;
}

.helion-footer__rule {
  display: block;
  height: 1px;
  width: min(100%, var(--container-max));
  margin-inline: auto;
  margin-block-end: 1.75rem;
  background-image: var(--gradient-footer-rule);
}

.helion-footer__top {
  display: grid;
  grid-template-columns: minmax(15rem, 1.05fr) minmax(12rem, 1.35fr) auto;
  align-items: end;
  gap: 1.5rem 1.75rem;
  padding-bottom: 2rem;
}

.helion-footer__about {
  min-inline-size: 0;
}

.helion-footer__cta {
  justify-self: end;
  align-self: end;
  flex-shrink: 0;
}

.helion-footer__brand {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0.25rem;
}

.helion-footer__logo {
  display: block;
  width: 17.5rem;
  max-width: 100%;
  height: auto;
  aspect-ratio: 280 / 84;
  object-fit: contain;
}

.helion-footer__wordmark {
  margin: 0;
  font-family: var(--font-lato);
  font-size: clamp(2.875rem, 7vw, 5.75rem);
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.helion-footer__tagline {
  margin: 1.125rem 0 0;
  max-width: 34ch;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgb(255 255 255 / 0.56);
}

.helion-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9375rem 1.625rem;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 6.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.helion-footer__cta:hover {
  border-color: rgb(58 92 255 / 0.55);
  background: rgb(58 92 255 / 0.08);
}

.helion-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.75rem;
  border-block: 1px solid rgb(58 92 255 / 0.12);
}

.helion-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}

.helion-footer__nav a {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  opacity: 0.6;
}

.helion-footer__nav a:hover {
  opacity: 1;
}

.helion-footer__base {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.125rem;
  padding-top: 1.875rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: rgb(255 255 255 / 0.38);
}

.helion-footer__base-start {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
}

.helion-social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helion-social__link {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  color: var(--page-glow);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--page-glow) 14%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--page-glow) 35%, transparent);
  transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  animation: helion-social-shift 9s ease-in-out infinite;
}

.helion-social__list li:nth-child(2) .helion-social__link {
  animation-delay: -3s;
}

.helion-social__list li:nth-child(3) .helion-social__link {
  animation-delay: -6s;
}

.helion-social__list li:nth-child(4) .helion-social__link {
  animation-delay: -1.5s;
}

.helion-social__list li:nth-child(5) .helion-social__link {
  animation-delay: -4.5s;
}

.helion-social__mark {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
}

.helion-social__link:hover,
.helion-social__link:focus-visible {
  color: var(--page-glow-2);
  background: color-mix(in srgb, var(--page-glow) 28%, transparent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--page-glow-2) 55%, transparent),
    0 0 1.25rem color-mix(in srgb, var(--page-glow) 55%, transparent);
  transform: translateY(-2px);
  animation-play-state: paused;
}

.helion-social__link:focus-visible {
  outline: 2px solid var(--page-glow-2);
  outline-offset: 3px;
}

@keyframes helion-social-shift {
  0%,
  100% {
    color: var(--page-glow);
  }

  50% {
    color: var(--page-glow-2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .helion-social__link {
    animation: none;
  }

  .helion-social__link:hover,
  .helion-social__link:focus-visible {
    transform: none;
  }
}

.helion-footer__top-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}

.helion-footer__top-link:hover {
  opacity: 1;
}

.helion-page {
  padding: 6.5rem var(--container-pad) 1rem;
  min-height: 0;
}

.helion-page__inner {
  width: min(48rem, 100%);
  margin-inline: auto;
}

.helion-page__head h1,
.helion-404 h1 {
  margin: 0 0 1.5rem;
  font-family: var(--font-mulish);
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

.helion-kicker {
  margin: 0 0 0.75rem;
  color: var(--accent-300);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.helion-offer__head {
  text-align: center;
  margin-block-end: 1.5rem;
}

.helion-offer__intro,
.helion-offer__lead {
  margin-inline: auto;
  max-inline-size: 42rem;
}

.helion-offer__lead {
  margin: 0;
  font-family: var(--font-mulish);
  font-size: 1.05rem;
  line-height: 1.55;
  color: color-mix(in srgb, #fff 78%, transparent);
}

.helion-offer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.helion-offer__card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.75rem;
  min-block-size: 100%;
  padding: 1.5rem 1.4rem 1.35rem;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  border-radius: 1.25rem;
  scroll-margin-block-start: 6rem;
}

.helion-offer__kicker {
  margin: 0;
  color: var(--accent-300);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.helion-offer__card h2 {
  margin: 0;
  font-family: var(--font-mulish);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

.helion-offer__body {
  margin: 0;
  font-family: var(--font-mulish);
  font-size: 0.98rem;
  line-height: 1.5;
  color: color-mix(in srgb, #fff 72%, transparent);
}

.helion-offer__card .helion-footer__cta {
  justify-self: start;
  margin-block-start: 0.5rem;
}

.helion-prose {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgb(255 255 255 / 0.86);
}

.helion-prose a {
  color: var(--accent-300);
  text-decoration: underline;
}

.helion-cards {
  display: grid;
  gap: 1.25rem;
}

.helion-card {
  padding: 1.5rem;
  border: 1px solid var(--hero-glass-border);
  background: var(--hero-glass);
  border-radius: 1.25rem;
}

.helion-card h2 {
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.helion-feature {
  margin: 0 0 2rem;
}

.helion-feature img {
  width: 100%;
  border-radius: 1rem;
}

.helion-404 {
  min-height: 60svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

@media (max-width: 854px) {
  .helion-pill--links,
  .helion-nav .helion-cta {
    display: none;
  }

  .helion-burger {
    display: grid;
    place-items: center;
  }

  .helion-nav {
    justify-content: stretch;
  }

  .helion-nav__bar {
    width: 100%;
    justify-content: space-between;
  }

  .helion-form__fields {
    grid-template-columns: 1fr;
    grid-template-areas:
      "name"
      "email"
      "message"
      "submit";
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.65rem;
    border-radius: 24px;
  }

  .helion-field input,
  .helion-field textarea {
    padding: 0.85rem 1.1rem;
    border-radius: 16px;
    background: rgb(255 255 255 / 0.06);
  }

  .helion-form__submit {
    justify-content: center;
    width: 100%;
    padding: 0.4rem 1.5rem 0.4rem 0.4rem;
  }

  .helion-services__grid,
  .helion-services__grid--three {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .helion-service--left,
  .helion-service--right {
    text-align: start;
  }

  .helion-timeline__rail {
    flex-direction: column;
    gap: 1.5rem;
    border-bottom: 0;
  }

  .helion-station {
    flex-basis: auto;
    padding-inline-start: 1.5rem;
  }

  .helion-station__tick,
  .helion-station__tri {
    display: none;
  }

  .helion-footer__top,
  .helion-footer__nav,
  .helion-footer__base {
    flex-direction: column;
    align-items: flex-start;
  }

  .helion-footer__top {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .helion-footer__cta {
    justify-self: start;
  }

  .helion-orb {
    --orb-size: 11.75rem;
  }
}

.helion-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
}

.helion-footer__legal a,
.helion-footer__cookies {
  color: rgb(255 255 255 / 0.72);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.helion-footer__cookies {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  color: rgb(255 255 255 / 0.72);
}

.helion-footer__cookies:hover,
.helion-footer__legal a:hover {
  color: #fff;
}

.helion-consent {
  position: fixed;
  inset: auto clamp(0.75rem, 3vw, 1.5rem) clamp(0.75rem, 3vw, 1.5rem);
  z-index: 140;
  width: min(36rem, calc(100% - 1.5rem));
  margin: 0;
  padding: 0;
  border: 1px solid var(--hero-glass-border);
  border-radius: 1.15rem;
  background: rgb(6 9 20 / 0.94);
  color: inherit;
  box-shadow: 0 18px 48px rgb(0 0 0 / 0.45);
}

.helion-consent:not([open]) {
  display: none;
}

.helion-consent__form {
  display: grid;
  gap: 0.85rem;
  padding: 1.05rem 1.15rem 1.15rem;
}

.helion-consent__title {
  margin: 0;
  font-family: var(--font-mulish);
  font-size: 1.05rem;
  font-weight: 500;
}

.helion-consent__lead {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgb(255 255 255 / 0.78);
}

.helion-consent__lead a {
  color: var(--accent-300);
  text-underline-offset: 0.16em;
}

.helion-consent__details {
  font-size: 0.88rem;
}

.helion-consent__details summary {
  cursor: pointer;
  color: var(--accent-300);
}

.helion-consent__cats {
  display: grid;
  gap: 0.65rem;
  margin: 0.75rem 0 0;
  padding: 0;
  border: 0;
}

.helion-consent__cat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  color: rgb(255 255 255 / 0.8);
}

.helion-consent__cat input {
  margin-block-start: 0.2rem;
  accent-color: var(--accent-500);
}

.helion-consent__cat strong {
  display: block;
  color: #fff;
  font-weight: 500;
}

.helion-consent__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.helion-consent__btn,
.helion-consent__save {
  min-block-size: 2.6rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
}

.helion-consent__btn--ghost,
.helion-consent__save {
  border: 1px solid var(--hero-glass-border);
  background: transparent;
  color: #fff;
}

.helion-consent__btn--solid {
  border: 1px solid var(--accent-500);
  background: var(--accent-500);
  color: #fff;
}

.helion-consent__save {
  justify-self: start;
}

@media (max-width: 520px) {
  .helion-consent {
    inset: auto 0.65rem 0.65rem;
    width: calc(100% - 1.3rem);
  }

  .helion-consent__actions {
    grid-template-columns: 1fr;
  }
}
