:root {
  --bg: #f4f5ef;
  --paper: #fff;
  --ink: #172019;
  --muted: #647067;
  --line: #daddd4;
  --lime: #baf65a;
  --lime-dark: #83be28;
  --dark: #172019;
  --radius: 30px;
  --shell: min(1440px, calc(100% - 56px));
}
@font-face {
	font-family: 'Manrope'; 
	src: url(Manrope.ttf);
}
@font-face {
	font-family: 'Unbounded'; 
	src: url(Unbounded.ttf);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Manrope, sans-serif;
  overflow-x: hidden;
}
.noise {
  position: fixed;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.section-shell {
  width: var(--shell);
  margin-inline: auto;
}
.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;

  width: 100%;
  height: 68px;
  padding: 0 32px;

  border: none;
  border-bottom: 1px solid rgba(23, 32, 25, 0.08);

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  box-shadow: 0 10px 40px rgba(37, 45, 36, 0.06);
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: inherit;
  font-family: Unbounded, sans-serif;
  font-size: 21px;
  font-weight: 600;
}
.brand-mark {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
}
.brand-mark svg {
  width: 100%;
  height: 100%;
}
.desktop-nav {
  display: flex;
  gap: 34px;
}
.desktop-nav a,
.header-cta,
.footer-links a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.desktop-nav a {
  position: relative;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: 0.3s;
}
.desktop-nav a:hover:after {
  right: 0;
}
.header-cta {
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--lime);
  display: flex;
  gap: 16px;
  transition: 0.25s;
}
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(131, 190, 40, 0.22);
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
}
.menu-button span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  margin: 6px auto;
  transition: 0.3s;
}
.hero {
  padding-top: 150px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 52px 32px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
}
.eyebrow span {
  width: 32px;
  height: 1px;
  background: currentColor;
}
.hero h1,
.section-heading h2,
.approach h2,
.contact h2 {
  font-family: Unbounded, sans-serif;
  font-weight: 500;
  letter-spacing: -0.055em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(54px, 6.2vw, 102px);
  line-height: 0.96;
}
.hero h1 em {
  font-style: normal;
  position: relative;
  z-index: 1;
}
.hero h1 em:after {
  content: "";
  position: absolute;
  left: -3%;
  right: -4%;
  bottom: 0.07em;
  height: 0.35em;
  background: var(--lime);
  z-index: -1;
}
.hero-text {
  font-size: 18px;
  line-height: 1.65;
  max-width: 590px;
  color: var(--muted);
  margin: 34px 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  border: 0;
  font: 700 14px Manrope;
  cursor: pointer;
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-dark {
  background: var(--dark);
  color: white;
}
.button-light {
  background: white;
  color: var(--dark);
}
.text-link {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  gap: 18px;
}
.hero-stage {
  height: min(630px, 66vw);
  max-height: 630px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-stage:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  /* background: var(--lime); */
  /* background-image: url(rostok_black.svg); */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  /* animation: pulse 5s infinite ease-in-out; */
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* Grows bigger at the midpoint */
  }
  100% {
    transform: scale(1); /* Returns to normal size */
  }
}
.orbit {
  position: absolute;
  border: 1px dashed rgba(23, 32, 25, 0.28);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}
