.startup-page {
  --s-bg: #07111f;
  --s-panel: rgba(255, 255, 255, .065);
  --s-panel2: rgba(255, 255, 255, .095);
  --s-line: rgba(255, 255, 255, .14);
  --s-line2: rgba(101, 212, 255, .28);
  --s-text: #eef6ff;
  --s-muted: #a7bad0;
  --s-soft: #cfe1f5;
  --s-blue: #30a7ff;
  --s-blue2: #1264d8;
  --s-cyan: #65d4ff;
  --s-green: #61e3a6;
  --s-shadow: 0 26px 90px rgba(0, 0, 0, .34);
  overflow: hidden;
  background: radial-gradient(circle at 13% 3%, rgba(48, 167, 255, .18), transparent 35%), radial-gradient(circle at 92% 10%, rgba(101, 212, 255, .10), transparent 28%), linear-gradient(180deg, #07111f 0%, #09172a 46%, #07111f 100%)
}

.startup-page section {
  background: transparent;
  padding: 86px 0;
  position: relative
}

.startup-page .container {
  position: relative
}

.s-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: max-content;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .24);
  background: rgba(48, 167, 255, .1);
  color: #bceaff;
  font-weight: 900;
  font-size: 13px
}

.s-kicker:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--s-green);
  box-shadow: 0 0 0 6px rgba(97, 227, 166, .13)
}

.s-hero {
  padding: 92px 0 78px;
  isolation: isolate
}

.s-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, .12), rgba(7, 17, 31, .96));
  z-index: -1
}

.s-hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 42px;
  align-items: stretch
}

.s-hero-copy {
  display: flex;
  flex-direction: column
}

.s-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #91a7bf;
  font-size: 13px;
  margin-bottom: 18px
}

.s-breadcrumb a {
  color: #c4ebff
}

.s-hero h1 {
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: .98;
  letter-spacing: -2.8px;
  margin: 18px 0 24px
}

.s-hero h1 span {
  background: linear-gradient(90deg, #fff, #9ee4ff 54%, #78bfff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.s-hero-lead {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.76;
  color: #c2d4e6;
  margin: 0 0 28px
}

.s-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 0 0 28px
}

.s-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto
}

.s-pill-row span {
  font-size: 12px;
  font-weight: 900;
  color: #d7efff;
  padding: 8px 11px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .18);
  background: rgba(48, 167, 255, .08)
}

.s-product-lab {
  height: 100%;
  border-radius: 36px;
  padding: 1px;
  background: linear-gradient(145deg, rgba(101, 212, 255, .42), rgba(255, 255, 255, .08), rgba(48, 167, 255, .22));
  box-shadow: var(--s-shadow);
  position: relative
}

.s-lab-inner {
  height: 100%;
  min-height: 0;
  border-radius: 35px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.s-lab-window {
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(3, 10, 20, .48);
  border-radius: 24px;
  padding: 18px
}

.s-lab-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center
}

.s-dots {
  display: flex;
  gap: 7px
}

.s-dots i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .25)
}

.s-window-title {
  font-size: 12px;
  color: #86d5ff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em
}

.s-lab-head {
  padding: 18px;
  border-radius: 23px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(90deg, rgba(48, 167, 255, .18), rgba(255, 255, 255, .06));
}

.s-lab-head small {
  display: block;
  color: #82d8ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px
}

.s-lab-head b {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.32;
  margin-bottom: 8px
}

.s-lab-head span {
  display: block;
  color: #afc1d2;
  font-size: 13.5px;
  line-height: 1.65
}

.s-roadmap-visual {
  display: grid;
  gap: 12px
}

.s-roadmap-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .035))
}

.s-roadmap-item em {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-style: normal;
  color: #dff6ff;
  background: rgba(48, 167, 255, .13);
  border: 1px solid rgba(101, 212, 255, .2);
  font-size: 12px;
  font-weight: 950
}

.s-roadmap-item b {
  display: block;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.35;
  margin-bottom: 5px
}

.s-roadmap-item span {
  display: block;
  color: #aebfd2;
  font-size: 13px;
  line-height: 1.55
}

.s-lab-insights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto
}

