@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.demo-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 42px;
  padding: 8px 24px;
  color: #f5f3ec;
  background: #0d0d0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font: 500 11px var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.demo-notice p {
  margin: 0;
}

.demo-notice p span {
  color: #d9ff43;
}

.demo-notice a {
  text-decoration: none;
}

.demo-notice a:hover {
  color: #d9ff43;
}

.demo-shell {
  width: min(1440px, calc(100% - 64px));
  margin-inline: auto;
}

.concept-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 120px;
  padding-block: 28px;
  font: 500 11px var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.concept-footer p {
  margin: 0;
  opacity: 0.62;
}

.concept-footer a {
  text-decoration: none;
}

.concept-footer a:hover {
  text-decoration: underline;
}

/* Commerce concept */

.commerce-page {
  color: #16231a;
  background: #f3efe2;
}

.store-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 88px;
  border-bottom: 1px solid #16231a;
}

.store-brand {
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.08em;
  text-decoration: none;
}

.store-links {
  display: flex;
  gap: 30px;
}

.store-links a,
.store-cart {
  font: 500 11px var(--mono);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.store-cart {
  justify-self: end;
  padding: 12px 15px;
  color: #f3efe2;
  border: 0;
  background: #16231a;
  cursor: pointer;
}

.store-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
  border-bottom: 1px solid #16231a;
}

.store-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(30px, 5vw, 82px) 70px 0;
}

.store-kicker {
  margin: 0 0 28px;
  font: 500 11px var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.store-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(72px, 8.5vw, 148px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.075em;
}

.store-hero h1 em {
  color: #ef5b38;
  font-weight: 400;
}

.store-hero__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 50px;
}

.store-hero__bottom p {
  max-width: 430px;
  margin: 0;
  color: #586259;
  font-size: 15px;
  line-height: 1.7;
}

.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  min-width: 200px;
  padding: 17px 18px;
  color: #f3efe2;
  background: #16231a;
  font: 500 11px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.store-hero__visual {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(22, 35, 26, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 35, 26, 0.13) 1px, transparent 1px),
    #dbe1c5;
  background-size: 52px 52px;
  border-left: 1px solid #16231a;
}

.store-hero__visual::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 47%;
  aspect-ratio: 0.9;
  border: 13px solid #16231a;
  border-radius: 42% 42% 12% 12%;
  background: #efb83e;
  box-shadow: inset 0 -70px 0 rgba(22, 35, 26, 0.12), 24px 28px 0 rgba(22, 35, 26, 0.14);
  transform: translate(-50%, -42%) rotate(8deg);
}

.store-hero__visual::after {
  content: "";
  position: absolute;
  top: 13%;
  left: 50%;
  width: 29%;
  height: 24%;
  border: 13px solid #16231a;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%) rotate(8deg);
}

.visual-stamp {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 25px;
  display: grid;
  width: 115px;
  aspect-ratio: 1;
  place-items: center;
  color: #f3efe2;
  border-radius: 50%;
  background: #ef5b38;
  font: 500 10px var(--mono);
  text-align: center;
  transform: rotate(8deg);
}

.product-section {
  padding: 110px 0 125px;
}

.product-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.product-head h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.product-head p {
  max-width: 430px;
  margin: 0;
  color: #586259;
  font-size: 14px;
  line-height: 1.7;
}

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

.product {
  border: 1px solid #16231a;
  background: #eeeadc;
}

.product__art {
  position: relative;
  display: grid;
  height: 370px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #16231a;
  background: #dbe1c5;
}

.product__art::before {
  content: "";
  width: 38%;
  aspect-ratio: 0.72;
  border: 8px solid #16231a;
  border-radius: 5px 5px 25% 25%;
  background: #efb83e;
  box-shadow: 16px 18px 0 rgba(22, 35, 26, 0.14);
  transform: rotate(-8deg);
}

.product:nth-child(2) .product__art {
  background: #ef5b38;
}

.product:nth-child(2) .product__art::before {
  width: 46%;
  aspect-ratio: 1.6;
  border-radius: 50%;
  background: #f3efe2;
  transform: rotate(11deg);
}

.product:nth-child(3) .product__art {
  background: #bdc9a4;
}

