:root {
  --hln-surface: #141111;
  --hln-surface-2: #1b1717;
  --hln-surface-3: #221c1c;
  --hln-line: rgba(255, 255, 255, 0.08);
  --hln-line-strong: rgba(242, 77, 43, 0.24);
  --hln-text: #f5efe8;
  --hln-muted: #b9aea3;
  --hln-accent: #f24d2b;
  --hln-shadow: 0 24px 90px rgba(0, 0, 0, 0.24);
  --hln-radius-xl: 36px;
  --hln-radius-lg: 28px;
  --hln-radius-md: 20px;
}

html {
  scroll-behavior: smooth;
}

body.page-id-10 {
  background: radial-gradient(circle at top, rgba(242, 77, 43, 0.12), transparent 30%), #0f0c0c;
  color: var(--hln-text);
}

.page-id-10 .wrapper,
.page-id-10 .inner-wrapper,
.page-id-10 #main {
  background: transparent;
}

.page-id-10 .elementor-widget-html,
.page-id-10 .elementor-widget-html .elementor-widget-container {
  width: 100%;
}

.hln-landing {
  width: 100%;
}

.hln-container {
  width: min(1240px, calc(100vw - 40px));
  margin: 0 auto;
}

.hln-section {
  position: relative;
}

.hln-band {
  position: relative;
  padding: 96px 0;
}

.hln-band--hero {
  padding-top: 10px;
  padding-bottom: 0;
}

.hln-band--surface {
  border-top: 1px solid var(--hln-line);
  border-bottom: 1px solid var(--hln-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
}

.hln-band--accent {
  border-top: 1px solid var(--hln-line-strong);
  border-bottom: 1px solid var(--hln-line-strong);
  background: linear-gradient(180deg, rgba(242, 77, 43, 0.11), rgba(255, 255, 255, 0.03));
}

.hln-shell {
  width: 100%;
}

.hln-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.hln-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--hln-muted);
}

.hln-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: var(--hln-accent);
}

.hln-title {
  margin: 0;
  color: var(--hln-text);
  font-size: clamp(34px, 6vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hln-subtitle {
  margin: 16px 0 0;
  color: var(--hln-muted);
  font-size: 18px;
  line-height: 1.7;
}

.hln-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 38px;
}

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

.hln-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hln-card {
  border: 1px solid var(--hln-line);
  background: var(--hln-surface-2);
  border-radius: var(--hln-radius-lg);
  padding: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hln-card--accent {
  border-color: var(--hln-line-strong);
  background: linear-gradient(180deg, rgba(242, 77, 43, 0.11), rgba(255, 255, 255, 0.03));
}

.hln-hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.hln-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100vw - 40px));
  padding: 16px 22px;
  border: 1px solid var(--hln-line);
  border-radius: 999px;
  background: rgba(15, 12, 12, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.hln-hero-copy {
  max-width: 860px;
  margin: auto auto 18px;
  text-align: center;
}

.hln-hero-copy .hln-eyebrow {
  justify-content: center;
}

.hln-hero-copy .hln-title {
  font-size: 4.7vw;
  max-width: 20ch;
  margin: 0 auto;
}

.hln-hero-copy .hln-subtitle {
  max-width: 760px;
  margin: 20px auto 0;
}

.hln-hero-copy .hln-actions {
  justify-content: center;
}

.hln-hero-media {
  width: min(980px, 100%);
  margin: 48px auto 0;
}

.hln-brand {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--hln-text);
  font-size: 18px;
}

.hln-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hln-menu a,
.hln-footer-nav a {
  color: var(--hln-muted);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.hln-menu a:hover,
.hln-footer-nav a:hover {
  color: var(--hln-text);
}

.hln-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hln-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  min-height: 52px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hln-button:hover {
  transform: translateY(-2px);
}

.hln-button--primary {
  color: #fff;
  background: var(--hln-accent);
}

.hln-button--secondary {
  color: var(--hln-text);
  border: 1px solid var(--hln-line);
  background: rgba(255, 255, 255, 0.04);
}

.hln-hero-media img,
.hln-about-media img,
.hln-use-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.hln-techbar {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}

.hln-tech-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 18px 0;
  animation: hln-tech-marquee 30s linear infinite;
}

