:root {
  --page-accent: var(--gold);
  --page-accent-rgb: 216, 162, 71;
}

.accent-video { --page-accent: #54a8ef; --page-accent-rgb: 84, 168, 239; }
.accent-analytics { --page-accent: #68b6ff; --page-accent-rgb: 104, 182, 255; }
.accent-security { --page-accent: #ef7b57; --page-accent-rgb: 239, 123, 87; }
.accent-fire { --page-accent: #ef5d47; --page-accent-rgb: 239, 93, 71; }
.accent-access { --page-accent: #54c785; --page-accent-rgb: 84, 199, 133; }
.accent-servers { --page-accent: #71a7e9; --page-accent-rgb: 113, 167, 233; }
.accent-design { --page-accent: #e5b75d; --page-accent-rgb: 229, 183, 93; }
.accent-service { --page-accent: #9ac672; --page-accent-rgb: 154, 198, 114; }
.accent-news { --page-accent: #61cfb0; --page-accent-rgb: 97, 207, 176; }
.accent-enterprise { --page-accent: #e2ae50; --page-accent-rgb: 226, 174, 80; }
.accent-cloud { --page-accent: #53c7c2; --page-accent-rgb: 83, 199, 194; }

.accent-cloud .page-hero__media img {
  object-position: 64% center;
}

.accent-cloud .page-hero__media::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.83) 48%, rgba(4, 4, 4, 0.12) 82%),
    linear-gradient(0deg, rgba(4, 4, 4, 0.82), transparent 50%);
}

.cloud-hero--solo .page-hero__content {
  grid-template-columns: minmax(0, 780px);
}

.inner-page {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    var(--black);
  background-size: 72px 72px;
}

.inner-page .site-header {
  background: rgba(5, 5, 5, 0.94);
}

.page-hero {
  position: relative;
  min-height: min(780px, 92vh);
  padding-top: var(--header-height);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}

.page-hero__media,
.page-hero__media::before,
.page-hero__media::after {
  position: absolute;
  inset: 0;
}

.page-hero__media {
  z-index: -2;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero__media::before {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.96) 0%, rgba(4, 4, 4, 0.76) 46%, rgba(4, 4, 4, 0.18) 78%),
    linear-gradient(0deg, rgba(4, 4, 4, 0.96) 0%, transparent 48%);
}

.page-hero__media::after {
  content: "";
  z-index: 2;
  background: linear-gradient(90deg, rgba(var(--page-accent-rgb), 0.08), transparent 45%);
  mix-blend-mode: screen;
}

.page-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.44fr);
  gap: 80px;
  min-height: calc(min(780px, 92vh) - var(--header-height));
  align-items: end;
  padding-top: 72px;
  padding-bottom: 76px;
}

.page-hero__copy {
  max-width: 920px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
  color: #b5b4b0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumbs a:hover {
  color: var(--page-accent);
}

.breadcrumbs span[aria-hidden] {
  color: var(--muted);
}

.page-hero .eyebrow {
  color: var(--page-accent);
}

.page-hero .eyebrow > span {
  background: var(--page-accent);
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 5.5vw, 94px);
  line-height: 0.94;
}

.page-hero__lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: #dad9d5;
  font-size: 20px;
  line-height: 1.5;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.page-hero__actions .button-gold,
.service-form .button-gold {
  color: #080808;
  border-color: var(--page-accent);
  background: var(--page-accent);
}

.page-telemetry {
  align-self: end;
  border-top: 2px solid var(--page-accent);
  background: rgba(5, 5, 5, 0.78);
  backdrop-filter: blur(14px);
}

.page-telemetry__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-telemetry__head i {
  width: 8px;
  height: 8px;
  margin-top: 2px;
  background: var(--page-accent);
  box-shadow: 0 0 16px rgba(var(--page-accent-rgb), 0.75);
}

.page-telemetry ul {
  padding: 8px 20px 16px;
}

.page-telemetry li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #deddda;
  font-size: 13px;
}

.page-telemetry li:last-child {
  border-bottom: 0;
}

.page-telemetry li span {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
}

.cloud-access-grid,
.cloud-app-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.cloud-access-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cloud-access-card,
.cloud-app-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 13, 14, 0.92);
}

.cloud-access-card--primary {
  background:
    linear-gradient(135deg, rgba(var(--page-accent-rgb), 0.15), transparent 72%),
    rgba(12, 13, 14, 0.96);
}

.cloud-access-card > span,
.cloud-app-card__platform {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.cloud-access-card h3,
.cloud-app-card h3 {
  margin-top: 24px;
  font-size: 27px;
  line-height: 1.08;
}

.cloud-access-card p,
.cloud-app-card p {
  margin: 16px 0 26px;
  color: #b9b9b5;
  line-height: 1.65;
}

.cloud-access-card .button,
.cloud-app-card .button {
  margin-top: auto;
}

.cloud-app-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cloud-app-card {
  min-height: 330px;
  padding: 42px;
}

.cloud-app-card__head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cloud-app-card__os {
  color: #f4f3ef;
  font-size: 36px;
  font-weight: 800;
}

.cloud-provider-note {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(300px, 1fr);
  gap: 56px;
  align-items: start;
  margin-top: 34px;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.cloud-provider-note strong {
  color: var(--page-accent);
  font-size: 12px;
  text-transform: uppercase;
}

.cloud-provider-note p {
  color: #b9b9b5;
  line-height: 1.65;
}

.service-jump {
  position: relative;
  z-index: 3;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 8, 0.98);
  scrollbar-width: thin;
}

.service-jump__inner {
  display: flex;
  width: max-content;
  min-width: 100%;
}

.service-jump a {
  position: relative;
  display: grid;
  min-width: 176px;
  min-height: 72px;
  align-content: center;
  padding: 12px 24px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-jump a span {
  margin-bottom: 5px;
  color: #575757;
  font-size: 9px;
}

.service-jump a:hover,
.service-jump a[aria-current="page"] {
  color: var(--white);
  background: rgba(var(--page-accent-rgb), 0.08);
}

.service-jump a[aria-current="page"]::after {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  content: "";
  background: var(--page-accent);
}

.page-section {
  position: relative;
  padding-block: 112px;
  border-bottom: 1px solid var(--line);
}

.page-section--soft {
  background: rgba(255, 255, 255, 0.022);
}

.page-section--accent {
  background: linear-gradient(110deg, rgba(var(--page-accent-rgb), 0.13), rgba(12, 12, 12, 0.94) 44%);
}

.page-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.46fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 56px;
}

.page-heading__index {
  margin-bottom: 18px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-heading h2 {
  max-width: 930px;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 0.98;
}

.page-heading > p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 17px;
}

.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: 7vw;
}

.service-intro__statement {
  margin: 0;
  color: #e7e6e2;
  font-size: clamp(25px, 3vw, 44px);
  font-weight: 600;
  line-height: 1.2;
}

.service-intro__statement em {
  color: var(--page-accent);
  font-style: normal;
}

.outcome-list {
  border-top: 1px solid var(--page-accent);
}

.outcome-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: #d0cfcb;
}

