:root {
  --black: #050705;
  --ink: #0b0d0a;
  --white: #ffffff;
  --muted: #aeb7a9;
  --green: #8cff00;
  --green-deep: #54b800;
  --line: rgba(255, 255, 255, 0.14);
  --soft-line: #e4e8e0;
  --surface: rgba(12, 15, 12, 0.84);
  --radius: 8px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  letter-spacing: 0;
}

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

a:hover {
  color: var(--green);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 112px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(5, 7, 5, 0.9), rgba(5, 7, 5, 0.25));
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  font-size: 20px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--green);
}

.brand-with-logo {
  gap: 16px;
}

.logo-mark {
  width: 184px;
  height: 96px;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: 184px;
  height: 96px;
  object-fit: contain;
}

.brand-mark svg {
  width: 28px;
  height: 28px;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 760;
}

.header-link,
.primary,
.secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 22px;
  font-weight: 900;
  font-size: 14px;
}

.header-link,
.primary {
  background: var(--green);
  color: #071006;
}

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

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 150px clamp(20px, 4vw, 58px) 110px;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 5, 0.98) 0%, rgba(5, 7, 5, 0.76) 32%, rgba(5, 7, 5, 0.2) 74%, rgba(5, 7, 5, 0.84) 100%),
    linear-gradient(180deg, rgba(5, 7, 5, 0.2), #050705 96%),
    url("./assets/landing-concept.png") center top / cover no-repeat;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.label {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(76px, 13vw, 164px);
  line-height: 0.88;
  font-weight: 950;
  max-width: 760px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 950;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-copy {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.hero-points span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.metrics {
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -78px auto 0;
  padding: 0 clamp(20px, 4vw, 58px);
  position: relative;
  z-index: 2;
}

.metrics div,
.steps article,
.price-grid article,
.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.metrics div {
  min-height: 126px;
  display: grid;
  align-content: center;
  padding: 26px;
}

.metrics strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.metrics span,
.steps p,
.panel p,
.panel li,
.pricing p,
.price-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.workflow,
.split,
.pricing,
.final-cta {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px clamp(20px, 4vw, 58px);
}

.workflow {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(500px, 1.38fr);
  gap: 42px;
  align-items: start;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.steps article,
.price-grid article,
.panel {
  padding: 26px;
}

.steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 48px;
  border-radius: 999px;
  background: var(--green);
  color: #071006;
  font-weight: 950;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.dark-panel {
  background: #0b0d0a;
}

.light-panel {
  background: #f7f8f6;
  color: var(--ink);
}

.light-panel .label {
  color: var(--green-deep);
}

.panel ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 22px 0 0;
}

.pricing {
  display: grid;
  gap: 34px;
}

.pricing .section-copy {
  max-width: 760px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-grid span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-grid strong {
  display: block;
  margin: 18px 0 12px;
  font-size: 56px;
  line-height: 1;
}

.final-cta {
  min-height: 480px;
  display: grid;
  place-items: center;
  text-align: center;
  border-top: 1px solid var(--line);
}

.final-cta h2 {
  max-width: 900px;
}

.site-footer {
  min-height: 92px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px clamp(20px, 4vw, 58px);
  border-top: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 760;
}

.site-footer span {
  color: var(--white);
  font-weight: 950;
}

.compact-header {
  position: sticky;
  background: rgba(5, 7, 5, 0.94);
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 140px clamp(20px, 5vw, 64px) 96px;
}

.legal-page h1 {
  max-width: 900px;
  font-size: clamp(58px, 10vw, 116px);
}

.legal-note {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.legal-section {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 42px);
}

.legal-section p {
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .metrics,
  .workflow,
  .split,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 92px;
    gap: 12px;
  }

  .brand span:last-child {
    display: none;
  }

  .logo-mark,
  .brand-logo {
    width: 132px;
    height: 74px;
  }

  .header-link {
    min-height: 40px;
    padding: 0 14px;
  }

  .compact-header nav {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding-top: 118px;
  }

  h1 {
    font-size: clamp(58px, 19vw, 88px);
  }

  .hero-copy {
    font-size: 17px;
  }

  .metrics {
    margin-top: -40px;
  }
}