.hln-techbar:hover .hln-tech-track {
  animation-play-state: paused;
}

.hln-tech-item {
  flex: 0 0 auto;
  min-width: 168px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0;
  color: var(--hln-text);
}

.hln-tech-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  -webkit-mask: var(--hln-tech-logo) center / contain no-repeat;
  mask: var(--hln-tech-logo) center / contain no-repeat;
}

.hln-tech-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hln-tech-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--hln-text);
}

.hln-tech-type {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hln-muted);
}

@keyframes hln-tech-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.hln-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hln-stat {
  padding: 30px 24px;
  text-align: center;
}

.hln-stat-value {
  margin: 0;
  color: var(--hln-text);
  font-size: clamp(26px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hln-stat-label {
  margin: 12px 0 0;
  color: var(--hln-muted);
  font-size: 15px;
}

.hln-about-copy,
.hln-testimonial-copy {
  padding: 24px 0;
}

.hln-about-graphic {
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--hln-radius-lg);
  border: 1px solid var(--hln-line);
  background: rgba(255, 255, 255, 0.03);
}

.hln-feature-card {
  min-height: 220px;
}

.hln-feature-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(242, 77, 43, 0.14);
  color: var(--hln-accent);
  font-size: 26px;
}

.hln-feature-title,
.hln-use-title,
.hln-quote-title {
  margin: 18px 0 10px;
  color: var(--hln-text);
  font-size: 22px;
}

.hln-feature-copy,
.hln-use-copy,
.hln-testimonial-text,
.hln-quote-copy {
  margin: 0;
  color: var(--hln-muted);
  font-size: 15px;
  line-height: 1.7;
}

.hln-use-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hln-testimonial-shell {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr 0.95fr;
  gap: 22px;
  align-items: center;
}

.hln-testimonial-main {
  padding: 42px;
}

.hln-quote-mark {
  font-size: 84px;
  line-height: 1;
  color: var(--hln-accent);
}

.hln-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(242, 77, 43, 0.24), rgba(255, 255, 255, 0.08));
  color: var(--hln-text);
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.hln-testimonial-name,
.hln-footer-brand {
  color: var(--hln-text);
  font-weight: 700;
}

.hln-testimonial-role {
  color: var(--hln-muted);
  font-size: 14px;
  margin-top: 6px;
}

.hln-quote-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px 42px;
}

.hln-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 6px;
}

.hln-footer-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hln-footer-copy {
  color: var(--hln-muted);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .hln-grid-4,
  .hln-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hln-grid-3,
  .hln-testimonial-shell,
  .hln-grid-2,
  .hln-quote-shell {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hln-hero-top,
  .hln-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hln-menu {
    justify-content: flex-start;
  }

  .hln-hero-copy .hln-title,
  .hln-hero-copy .hln-subtitle {
    max-width: none;
  }

  .hln-hero-top {
    top: 10px;
    width: calc(100vw - 24px);
    padding: 14px 16px;
    gap: 16px;
  }

  .hln-hero {
    min-height: auto;
    padding: 0;
  }

  .hln-hero-copy .hln-title {
    font-size: 42px;
  }

  .hln-hero-media {
    margin-top: 32px;
  }
}

@media (max-width: 720px) {
  .hln-band {
    padding: 72px 0;
  }

  .hln-band--hero {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hln-container {
    width: calc(100vw - 24px);
  }

  .hln-hero {
    padding: 0;
  }

  .hln-grid-4,
  .hln-stat-grid {
    grid-template-columns: 1fr;
  }

  .hln-techbar {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .hln-tech-track {
    gap: 12px;
    padding: 14px 0;
    animation-duration: 22s;
  }

  .hln-tech-item {
    min-width: 146px;
    min-height: 48px;
  }

  .hln-card,
  .hln-testimonial-main,
  .hln-quote-shell {
    padding: 24px;
  }
}
