:root {
  --aresnet-bg: #07111b;
  --aresnet-text: #f5f7fb;
  --aresnet-body: #243244;
  --aresnet-red: #e32626;
  --aresnet-blue: #2ca8ff;
  --aresnet-border: rgba(255, 255, 255, 0.16);
  --aresnet-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.offset3-code-page.aresnet-code-page {
  color: var(--aresnet-body);
  font-family: inherit;
  background: #ffffff;
}

.aresnet-code-page * {
  box-sizing: border-box;
}

.aresnet-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.aresnet-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--aresnet-text);
  background-color: #05090f !important;
  background-image:
    linear-gradient(90deg, rgba(5, 9, 15, 0.30) 0%, rgba(5, 9, 15, 0.08) 48%, rgba(5, 9, 15, 0.42) 100%),
    url('https://offset3.com/wp-content/uploads/2020/03/Screen-Shot-2020-03-09-at-3.10.34-PM.png') !important;
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
}

.aresnet-hero::before,
.aresnet-hero::after,
.aresnet-hero__overlay {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  background: transparent !important;
}

.aresnet-hero__content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 980px;
  padding: 112px 0 96px;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.aresnet-hero__content::before {
  content: "";
  display: block;
  width: min(720px, 92vw);
  aspect-ratio: 1015 / 244;
  margin: 0 0 clamp(28px, 5vw, 54px);
  background: url('https://offset3.com/wp-content/uploads/2025/06/AresNet_white_letters_banner.png') left center / contain no-repeat;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.6));
}

.aresnet-hero__brand {
  display: none;
}

.aresnet-hero-logo {
  display: block;
  width: min(720px, 92vw);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.6));
}

.aresnet-eyebrow,
.aresnet-kicker {
  margin: 0 0 14px;
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--aresnet-red);
}

.aresnet-hero h1 {
  margin: 0 0 24px;
  color: #ffffff !important;
  font-size: clamp(2.45rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 900px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.48);
}

.aresnet-hero__lede {
  max-width: 760px;
  margin: 0;
  color: rgba(245, 247, 251, 0.94) !important;
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
  line-height: 1.6;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}

.aresnet-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.aresnet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.aresnet-button:hover {
  transform: translateY(-1px);
}

.aresnet-button--primary {
  color: #fff !important;
  background: var(--aresnet-red);
  box-shadow: 0 12px 30px rgba(227, 38, 38, 0.28);
}

.aresnet-button--secondary {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--aresnet-border);
}

.aresnet-button--dark {
  color: #07111b !important;
  background: #ffffff;
  border: 1px solid #dce5ef;
  box-shadow: 0 12px 30px rgba(7,17,27,.08);
}

.aresnet-section {
  padding: clamp(60px, 9vw, 110px) 0;
}

.aresnet-section h2 {
  margin: 0 0 22px;
  color: #07111b;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.aresnet-section p {
  font-size: 1.06rem;
  line-height: 1.75;
}

.aresnet-section__lede {
  max-width: 780px;
  color: rgba(245, 247, 251, 0.76);
}

.aresnet-grid {
  display: grid;
  gap: clamp(28px, 5vw, 70px);
}

.aresnet-grid--intro,
.aresnet-grid--two,
.aresnet-grid--form {
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.aresnet-checklist {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.aresnet-checklist li {
  position: relative;
  padding-left: 34px;
  color: #243244;
  font-size: 1.02rem;
  line-height: 1.55;
}

.aresnet-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--aresnet-red);
  box-shadow: 0 0 0 5px rgba(227, 38, 38, 0.12);
}

.aresnet-section--dark {
  color: var(--aresnet-text);
  background:
    linear-gradient(135deg, rgba(7, 17, 27, 0.80), rgba(13, 28, 45, 0.78) 62%, rgba(17, 24, 39, 0.82)),
    url('https://offset3.com/wp-content/uploads/2020/03/Screen-Shot-2020-03-09-at-3.10.34-PM.png') center center / cover no-repeat;
}

.aresnet-section--dark h2,
.aresnet-section--dark p {
  color: var(--aresnet-text);
}