.outcome-list span {
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
}

.visual-story {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 18px;
}

.visual-story figure,
.service-index-card,
.related-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--graphite);
}

.visual-story__main {
  aspect-ratio: 16 / 9;
}

.visual-story__side {
  aspect-ratio: 4 / 5;
}

.visual-story img,
.service-index-card img,
.related-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.visual-story figure:hover img,
.service-index-card:hover img,
.related-card:hover img {
  transform: scale(1.025);
}

.visual-story figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  background: linear-gradient(0deg, rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0));
  color: #e5e4e0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.visual-story figcaption span {
  color: var(--page-accent);
}

.component-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.component-card {
  min-height: 248px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.82);
}

.component-card__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.component-card__top span {
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
}

.component-card__top i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--page-accent);
}

.component-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.1;
}

.component-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.object-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.object-price-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.object-price-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.82);
}

.object-price-card > span {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.object-price-card h3 {
  margin: 42px 0 12px;
  font-size: 25px;
  line-height: 1.05;
}

.object-price-card strong {
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.object-price-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.object-price-card .line-link {
  margin-top: auto;
  width: max-content;
}

.scenario-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 1fr);
  gap: 72px;
}

.scenario-layout__aside {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  height: max-content;
}

.scenario-layout__aside p:last-child {
  margin-bottom: 0;
  color: var(--text);
}

.scenario-list {
  border-top: 1px solid var(--page-accent);
}

.scenario-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 0.65fr) minmax(220px, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.scenario-item > span {
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
}

.scenario-item h3 {
  font-size: 21px;
  line-height: 1.1;
}

.scenario-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--page-accent);
}

.process-step {
  position: relative;
  min-height: 260px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.process-step:last-child {
  border-right: 0;
}

.process-step::before {
  position: absolute;
  top: -5px;
  left: 24px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--page-accent);
}

.process-step > span {
  display: block;
  margin-bottom: 84px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 80px;
}

.faq-grid__intro p:last-child {
  color: var(--text);
}

.faq-list {
  border-top: 1px solid var(--page-accent);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 56px 26px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 2px;
  display: grid;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line-light);
  content: "+";
  place-items: center;
  color: var(--page-accent);
  font-size: 18px;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 800px;
  margin: 0;
  padding: 0 56px 26px 0;
  color: var(--text);
}

.related-grid,
.service-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card {
  aspect-ratio: 4 / 3;
}

.related-card::after,
.service-index-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.96), rgba(3, 3, 3, 0.06) 72%);
}

.related-card__content,
.service-index-card__content {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 26px;
}

.related-card__content span,
.service-index-card__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.related-card h3,
.service-index-card h2 {
  font-size: 24px;
  line-height: 1.04;
}

.related-card p,
.service-index-card p {
  margin: 12px 0 0;
  color: #bebdb9;
  font-size: 13px;
}

.related-card__arrow,
.service-index-card__arrow {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  place-items: center;
  color: var(--white);
}

.service-brief {
  padding-block: 100px;
  background:
    linear-gradient(100deg, rgba(var(--page-accent-rgb), 0.19), rgba(6, 6, 6, 0.94) 52%),
    #080808;
}

.service-brief__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.62fr);
  gap: 8vw;
  align-items: start;
}

.service-brief h2 {
  max-width: 740px;
  margin-bottom: 28px;
  font-size: clamp(40px, 5vw, 76px);
}

.service-brief__copy > p {
  max-width: 620px;
  color: #cbc9c4;
  font-size: 18px;
}

.service-brief__copy > .service-brief__visit {
  max-width: 560px;
  margin-top: 30px;
  padding: 15px 0 15px 18px;
  border-left: 2px solid var(--gold);
  color: #b9b6af;
  font-size: 14px;
  line-height: 1.6;
}

.service-brief__visit strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
}

.service-brief__contacts {
  display: grid;
  gap: 10px;
  margin-top: 42px;
}

.service-brief__contacts a {
  width: max-content;
  border-bottom: 1px solid var(--line-light);
  font-size: 18px;
  font-weight: 600;
}

.service-form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 2px solid var(--page-accent);
  background: rgba(5, 5, 5, 0.86);
}

.service-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-form input,
.service-form select,
.service-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid var(--line-light);
  border-radius: 0;
  color: var(--white);
  background: #0d0d0d;
  outline: 0;
}

.service-form textarea {
  min-height: 112px;
  resize: vertical;
}

.service-form input:focus,
.service-form select:focus,
.service-form textarea:focus {
  border-color: var(--page-accent);
}

.service-form__consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: #aaa8a2;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  text-transform: none;
}

.service-form__consent input {
  width: 16px;
  min-height: 16px;
  margin: 2px 0 0;
  accent-color: var(--page-accent);
}

.service-form .form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: #c5c3bd;
  font-size: 12px;
}

.service-form .honeypot {
  position: absolute;
  left: -10000px;
}

.service-index-hero {
  min-height: 660px;
}

.service-index-hero .page-hero__content {
  min-height: 584px;
}

