:root {
  --v4-ink: #111315;
  --v4-charcoal: #0d0f11;
  --v4-charcoal-2: #171a1d;
  --v4-paper: #f3f1eb;
  --v4-gold: #d7aa43;
  --v4-gold-light: #f3d27c;
  --v4-line-dark: #33383d;
}

body { font-family: "IBM Plex Sans", "Segoe UI", sans-serif; }
.hero h1,
.section-heading,
.features-header h2,
.about-section h2,
.popular-section h2,
.faq-header h2,
.faq-main-title,
.blog-strip h2,
.proof-section h2,
.proof-card h3,
.editorial-heading,
.studio-copy h2,
.final-cta h2,
.footer-brand h2,
.product-box h2 {
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-style: normal;
}

.site-header {
  background: #0b0d0f;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

/* Homepage hero: a solid, responsive product stage. */
.hero {
  padding: clamp(82px, 7.2vw, 112px) 24px clamp(76px, 6.5vw, 102px);
  background: var(--v4-charcoal);
  border-bottom: 1px solid #24282c;
}
.hero::before {
  inset: clamp(22px, 3vw, 42px);
  border: 1px solid #1d2125;
  background: none;
  opacity: 1;
}
.hero::after {
  width: 1px;
  height: 72%;
  right: 43%;
  top: 14%;
  border: 0;
  border-radius: 0;
  background: #22272b;
  box-shadow: none;
  opacity: .72;
}
.hero-grid {
  width: min(1320px, 100%);
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
  gap: clamp(52px, 5.4vw, 82px);
}
.hero-copy { max-width: 660px; }
.hero-eyebrow { margin-bottom: 30px; }
.hero-eyebrow::before { background: var(--v4-gold); }
.hero h1 {
  max-width: 800px;
  font-size: clamp(4rem, 6vw, 6.7rem);
  font-weight: 760;
  line-height: .96;
  letter-spacing: .018em;
  word-spacing: .045em;
  text-wrap: balance;
}
.hero-title-line,
.hero-title-accent { letter-spacing: .018em; }
.hero-title-accent {
  margin-top: .22em;
  color: var(--v4-gold-light);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
}
.hero-sub {
  max-width: 590px;
  margin-top: 34px;
  color: #b7bbc1;
  line-height: 1.72;
}
.hero-ctas { margin-top: 36px; gap: 24px; }
.hero-btn-primary {
  min-height: 58px;
  padding-inline: 28px;
  background: var(--v4-gold-light);
  box-shadow: 8px 8px 0 #070809;
}
.hero-btn-primary:hover {
  filter: none;
  background: #fff0be;
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 #070809;
}
.hero-btn-secondary:hover {
  gap: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-proof {
  margin-top: 42px;
  padding-top: 25px;
  border-top-color: var(--v4-line-dark);
}
.hero-proof span { position: relative; padding-left: 14px; }
.hero-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .63em;
  width: 6px;
  height: 2px;
  background: var(--v4-gold);
}
.hero-glow,
.visual-tag { display: none; }

.hero-visual {
  --dxsat-shift-x: 0px;
  --dxsat-shift-y: 0px;
  --dxlink-shift-x: 0px;
  --dxlink-shift-y: 0px;
  min-height: 620px;
  perspective: none;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 76px 18px 36px 34px;
  border: 1px solid #292e33;
  border-radius: 18px;
  background: #121518;
  box-shadow: 22px 22px 0 #070809;
}
.workstation-card {
  z-index: 1;
  width: 82%;
  right: 4%;
  top: 122px;
  border-color: #30353a;
  border-radius: 13px;
  background: #15181b;
  box-shadow: none;
  opacity: .43;
  transform: none;
  animation: none;
}
.workstation-card img { filter: saturate(.7) brightness(.66) contrast(1.02); }
.workstation-topbar { background: #181b1e; }

.product-float {
  filter: none !important;
  cursor: pointer;
}
.product-float--dxsat,
.product-float--dxlink {
  z-index: 8;
  height: auto;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #675731;
  border-radius: 16px;
  background: #0b0d0f;
  box-shadow: 0 0 0 1px #050607, 14px 16px 0 rgba(5, 6, 7, .82);
  animation: none;
  will-change: transform;
  transition: transform 100ms linear, border-color 180ms ease, box-shadow 180ms ease;
}
.product-float--dxsat {
  width: min(57%, 350px);
  left: -2%;
  top: 18px;
  transform: translate(var(--dxsat-shift-x), var(--dxsat-shift-y)) rotate(-1.75deg);
}
.product-float--dxlink {
  width: min(60%, 370px);
  right: -3%;
  top: 284px;
  transform: translate(var(--dxlink-shift-x), var(--dxlink-shift-y)) rotate(1.75deg);
}
.product-float--dxsat img,
.product-float--dxlink img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.product-float--dxsat:hover {
  transform: translate(var(--dxsat-shift-x), var(--dxsat-shift-y)) rotate(-.5deg) scale(1.045);
}
.product-float--dxlink:hover {
  transform: translate(var(--dxlink-shift-x), var(--dxlink-shift-y)) rotate(.5deg) scale(1.045);
}
.product-float--dxsat:hover,
.product-float--dxlink:hover,
.product-float--dxsat:focus-visible,
.product-float--dxlink:focus-visible {
  border-color: var(--v4-gold-light);
  box-shadow: 0 0 0 2px #0d0f11, 0 0 0 4px var(--v4-gold-light), 18px 20px 0 rgba(5, 6, 7, .9);
  outline: none;
}
.product-float--dxsat:active,
.product-float--dxlink:active { transform: scale(.985); }

.product-float--template,
.product-float--bible {
  z-index: 2;
  animation: none;
  opacity: .34;
  filter: grayscale(.2) !important;
}
.product-float--template {
  width: 106px;
  height: 150px;
  left: 20%;
  bottom: 0;
}
.product-float--bible {
  width: 78px;
  height: 122px;
  right: 22%;
  top: auto;
  bottom: 0;
}

/* Solid supporting surfaces and crisper collection interactions. */
.product-box {
  border-color: #ddd8cc;
  border-radius: 10px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.product-box img {
  transform: scale(1);
  transition: transform 220ms ease;
}
.product-box:hover {
  border-color: #b98c26;
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(17, 19, 21, .12);
}
.product-box:hover img { transform: scale(1.025); }
.product-box:focus-within {
  outline: 3px solid #b98c26;
  outline-offset: 3px;
}
.filter-btn {
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}
.filter-btn:hover {
  border-color: #282b2f;
  transform: translateY(-1px);
}
.filter-btn:focus-visible {
  outline: 3px solid #b98c26;
  outline-offset: 3px;
}
.dxlink-mac-badge { border-radius: 5px; background: #111315; }
.proof-card,
.proof-card:hover {
  background: #181b1e;
  box-shadow: none;
}
.resource-card--blog { background: #171a1d; }
.resource-card--tools { background: #242018; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(455px, 1.1fr); gap: 42px; }
  .hero h1 { font-size: clamp(3.7rem, 6.4vw, 5.8rem); }
  .hero-visual { min-height: 570px; }
  .product-float--dxsat { width: min(59%, 305px); }
  .product-float--dxlink { width: min(62%, 326px); top: 260px; }
}

@media (max-width: 820px) {
  .hero { padding: 76px 20px 64px; }
  .hero::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { max-width: 720px; margin-inline: auto; }
  .hero h1 {
    max-width: 720px;
    font-size: clamp(3.5rem, 11vw, 5.5rem);
    letter-spacing: .018em;
    word-spacing: .045em;
  }
  .hero-visual { width: min(680px, 100%); min-height: 590px; margin: 20px auto 0; }
  .hero-visual::before { inset: 76px 22px 34px; }
  .workstation-card { width: 84%; right: 4%; top: 122px; }
  .product-float--dxsat { width: min(53%, 340px); left: 0; top: 15px; }
  .product-float--dxlink { width: min(56%, 358px); right: 0; top: 286px; }
}

@media (max-width: 520px) {
  .hero { padding: 58px 17px 48px; }
  .hero::before { inset: 14px; }
  .hero-eyebrow { margin-bottom: 24px; }
  .hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.9rem);
    line-height: .98;
    letter-spacing: .016em;
    word-spacing: .04em;
  }
  .hero-title-line,
  .hero-title-accent { letter-spacing: .016em; }
  .hero-title-accent { margin-top: .24em; }
  .hero-sub { margin-top: 28px; }
  .hero-ctas { margin-top: 30px; }
  .hero-proof { margin-top: 32px; }
  .hero-visual { min-height: 410px; margin-top: 20px; }
  .hero-visual::before {
    inset: 54px 0 18px;
    border-radius: 13px;
    box-shadow: 10px 10px 0 #070809;
  }
  .workstation-card { width: 94%; right: 1%; top: 92px; opacity: .36; }
  .product-float--dxsat,
  .product-float--dxlink {
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #050607, 8px 9px 0 rgba(5, 6, 7, .88);
  }
  .product-float--dxsat { width: 64%; left: 0; top: 12px; }
  .product-float--dxlink { width: 66%; right: 0; top: 194px; }
  .product-float--template,
  .product-float--bible { display: none; }
}

@media (max-width: 360px) {
  .hero-visual { min-height: 365px; }
  .product-float--dxlink { top: 172px; }
}

@media (prefers-reduced-motion: reduce) {
  .product-float--dxsat,
  .product-float--dxlink {
    animation: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }
}