.product:nth-child(3) .product__art::before {
  width: 28%;
  aspect-ratio: 0.55;
  border-radius: 45% 45% 12px 12px;
  background: #2c5940;
  transform: rotate(4deg);
}

.product__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: #f3efe2;
  background: #16231a;
  font: 500 9px var(--mono);
  text-transform: uppercase;
}

.product__info {
  padding: 19px;
}

.product__line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.product h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.product__line span {
  font: 500 12px var(--mono);
}

.product__info p {
  margin: 10px 0 18px;
  color: #697168;
  font-size: 13px;
  line-height: 1.55;
}

.add-button {
  width: 100%;
  padding: 13px;
  color: #16231a;
  border: 1px solid #16231a;
  background: transparent;
  font: 500 10px var(--mono);
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
}

.add-button:hover,
.add-button.is-added {
  color: #f3efe2;
  background: #16231a;
}

.store-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #16231a;
}

.store-proof article {
  min-height: 180px;
  padding: 28px;
}

.store-proof article + article {
  border-left: 1px solid #16231a;
}

.store-proof span {
  font: 500 10px var(--mono);
}

.store-proof h3 {
  margin: 65px 0 0;
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
}

/* Campaign concept */

.campaign-page {
  color: #f2f0e9;
  background: #10231f;
}

.campaign-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.campaign-brand {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.campaign-nav > div {
  display: flex;
  align-items: center;
  gap: 32px;
}

.campaign-nav a {
  font: 500 11px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.campaign-cta {
  padding: 14px 17px;
  color: #10231f;
  background: #c8ff4d;
}

.campaign-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.campaign-hero::before {
  content: "";
  position: absolute;
  top: 80px;
  right: -80px;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 255, 77, 0.38);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(200, 255, 77, 0.03), 0 0 0 160px rgba(200, 255, 77, 0.025);
}

.campaign-hero__copy {
  position: relative;
  z-index: 2;
  padding: 110px 0 90px;
}

.campaign-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  color: #c8ff4d;
  font: 500 11px var(--mono);
  text-transform: uppercase;
}

.campaign-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8ff4d;
  box-shadow: 0 0 12px #c8ff4d;
}

.campaign-hero h1 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(72px, 10.2vw, 170px);
  font-weight: 500;
  line-height: 0.77;
  letter-spacing: -0.09em;
}

.campaign-hero h1 em {
  display: block;
  color: #c8ff4d;
  font-family: Georgia, serif;
  font-weight: 400;
}

.campaign-hero__bottom {
  display: flex;
  align-items: end;
  gap: 55px;
  margin-top: 64px;
}

.campaign-hero__bottom > p {
  max-width: 520px;
  margin: 0;
  color: #adbcb7;
  font-size: 16px;
  line-height: 1.7;
}

.campaign-button {
  display: inline-flex;
  align-items: center;
  gap: 48px;
  padding: 18px 20px;
  color: #10231f;
  background: #c8ff4d;
  font: 500 11px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.campaign-metric {
  position: absolute;
  z-index: 2;
  right: 2%;
  bottom: 8%;
  width: min(320px, 25vw);
  padding: 22px;
  color: #10231f;
  background: #f2f0e9;
  transform: rotate(3deg);
}

.campaign-metric span {
  font: 500 10px var(--mono);
  text-transform: uppercase;
}

.campaign-metric strong {
  display: block;
  margin: 12px 0;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.08em;
}

.campaign-metric p {
  margin: 0;
  color: #54605c;
  font-size: 12px;
}

.campaign-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 110px;
}

.campaign-services article {
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.campaign-services article + article {
  border-left: 0;
}

.campaign-services span {
  color: #c8ff4d;
  font: 500 11px var(--mono);
}

.campaign-services h2 {
  margin: 90px 0 16px;
  font-size: clamp(30px, 3vw, 47px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.campaign-services p {
  max-width: 360px;
  margin: 0;
  color: #9eada8;
  font-size: 13px;
  line-height: 1.65;
}

.roi {
  color: #10231f;
  background: #f2f0e9;
  padding-block: 115px;
}

.roi__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.roi h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 98px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.075em;
}

.roi h2 em {
  color: #2c6552;
  font-family: Georgia, serif;
  font-weight: 400;
}

.roi__copy > p {
  max-width: 530px;
  color: #66716d;
  font-size: 15px;
  line-height: 1.7;
}

.calculator {
  padding: 30px;
  border: 1px solid #10231f;
  box-shadow: 12px 14px 0 #c8ff4d;
}

.calculator label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font: 500 11px var(--mono);
  text-transform: uppercase;
}

.calculator input {
  width: 100%;
  accent-color: #2c6552;
}

.calculator__result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 28px;
  background: #10231f;
  border: 1px solid #10231f;
}