.service-index-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-index-card {
  min-height: 420px;
}

.service-index-card:nth-child(1),
.service-index-card:nth-child(6),
.service-index-card:nth-child(10) {
  grid-column: span 2;
  min-height: 520px;
}

.service-index-card__content {
  max-width: 720px;
}

.service-index-card h2 {
  font-size: clamp(28px, 4vw, 52px);
}

.service-index-card p {
  max-width: 560px;
  font-size: 15px;
}

.corporate-hero {
  min-height: 640px;
}

.corporate-hero .page-hero__content {
  min-height: 564px;
}

.fact-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fact-band div {
  min-height: 170px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-band span {
  display: block;
  margin-bottom: 48px;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
}

.fact-band strong {
  display: block;
  font-size: 18px;
  line-height: 1.25;
  text-transform: uppercase;
}

.case-page-grid {
  display: grid;
  gap: 24px;
}

.case-page-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  min-height: 430px;
  border: 1px solid var(--line);
  background: #0b0b0b;
}

.case-page-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.case-page-card__content {
  display: grid;
  align-content: center;
  padding: 52px;
}

.case-page-card__content > span {
  margin-bottom: 20px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-page-card h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3vw, 46px);
}

.case-page-card p {
  color: var(--text);
}

.case-page-card ul {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.case-page-card li {
  position: relative;
  padding-left: 20px;
  color: #cccac5;
  font-size: 14px;
}

.case-page-card li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--page-accent);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.62fr);
  gap: 8vw;
}

.contact-list {
  border-top: 1px solid var(--page-accent);
}

.contact-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.contact-map {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #090909;
  isolation: isolate;
}

.contact-map__frame {
  position: absolute;
  inset: -2px;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0.78;
  filter: grayscale(1) sepia(0.12) contrast(1.22) brightness(0.68);
  transition: filter 400ms ease, opacity 400ms ease;
}

.contact-map:hover .contact-map__frame,
.contact-map:focus-within .contact-map__frame {
  opacity: 0.92;
  filter: grayscale(0.82) sepia(0.08) contrast(1.16) brightness(0.82);
}

.contact-map__texture {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.5), transparent 30%, transparent 76%, rgba(5, 5, 5, 0.35)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.64), transparent 36%),
    repeating-linear-gradient(0deg, transparent 0 69px, rgba(228, 174, 64, 0.055) 69px 70px),
    repeating-linear-gradient(90deg, transparent 0 69px, rgba(228, 174, 64, 0.055) 69px 70px);
}

.contact-map__marker {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  pointer-events: none;
  border: 1px solid rgba(228, 174, 64, 0.42);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.42);
  box-shadow: 0 0 0 12px rgba(228, 174, 64, 0.08);
  transform: translate(-50%, -50%);
}

.contact-map__marker::before,
.contact-map__marker::after {
  position: absolute;
  content: "";
  background: rgba(228, 174, 64, 0.44);
}

.contact-map__marker::before {
  width: 82px;
  height: 1px;
}

.contact-map__marker::after {
  width: 1px;
  height: 82px;
}

.contact-map__marker span {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border: 3px solid #070707;
  border-radius: 50%;
  background: var(--page-accent);
  box-shadow: 0 0 18px rgba(228, 174, 64, 0.88);
}

.contact-map__pin {
  position: absolute;
  z-index: 3;
  inset: auto auto 22px 22px;
  width: min(270px, calc(100% - 44px));
  padding: 20px;
  border-left: 2px solid var(--page-accent);
  background: rgba(5, 5, 5, 0.92);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(8px);
}

.contact-map__pin span {
  display: block;
  margin-bottom: 5px;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-map__pin strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.contact-map__pin a {
  display: inline-flex;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-hero {
  min-height: min(710px, 84vh);
}

.news-hero .page-hero__content {
  min-height: calc(min(710px, 84vh) - var(--header-height));
}

.news-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.news-toolbar h2 {
  font-size: clamp(40px, 4.8vw, 70px);
  line-height: 0.98;
}

.news-status {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.news-filter {
  display: flex;
  width: 100%;
  margin-bottom: 34px;
  overflow-x: auto;
  border: 1px solid var(--line);
  scrollbar-width: thin;
}

.news-filter button {
  flex: 1 0 auto;
  min-height: 52px;
  padding: 10px 18px;
  border: 0;
  border-right: 1px solid var(--line);
  color: #a6a5a0;
  background: #0b0b0b;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

.news-filter button:last-child {
  border-right: 0;
}

.news-filter button:hover,
.news-filter button.is-active {
  color: #050505;
  background: var(--page-accent);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-card {
  display: flex;
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(10, 10, 10, 0.92);
  flex-direction: column;
}

.news-card:first-child {
  display: grid;
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.news-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.news-card:first-child .news-card__media {
  height: 100%;
  aspect-ratio: auto;
}

.news-card__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 3, 3, 0.7), transparent 58%);
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.025);
}

.news-card__code {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  padding: 7px 9px;
  color: #050505;
  background: var(--page-accent);
  font-size: 10px;
  font-weight: 800;
}

.news-card__credit {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  max-width: calc(100% - 110px);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 600;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-card__body {
  display: flex;
  min-width: 0;
  padding: 25px;
  flex: 1;
  flex-direction: column;
}

.news-card__meta,
.news-card__footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #85847f;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-card__meta span,
.news-card__meta time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-card__category {
  margin: 28px 0 10px;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-card h3 {
  font-size: 23px;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.news-card:first-child h3 {
  font-size: 31px;
}

.news-card h3 a:hover {
  color: var(--page-accent);
}

.news-card__excerpt {
  margin: 17px 0 28px;
  color: #aaa9a4;
  font-size: 14px;
  line-height: 1.6;
}

.news-card__footer {
  padding-top: 19px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}

.news-card__footer a {
  color: #d7d6d1;
}

.news-card__footer a:hover {
  color: var(--page-accent);
}

.news-card--skeleton {
  min-height: 520px;
  padding: 0 24px 24px;
  animation: news-pulse 1.4s ease-in-out infinite alternate;
}

.news-card--skeleton:first-child {
  display: block;
  grid-column: auto;
}

.news-card--skeleton div {
  height: 240px;
  margin: 0 -24px 32px;
  background: #181818;
}

.news-card--skeleton span,
.news-card--skeleton strong,
.news-card--skeleton p {
  display: block;
  height: 12px;
  margin-top: 18px;
  background: #202020;
}

.news-card--skeleton strong {
  width: 82%;
  height: 30px;
}

.news-card--skeleton p {
  width: 68%;
}

@keyframes news-pulse {
  from { opacity: 0.55; }
  to { opacity: 0.95; }
}

.news-empty,
.news-noscript {
  padding: 52px 24px;
  border-top: 1px solid var(--page-accent);
  text-align: center;
  background: rgba(255, 255, 255, 0.025);
}

.news-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.news-empty p,
.news-noscript {
  margin-bottom: 0;
  color: var(--muted);
}

.news-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--page-accent);
  border-bottom: 1px solid var(--line);
}

.news-process li {
  min-height: 250px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.news-process li:last-child {
  border-right: 0;
}

.news-process span {
  display: block;
  margin-bottom: 72px;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
}

.news-process strong {
  display: block;
  margin-bottom: 13px;
  font-size: 21px;
}

.news-process p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.news-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.news-sources a {
  display: flex;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid var(--line-light);
  align-items: center;
  gap: 12px;
  color: #c5c4bf;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-sources a:hover {
  border-color: var(--page-accent);
}

.news-sources span {
  color: var(--page-accent);
  font-size: 9px;
}

.article-hero {
  position: relative;
  display: grid;
  min-height: 760px;
  overflow: hidden;
  background: #0a0a0a;
}

.article-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.92) 0%, rgba(3, 3, 3, 0.62) 48%, rgba(3, 3, 3, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 3, 3, 0.98) 0%, transparent 62%);
}

.article-hero__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__media figcaption {
  position: absolute;
  z-index: 3;
  right: var(--gutter);
  bottom: 22px;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.article-hero__media figcaption a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.article-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 78px;
  flex-direction: column;
  justify-content: flex-end;
}

.article-hero .breadcrumbs {
  margin-bottom: auto;
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 28px;
  color: #c7c5bf;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-hero__meta span:first-child {
  color: var(--page-accent);
}

.article-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: 64px;
  line-height: 1.02;
  text-transform: none;
  overflow-wrap: anywhere;
}

