:root {
  --color-bg: #050807;
  --color-fg: #f3f5f4;
  --color-muted: #9aa7a2;
  --color-mint: #37e4aa;
  --color-ink: #05110c;
  --font-sans: "Manrope", system-ui, sans-serif;
  --font-display: "Unbounded", "Manrope", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
  background: #000;
  color: var(--color-fg);
}
body {
  margin: 0;
  font-family: var(--font-sans);
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
button:not(:disabled),
[role="button"]:not(:disabled) {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  position: relative;
}

.slice {
  position: relative;
  width: 100%;
  line-height: 0;
}
.slice img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.hs {
  position: absolute;
  z-index: 3;
  display: block;
  border: 0;
  background: transparent;
  padding: 0;
  min-height: 0;
  border-radius: 999px;
}
.hs:focus-visible {
  outline: 2px solid var(--color-mint);
  outline-offset: 3px;
}

.bar {
  position: fixed;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 1920px;
  transform: translate(-50%, -120%);
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 4.5%;
  background: linear-gradient(180deg, rgba(5, 8, 7, 0.94), rgba(5, 8, 7, 0.72));
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease;
}
.bar.on {
  transform: translate(-50%, 0);
}
.bar-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bar-logo img {
  width: 52px;
  height: 52px;
  display: block;
}
.bar nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  color: #d7ddd9;
}
.bar nav a:hover {
  color: var(--color-mint);
}
.bar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--color-mint);
  color: var(--color-ink);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.bar-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(55, 228, 170, 0.3);
  border-radius: 12px;
  background: transparent;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.mnav {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 8px 4.5% 16px;
  background: #050807;
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  z-index: 39;
}
.mnav.open {
  display: flex;
}
.mnav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #e8eeea;
}

.faq-sec {
  background: #080f0c;
  padding: 6.25vw 17.4vw;
  line-height: 1.45;
  scroll-margin-top: 72px;
}
.faq-card {
  max-width: 1252px;
  margin: 0 auto;
  background: #0a1611;
  border: 0;
  border-radius: clamp(28px, 2.5vw, 48px);
  padding: 6.15vw 5.57vw 5.55vw;
}
.faq-card h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 3.5vw, 56px);
  margin: 0 0 3.2vw;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #f4f4f4;
}
.mint {
  color: #37e4aa;
}
.acc {
  border-bottom: 1px solid #293631;
}
.acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: 0;
  color: #d6d6d6;
  text-align: left;
  padding: 0;
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 400;
  font-family: var(--font-sans);
  letter-spacing: 0;
  line-height: 1.35;
  min-height: clamp(52px, 3.1vw, 59px);
}
.acc-btn svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  color: #8b948f;
  stroke-width: 1.75;
  transition: transform 0.2s ease;
}
.acc.open .acc-btn svg {
  transform: rotate(180deg);
}
.acc-panel {
  font-family: var(--font-sans);
  color: #9aa7a2;
  padding: 0 40px 14px 0;
  font-size: clamp(14px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.5;
}
.acc-panel[hidden] {
  display: none;
}

.lead {
  position: absolute;
  left: 28.385%;
  top: 50.82%;
  width: 26.35%;
  height: 9.77%;
  display: flex;
  align-items: center;
  z-index: 4;
}
.lead input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(14px, 1.15vw, 18px);
  font-family: var(--font-sans);
  padding: 0 6%;
  outline: none;
  border-radius: 999px;
}
.lead input::placeholder {
  color: transparent;
}
.lead input:focus,
.lead input:not(:placeholder-shown) {
  background: #0a1210;
}
.hs-submit {
  left: 54.74%;
  top: 50.82%;
  width: 11.43%;
  height: 9.77%;
  z-index: 5;
}
.lead-status {
  position: absolute;
  left: 28.39%;
  top: 62.5%;
  width: 43%;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.3;
  z-index: 4;
}
.lead-status.ok {
  color: var(--color-mint);
}
.lead-status.err {
  color: #ff8f8f;
}

.mob-only {
  display: none;
}

@media (max-width: 960px) {
  .desk-only {
    display: none !important;
  }
  .mob-only {
    display: block;
  }
  .bar {
    transform: translate(-50%, 0);
    padding: 10px 4%;
  }
  .hero-slice {
    overflow: hidden;
    aspect-ratio: 1920 / 920;
  }
  .hero-slice img {
    width: 100%;
    height: auto;
    transform: translateY(-11%);
  }
  .bar nav,
  .bar-cta {
    display: none;
  }
  .bar-burger {
    display: inline-flex;
  }
  .bar-logo img {
    width: 44px;
    height: 44px;
  }
  .faq-sec {
    padding: 32px 16px 28px;
  }
  .faq-card {
    padding: 24px 18px 12px;
    border-radius: 24px;
  }
  .faq-card h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 16px;
  }
  .acc-btn {
    font-size: 16px;
    min-height: 48px;
    padding: 10px 0;
    align-items: flex-start;
  }
  .acc-btn span {
    padding-right: 8px;
  }
  .acc-panel {
    font-size: 15px;
    padding: 0 8px 12px 0;
  }

  .contact-mob {
    background: #080f0c;
    padding: 36px 20px 40px;
    text-align: center;
  }
  .contact-mob h2 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  .contact-mob p {
    color: #9aa7a2;
    font-size: 15px;
    margin: 0 0 22px;
    line-height: 1.45;
  }
  .contact-mob form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
  }
  .contact-mob input {
    width: 100%;
    min-height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(55, 228, 170, 0.22);
    background: #0a1210;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    padding: 0 18px;
    outline: none;
  }
  .contact-mob button[type="submit"] {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: var(--color-mint);
    color: var(--color-ink);
    font-weight: 700;
    font-size: 15px;
    font-family: inherit;
  }
  .contact-mob .lead-status {
    position: static;
    width: auto;
    margin: 12px auto 0;
    font-size: 13px;
  }

  .footer-mob {
    background: #050807;
    padding: 36px 20px 28px;
    text-align: center;
  }
  .footer-logo {
    display: inline-flex;
    margin-bottom: 16px;
  }
  .footer-mob h2 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
  }
  .footer-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto 20px;
  }
  .btn-fill,
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    padding: 0 18px;
  }
  .btn-fill {
    background: var(--color-mint);
    color: var(--color-ink);
  }
  .btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    font-weight: 500;
  }
  .footer-social {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-size: 14px;
    color: #c5cecb;
  }
  .footer-social a:hover {
    color: var(--color-mint);
  }
  .footer-copy {
    font-size: 13px;
    color: #9aa7a2;
    margin: 0 0 8px;
  }
  .footer-note {
    font-size: 11px;
    line-height: 1.45;
    color: #6d7873;
    margin: 0 auto;
    max-width: 420px;
  }
}

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