.calculator__result div {
  padding: 20px;
  background: #f2f0e9;
}

.calculator__result span {
  display: block;
  color: #66716d;
  font: 500 9px var(--mono);
  text-transform: uppercase;
}

.calculator__result strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 3vw, 45px);
  letter-spacing: -0.065em;
}

/* Delivery concept */

.delivery-page {
  color: #e8eee9;
  background: #09100d;
}

.delivery-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  border-bottom: 1px solid rgba(195, 255, 101, 0.25);
}

.delivery-brand {
  color: #c3ff65;
  font: 500 15px var(--mono);
  letter-spacing: -0.04em;
  text-decoration: none;
}

.delivery-nav div {
  display: flex;
  gap: 25px;
}

.delivery-nav a {
  color: #8d9c92;
  font: 500 10px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.delivery-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: calc(100vh - 118px);
}

.delivery-sidebar {
  padding: 28px 18px;
  border-right: 1px solid rgba(195, 255, 101, 0.25);
}

.delivery-sidebar > span {
  color: #5f7266;
  font: 500 9px var(--mono);
  text-transform: uppercase;
}

.delivery-sidebar a {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 12px;
  padding: 11px;
  color: #8d9c92;
  font: 500 11px var(--mono);
  text-decoration: none;
}

.delivery-sidebar a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.delivery-sidebar a.is-active {
  color: #09100d;
  background: #c3ff65;
}

.delivery-main {
  padding: 45px;
}

.delivery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}

.delivery-heading p {
  margin: 0 0 12px;
  color: #718178;
  font: 500 10px var(--mono);
  text-transform: uppercase;
}

.delivery-heading h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.run-button {
  min-width: 165px;
  padding: 15px;
  color: #09100d;
  border: 0;
  background: #c3ff65;
  font: 500 10px var(--mono);
  text-transform: uppercase;
  cursor: pointer;
}

.delivery-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(195, 255, 101, 0.25);
  border: 1px solid rgba(195, 255, 101, 0.25);
}

.delivery-stats article {
  padding: 20px;
  background: #0d1712;
}

.delivery-stats span {
  color: #718178;
  font: 500 9px var(--mono);
  text-transform: uppercase;
}

