:root {
  --bg: #050208;
  --bg-2: #10061c;
  --muted: #baafc8;
  --green: #25d366;
  --line: rgba(255, 255, 255, 0.1);
  --purple: #7422e8;
  --violet: #9b4dff;
  --magenta: #ff007a;
  --orange: #ff8a00;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif
}

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

html {
  scroll-behavior: auto;
  height: 100%;
  max-height: 100dvh;
  overflow: hidden;
  background-color: var(--bg);
  background-image: url("../assets/vabk.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  max-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 2, 8, 0.22) 0%, rgba(5, 2, 8, 0.06) 45%, rgba(5, 2, 8, 0.28) 100%)
}

body > main {
  position: relative;
  z-index: 1;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

@media (min-width: 768px) {
  html {
    background-attachment: fixed
  }

  .proofs {
    margin-bottom: 0
  }

  .cta {
    margin-top: -8px
  }
}

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

a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px
}

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

.hero {
  position: relative;
  flex: 1;
  min-height: 0;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  align-items: start
}

.card {
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 40px);
  container-type: inline-size;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(150deg, rgba(39, 13, 62, 0.88), rgba(18, 7, 29, 0.94));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.5);
  text-align: center
}

.card::after {
  content: "";
  position: absolute;
  right: -150px;
  top: -130px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--orange);
  filter: blur(80px);
  opacity: 0.24;
  pointer-events: none
}

.card > * {
  position: relative;
  z-index: 1
}

.brand-lock {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.brand-logo {
  display: block;
  width: clamp(168px, 44vw, 232px);
  height: auto
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 0;
  color: #d9cdec;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green)
}

.card h1 {
  margin: 0 auto;
  max-width: 16ch;
  color: #fff;
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800
}

.h1-lead {
  display: inline-block;
  white-space: nowrap
}

.card h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #b579ff 0%, #ff5aa5 52%, #ff8a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.lead {
  margin: 0 auto;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.55;
  font-weight: 400
}

.proofs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 36px);
  margin: 14px auto 10px;
  text-align: left
}

.proof {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px
}

.proof-icon {
  flex: none;
  width: 44px;
  height: 44px
}

.proof-icon svg {
  display: block;
  width: 100%;
  height: 100%
}

.proof-copy {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.proofs-split {
  align-self: stretch;
  width: 1px;
  min-height: 44px;
  background: rgba(255, 255, 255, 0.14)
}

.proof strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15
}

.proof span {
  color: #92869e;
  font-size: 12px;
  line-height: 1.3
}

.cta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 16px;
  margin-top: -16 px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3be276, #20bf58);
  color: #081c0e;
  text-align: left;
  box-shadow: 0 16px 38px rgba(37, 211, 102, 0.2);
  transition: transform 0.25s ease, filter 0.25s ease;
  will-change: box-shadow;
  isolation: isolate;
  backface-visibility: hidden
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06)
}

.cta-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0
}

.cta-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor
}

.cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px
}

.cta-text b {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.15
}

.cta-text small {
  font-size: 11px;
  opacity: 0.72;
  line-height: 1.2
}

.cta-arrow {
  flex: none;
  width: 22px;
  height: 22px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.urgency {
  margin: 14px auto 0;
  width: 100%;
  max-width: 100%;
  color: #9e92aa;
  line-height: 1.35;
  white-space: nowrap;
  font-size: clamp(8px, 2.75cqi, 12px);
  letter-spacing: -0.01em
}

.security {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  text-align: left;
  flex: none
}

.security-mark {
  flex: none;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(122, 40, 236, 0.35);
  color: #d7b8ff;
  font-size: 13px;
  font-weight: 800
}

.security p {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 0;
  color: #9f94a9;
  font-size: 12px;
  line-height: 1.25
}

.security b {
  color: #e2dbe8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2
}

.security-detail {
  line-height: 1.25
}

.card-foot {
  margin: 4px auto 0;
  color: #756b7e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em
}

.card-foot--light {
  color: #fff
}

.card-foot--tight {
  margin-top: 11px;
  margin-bottom: -17px
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: auto;
  min-height: 0;
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 138, 0, 0.22);
  background:
    linear-gradient(165deg, rgba(22, 8, 36, 0.96), rgba(8, 3, 14, 0.98));
  box-shadow:
    0 0 0 1px rgba(116, 34, 232, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  isolation: isolate
}

.panel::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.28), transparent 68%);
  pointer-events: none;
  z-index: 0
}

.panel > * {
  position: relative;
  z-index: 1
}

.panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex: none
}

.panel-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing: -0.04em;
  line-height: 1.1;
  font-weight: 800
}

.groups {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent
}

.groups::-webkit-scrollbar {
  width: 5px
}

.groups::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14)
}