.s-lab-insights > div {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .045)
}

.s-lab-insights b {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.35
}

.s-lab-insights span {
  display: block;
  color: #afc1d2;
  font-size: 12.8px;
  line-height: 1.55
}

.s-section-head {
  max-width: 1020px;
  margin: 0 0 36px
}

.s-section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.s-section-head h2 {
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 0 0 16px
}

.s-section-head p {
  color: #c1d3e5;
  line-height: 1.8;
  margin: 0;
  padding: 20px 24px;
  border-radius: 24px;
  border: 1px solid rgba(101, 212, 255, .18);
  background: linear-gradient(135deg, rgba(48, 167, 255, .1), rgba(255, 255, 255, .045))
}

.s-card {
  position: relative;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .04));
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: .28s
}

.s-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 0, rgba(101, 212, 255, .16), transparent 34%), linear-gradient(135deg, rgba(48, 167, 255, .09), transparent 46%);
  opacity: 0;
  transition: .28s;
  pointer-events: none
}

.s-card:hover {
  transform: translateY(-6px);
  border-color: rgba(101, 212, 255, .31);
  box-shadow: 0 30px 96px rgba(0, 0, 0, .31)
}

.s-card:hover:before {
  opacity: 1
}

.s-card > * {
  position: relative;
  z-index: 1
}

.s-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(48, 167, 255, .12);
  border: 1px solid rgba(101, 212, 255, .2);
  color: #bfeaff;
  font-weight: 950;
  margin-bottom: 16px
}

.s-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.45px
}

.s-card p {
  margin: 0;
  color: #b5c8dc;
  line-height: 1.7
}

.s-card ul {
  margin: 16px 0 0;
  padding-left: 19px;
  color: #9fb2c8;
  line-height: 1.72
}

.s-card li + li {
  margin-top: 5px
}

.s-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px
}

.s-taglist span {
  font-size: 11px;
  font-weight: 900;
  color: #d3eeff;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(101, 212, 255, .17);
  background: rgba(48, 167, 255, .08)
}

.s-pain-map {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch
}

.s-pain-sticky {
  position: sticky;
  top: 110px;
  align-self: start;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 15% 0, rgba(48, 167, 255, .16), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .04));
  box-shadow: var(--s-shadow)
}

.s-pain-sticky h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  margin: 18px 0
}

.s-pain-sticky p {
  color: #bdcfe2;
  line-height: 1.78;
  margin: 0
}

.s-pain-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(101, 212, 255, .15);
  background: rgba(48, 167, 255, .07)
}

.s-pain-note b {
  display: block;
  color: #fff;
  margin-bottom: 8px
}

.s-pain-note span {
  display: block;
  color: #afc1d2;
  font-size: 13.5px;
  line-height: 1.65
}

.s-pain-list {
  display: grid;
  gap: 14px
}

.s-pain {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .052);
  transition: .28s
}

.s-pain:hover {
  transform: translateX(6px);
  border-color: rgba(101, 212, 255, .3);
  background: rgba(255, 255, 255, .073)
}

.s-pain-num {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(48, 167, 255, .12);
  border: 1px solid rgba(101, 212, 255, .2);
  color: #bceaff;
  font-weight: 950
}

.s-pain b {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 17px
}

.s-pain span {
  display: block;
  color: #aebfd2;
  line-height: 1.62;
  font-size: 14px
}

.s-build-groups {
  display: grid;
  gap: 34px
}

.s-group-title {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px
}

.s-group-title h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.9px;
  margin: 0
}

.s-group-title p {
  max-width: 640px;
  margin: 0;
  color: #b9cce0;
  line-height: 1.7
}

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

.s-build {
  display: flex;
  flex-direction: column
}

.s-build .s-img {
  margin: -10px -10px 18px;
  border-radius: 22px
}

.s-build .s-img img {
  min-height: 175px
}

.s-img {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(135deg, rgba(48, 167, 255, .12), rgba(255, 255, 255, .04));
  box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
  transition: .3s
}

.s-img:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .34);
  box-shadow: 0 30px 95px rgba(0, 0, 0, .32)
}

.s-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 260px;
  opacity: .82;
  filter: saturate(.92) contrast(1.05)
}