.delivery-stats strong {
  display: block;
  margin-top: 13px;
  font-size: clamp(24px, 2.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.delivery-stats small {
  display: block;
  margin-top: 7px;
  color: #c3ff65;
  font: 500 9px var(--mono);
}

.pipeline-panel {
  margin-top: 22px;
  padding: 25px;
  border: 1px solid rgba(195, 255, 101, 0.25);
  background:
    linear-gradient(rgba(195, 255, 101, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(195, 255, 101, 0.04) 1px, transparent 1px),
    #0d1712;
  background-size: 36px 36px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(195, 255, 101, 0.18);
  font: 500 10px var(--mono);
  text-transform: uppercase;
}

.panel-head span {
  color: #718178;
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 58px 0;
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 128px;
  padding: 15px;
  border: 1px solid #3a4a40;
  background: #09100d;
}

.pipeline-step span {
  color: #718178;
  font: 500 9px var(--mono);
}

.pipeline-step strong {
  font: 500 12px var(--mono);
  text-transform: uppercase;
}

.pipeline-step small {
  color: #718178;
  font: 500 9px var(--mono);
}

.pipeline-step.is-complete {
  border-color: #c3ff65;
}

.pipeline-step.is-complete strong,
.pipeline-step.is-complete small {
  color: #c3ff65;
}

.pipeline-step.is-running {
  color: #09100d;
  border-color: #c3ff65;
  background: #c3ff65;
  animation: step-pulse 0.7s ease-in-out infinite alternate;
}

.pipeline-step.is-running span,
.pipeline-step.is-running small {
  color: #34422a;
}

.pipeline-connector {
  width: clamp(15px, 3vw, 55px);
  height: 1px;
  background: #3a4a40;
}

.pipeline-connector.is-complete {
  background: #c3ff65;
}

.delivery-lower {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-top: 22px;
}

.deployments,
.health {
  border: 1px solid rgba(195, 255, 101, 0.25);
  background: #0d1712;
}

.deploy-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  padding: 17px 20px;
  border-top: 1px solid rgba(195, 255, 101, 0.14);
  font: 500 10px var(--mono);
}

.deploy-row span {
  color: #718178;
}

.deploy-row i {
  color: #c3ff65;
  font-style: normal;
}

.health__body {
  padding: 25px;
}

.health__ring {
  display: grid;
  width: 135px;
  margin: 15px auto 25px;
  aspect-ratio: 1;
  place-items: center;
  border: 10px solid #223328;
  border-top-color: #c3ff65;
  border-right-color: #c3ff65;
  border-radius: 50%;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.05em;
  transform: rotate(45deg);
}

.health__ring span {
  transform: rotate(-45deg);
}

.health__body p {
  margin: 0;
  color: #718178;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

/* Infrastructure concept */

.infrastructure-page {
  color: #11110f;
  background: #e7e4da;
}

.infra-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  border-bottom: 2px solid #11110f;
}

.infra-brand {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.infra-nav span {
  font: 500 10px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.infra-nav a:last-child {
  justify-self: end;
  padding: 12px 15px;
  color: #e7e4da;
  background: #11110f;
  font: 500 10px var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}

.infra-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 700px;
  border-bottom: 2px solid #11110f;
}

.infra-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(35px, 6vw, 95px);
}

.infra-kicker {
  margin: 0 0 28px;
  color: #304cff;
  font: 500 11px var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.infra-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(68px, 8.2vw, 138px);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -0.09em;
  text-transform: uppercase;
}

.infra-hero h1 span {
  color: #304cff;
}

.infra-hero__copy > p:last-of-type {
  max-width: 570px;
  margin: 38px 0 0;
  color: #5e5d57;
  font-size: 16px;
  line-height: 1.7;
}

.infra-hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #e7e4da;
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, 0.06) 19px 20px),
    #304cff;
  border-left: 2px solid #11110f;
}

.server-rack {
  width: min(420px, 68%);
  padding: 20px;
  border: 8px solid #11110f;
  background: #2b2b28;
  box-shadow: 22px 25px 0 rgba(17, 17, 15, 0.28);
  transform: rotate(2deg);
}

.rack-unit {
  display: grid;
  grid-template-columns: 1fr repeat(5, 10px);
  align-items: center;
  gap: 9px;
  height: 57px;
  margin-bottom: 8px;
  padding: 0 14px;
  border: 1px solid #77766f;
  background: #151514;
}

.rack-unit > span {
  height: 5px;
  background: #5a5954;
}

.rack-unit i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfff4c;
  box-shadow: 0 0 8px #cfff4c;
}

.rack-unit:nth-child(3) i:nth-of-type(4) {
  background: #ff7549;
  box-shadow: 0 0 8px #ff7549;
}

.server-rack > span {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  font: 500 9px var(--mono);
}

.infra-services {
  padding: 120px 0;
}

.infra-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 55px;
}

.infra-heading span {
  color: #304cff;
  font: 500 11px var(--mono);
  text-transform: uppercase;
}

.infra-heading h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.infra-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #11110f;
  border: 2px solid #11110f;
}

.infra-service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 25px;
  background: #e7e4da;
  transition: color 180ms ease, background 180ms ease;
}

.infra-service-grid article:hover {
  color: #e7e4da;
  background: #304cff;
}

.infra-service-grid span {
  font: 500 10px var(--mono);
}

.infra-service-grid h3 {
  margin: auto 0 18px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.infra-service-grid p {
  margin: 0;
  color: #66645e;
  font-size: 13px;
  line-height: 1.6;
}

.infra-service-grid article:hover p {
  color: rgba(255, 255, 255, 0.75);
}

.planner {
  color: #e7e4da;
  background: #11110f;
  padding-block: 115px;
}

.planner__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.planner h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 94px);
  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.08em;
}

.planner h2 span {
  display: block;
  color: #7d8fff;
}

.planner__copy > p {
  max-width: 560px;
  color: #aaa9a2;
  font-size: 15px;
  line-height: 1.7;
}