.group {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px 14px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease
}

.group:hover {
  border-color: rgba(255, 138, 0, 0.32);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-1px)
}

.group.is-primary {
  padding: 14px 14px 12px;
  border-color: rgba(255, 138, 0, 0.42);
  background:
    linear-gradient(125deg, rgba(88, 28, 150, 0.55), rgba(36, 12, 58, 0.92) 58%, rgba(255, 138, 0, 0.08)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07)
}

.group-idx {
  flex: none;
  width: 38px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.22);
  font-variant-numeric: tabular-nums;
  text-align: center
}

.group-idx-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2)
}

.group-idx-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.group-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0
}

.group-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px
}

.group-titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0
}

.group-label {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15
}

.group.is-primary .group-label {
  font-size: 15px
}

.group:not(.is-primary) .group-label {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.2
}

.group-tag {
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase
}

.group-segments {
  display: flex;
  align-items: stretch;
  gap: 3px;
  width: 100%
}

.seg {
  flex: 1;
  min-width: 0;
  height: 26px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
  transform-origin: 50% 100%;
  will-change: transform, opacity
}

.seg.is-lit {
  background: linear-gradient(180deg, #c084fc 0%, #9333ea 55%, #7c3aed 100%);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.35)
}

.group.is-primary .seg {
  height: 28px
}

.group-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: none;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease
}

.group-enter svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.group:hover .group-enter {
  border-color: #20bf58;
  color: #081c0e;
  background: linear-gradient(135deg, #3be276, #20bf58);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28)
}

@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-items: stretch
  }

  .panel {
    width: 100%
  }
}

@media (max-width: 767px) {
  html,
  body {
    max-height: none;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: auto
  }

  body > main {
    flex: none;
    min-height: auto;
    overflow: visible
  }

  .hero {
    padding: max(12px, env(safe-area-inset-top)) 12px max(16px, env(safe-area-inset-bottom));
    align-items: flex-start;
    overflow: visible;
    min-height: auto
  }

  .hero-inner {
    width: 100%;
    gap: 14px
  }

  .card {
    padding: 24px 20px 22px;
    border-radius: 22px;
    gap: 16px
  }

  .card h1 {
    font-size: clamp(26px, 8vw, 34px)
  }

  .lead {
    font-size: 15px
  }

  .proofs {
    flex-wrap: wrap;
    gap: 16px 20px;
    max-width: 100%
  }

  .proofs-split {
    display: none
  }

  .proof {
    flex: 1 1 140px;
    justify-content: center
  }

  .proof-icon {
    width: 40px;
    height: 40px
  }

  .proof strong {
    font-size: 13px
  }

  .proof span {
    font-size: 11px
  }

  .cta,
  .urgency {
    display: none
  }

  .panel {
    padding: 20px 14px 16px;
    border-radius: 22px;
    gap: 10px
  }

  .panel-head h2 {
    font-size: clamp(20px, 5.4vw, 26px)
  }

  .security {
    padding: 10px 12px
  }

  .group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 10px;
    padding: 12px 12px 14px
  }

  .group.is-primary {
    padding: 12px 12px 14px
  }

  .group-idx {
    flex: none;
    width: 34px;
    font-size: 18px
  }

  .group-idx-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px
  }

  .group-body {
    flex: 1 1 calc(100% - 46px);
    min-width: 0;
    gap: 8px
  }

  .group-label {
    font-size: 13px
  }

  .group:not(.is-primary) .group-label {
    font-size: 10px;
    letter-spacing: 0.02em
  }

  .group-enter {
    flex: 0 0 100%;
    width: 100%;
    min-height: 0;
    padding: 8px 12px;
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: 0.08em
  }

  .group-enter svg {
    width: 12px;
    height: 12px
  }

  .group.is-primary .group-enter {
    border-color: transparent;
    color: #081c0e;
    background: linear-gradient(135deg, #3be276, #20bf58);
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.32)
  }

  .group.is-primary:hover .group-enter,
  .group.is-primary:focus-visible .group-enter {
    border-color: transparent;
    color: #081c0e;
    background: linear-gradient(135deg, #45e980, #24c961);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.38)
  }

  .groups {
    flex: none;
    min-height: 0;
    max-height: none;
    overflow: visible;
    gap: 10px;
    padding-right: 0
  }

  .seg,
  .group.is-primary .seg {
    height: 18px;
    border-radius: 3px
  }

  .urgency {
    white-space: normal;
    font-size: 11px;
    line-height: 1.45
  }

  .card-foot {
    font-size: 10px;
    line-height: 1.4
  }

}

@media (prefers-reduced-motion: reduce) {
  .cta,
  .group {
    transition: none;
    will-change: auto
  }

  .seg {
    will-change: auto
  }
}