.orbit-one {
  width: 88%;
  height: 58%;
  transform: rotate(-18deg);
}
.orbit-two {
  width: 74%;
  height: 84%;
  transform: rotate(38deg);
  animation-direction: reverse;
}
.stage-card-main {
  position: relative;
  width: 78%;
  height: 62%;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 32px 80px rgba(31, 43, 28, 0.14);
  border: 1px solid rgba(23, 32, 25, 0.08);
  z-index: 2;
}
.stage-card-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.stage-card-head small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px;
}
.stage-card-head strong {
  font: 600 39px Unbounded;
}
.status-dot {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eaf9d2;
}
.status-dot:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #69a514;
  margin-right: 6px;
}
.growth-chart {
  width: 100%;
  height: 58%;
  margin-top: 16px;
  overflow: visible;
}
.grid-line {
  stroke: #dfe3dc;
  stroke-width: 1;
  fill: none;
}
.chart-area {
  fill: url(#area);
}
.chart-line {
  fill: none;
  stroke: #172019;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.chart-points circle {
  fill: white;
  stroke: #172019;
  stroke-width: 3;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  color: #818a82;
  font-size: 11px;
  font-weight: 700;
}
.floating-chip {
  position: absolute;
  z-index: 3;
  background: white;
  padding: 13px 17px;
  border-radius: 999px;
  box-shadow: 0 15px 30px rgba(25, 35, 26, 0.12);
  font-size: 12px;
  font-weight: 800;
}
.floating-chip span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  background: var(--lime);
  border-radius: 50%;
  margin-right: 9px;
}
.chip-a {
  left: 1%;
  top: 23%;
  transform: rotate(-8deg);
}
.chip-b {
  right: 0;
  bottom: 18%;
  transform: rotate(7deg);
}
.floating-note {
  position: absolute;
  z-index: 3;
  right: 4%;
  top: 10%;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(8deg);
}
.floating-note b {
  font: 600 31px Unbounded;
}
.floating-note small {
  text-align: center;
  color: #bdc5bd;
  font-size: 10px;
}
.spark {
  position: absolute;
  font-size: 32px;
  z-index: 4;
}
.spark-a {
  left: 8%;
  bottom: 9%;
}
.spark-b {
  right: 9%;
  top: 40%;
}
.spark-c {
    left: 20%;
    top: 9%;
}
.hero-footer {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding: 24px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 800;
  color: #778078;
}
.hero-footer i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lime-dark);
}
.manifest {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-top: 1px solid var(--line);
}
.manifest-index {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: #7b857d;
}
.manifest p {
  font: 500 clamp(29px, 3.2vw, 50px) / 1.38 Unbounded;
  margin: 0;
  letter-spacing: -0.045em;
}

.manifest p span {
  color: var(--lime-dark);
}

.manifest-banner {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-radius: 35px;
}

