/* YC299-HICON-BONUS-A high-contrast slash landing */
:root {
  --hx-void: #041533;
  --hx-ink: #072A6C;
  --hx-navy: #083988;
  --hx-mid: #1252A4;
  --hx-blue: #227FE2;
  --hx-bright: #1870CF;
  --hx-cyan: #61CDF9;
  --hx-soft: #61A0D8;
  --hx-fog: #DFECF6;
  --hx-white: #f4fbff;
  --hx-max: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.hx-body {
  margin: 0;
  color: var(--hx-fog);
  background: var(--hx-void);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--hx-cyan); text-decoration: none; }
a:hover { color: #9ee4ff; }

.hx-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--hx-cyan);
  color: var(--hx-ink);
  padding: 0.6rem 1rem;
  z-index: 80;
}
.hx-skip:focus { left: 1rem; top: 1rem; }

.hx-dock {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.2rem;
  background: rgba(4, 21, 51, 0.92);
  border-bottom: 2px solid var(--hx-cyan);
  backdrop-filter: blur(10px);
}

.hx-mark {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.hx-mark img {
  display: block;
  width: 132px;
  height: 44px;
  max-width: 132px;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}
.hx-mark span { font-size: 1.05rem; }

.hx-burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--hx-cyan);
  background: transparent;
  color: var(--hx-cyan);
  cursor: pointer;
}
.hx-burger span,
.hx-burger span::before,
.hx-burger span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  position: relative;
  margin: 0 auto;
}
.hx-burger span::before,
.hx-burger span::after {
  content: "";
  position: absolute;
  left: 0;
}
.hx-burger span::before { top: -6px; }
.hx-burger span::after { top: 6px; }

