/* Standalone evival whitepaper landing page */
.wp-page {
  min-height: 100vh;
  background: #03172c;
  color: #f5f6f7;
}

.wp-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.wp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 32px 0 82px;
  background:
    radial-gradient(circle at 82% 18%, rgba(61, 174, 43, .22), transparent 28%),
    radial-gradient(circle at 18% 86%, rgba(57, 216, 255, .13), transparent 32%),
    linear-gradient(135deg, #03172c 0%, #06213e 58%, #082f52 100%);
}

.wp-ambient {
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(110, 214, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 214, 255, .16) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 78%);
}

.wp-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
}

.wp-logo {
  width: auto;
  height: 76px;
  object-fit: contain;
}

.wp-toplink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  background: rgba(255, 255, 255, .06);
  color: #f5f6f7;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  transition: border-color .15s var(--ease-out), background .15s var(--ease-out), transform .15s var(--ease-out);
}

.wp-toplink:hover {
  border-color: rgba(126, 239, 82, .6);
  background: rgba(126, 239, 82, .12);
  transform: translateY(-1px);
}

.wp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  padding-top: clamp(66px, 11vh, 124px);
}

.wp-copy { max-width: 720px; }

.wp-overline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #72ec53;
}

.wp-overline::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #3dae2b, #8df264);
}

.wp-copy h1 {
  max-width: 12ch;
  margin-top: 20px;
  font-size: clamp(44px, 7vw, 84px);
  line-height: .98;
  letter-spacing: -0.025em;
  color: #fff;
}

.wp-lead {
  max-width: 62ch;
  margin-top: 24px;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.62;
  color: #bed0e2;
}

.wp-lead strong {
  color: #fff;
  font-weight: 700;
}

.wp-proof {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 700px;
  margin-top: 30px;
  padding: 19px 22px;
  border-left: 3px solid #72ec53;
  border-radius: 0 8px 8px 0;
  background: rgba(3, 20, 38, .64);
  box-shadow: inset 0 0 0 1px rgba(126, 239, 82, .22);
}

.wp-proof strong {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -0.045em;
  color: #83f15a;
}

.wp-proof span {
  font-size: 14.5px;
  line-height: 1.55;
  color: #c6d5e4;
}

.wp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.wp-actions .btn-primary {
  background: #f5f6f7;
  color: #001a3b;
}

.wp-actions .btn-primary:hover { background: #dfe5ed; }
.wp-actions .btn-outline {
  color: #f5f6f7;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .04);
}

.wp-actions .btn-outline:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
}

.wp-meta {
  margin-top: 12px;
  font-size: 13px;
  color: #91a8bf;
}

.wp-consult {
  max-width: 680px;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(126, 239, 82, .24);
  border-radius: 8px;
  background: rgba(3, 20, 38, .54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.wp-consult h2 {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #fff;
}

.wp-consult p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #bed0e2;
}

.wp-consult a {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #83f15a;
}

.wp-consult a:hover { color: #a3ff83; }

.wp-cover {
  justify-self: center;
  width: min(100%, 390px);
  aspect-ratio: 1200 / 1697;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #0b2747;
  box-shadow:
    0 34px 74px -30px rgba(0, 0, 0, .96),
    0 0 0 1px rgba(255, 255, 255, .18);
  transform: rotate(1.5deg);
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
}

.wp-cover:hover {
  transform: translateY(-4px);
  box-shadow:
    0 42px 84px -32px rgba(0, 0, 0, .98),
    0 0 0 1px rgba(126, 239, 82, .5);
}

.wp-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0b2747;
}

.wp-section {
  padding: 88px 0;
  background: #f5f6f7;
  color: #001a3b;
}

.wp-section__head {
  max-width: 820px;
}

.wp-section__head .wp-overline { color: #3dae2b; }
.wp-section__head h2,
.wp-final h2 {
  margin-top: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.018em;
}

.wp-section__head h2 { color: #001a3b; }

.wp-section__head p {
  max-width: 74ch;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.65;
  color: #556a85;
}

.wp-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.wp-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 47, 88, .08);
}

.wp-card__num {
  display: block;
  margin-bottom: 32px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: #3dae2b;
}

.wp-card h3 {
  font-size: 19px;
  color: #001a3b;
}

.wp-card p {
  margin-top: 10px;
  font-size: 14.5px;
  line-height: 1.58;
  color: #556a85;
}

.wp-final {
  padding: 82px 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(61, 174, 43, .17), transparent 30%),
    linear-gradient(135deg, #03172c, #082845);
}

.wp-final__head {
  max-width: 860px;
}

.wp-final h2 {
  max-width: 15ch;
  color: #fff;
}

.wp-final__head p {
  margin-top: 18px;
  max-width: 76ch;
  color: #bed0e2;
  font-size: 17px;
  line-height: 1.65;
}

.wp-chapters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid rgba(110, 214, 255, .2);
  border-radius: 8px;
  background: rgba(110, 214, 255, .16);
}

.wp-chapter {
  min-height: 226px;
  padding: 24px;
  background: rgba(3, 20, 38, .72);
}

.wp-chapter span {
  display: block;
  margin-bottom: 28px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: #72ec53;
}

.wp-chapter h3 {
  font-size: 17px;
  line-height: 1.22;
  color: #fff;
}

.wp-chapter p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.52;
  color: #bed0e2;
}

.wp-final__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.wp-final__cta .btn-outline {
  color: #f5f6f7;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .04);
}

.wp-final__cta .btn-outline:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 980px) {
  .wp-hero { min-height: auto; }
  .wp-hero__grid {
    grid-template-columns: 1fr;
  }
  .wp-cover {
    justify-self: start;
    width: min(78vw, 360px);
  }
  .wp-cards,
  .wp-chapters { grid-template-columns: 1fr 1fr; }
  .wp-final .btn { width: fit-content; }
}

.wp-legal-footer { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.68); background: #0d1215; font-size: 13px; }
.wp-legal-footer__inner { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.wp-legal-footer a { color: inherit; }
.wp-legal-footer a:hover, .wp-legal-footer .nx-consent-link:hover { color: #fff; }

@media (max-width: 560px) {
  .wp-shell { width: min(100% - 32px, 1180px); }
  .wp-hero { padding-top: 22px; }
  .wp-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .wp-logo { height: 58px; }
  .wp-hero__grid { padding-top: 48px; }
  .wp-proof { grid-template-columns: 1fr; }
  .wp-actions .btn,
  .wp-final .btn { width: 100%; }
  .wp-cover { width: min(86vw, 330px); }
  .wp-cards,
  .wp-chapters { grid-template-columns: 1fr; }
  .wp-chapter { min-height: auto; }
  .wp-section,
  .wp-final { padding: 64px 0; }
}