.article-hero__dek {
  max-width: 900px;
  margin: 28px 0 0;
  color: #d4d2cc;
  font-size: 20px;
  line-height: 1.55;
}

.article-section {
  padding-block: 112px;
  color: #171717;
  background: #efefeb;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(280px, 350px);
  justify-content: space-between;
  gap: 9vw;
  align-items: start;
}

.article-body {
  min-width: 0;
}

.article-body__marker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 22px;
  border-bottom: 2px solid var(--page-accent);
  color: #595953;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-body__intro {
  padding: 46px 0 24px;
}

.article-body__intro p {
  margin-bottom: 24px;
  color: #20201e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.55;
}

.article-body__section {
  padding: 45px 0;
  border-top: 1px solid #c9c9c3;
}

.article-body__section h2,
.article-unavailable h2 {
  margin-bottom: 28px;
  color: #111;
  font-size: 34px;
  line-height: 1.08;
  text-transform: none;
}

.article-body__section p,
.article-unavailable p {
  margin-bottom: 22px;
  color: #393936;
  font-size: 18px;
  line-height: 1.78;
}

.article-body__section p:last-child {
  margin-bottom: 0;
}

.article-checklist {
  margin-top: 30px;
  border-top: 1px solid #aaa9a2;
}

.article-checklist li {
  position: relative;
  padding: 18px 12px 18px 32px;
  border-bottom: 1px solid #c9c9c3;
  color: #242421;
  font-size: 16px;
  font-weight: 600;
}

.article-checklist li::before {
  position: absolute;
  top: 26px;
  left: 4px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--page-accent);
}

.article-conclusion {
  margin-top: 24px;
  padding: 36px;
  color: #f5f4ef;
  border-top: 3px solid var(--page-accent);
  background: #151515;
}

.article-conclusion p:last-child {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.68;
}

.article-source {
  position: sticky;
  top: calc(var(--header-height) + 32px);
  padding-top: 24px;
  border-top: 2px solid var(--page-accent);
}

.article-source h2 {
  margin-bottom: 30px;
  color: #171717;
  font-size: 25px;
  line-height: 1.1;
  text-transform: none;
}

.article-source dl {
  margin-bottom: 30px;
  border-top: 1px solid #c9c9c3;
}

.article-source dl div {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c3;
}

.article-source dt {
  margin-bottom: 6px;
  color: #77766f;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-source dd {
  color: #252522;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.article-source .button-outline {
  color: #171717;
  border-color: #77766f;
}

.article-source .button-outline:hover {
  color: #050505;
  border-color: var(--page-accent);
  background: var(--page-accent);
}

.article-source__note {
  margin: 22px 0 0;
  color: #696862;
  font-size: 11px;
  line-height: 1.55;
}

.article-related {
  background: #080808;
}

.article-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-related-card,
.article-related-card:first-child {
  display: flex;
  grid-column: auto;
  grid-template-columns: none;
  min-height: 490px;
}

.article-related-card:first-child .news-card__media {
  height: auto;
  aspect-ratio: 16 / 9;
}

.article-related-card:first-child h3 {
  font-size: 23px;
}

.article-loading {
  display: grid;
  gap: 28px;
  padding-top: 40px;
}

.article-loading span {
  height: 24px;
  background: #d9d9d3;
  animation: news-pulse 1.2s ease-in-out infinite alternate;
}

.article-loading span:nth-child(2) { width: 92%; }
.article-loading span:nth-child(3) { width: 76%; }
.article-loading span:nth-child(4) { width: 88%; }

.article-unavailable {
  padding: 46px 0;
}