.services {
  padding-bottom: 150px;
}
.section-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 66px;
}
.section-heading h2,
.approach h2,
.contact h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
}
.section-heading > p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 450px;
  margin: 0;
}
.service-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 22px;
}
.service-card {
  min-height: 570px;
  border-radius: var(--radius);
  padding: 28px;
  background: white;
  border: 1px solid rgba(23, 32, 25, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: 0.35s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(32, 44, 30, 0.09);
}
.service-card-featured {
  grid-row: span 2;
  min-height: 1162px;
  background: #eaffc7;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-number {
  font: 600 14px Unbounded;
}
.service-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}
.service-card h3 {
  font: 600 28px Unbounded;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
}
.service-card p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 580px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(23, 32, 25, 0.06);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.phone-scene {
  flex: 1;
  position: relative;
  min-height: 620px;
}
.phone {
  position: absolute;
  width: 248px;
  height: 500px;
  border: 10px solid #172019;
  border-radius: 44px;
  background: #f6f7f2;
  box-shadow: 0 35px 70px rgba(20, 31, 20, 0.18);
  overflow: hidden;
}
.phone-back {
  left: 12%;
  top: 14%;
  transform: rotate(-11deg);
  background: #172019;
}
.phone-front {
  right: 9%;
  top: 24%;
  transform: rotate(7deg);
  background: #f8f9f5;
}
.phone-island {
  width: 84px;
  height: 22px;
  border-radius: 999px;
  background: #172019;
  margin: 9px auto;
}
.app-widget {
  margin: 72px 15px 0;
  padding: 22px;
  border-radius: 24px;
  background: #172019;
  color: white;
}
.app-widget small {
  display: block;
  color: #aeb6ae;
}
.app-widget strong {
  font: 500 22px Unbounded;
  display: block;
  margin: 10px 0 32px;
}
.mini-bars {
  height: 105px;
  display: flex;
  align-items: end;
  gap: 8px;
}
.mini-bars i {
  flex: 1;
  background: var(--lime);
  border-radius: 5px 5px 2px 2px;
}
.mini-bars i:nth-child(1) {
  height: 25%;
}
.mini-bars i:nth-child(2) {
  height: 44%;
}
.mini-bars i:nth-child(3) {
  height: 35%;
}
.mini-bars i:nth-child(4) {
  height: 73%;
}
.mini-bars i:nth-child(5) {
  height: 92%;
}
.phone-screen {
  padding: 85px 18px;
}
.phone-screen span {
  display: block;
  height: 58px;
  background: #2d372f;
  border-radius: 16px;
  margin-bottom: 12px;
}
.web-visual,
.system-visual {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 280px;
}
.browser {
  width: 88%;
  height: 220px;
  border: 8px solid #1a211c;
  border-radius: 20px;
  background: #eef0ea;
  box-shadow: 18px 26px 0 #c7f280;
}
.browser-top {
  height: 28px;
  background: #1a211c;
  padding: 7px;
}
.browser-top i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f4f5ef;
  border-radius: 50%;
  margin-right: 4px;
}
.browser-layout {
  height: calc(100% - 28px);
  display: flex;
  padding: 12px;
  gap: 12px;
}
.browser-layout aside {
  width: 23%;
  border-radius: 10px;
  background: #d6dad2;
}
.browser-layout main {
  flex: 1;
}
.browser-layout main span {
  display: inline-block;
  width: 34%;
  height: 10px;
  background: #c7cbc4;
  margin-right: 6px;
  border-radius: 10px;
}
.browser-layout main div {
  height: 120px;
  margin-top: 20px;
  border-radius: 12px;
  background: white;
}
.system-visual {
  position: relative;
}
.system-visual svg {
  position: absolute;
  width: 85%;
  height: 85%;
}
.system-visual path {
  fill: none;
  stroke: #b8beb7;
  stroke-width: 2;
  stroke-dasharray: 5 6;
}
.node {
  position: absolute;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: #172019;
  color: white;
  font: 600 11px Unbounded;
  z-index: 2;
}
.n1 {
  left: 14%;
  top: 22%;
}
.n2 {
  left: 43%;
  top: 44%;
  background: var(--lime);
  color: var(--ink);
}
.n3 {
  right: 16%;
  top: 15%;
}
.n4 {
  right: 17%;
  bottom: 10%;
}
.n5 {
  left: 20%;
  top: 65%;
}
.approach {
  background: #172019;
  color: white;
  padding: 145px 0;
  border-radius: 52px 52px 0 0;
}
.approach-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
}
.eyebrow.light {
  color: #b9c1ba;
}
.approach-copy > p:not(.eyebrow) {
  color: #aab4ac;
  max-width: 500px;
  line-height: 1.7;
  margin: 32px 0;
}
.principle {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  padding: 31px 0;
  border-top: 1px solid #374039;
}
.principle:last-child {
  border-bottom: 1px solid #374039;
}
.principle > span {
  font: 500 12px Unbounded;
  color: var(--lime);
}
.principle h3 {
  font: 500 24px Unbounded;
  margin: 0 0 12px;
}
.principle p {
  margin: 0;
  color: #9fa9a1;
  line-height: 1.65;
}
.process {
  padding: 150px 0;
}
.process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  border-top: 1px solid var(--line);
}
.process-track:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20%;
  height: 3px;
  background: var(--lime-dark);
}
.process-track article {
  padding: 28px 24px 0 0;
  min-height: 220px;
}
.process-track article + article {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.process-track span {
  font: 600 12px Unbounded;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  margin-bottom: 50px;
}
.process-track h3 {
  font: 600 17px Unbounded;
  margin: 0 0 12px;
}
.process-track p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
}
.contact {
  padding-bottom: 80px;
}
.contact-card {
  padding: 64px;
  border-radius: 40px;
  background: var(--lime);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  line-height: 1.7;
  color: #495443;
}
.contact-meta {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact-meta a {
  color: inherit;
  font: 500 20px Unbounded;
  text-decoration: none;
}
.contact-meta span {
  font-size: 12px;
}
.contact-form {
  background: white;
  padding: 34px;
  border-radius: 27px;
  box-shadow: 0 25px 60px rgba(59, 84, 28, 0.12);
}
.contact-form label {
  display: block;
  margin-bottom: 25px;
}
.contact-form label span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d5d9d1;
  background: transparent;
  padding: 9px 0 13px;
  font: 500 16px Manrope;
  outline: none;
  resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
}
.submit-button {
  width: 100%;
  margin-top: 10px;
}
.form-note {
  font-size: 10px !important;
  color: #8a928a !important;
  margin: 12px 0 0 !important;
}
.site-footer {
  padding: 70px 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.footer-brand p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links small {
  color: #8b938c;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  margin-bottom: 8px;
}
.footer-bottom {
  grid-column: 1/-1;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #7a837b;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.mobile-menu {
  position: fixed;
  z-index: 45;
  inset: 0;
  background: var(--bg);
  padding: 130px 25px 30px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu nav a {
  font: 500 38px Unbounded;
  color: inherit;
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.toast {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 120px);
  background: #172019;
  color: white;
  padding: 15px 21px;
  border-radius: 999px;
  font-size: 13px;
  transition: 0.4s;
}
.toast.visible {
  transform: translate(-50%, 0);
}
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes spin {
  to {
    transform: rotate(342deg);
  }
}
.cursor {
  margin-left: 20px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
@media (max-width: 980px) {
  :root {
    --shell: calc(100% - 32px);
  }
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .hero-stage {
    height: 570px;
  }
  .hero-footer {
    margin-top: 10px;
  }
  .manifest {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 100px 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card-featured {
    min-height: 900px;
  }
  .phone-scene {
    min-height: 470px;
  }
  .phone {
    width: 210px;
    height: 420px;
  }
  .approach-inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .process-track {
    grid-template-columns: 1fr 1fr;
  }
  .process-track:before {
    display: none;
  }
  .process-track article {
    border-top: 1px solid var(--line);
    padding: 25px !important;
  }
  .process-track article + article {
    border-left: 0;
  }
  .contact-card {
    grid-template-columns: 1fr;
    padding: 40px;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    grid-column: auto;
  }
  .mobile-menu.open {
    display: flex;
  }
  .menu-button.active span:first-child {
    transform: translateY(3.7px) rotate(45deg);
  }
  .menu-button.active span:last-child {
    transform: translateY(-3.7px) rotate(-45deg);
  }
}
@media (max-width: 640px) {
  .site-header {
    height: 62px;
  }
  .brand {
    font-size: 18px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
  }
  .hero {
    padding-top: 112px;
    gap: 20px;
  }
  .hero h1 {
    font-size: 45px;
  }
  .hero-text {
    font-size: 16px;
    margin: 25px 0;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .hero-stage {
    height: 430px;
    margin-top: 20px;
  }
  .stage-card-main {
    width: 92%;
    height: 64%;
    padding: 20px;
  }
  .stage-card-head strong {
    font-size: 28px;
  }
  .floating-note {
    width: 92px;
    height: 92px;
    right: -2%;
    top: 4%;
  }
  .floating-note b {
    font-size: 23px;
  }
  .floating-chip {
    font-size: 10px;
    padding: 9px 12px;
  }
  .chip-a {
    left: -4%;
  }
  .chip-b {
    right: -4%;
  }
  .spark {
    display: none;
  }
  .hero-footer {
    overflow: hidden;
    gap: 20px;
    justify-content: flex-start;
  }
  .hero-footer span:nth-of-type(n + 3),
  .hero-footer i:nth-of-type(n + 2) {
    display: none;
  }
  .manifest p {
    font-size: 27px;
  }
  .services {
    padding-bottom: 100px;
  }
  .section-heading h2,
  .approach h2,
  .contact h2 {
    font-size: 39px;
  }
  .service-card {
    padding: 22px;
    min-height: 500px;
  }
  .service-card-featured {
    min-height: 720px;
  }
  .phone-scene {
    min-height: 390px;
  }
  .phone {
    width: 170px;
    height: 340px;
    border-width: 7px;
    border-radius: 32px;
  }
  .phone-front {
    top: 15%;
    right: 1%;
  }
  .phone-back {
    left: 1%;
  }
  .app-widget {
    margin-top: 45px;
    padding: 14px;
  }
  .app-widget strong {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service-card h3 {
    font-size: 23px;
  }
  .approach {
    padding: 100px 0;
    border-radius: 34px 34px 0 0;
  }
  .process {
    padding: 100px 0;
  }
  .process-track {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 25px;
    border-radius: 29px;
  }
  .contact-form {
    padding: 23px;
    margin-top: 15px;
  }
  .contact-meta {
    margin-top: 35px;
  }
  .site-footer {
    padding-top: 50px;
  }
  .footer-links {
    gap: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .mobile-menu nav a {
    font-size: 30px;
  }
}