.s-img:after {
  content: attr(data-label);
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(7, 17, 31, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
  font-weight: 900;
  color: #e9f7ff;
  font-size: 13px
}

.s-stage-wrap {
  padding: 28px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .035));
  box-shadow: var(--s-shadow)
}

.s-stage-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  counter-reset: stage
}

.s-stage {
  position: relative;
  padding: 22px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
  height: 100%;
  transition: .28s
}

.s-stage:before {
  counter-increment: stage;
  content: counter(stage);
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--s-blue), var(--s-blue2));
  font-weight: 950;
  margin-bottom: 14px
}

.s-stage:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(255, 255, 255, .078)
}

.s-stage h3 {
  margin: 0 0 9px;
  font-size: 18px
}

.s-stage p {
  margin: 0;
  color: #aabdd1;
  line-height: 1.56;
  font-size: 13px
}

.s-architecture {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: stretch
}

.s-arch-panel {
  padding: 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: radial-gradient(circle at 80% 0, rgba(101, 212, 255, .16), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .04));
  box-shadow: var(--s-shadow)
}

.s-arch-panel h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.07;
  letter-spacing: -1.4px;
  margin: 18px 0
}

.s-arch-panel p {
  color: #b9cce0;
  line-height: 1.78;
  margin: 0
}

.s-arch-principles {
  display: grid;
  gap: 12px;
  margin-top: 22px
}

.s-arch-principle {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: rgba(255, 255, 255, .045)
}

.s-arch-principle b {
  display: block;
  margin-bottom: 6px
}

.s-arch-principle span {
  display: block;
  color: #aabdd1;
  font-size: 13px;
  line-height: 1.55
}

.s-arch-diagram {
  display: grid;
  gap: 12px
}

.s-arch-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px
}

.s-arch-node {
  padding: 17px;
  border-radius: 18px;
  border: 1px solid rgba(101, 212, 255, .17);
  background: rgba(48, 167, 255, .075)
}

.s-arch-node b {
  display: block;
  margin-bottom: 5px
}

.s-arch-node span {
  color: #aabdd1;
  font-size: 13px;
  line-height: 1.48
}

.s-warning {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(101, 212, 255, .20);
  background: linear-gradient(135deg, rgba(48, 167, 255, .10), rgba(255, 255, 255, .04));
  color: #cfe6ff;
  line-height: 1.7
}

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

.s-ai-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.s-ai {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .052);
  transition: .28s
}

.s-ai:hover {
  transform: translateY(-5px);
  border-color: rgba(101, 212, 255, .26);
  box-shadow: 0 24px 74px rgba(0, 0, 0, .24)
}

.s-ai b {
  display: block;
  margin-bottom: 8px
}

.s-ai span {
  display: block;
  color: #aebfd2;
  line-height: 1.58;
  font-size: 14px
}

.s-split-gallery {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 20px;
  align-items: stretch
}

.s-gallery-stack {
  display: grid;
  gap: 20px
}

.s-gallery-wide {
  min-height: 100%
}

.s-gallery-wide img {
  min-height: 560px
}

.s-faq {
  display: grid;
  gap: 14px
}

.s-faq details {
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  border-radius: 22px;
  padding: 20px;
  transition: .25s
}

.s-faq details:hover {
  border-color: rgba(101, 212, 255, .26);
  background: rgba(255, 255, 255, .072)
}

.s-faq summary {
  cursor: pointer;
  font-weight: 900;
  color: #fff
}

.s-faq p {
  color: #b6c8dc;
  line-height: 1.74;
  margin: 14px 0 0
}

.s-cta {
  padding: 1px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(101, 212, 255, .42), rgba(255, 255, 255, .09), rgba(48, 167, 255, .24));
  box-shadow: var(--s-shadow)
}

.s-cta-inner {
  border-radius: 37px;
  padding: 46px;
  background: radial-gradient(circle at 88% 12%, rgba(48, 167, 255, .23), transparent 34%), rgba(255, 255, 255, .065);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center
}

.s-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin: 0 0 13px
}

.s-cta p {
  margin: 0;
  color: #bfd1e3;
  line-height: 1.72;
  max-width: 760px
}