@media (max-width: 1100px) {
  .page-hero__content {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 42px;
  }

  .page-heading,
  .scenario-layout,
  .faq-grid {
    gap: 46px;
  }

  .component-grid,
  .related-grid,
  .object-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-step {
    border-bottom: 1px solid var(--line);
  }

  .process-step:nth-child(3) {
    border-right: 0;
  }

  .service-brief__grid {
    grid-template-columns: minmax(0, 0.72fr) minmax(400px, 0.68fr);
    gap: 48px;
  }

  .fact-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: auto;
  }

  .page-hero__media::before {
    background:
      linear-gradient(90deg, rgba(4, 4, 4, 0.87), rgba(4, 4, 4, 0.3)),
      linear-gradient(0deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.35) 70%);
  }

  .page-hero__content,
  .service-index-hero .page-hero__content,
  .corporate-hero .page-hero__content {
    grid-template-columns: 1fr;
    min-height: 690px;
    gap: 34px;
    align-content: end;
    padding-top: 92px;
    padding-bottom: 38px;
  }

  .page-hero h1 {
    font-size: clamp(42px, 10vw, 70px);
  }

  .page-telemetry {
    max-width: 520px;
  }

  .page-heading,
  .service-intro,
  .scenario-layout,
  .faq-grid,
  .service-brief__grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .page-heading {
    gap: 24px;
  }

  .visual-story {
    grid-template-columns: 1fr;
  }

  .visual-story__side {
    aspect-ratio: 16 / 10;
  }

  .scenario-layout__aside {
    position: static;
  }

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:nth-child(2n) {
    border-right: 0;
  }

  .process-step:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .service-brief__grid {
    gap: 42px;
  }

  .case-page-card {
    grid-template-columns: 1fr;
  }

  .case-page-card img {
    min-height: 340px;
  }

  .news-hero .page-hero__content {
    min-height: 650px;
  }

  .news-toolbar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .news-status {
    text-align: left;
  }

  .news-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-process li:nth-child(2) {
    border-right: 0;
  }

  .article-hero,
  .article-hero__content {
    min-height: 680px;
  }

  .article-hero h1 {
    font-size: 46px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .article-source {
    position: static;
    max-width: 560px;
  }

  .article-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .page-hero__content,
  .service-index-hero .page-hero__content,
  .corporate-hero .page-hero__content {
    min-height: 670px;
    padding-top: 84px;
    padding-bottom: 28px;
  }

  .page-hero h1 {
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .object-solution-page .page-hero h1 {
    font-size: 32px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-hero__lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .page-hero__actions {
    display: grid;
  }

  .page-hero__actions .button {
    width: 100%;
  }

  .cloud-access-grid,
  .cloud-app-grid {
    grid-template-columns: 1fr;
  }

  .cloud-access-card,
  .cloud-app-card {
    min-height: 0;
    padding: 28px 20px;
  }

  .cloud-provider-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-telemetry {
    display: none;
  }

  .service-jump a {
    min-width: 142px;
    min-height: 62px;
    padding-inline: 18px;
  }

  .page-section {
    padding-block: 78px;
  }

  .page-heading {
    margin-bottom: 38px;
  }

  .page-heading h2 {
    font-size: 36px;
    overflow-wrap: anywhere;
  }

  .service-intro__statement {
    font-size: 25px;
  }

  .component-grid,
  .related-grid,
  .object-price-grid,
  .service-index-grid,
  .process-line,
  .fact-band {
    grid-template-columns: 1fr;
  }

  .component-card {
    min-height: auto;
    padding: 24px;
  }

  .component-card__top {
    margin-bottom: 34px;
  }

  .scenario-item {
    grid-template-columns: 32px 1fr;
  }

  .scenario-item p {
    grid-column: 2;
  }

  .process-step,
  .process-step:nth-child(3) {
    min-height: auto;
    border-right: 0;
  }

  .process-step > span {
    margin-bottom: 42px;
  }

  .service-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .service-form {
    padding: 22px;
  }

  .service-index-card,
  .service-index-card:nth-child(1),
  .service-index-card:nth-child(6),
  .service-index-card:nth-child(10) {
    grid-column: auto;
    min-height: 400px;
  }

  .service-index-card h2 {
    font-size: 31px;
  }

  .case-page-card__content {
    padding: 30px 24px;
  }

  .case-page-card img {
    min-height: 260px;
  }

  .contact-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .contact-map {
    min-height: 390px;
  }

  .contact-map__pin {
    inset: auto 14px 14px;
    width: auto;
    padding: 16px;
  }

  .news-hero .page-hero__content {
    min-height: 620px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-card,
  .news-card:first-child {
    display: flex;
    grid-column: auto;
    min-height: 0;
  }

  .news-card:first-child .news-card__media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .news-card:first-child h3 {
    font-size: 25px;
  }

  .news-card__body {
    padding: 22px;
  }

  .news-process {
    grid-template-columns: 1fr;
  }

  .news-process li,
  .news-process li:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .news-process li:last-child {
    border-bottom: 0;
  }

  .news-process span {
    margin-bottom: 38px;
  }

  .article-hero,
  .article-hero__content {
    min-height: 640px;
  }

  .article-hero__content {
    padding-top: calc(var(--header-height) + 30px);
    padding-bottom: 66px;
  }

  .article-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .article-hero__dek {
    margin-top: 20px;
    font-size: 16px;
  }

  .article-hero__meta {
    margin-bottom: 20px;
  }

  .article-hero__media figcaption {
    right: var(--gutter);
    bottom: 18px;
    left: var(--gutter);
    max-width: none;
    font-size: 8px;
    text-align: left;
  }

  .article-section {
    padding-block: 72px;
  }

  .article-layout {
    gap: 56px;
  }

  .article-body__marker {
    display: grid;
    gap: 6px;
  }

  .article-body__intro {
    padding-top: 34px;
  }

  .article-body__intro p {
    font-size: 19px;
  }

  .article-body__section {
    padding: 36px 0;
  }

  .article-body__section h2,
  .article-unavailable h2 {
    font-size: 27px;
  }

  .article-body__section p,
  .article-unavailable p {
    font-size: 16px;
    line-height: 1.7;
  }

  .article-conclusion {
    padding: 24px;
  }

  .article-conclusion p:last-child {
    font-size: 17px;
  }

  .article-related__grid {
    grid-template-columns: 1fr;
  }
}

/* Video surveillance system calculator */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.video-calc-promo {
  padding-block: 96px;
  border-block: 1px solid var(--line);
  background: #080808;
}

.video-calc-promo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 76px;
  align-items: center;
}

.video-calc-promo__media {
  position: relative;
  min-height: 460px;
  margin: 0;
  overflow: hidden;
  border-left: 2px solid var(--page-accent);
}

.video-calc-promo__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 4, 4, 0.72), transparent 54%);
  content: "";
}