.hx-links {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}
.hx-links a {
  color: var(--hx-fog);
  font-weight: 700;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hx-links a:hover,
.hx-links a.is-now { color: var(--hx-cyan); }

.hx-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  background: var(--hx-cyan);
  color: var(--hx-ink) !important;
  font-family: "Archivo Black", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.hx-go:hover { background: #9ee4ff; color: var(--hx-ink) !important; }

.hx-slash {
  position: relative;
  background:
    linear-gradient(135deg, rgba(97, 205, 249, 0.16), transparent 42%),
    linear-gradient(180deg, var(--hx-ink) 0%, var(--hx-navy) 55%, #041533 100%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  padding: 4.6rem 1.2rem 8.5rem;
  overflow: hidden;
}
.hx-slash::after {
  content: "";
  position: absolute;
  right: -12%;
  top: 8%;
  width: 55%;
  height: 140%;
  background: repeating-linear-gradient(
    -28deg,
    transparent,
    transparent 18px,
    rgba(97, 205, 249, 0.08) 18px,
    rgba(97, 205, 249, 0.08) 20px
  );
  pointer-events: none;
}

.hx-core { width: min(var(--hx-max), 100%); margin: 0 auto; position: relative; z-index: 1; }

.hx-kicker {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.25rem 0.7rem;
  border: 1px solid var(--hx-cyan);
  color: var(--hx-cyan);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.hx-blast {
  margin: 0 0 1rem;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2.6rem, 9vw, 6.4rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--hx-white);
  max-width: 14ch;
}
.hx-blast em {
  font-style: normal;
  color: var(--hx-cyan);
  display: block;
}

.hx-lead {
  max-width: 38rem;
  font-size: 1.08rem;
  color: var(--hx-fog);
  margin: 0 0 1.6rem;
}

.hx-giant {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 22rem);
  padding: 1.15rem 2.2rem;
  background: var(--hx-cyan);
  color: var(--hx-ink) !important;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  box-shadow: 10px 10px 0 #041533;
}
.hx-giant:hover { background: #9ee4ff; }

.hx-band { padding: 4rem 1.2rem; }
.hx-band-void { background: #041533; }
.hx-band-ink { background: var(--hx-ink); }
.hx-band-navy { background: var(--hx-navy); }

.hx-head {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  color: var(--hx-white);
}
.hx-head span { color: var(--hx-cyan); }

.hx-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
.hx-stat {
  background: var(--hx-ink);
  border: 2px solid var(--hx-cyan);
  padding: 1.3rem 1rem 1.1rem;
  min-height: 10.5rem;
}
.hx-stat b {
  display: block;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 0.9;
  color: var(--hx-cyan);
  margin-bottom: 0.55rem;
}
.hx-stat p { margin: 0; color: var(--hx-fog); font-weight: 700; }

.hx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.hx-card {
  background: #061f52;
  border: 2px solid #1252A4;
  display: flex;
  flex-direction: column;
}
.hx-card:hover { border-color: var(--hx-cyan); }
.hx-card img { width: 100%; height: auto; object-fit: contain; }
.hx-card-body { padding: 1.05rem 1.1rem 1.2rem; }
.hx-num {
  font-family: "Archivo Black", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--hx-cyan);
  margin: 0 0 0.35rem;
}
.hx-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  color: var(--hx-white);
}
.hx-card p { margin: 0; color: #c5ddf2; font-size: 0.95rem; }

.hx-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  counter-reset: hxstep;
}
.hx-step {
  background: var(--hx-ink);
  padding: 1.3rem 1rem;
  border-left: 6px solid var(--hx-cyan);
  counter-increment: hxstep;
}
.hx-step::before {
  content: counter(hxstep);
  font-family: "Archivo Black", sans-serif;
  font-size: 2.4rem;
  color: var(--hx-cyan);
  display: block;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.hx-step h3 { margin: 0 0 0.3rem; color: var(--hx-white); font-size: 1.05rem; }
.hx-step p { margin: 0; color: #c5ddf2; }

.hx-ask { border-top: 1px solid #1252A4; }
.hx-ask + .hx-ask { margin-top: 0; }
.hx-ask button {
  width: 100%;
  text-align: left;
  background: #061f52;
  color: var(--hx-white);
  border: 0;
  border-bottom: 1px solid #1252A4;
  padding: 1rem 1.1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  cursor: pointer;
}
.hx-ask button:hover,
.hx-ask button[aria-expanded="true"] { background: var(--hx-navy); color: var(--hx-cyan); }
.hx-ask div {
  display: none;
  padding: 0.9rem 1.1rem 1.2rem;
  background: #041533;
  color: var(--hx-fog);
}
.hx-ask.is-open div { display: block; }

.hx-prose { max-width: 46rem; }
.hx-prose h2 {
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  font-size: 1.35rem;
  color: var(--hx-cyan);
  margin: 2rem 0 0.7rem;
}
.hx-prose p, .hx-prose li { color: var(--hx-fog); }
.hx-prose ul { padding-left: 1.2rem; }
.hx-prose strong { color: var(--hx-white); }

.hx-rule {
  background: #061f52;
  border: 2px solid var(--hx-mid);
  padding: 1.1rem 1.15rem;
  margin: 0 0 1rem;
}
.hx-rule h3 { margin: 0 0 0.4rem; color: var(--hx-cyan); font-size: 1.1rem; }
.hx-rule p { margin: 0; }

.hx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.hx-hero-mini {
  padding: 3.2rem 1.2rem 2.4rem;
  background: linear-gradient(160deg, var(--hx-ink), var(--hx-navy));
  border-bottom: 6px solid var(--hx-cyan);
}
.hx-hero-mini .hx-blast { font-size: clamp(2rem, 6vw, 3.8rem); max-width: 18ch; }

.hx-note {
  margin: 1.2rem 0 0;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--hx-cyan);
  background: rgba(97, 205, 249, 0.08);
  color: var(--hx-fog);
  font-size: 0.95rem;
}

.hx-end {
  background: #020914;
  padding: 2.2rem 0 1.4rem;
  border-top: 2px solid var(--hx-navy);
}
.hx-end-grid {
  width: min(var(--hx-max), calc(100% - 2.4rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1.4rem;
}
.hx-end h2 { font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hx-cyan); margin: 0 0 0.6rem; }
.hx-end a { display: block; color: var(--hx-fog); margin: 0.25rem 0; font-weight: 600; }
.hx-end p { margin: 0; color: #9db8d4; font-size: 0.92rem; }
.hx-copy {
  width: 100%;
  max-width: none;
  margin: 1.4rem 0 0;
  padding: 1rem max(1.2rem, calc((100% - var(--hx-max)) / 2)) 0;
  border-top: 1px solid #1252A4;
  color: #7ea0c4;
  font-size: 0.82rem;
  box-sizing: border-box;
}

.hx-social { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 0.6rem; }
.hx-social a {
  border: 1px solid var(--hx-cyan);
  padding: 0.25rem 0.55rem;
  color: var(--hx-cyan);
  font-weight: 800;
  font-size: 0.78rem;
}

@media (max-width: 960px) {
  .hx-stats, .hx-grid, .hx-steps, .hx-split, .hx-end-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .hx-burger { display: inline-flex; align-items: center; justify-content: center; }
  .hx-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #041533;
    border-bottom: 2px solid var(--hx-cyan);
    padding: 0.6rem 1rem 1rem;
  }
  .hx-links.is-open { display: flex; }
  .hx-links a { padding: 0.7rem 0; border-bottom: 1px solid #083988; }
  .hx-go { clip-path: none; }
  .hx-slash { clip-path: none; padding-bottom: 4.2rem; }
  .hx-stats, .hx-grid, .hx-steps, .hx-split, .hx-end-grid { grid-template-columns: 1fr; }
  .hx-giant { clip-path: none; box-shadow: 6px 6px 0 #041533; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

a.hx-card,
a.hx-rule {
  color: inherit;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