.checklist {
  margin-top: 32px;
  border-top: 1px solid #4b4a46;
}

.check-item {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 66px;
  padding: 0;
  color: #e7e4da;
  border: 0;
  border-bottom: 1px solid #4b4a46;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.check-item i {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid #77766f;
  font-style: normal;
}

.check-item span {
  font-size: 14px;
}

.check-item small {
  color: #77766f;
  font: 500 9px var(--mono);
  text-transform: uppercase;
}

.check-item.is-selected i {
  color: #11110f;
  border-color: #cfff4c;
  background: #cfff4c;
}

.check-item.is-selected small {
  color: #cfff4c;
}

.plan-result {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px;
  color: #11110f;
  background: #cfff4c;
}

.plan-result span {
  font: 500 10px var(--mono);
  text-transform: uppercase;
}

.plan-result strong {
  font-size: 19px;
}

@keyframes step-pulse {
  to {
    box-shadow: 0 0 22px rgba(195, 255, 101, 0.4);
  }
}

@media (max-width: 960px) {
  .demo-shell {
    width: calc(100% - 40px);
  }

  .store-hero,
  .infra-hero {
    grid-template-columns: 1fr;
  }

  .store-hero__copy,
  .infra-hero__copy {
    min-height: 620px;
    padding-right: 0;
  }

  .store-hero__visual,
  .infra-hero__visual {
    min-height: 560px;
    border-top: 1px solid;
    border-left: 0;
  }

  .product-grid,
  .campaign-services {
    grid-template-columns: 1fr;
  }

  .campaign-services article + article {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }

  .campaign-services article {
    min-height: 230px;
  }

  .campaign-services h2 {
    margin-top: 55px;
  }

  .campaign-metric {
    right: 20px;
    width: 260px;
  }

  .roi__grid,
  .planner__grid {
    grid-template-columns: 1fr;
  }

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

  .delivery-sidebar {
    display: none;
  }

  .delivery-main {
    padding-inline: 20px;
  }

  .pipeline {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pipeline-connector {
    width: 1px;
    height: 22px;
    margin-left: 28px;
  }

  .delivery-lower {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .demo-notice {
    padding-inline: 14px;
    font-size: 9px;
  }

  .demo-notice p {
    max-width: 250px;
    line-height: 1.5;
  }

  .demo-shell {
    width: calc(100% - 28px);
  }

  .store-nav,
  .infra-nav {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .store-links,
  .infra-nav > span {
    display: none;
  }

  .store-hero__copy,
  .infra-hero__copy {
    min-height: 560px;
  }

  .store-hero h1,
  .infra-hero h1 {
    font-size: clamp(60px, 20vw, 86px);
  }

  .store-hero__bottom,
  .campaign-hero__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-hero__visual,
  .infra-hero__visual {
    min-height: 450px;
  }

  .product-section,
  .infra-services {
    padding-block: 80px;
  }

  .product-head,
  .infra-heading {
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .product__art {
    height: 310px;
  }

  .store-proof {
    grid-template-columns: 1fr;
  }

  .store-proof article + article {
    border-top: 1px solid #16231a;
    border-left: 0;
  }

  .campaign-nav > div a:not(.campaign-cta) {
    display: none;
  }

  .campaign-hero {
    min-height: 900px;
  }

  .campaign-hero__copy {
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .campaign-hero h1 {
    font-size: clamp(65px, 20vw, 91px);
  }

  .campaign-metric {
    right: 0;
    bottom: 35px;
    width: 235px;
  }

  .campaign-services {
    padding-block: 80px;
  }

  .roi,
  .planner {
    padding-block: 80px;
  }

  .calculator__result,
  .delivery-stats {
    grid-template-columns: 1fr 1fr;
  }

  .delivery-nav div a {
    display: none;
  }

  .delivery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .delivery-main {
    padding-block: 35px;
    padding-inline: 14px;
  }

  .pipeline-panel {
    padding: 17px;
  }

  .deploy-row {
    grid-template-columns: 1fr auto;
  }

  .deploy-row span {
    display: none;
  }

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

  .infra-service-grid article {
    min-height: 230px;
  }

  .infra-heading {
    display: grid;
  }

  .server-rack {
    width: 82%;
  }

  .concept-footer {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