.video-calc-promo__media img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.video-calc-promo__media figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #d5d4cf;
  font-size: 10px;
  text-transform: uppercase;
}

.video-calc-promo__media figcaption span {
  color: var(--page-accent);
}

.video-calc-promo__copy h2 {
  max-width: 650px;
  margin-top: 14px;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 0.98;
  text-transform: uppercase;
}

.video-calc-promo__copy > p:not(.page-heading__index) {
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.65;
}

.video-calc-promo__copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0;
  border-block: 1px solid var(--line);
}

.video-calc-promo__copy dl > div {
  padding: 18px 14px;
  border-left: 1px solid var(--line);
}

.video-calc-promo__copy dl > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.video-calc-promo__copy dt {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.video-calc-promo__copy dd {
  margin: 7px 0 0;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.calculator-page .calculator-hero .page-hero__media img {
  object-position: center 54%;
}

.calculator-page .calculator-hero .page-hero__media::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.97) 0%, rgba(4, 4, 4, 0.82) 48%, rgba(4, 4, 4, 0.3) 82%),
    linear-gradient(0deg, rgba(4, 4, 4, 0.96) 0%, transparent 52%);
}

.vcalc-section {
  padding-block: 104px 118px;
  background: #070707;
}

.vcalc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.78fr);
  gap: 32px;
  align-items: start;
}

.vcalc-layout > * {
  min-width: 0;
}

.vcalc-config {
  border-top: 1px solid var(--page-accent);
}

.vcalc-block {
  padding: 38px 0 44px;
  border-bottom: 1px solid var(--line);
}

.vcalc-block:first-child {
  padding-top: 28px;
}

.vcalc-block__head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.vcalc-block__head > span {
  padding-top: 5px;
  color: var(--page-accent);
  font-size: 11px;
  font-weight: 700;
}

.vcalc-block__head h3 {
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.vcalc-block__head p {
  max-width: 720px;
  margin-top: 8px;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.55;
}

.service-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 0;
  background: var(--line);
}

.service-options label {
  position: relative;
  min-width: 0;
  background: #0b0b0b;
  cursor: pointer;
}

.service-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.service-options label > span {
  display: grid;
  min-height: 132px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid transparent;
}

.service-options b {
  color: var(--page-accent);
  font-size: 9px;
}

.service-options strong {
  color: var(--white);
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

.service-options small {
  color: var(--muted-light);
  font-size: 10px;
  line-height: 1.45;
}

.service-options input:checked + span {
  border-color: var(--page-accent);
  background: rgba(var(--page-accent-rgb), 0.09);
}

.service-options input:focus-visible + span {
  outline: 2px solid var(--white);
  outline-offset: -3px;
}

.vcalc-object-fields {
  margin-top: 18px;
}

.vcalc-inline-note {
  margin-top: 18px;
  padding-left: 15px;
  border-left: 1px solid var(--page-accent);
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.55;
}

.camera-groups {
  display: grid;
  gap: 8px;
}

.camera-row {
  display: grid;
  grid-template-columns: 34px minmax(190px, 1.5fr) minmax(92px, 0.58fr) minmax(118px, 0.7fr) minmax(112px, 0.62fr) 38px;
  gap: 10px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  background: #0c0c0c;
}

.camera-row__index {
  align-self: center;
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
}

.camera-row label,
.vcalc-fields > label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.camera-row label > span,
.vcalc-fields label > span,
.vcalc-segment legend {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.camera-row input,
.camera-row select,
.vcalc-fields input,
.vcalc-fields select,
.module-option__quantity input {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line-light);
  border-radius: 0;
  color: var(--white);
  background: #080808;
  font: inherit;
  font-size: 13px;
}

.camera-row input:focus,
.camera-row select:focus,
.vcalc-fields input:focus,
.vcalc-fields select:focus,
.module-option__quantity input:focus {
  border-color: var(--page-accent);
  outline: 1px solid var(--page-accent);
  outline-offset: -1px;
}

.camera-row__remove {
  display: grid;
  width: 38px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line-light);
  color: var(--muted-light);
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.camera-row__remove:hover:not(:disabled) {
  color: var(--white);
  border-color: #be5f4e;
  background: rgba(190, 95, 78, 0.12);
}

.camera-row__remove:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.vcalc-add {
  margin-top: 14px;
  padding: 8px 0;
  border: 0;
  color: var(--page-accent);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.vcalc-add span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.vcalc-fields {
  display: grid;
  gap: 16px;
}

.vcalc-fields--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vcalc-segment {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.vcalc-segment > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 48px;
  border: 1px solid var(--line-light);
}

.vcalc-segment label {
  position: relative;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.vcalc-segment label + label {
  border-left: 1px solid var(--line-light);
}

.vcalc-segment input,
.edition-options input,
.server-mode-options input,
.module-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  opacity: 0;
}

.vcalc-segment label span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 700;
}

.vcalc-segment input:checked + span {
  color: #050505;
  background: var(--page-accent);
}

.vcalc-segment input:focus-visible + span,
.edition-options input:focus-visible + span,
.server-mode-options input:focus-visible + span,
.module-option > input:focus-visible + .module-option__toggle .module-option__check {
  outline: 2px solid var(--white);
  outline-offset: -3px;
}

.edition-options,
.server-mode-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 0;
  background: var(--line);
}