@media (max-width: 1080px) {
  .s-hero-grid, .s-pain-map, .s-architecture, .s-split-gallery {
    grid-template-columns: 1fr
  }

  .s-pain-sticky {
    position: relative;
    top: auto
  }

  .s-stage-line, .s-build-matrix {
    grid-template-columns: repeat(2, 1fr)
  }

  .s-ai-strip {
    grid-template-columns: repeat(2, 1fr)
  }

  .s-gallery-wide img {
    min-height: 320px
  }
}

@media (max-width: 760px) {
  .startup-page section {
    padding: 58px 0
  }

  .s-hero {
    padding: 56px 0
  }

  .s-lab-inner {
    min-height: auto
  }

  .s-lab-insights, .s-grid-3, .s-stage-line, .s-build-matrix, .s-ai-strip, .s-arch-row {
    grid-template-columns: 1fr
  }

  .s-card, .s-pain-sticky, .s-arch-panel {
    padding: 22px;
    border-radius: 24px
  }

  .s-pain {
    grid-template-columns: 1fr
  }

  .s-cta-inner {
    display: block;
    padding: 28px;
    border-radius: 28px
  }

  .s-cta .btn {
    margin-top: 22px;
    width: 100%
  }

  .s-hero-actions {
    display: grid
  }

  .s-hero-actions .btn {
    width: 100%
  }

  .s-section-head p {
    padding: 16px 18px
  }

  .s-product-lab, .s-cta {
    border-radius: 29px
  }

  .s-lab-inner {
    border-radius: 28px
  }

  .s-hero h1 {
    letter-spacing: -1.4px
  }

  .s-stage {
    min-height: auto
  }

  .s-roadmap-item {
    grid-template-columns: 1fr
  }
}


/* Updated: DavinoSoft blue tone, hero visual hover, better group title and richer architecture cards */
.s-lab-inner {
  background: radial-gradient(circle at 75% 5%, rgba(48, 167, 255, .26), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .045)), #081423;
}

.s-product-lab .s-roadmap-item, .s-product-lab .s-lab-head, .s-product-lab .s-lab-insights > div {
  transition: transform .28s ease, border-color .28s ease, background .28s ease;
  background: linear-gradient(90deg, rgba(48, 167, 255, .18), rgba(255, 255, 255, .06));
}

.s-roadmap-item:hover, .s-lab-insights > div:hover {
  transform: translateX(4px);
  border-color: rgba(101, 212, 255, .28);
  background: rgba(48, 167, 255, .075);
}

.s-group-title {
  display: block;
  margin-bottom: 18px;
}

.s-group-title h3 {
  margin: 0 0 10px;
}

.s-group-title p {
  max-width: 860px;
  margin: 0;
  padding: 0;
  color: #b9cce0;
  line-height: 1.7;
}

.s-architecture {
  grid-template-columns: .92fr 1.08fr;
}

.s-arch-copy, .s-arch-rich {
  height: 100%;
}

.s-arch-copy {
  display: flex;
  flex-direction: column;
}

.s-arch-copy .s-arch-principles {
  margin-top: auto;
  padding-top: 22px;
}

.s-arch-rich {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-arch-system-head {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: radial-gradient(circle at top right, rgba(48, 167, 255, .15), transparent 38%), rgba(255, 255, 255, .045);
}

.s-arch-system-head small, .s-arch-node small {
  display: block;
  margin-bottom: 7px;
  color: #83d7ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.s-arch-system-head b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
}

.s-arch-system-head span {
  display: block;
  color: #afc1d2;
  font-size: 13.5px;
  line-height: 1.65;
}

.s-arch-node-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex: 1;
}

.s-arch-row {
  display: contents;
}

.s-arch-node {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .035));
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.s-arch-node:hover {
  transform: translateY(-4px);
  border-color: rgba(101, 212, 255, .32);
  background: rgba(48, 167, 255, .075);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .22);
}

.s-arch-node b {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 1.35;
}

.s-arch-node span {
  font-size: 13px;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .s-arch-node-grid {
    grid-template-columns: 1fr;
  }

  .s-arch-node {
    min-height: auto;
  }
}