@font-face {
  font-family: "Null VPN Wordmark";
  src: url("/assets/brand/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.null-vpn-wordmark {
  width: 100%;
  height: 20.9524px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.44px;
  color: #fff;
  font-family: "Null VPN Wordmark", Roboto, Arial, sans-serif;
  font-size: 15.27px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  white-space: nowrap;
}

.null-vpn-wordmark img {
  width: 20.9524px;
  height: 20.9524px;
  flex: 0 0 20.9524px;
  border-radius: 50%;
  object-fit: cover;
}

/* The Windows source used a much wider raster than the shared Null VPN laptop.
   Keep the replacement inside the hero instead of letting its portrait canvas
   cover the counters on the right. */
#rec2378466751 .tn-elem[data-elem-id="1781426037129"] {
  left: 430px !important;
  top: 44px !important;
  width: 450px !important;
}

@media screen and (max-width: 479px) {
  #rec2378466751 .tn-elem[data-elem-id="1781426037129"] {
    left: 5px !important;
    top: 338px !important;
    width: 310px !important;
  }

  /* Keep the current copy, but give every mobile device-list item enough
     vertical room for wrapped lines before the next arrow and mockup. */
  #rec2393984371 [data-elem-id="1743336975864"],
  #rec2393984371 [data-elem-id="1743337005676"] {
    top: 145px !important;
  }

  #rec2393984371 [data-elem-id="1743336733925"] {
    top: 159px !important;
  }

  #rec2393984371 [data-elem-id="1743337028875"],
  #rec2393984371 [data-elem-id="1743337028894"] {
    top: 255px !important;
  }

  #rec2393984371 [data-elem-id="1743336746155"] {
    top: 269px !important;
  }

  #rec2393984371 [data-elem-id="1743337036127"],
  #rec2393984371 [data-elem-id="1743337036146"] {
    top: 351px !important;
  }

  #rec2393984371 [data-elem-id="1743336753474"] {
    top: 365px !important;
  }

  #rec2393984371 [data-elem-id="1743336823275"] {
    top: 470px !important;
  }

  #rec2393984371 [data-elem-id="1743336823260"] {
    top: 648px !important;
  }

  #rec2393984371 [data-elem-id="1780052380476000002"] {
    top: 760px !important;
  }

  #rec2574557703 .t396__artboard,
  #rec2574557703 .t396__carrier,
  #rec2574557703 .t396__filter {
    height: 720px !important;
  }

  #rec2574557703 [data-elem-id="1780051247972000001"] {
    height: 445px !important;
  }

  #rec2574557703 [data-elem-id="1780051263792000003"] {
    top: 320px !important;
    width: 266px !important;
  }

  #rec2574557703 [data-elem-id="1780051322298000001"] {
    top: 462px !important;
  }

  #rec2574557703 [data-elem-id="1780051322298000002"] {
    top: 530px !important;
  }

  #rec2574557703 [data-elem-id="1780051458431"] {
    top: 470px !important;
  }

  #rec2574557703 [data-elem-id="1780051504474"] {
    top: 490px !important;
  }

  #rec2574557103 [data-elem-id="1780049138931000022"],
  #rec2574557203 [data-elem-id="1780049138931000022"],
  #rec2574557303 [data-elem-id="1780049138931000022"],
  #rec2574557403 [data-elem-id="1780049138931000022"],
  [data-elem-id="1780049883112000010"],
  [data-elem-id="1780049894762000020"],
  [data-elem-id="1780049909065000030"] {
    z-index: 40 !important;
    pointer-events: auto !important;
  }
}

.null-blog-record {
  background: #0a0a0b;
}

.null-blog-shell {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 142px 0 136px;
  color: #f7f7f8;
  font-family: var(--t-text-font, Arial, sans-serif);
}

.null-blog-heading {
  max-width: 820px;
  margin-bottom: 72px;
}

.null-blog-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 15px;
  border: 1px solid #292b2f;
  border-radius: 999px;
  color: #a7a9ae;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.null-blog-heading h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.null-blog-heading p {
  max-width: 700px;
  margin: 0;
  color: #777a80;
  font-size: 20px;
  line-height: 1.45;
}

.null-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
}

.null-blog-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #222428;
  border-radius: 34px;
  background: #121416;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.null-blog-card-visual {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 45%, rgba(126, 22, 255, 0.28), transparent 29%),
    radial-gradient(circle at 42% 58%, rgba(255, 60, 26, 0.17), transparent 33%),
    #090a0c;
}

.null-blog-card-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.null-blog-card-orbit-one {
  width: 370px;
  height: 370px;
}

.null-blog-card-orbit-two {
  width: 510px;
  height: 510px;
}

.null-blog-card-visual img {
  position: absolute;
  z-index: 2;
  top: -75px;
  left: 50%;
  width: 530px;
  max-width: none;
  transform: translateX(-48%) rotate(-2deg);
  transition: transform 0.35s ease;
}

.null-blog-card:hover .null-blog-card-visual img {
  transform: translateX(-48%) translateY(-8px) rotate(-2deg);
}

.null-blog-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
}

.null-blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 28px;
  color: #777a80;
  font-size: 13px;
}

.null-blog-card-meta span {
  color: #b18cff;
}

.null-blog-card h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.null-blog-card h2 a,
.null-blog-card-link {
  color: #fff;
  text-decoration: none;
}

.null-blog-card-content > p {
  margin: 0 0 34px;
  color: #85888e;
  font-size: 17px;
  line-height: 1.55;
}

.null-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid #2b2d31;
  border-radius: 999px;
  font-size: 15px;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.null-blog-card-link:hover {
  border-color: #ff3c1a;
  background: #ff3c1a;
}

@media screen and (max-width: 820px) {
  .null-blog-shell {
    width: min(100% - 32px, 680px);
    padding: 112px 0 88px;
  }

  .null-blog-heading {
    margin-bottom: 42px;
  }

  .null-blog-heading p {
    font-size: 17px;
  }

  .null-blog-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 26px;
  }

  .null-blog-card-visual {
    min-height: 390px;
  }

  .null-blog-card-visual img {
    top: -65px;
    width: 430px;
  }

  .null-blog-card-content {
    padding: 34px 28px 38px;
  }
}