.edition-options label,
.server-mode-options label {
  position: relative;
  min-width: 0;
  background: #0b0b0b;
  cursor: pointer;
}

.edition-options label > span,
.server-mode-options label > span {
  display: grid;
  min-height: 138px;
  align-content: start;
  gap: 9px;
  padding: 20px;
  border: 1px solid transparent;
}

.edition-options strong,
.server-mode-options strong {
  color: var(--white);
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.edition-options small,
.server-mode-options small {
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.45;
}

.edition-options b {
  align-self: end;
  color: var(--page-accent);
  font-size: 12px;
}

.edition-options input:checked + span,
.server-mode-options input:checked + span {
  border-color: var(--page-accent);
  background: rgba(var(--page-accent-rgb), 0.09);
}

.module-options {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.module-option {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 12px 16px;
  background: #0b0b0b;
}

.module-option__toggle {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
  cursor: pointer;
}

.module-option:has(> input:checked) {
  background: rgba(var(--page-accent-rgb), 0.07);
}

.module-option__check {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid var(--line-light);
}

.module-option > input:checked + .module-option__toggle .module-option__check {
  border-color: var(--page-accent);
  background: var(--page-accent);
}

.module-option > input:checked + .module-option__toggle .module-option__check::after {
  content: "";
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #050505;
  border-left: 2px solid #050505;
  transform: translateY(-1px) rotate(-45deg);
}

.module-option__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.module-option__copy strong {
  font-size: 13px;
  text-transform: uppercase;
}

.module-option__copy small,
.module-option__quantity small {
  color: var(--page-accent);
  font-size: 10px;
}

.module-option__quantity {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.module-option__quantity input {
  height: 38px;
}

.module-option__quantity input:disabled {
  opacity: 0.34;
}

.server-mode-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.server-mode-options label > span {
  min-height: 104px;
}

.vcalc-suboptions {
  margin-top: 18px;
}

.vcalc-result {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  padding: 28px;
  border: 1px solid var(--line-light);
  border-top: 2px solid var(--page-accent);
  background: rgba(10, 10, 10, 0.97);
}

.vcalc-result__status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  color: var(--muted-light);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.vcalc-result__status i {
  width: 7px;
  height: 7px;
  background: #6bc98c;
  box-shadow: 0 0 14px rgba(107, 201, 140, 0.65);
}

.vcalc-result__totals {
  display: grid;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vcalc-result__totals > div {
  display: grid;
  gap: 5px;
}

.vcalc-result__totals span,
.vcalc-metrics dt {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.vcalc-result__totals strong {
  color: var(--white);
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1;
}

.vcalc-result__totals > div + div strong {
  color: var(--page-accent);
  font-size: clamp(20px, 2vw, 30px);
}

.vcalc-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.vcalc-metrics > div {
  display: grid;
  gap: 5px;
  padding: 10px 12px;
  border-left: 1px solid var(--line);
}

.vcalc-metrics > div:nth-child(odd) {
  padding-left: 0;
  border-left: 0;
}

.vcalc-metrics dd {
  margin: 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.vcalc-spec,
.vcalc-breakdown {
  padding-top: 22px;
}

.vcalc-result__heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--muted-light);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.vcalc-result__heading b {
  color: var(--page-accent);
}

.vcalc-spec ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vcalc-spec li {
  position: relative;
  padding-left: 15px;
  color: #d1d0cc;
  font-size: 11px;
  line-height: 1.45;
}

.vcalc-spec li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 1px;
  background: var(--page-accent);
  content: "";
}

.vcalc-breakdown table {
  width: 100%;
  border-collapse: collapse;
}

.vcalc-breakdown th,
.vcalc-breakdown td {
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 10px;
  line-height: 1.35;
}

.vcalc-breakdown th {
  color: var(--muted-light);
  font-weight: 500;
  text-align: left;
}

.vcalc-breakdown td {
  color: var(--white);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.vcalc-breakdown tr.is-monthly th,
.vcalc-breakdown tr.is-monthly td {
  color: var(--page-accent);
}

.vcalc-result__actions {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.vcalc-result__actions .button {
  width: 100%;
}

.vcalc-disclaimer,
.vcalc-source {
  margin-top: 16px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}

.vcalc-source {
  margin-top: 8px;
}

.vcalc-source a {
  color: var(--page-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vcalc-method {
  padding-block: 98px;
}

.vcalc-method__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.vcalc-method__grid article {
  min-height: 220px;
  padding: 30px;
  background: #090909;
}

.vcalc-method__grid span {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.vcalc-method__grid h3 {
  margin-top: 46px;
  font-size: 23px;
  text-transform: uppercase;
}

.vcalc-method__grid p {
  margin-top: 14px;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1180px) {
  .vcalc-layout {
    grid-template-columns: minmax(0, 1.24fr) minmax(330px, 0.76fr);
  }

  .camera-row {
    grid-template-columns: 28px repeat(3, minmax(0, 1fr)) 38px;
  }

  .camera-row__model {
    grid-column: 2 / -2;
  }

  .service-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .video-calc-promo__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .video-calc-promo__media,
  .video-calc-promo__media img {
    min-height: 400px;
  }

  .vcalc-section {
    padding-block: 82px 94px;
  }

  .vcalc-layout {
    grid-template-columns: 1fr;
  }

  .vcalc-result {
    position: relative;
    top: auto;
  }

  .vcalc-method__grid {
    grid-template-columns: 1fr;
  }

  .vcalc-method__grid article {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .video-calc-promo {
    padding-block: 72px;
  }

  .video-calc-promo__grid {
    gap: 36px;
  }

  .video-calc-promo__media,
  .video-calc-promo__media img {
    min-height: 310px;
  }

  .video-calc-promo__media figcaption {
    display: grid;
    font-size: 8px;
  }

  .video-calc-promo__copy h2 {
    font-size: 34px;
  }

  .video-calc-promo__copy dl {
    grid-template-columns: 1fr;
  }

  .video-calc-promo__copy dl > div,
  .video-calc-promo__copy dl > div:first-child {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .video-calc-promo__copy dl > div:first-child {
    border-top: 0;
  }

  .calculator-page .page-hero h1 {
    font-size: 30px;
    line-height: 1.05;
  }

  .vcalc-section {
    padding-block: 68px 78px;
  }

  .vcalc-block {
    padding-block: 30px 36px;
  }

  .vcalc-block__head {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .vcalc-block__head h3 {
    font-size: 21px;
  }

  .camera-row {
    grid-template-columns: 26px repeat(2, minmax(0, 1fr)) 36px;
    padding: 13px;
  }

  .camera-row__model {
    grid-column: 2 / -1;
  }

  .camera-row__index {
    grid-row: 2 / span 2;
  }

  .camera-row__remove {
    grid-column: 4;
    grid-row: 2;
    width: 36px;
  }

  .camera-row label:nth-of-type(2) {
    grid-column: 2;
  }

  .camera-row label:nth-of-type(3) {
    grid-column: 3;
  }

  .camera-row label:nth-of-type(4) {
    grid-column: 2 / span 2;
  }

  .vcalc-fields--three,
  .edition-options,
  .server-mode-options {
    grid-template-columns: 1fr;
  }

  .service-options {
    grid-template-columns: 1fr;
  }

  .service-options label > span {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
  }

  .service-options small {
    grid-column: 2;
  }

  .edition-options label > span,
  .server-mode-options label > span {
    min-height: 0;
  }

  .module-option {
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 10px;
    padding-inline: 12px;
  }

  .module-option__toggle {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
  }

  .module-option__copy strong {
    font-size: 11px;
  }

  .vcalc-result {
    padding: 22px 18px;
  }

  .vcalc-result__totals strong {
    font-size: 29px;
  }

  .vcalc-method {
    padding-block: 74px;
  }
}

@media print {
  .calculator-page .site-header,
  .calculator-page .page-hero,
  .calculator-page .page-heading,
  .calculator-page .vcalc-config,
  .calculator-page .vcalc-method,
  .calculator-page .service-brief,
  .calculator-page .site-footer,
  .calculator-page .mobile-actions,
  .calculator-page .vcalc-result__actions {
    display: none !important;
  }

  .calculator-page,
  .calculator-page .vcalc-section {
    color: #111;
    background: #fff;
  }

  .calculator-page .vcalc-section {
    padding: 0;
  }

  .calculator-page .vcalc-layout {
    display: block;
  }

  .calculator-page .vcalc-result {
    position: static;
    color: #111;
    border-color: #999;
    background: #fff;
  }

  .calculator-page .vcalc-result * {
    color: #111 !important;
  }
}

.service-price-section {
  padding-block: 96px;
  background: #070707;
}

.service-price-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
}

.service-price-summary,
.service-estimator {
  min-width: 0;
  background: #0b0b0b;
}

.service-price-summary {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 30px;
  border-top: 2px solid var(--page-accent);
}

.service-price-summary > span {
  color: var(--page-accent);
  font-size: 10px;
  font-weight: 700;
}

.service-price-summary > div {
  display: grid;
  gap: 7px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.service-price-summary small,
.service-estimator__result > span,
.service-estimator__fields label > span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.service-price-summary strong {
  color: var(--white);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.service-price-summary > p {
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.55;
}

.service-estimator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
}

.service-estimator__fields {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 30px;
}

.service-estimator__fields label {
  display: grid;
  gap: 8px;
}

.service-estimator__fields input,
.service-estimator__fields select {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid var(--line-light);
  border-radius: 0;
  color: var(--white);
  background: #080808;
  font: inherit;
  font-size: 13px;
}

.service-estimator__fields input:focus,
.service-estimator__fields select:focus {
  border-color: var(--page-accent);
  outline: 1px solid var(--page-accent);
  outline-offset: -1px;
}

.service-estimator__result {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 30px;
  border-left: 1px solid var(--line);
  background: rgba(var(--page-accent-rgb), 0.06);
}

.service-estimator__result > div {
  color: var(--white);
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.service-estimator__result > div + div {
  color: var(--page-accent);
  font-size: clamp(20px, 2.4vw, 30px);
}

.service-estimator__result > p {
  min-height: 48px;
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.55;
}

.service-estimator__result .button {
  align-self: end;
  margin-top: 10px;
}

.service-price-market {
  margin-top: 18px;
  padding-left: 16px;
  border-left: 1px solid var(--page-accent);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .cloud-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cloud-access-card:last-child {
    grid-column: 1 / -1;
  }

  .cloud-provider-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-price-layout {
    grid-template-columns: 1fr;
  }

  .service-estimator {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
  }
}

@media (max-width: 680px) {
  .accent-cloud .page-hero__media img {
    object-position: 72% center;
  }

  .accent-cloud .page-hero__media::before {
    background:
      linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(4, 4, 4, 0.9) 54%, rgba(4, 4, 4, 0.52) 100%),
      linear-gradient(0deg, rgba(4, 4, 4, 0.9), rgba(4, 4, 4, 0.22) 68%);
  }

  .cloud-access-grid,
  .cloud-app-grid {
    grid-template-columns: 1fr;
  }

  .service-price-section {
    padding-block: 72px;
  }

  .service-price-layout,
  .service-estimator {
    grid-template-columns: 1fr;
  }

  .service-price-summary,
  .service-estimator__fields,
  .service-estimator__result {
    padding: 22px;
  }

  .service-estimator__result {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}
.seo-longform > .page-heading:first-child {
  margin-top: 0;
}

.seo-longform .component-grid,
.seo-longform .process-line {
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.case-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.case-detail-grid article {
  min-height: 13rem;
  padding: clamp(1.4rem, 3vw, 2.7rem);
  background: #0b0b0b;
}

.case-detail-grid h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.case-detail-grid p {
  margin: 0;
  color: var(--muted, #b6b6b6);
  line-height: 1.7;
}

.hero-kicker {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: var(--gold, #d8a848);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .case-detail-grid {
    grid-template-columns: 1fr;
  }

  .case-detail-grid article {
    min-height: auto;
  }
}