.aresnet-boundaries {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.aresnet-boundary {
  min-height: 145px;
  padding: 18px;
  border: 1px solid var(--aresnet-border);
  border-radius: 18px;
  background: rgba(255,255,255,0.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.aresnet-boundary span {
  display: block;
  margin-bottom: 18px;
  color: var(--aresnet-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.aresnet-boundary strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
}

.aresnet-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.aresnet-card {
  padding: 26px;
  border: 1px solid #dce5ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 17, 27, 0.08);
}

.aresnet-card h3 {
  margin: 0 0 12px;
  color: #07111b;
  font-size: 1.32rem;
}

.aresnet-card p {
  margin: 0;
  color: #425066;
  font-size: 0.98rem;
  line-height: 1.62;
}

.aresnet-section--demo {
  background: #07111d;
}

.aresnet-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.aresnet-demo-copy h2 {
  color: #fff;
}

.aresnet-demo-copy p:not(.aresnet-kicker) {
  color: #b8c6d5;
}

.aresnet-demo-media {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #02060c;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.35);
}

.aresnet-demo-media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.aresnet-text-link {
  color: #8fd6ff;
  font-weight: 800;
  text-underline-offset: 3px;
}

.aresnet-section--accent {
  background: #f3f7fb;
}

.aresnet-note {
  padding: 20px 22px;
  border-left: 5px solid var(--aresnet-red);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(7, 17, 27, 0.07);
}

.aresnet-form-card {
  padding: clamp(22px, 4vw, 38px);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--aresnet-shadow);
}

.aresnet-form-card .wpforms-container {
  margin: 0;
}

.aresnet-form-card input,
.aresnet-form-card textarea,
.aresnet-form-card select {
  border-radius: 12px !important;
}

.aresnet-form-card button,
.aresnet-form-card input[type="submit"] {
  background: var(--aresnet-red) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.aresnet-info-hero {
  min-height: 520px;
  color: #ffffff;
  display: flex;
  align-items: center;
  background-color: #05090f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.aresnet-info-hero__content {
  max-width: 880px;
  padding: 96px 0 76px;
}

.aresnet-info-hero__logo {
  display: block;
  width: min(520px, 86vw);
  height: auto;
  margin-bottom: 38px;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.56));
}

.aresnet-info-hero h1 {
  margin: 0 0 22px;
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.aresnet-info-hero__lede {
  max-width: 760px;
  margin: 0;
  color: rgba(245,247,251,.92);
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
  line-height: 1.65;
}

.aresnet-info-section {
  padding: clamp(56px, 8vw, 96px) 0;
  background: #fff;
}

.aresnet-info-intro {
  max-width: 900px;
  margin: 0 auto 42px;
  padding: 24px 28px;
  border-left: 5px solid var(--aresnet-red);
  border-radius: 18px;
  background: #f5f8fc;
  box-shadow: 0 16px 40px rgba(7,17,27,.06);
}

.aresnet-info-intro p:last-child {
  margin-bottom: 0;
}

.aresnet-artifacts {
  display: grid;
  gap: 44px;
}

.aresnet-artifact {
  display: grid;
  grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: 38px 0;
  border-top: 1px solid #d9e2ec;
}

.aresnet-artifact--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
}

.aresnet-artifact--reverse .aresnet-artifact__media {
  order: 2;
}

.aresnet-artifact--reverse .aresnet-artifact__copy {
  order: 1;
}

.aresnet-artifact__media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #dce5ef;
  box-shadow: 0 22px 55px rgba(7,17,27,.12);
}

.aresnet-artifact__copy h2 {
  margin: 0 0 18px;
  color: #07111b;
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.aresnet-artifact__copy p {
  max-width: 670px;
  color: #243244;
  font-size: 1.05rem;
  line-height: 1.78;
}

@media (max-width: 1100px) {
  .aresnet-boundaries {
    grid-template-columns: repeat(2, 1fr);
  }

  .aresnet-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .aresnet-container {
    width: min(100% - 28px, 1120px);
  }

  .aresnet-hero {
    min-height: 660px;
    background-position: center center, 48% center !important;
  }

  .aresnet-hero__content {
    padding: 104px 0 76px;
  }

  .aresnet-hero__content::before,
  .aresnet-hero-logo {
    width: min(600px, 96vw);
  }

  .aresnet-grid--intro,
  .aresnet-grid--two,
  .aresnet-grid--form,
  .aresnet-demo-grid,
  .aresnet-card-grid,
  .aresnet-boundaries,
  .aresnet-artifact,
  .aresnet-artifact--reverse {
    grid-template-columns: 1fr;
  }

  .aresnet-artifact--reverse .aresnet-artifact__media,
  .aresnet-artifact--reverse .aresnet-artifact__copy {
    order: initial;
  }

  .aresnet-boundary {
    min-height: auto;
  }
}
