:root {
  color-scheme: light;
  --bg: #ffffff;
  --ink: #08090d;
  --muted: #626776;
  --soft: #f5f7fb;
  --soft-2: #eef3ff;
  --line: #e6e9f1;
  --purple: #7c5cff;
  --blue: #3aa7ff;
  --sky: #75d2ff;
  --green: #1fb886;
  --amber: #ffb340;
  --violet: #b06dff;
  --shadow: 0 24px 80px rgba(37, 49, 76, 0.16);
  --radius: 8px;
  --max: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(124, 92, 255, 0.22), transparent 38rem),
    radial-gradient(ellipse at 88% 0%, rgba(58, 167, 255, 0.22), transparent 42rem),
    linear-gradient(180deg, #f7fbff 0, #ffffff 42rem);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1280px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52)),
    rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(22px) saturate(160%);
  box-shadow:
    0 22px 60px rgba(32, 45, 72, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 10px;
  font-weight: 750;
  letter-spacing: 0;
}

.brand-mark,
.mini-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: #0a0d16;
  color: #fff;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
}

.site-nav {
  display: flex;
  justify-content: center;
  justify-self: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(226, 232, 244, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.site-nav a {
  padding: 9px 15px;
  border-radius: 999px;
  color: #343847;
  font-size: 14px;
  font-weight: 750;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 8px 18px rgba(36, 48, 75, 0.1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #11131a;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #08090d, #14243b);
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 9, 13, 0.17);
}

.button.secondary {
  background: #fff;
  color: #0a0d16;
  border-color: #d9deeb;
  box-shadow: none;
}

.button.light {
  width: 100%;
  min-height: 48px;
  background: #fff;
  color: #0a0d16;
  border-color: transparent;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(8, 9, 13, 0.18);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  width: 100%;
  padding: 86px 0 56px;
  overflow: hidden;
}

.hero.section-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  height: 820px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(124, 92, 255, 0.2), transparent 48%),
    radial-gradient(ellipse at 80% 0%, rgba(58, 167, 255, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(235, 245, 255, 0.98), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-copy {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto 44px;
  text-align: center;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 740px;
  margin: 0 auto 22px;
  color: #424856;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.price-line {
  margin-bottom: 26px;
  color: #2d3342;
  font-size: 18px;
  font-weight: 600;
}

.price-line strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.showcase-carousel {
  position: relative;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
}

.carousel-track {
  position: relative;
  aspect-ratio: 16 / 8.8;
  min-height: 0;
  border: 1px solid rgba(190, 210, 240, 0.86);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(237, 247, 255, 0.76)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 90px rgba(43, 69, 111, 0.18);
  overflow: hidden;
}

.carousel-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(124, 92, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 167, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black, transparent 72%);
}

.website-shot {
  position: absolute;
  inset: 22px;
  display: grid;
  grid-template-rows: 54px 1fr;
  opacity: 0;
  transform: translateX(28px) scale(0.98);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.website-shot.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.shot-chrome {
  display: grid;
  grid-template-columns: 14px 14px 14px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid rgba(212, 223, 240, 0.86);
  border-radius: 12px 12px 0 0;
  background: rgba(255, 255, 255, 0.88);
}

.shot-chrome span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.shot-chrome span:first-child {
  background: #ff6a5f;
}

.shot-chrome span:nth-child(2) {
  background: #ffbf48;
}

.shot-chrome span:nth-child(3) {
  background: #34c978;
}

.shot-chrome strong {
  justify-self: center;
  width: min(420px, 100%);
  padding: 8px 14px;
  border: 1px solid #e1e8f3;
  border-radius: 8px;
  color: #7c8598;
  font-size: 13px;
  text-align: center;
}

.shot-image {
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 1px solid rgba(212, 223, 240, 0.86);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background:
    radial-gradient(circle at 20% 18%, rgba(124, 92, 255, 0.1), transparent 32%),
    #f5f9ff;
  overflow: hidden;
}

.shot-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.shot-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(212, 223, 240, 0.86);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.shot-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  padding: 36px;
  border-radius: 12px;
  color: #fff;
  background:
    radial-gradient(circle at 24% 20%, rgba(124, 92, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #070a13, #12253e);
}

.shot-copy span {
  color: var(--sky);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.shot-copy h2 {
  max-width: 520px;
  margin: 18px 0 16px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.92;
}

.shot-copy p {
  max-width: 480px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.shot-art {
  position: relative;
  min-height: 440px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef6ff;
}

.shot-art::before,
.shot-art::after,
.shot-art i {
  content: "";
  position: absolute;
  border-radius: 10px;
}

.crypto-art {
  background:
    radial-gradient(circle at 22% 24%, rgba(124, 92, 255, 0.3), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(58, 167, 255, 0.28), transparent 20%),
    #eef6ff;
}

.crypto-art::before {
  inset: 44px 48px auto;
  height: 130px;
  background: linear-gradient(135deg, #10192b, #23466d);
}

.crypto-art::after {
  left: 80px;
  right: 80px;
  top: 126px;
  height: 10px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
  transform: rotate(-10deg);
}

.crypto-art i:first-child {
  left: 70px;
  bottom: 60px;
  width: 210px;
  height: 160px;
  background: #fff;
  box-shadow: 245px 0 0 #fff;
}

.crypto-art i:nth-child(2) {
  left: 104px;
  bottom: 144px;
  width: 52px;
  height: 52px;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 245px 30px 0 var(--blue);
}

.crypto-art i:nth-child(3) {
  left: 110px;
  bottom: 90px;
  width: 130px;
  height: 12px;
  background: #d7e5f7;
  box-shadow: 245px 0 0 #d7e5f7, 0 30px 0 #e8f0fb, 245px 30px 0 #e8f0fb;
}

.restaurant-art {
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 179, 64, 0.28), transparent 26%),
    #fff7ef;
}

.restaurant-art::before {
  left: calc(50% - 112px);
  top: 60px;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: #ff7b7b;
  border: 28px solid #fff;
  box-shadow: 0 20px 44px rgba(72, 42, 24, 0.14);
}

.restaurant-art::after {
  left: 70px;
  right: 70px;
  bottom: 78px;
  height: 16px;
  background: #11131a;
}

.restaurant-art i:first-child {
  top: 88px;
  left: 84px;
  width: 18px;
  height: 190px;
  background: #11131a;
  box-shadow: 420px 0 0 #11131a;
}

.restaurant-art i:nth-child(2) {
  left: 112px;
  right: 112px;
  bottom: 112px;
  height: 56px;
  background: rgba(255, 255, 255, 0.76);
}

.restaurant-art i:nth-child(3) {
  right: 88px;
  top: 76px;
  width: 92px;
  height: 92px;
  background: var(--amber);
}

.service-art {
  background:
    linear-gradient(135deg, #f6f9ff, #eaf4ff);
}

.service-art::before {
  inset: 58px 56px 74px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(36, 48, 75, 0.12);
}

.service-art::after {
  left: 90px;
  right: 90px;
  top: 112px;
  height: 16px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
}

.service-art i:first-child {
  left: 94px;
  top: 164px;
  width: 180px;
  height: 18px;
  background: #dce8f7;
  box-shadow: 0 48px 0 #dce8f7, 0 96px 0 #dce8f7;
}

.service-art i:nth-child(2) {
  right: 96px;
  top: 164px;
  width: 150px;
  height: 132px;
  background: #0a0d16;
}

.service-art i:nth-child(3) {
  right: 128px;
  top: 202px;
  width: 86px;
  height: 18px;
  background: var(--green);
  box-shadow: 0 34px 0 var(--sky);
}

.browser-frame {
  overflow: hidden;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid #dce3f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.browser-top {
  display: grid;
  grid-template-columns: 92px 1fr 42px;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid #e5e9f2;
  background: #fbfcff;
}

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

.window-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d8deea;
}

.window-dots span:first-child {
  background: #ff6a5f;
}

.window-dots span:nth-child(2) {
  background: #ffbf48;
}

.window-dots span:nth-child(3) {
  background: #34c978;
}

.address-bar {
  justify-self: center;
  width: min(390px, 100%);
  padding: 8px 14px;
  border: 1px solid #e3e8f2;
  border-radius: 7px;
  background: #fff;
  color: #7c8292;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.window-action {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 28px;
  height: 28px;
  border: 1px solid #e3e8f2;
  border-radius: 7px;
  color: #6b7280;
  font-size: 18px;
}

.dashboard {
  display: grid;
  grid-template-columns: 238px 1fr;
  min-height: 610px;
  background:
    linear-gradient(90deg, #f8faff 0, #f8faff 238px, #ffffff 238px, #ffffff 100%);
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 16px;
  border-right: 1px solid #e6eaf3;
}

.dash-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 800;
}

.mini-mark {
  width: 28px;
  height: 28px;
  font-size: 17px;
}

.dash-sidebar a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 11px;
  border-radius: 7px;
  color: #5f6678;
  font-size: 14px;
  font-weight: 650;
}

.dash-sidebar a.active,
.dash-sidebar a:hover {
  background: #fff;
  color: #11131a;
  box-shadow: 0 8px 18px rgba(38, 51, 77, 0.08);
}

.dash-sidebar svg {
  width: 18px;
  height: 18px;
}

.sidebar-plan {
  margin-top: auto;
  padding: 14px;
  border: 1px solid #e0e6f2;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #eff4ff);
}

.sidebar-plan strong,
.sidebar-plan span {
  display: block;
}

.sidebar-plan strong {
  font-size: 14px;
}

.sidebar-plan span {
  margin-top: 4px;
  color: #6c7280;
  font-size: 13px;
}

.dash-main {
  padding: 28px;
}

.dash-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.dash-heading h2 {
  margin-bottom: 4px;
  font-size: 27px;
  letter-spacing: 0;
}

.dash-heading p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.dash-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 7px;
  background: #0a0d16;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

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

.metric-card {
  min-height: 196px;
  padding: 18px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(36, 48, 75, 0.06);
}

.metric-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 8px;
  color: #fff;
}

.metric-icon svg {
  width: 20px;
  height: 20px;
}

.purple {
  background: var(--purple);
}

.blue {
  background: var(--blue);
}

.sky {
  background: #40bee7;
}

.green {
  background: var(--green);
}

.amber {
  background: var(--amber);
}

.violet {
  background: var(--violet);
}

.metric-card h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.metric-card p {
  margin-bottom: 16px;
  color: #606778;
  font-size: 14px;
  line-height: 1.5;
}

.metric-card a,
.industry-grid a {
  color: #11131a;
  font-size: 13px;
  font-weight: 800;
}

.page-hero {
  position: relative;
  padding: 112px 0 76px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 18%, rgba(124, 92, 255, 0.18), transparent 42%),
    radial-gradient(ellipse at 82% 12%, rgba(58, 167, 255, 0.18), transparent 40%),
    linear-gradient(180deg, #f9fbff, #fff);
}

.page-kicker {
  margin-bottom: 14px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 20px;
}

.page-hero > p:not(.page-kicker) {
  max-width: 720px;
  margin-bottom: 0;
  color: #4f5666;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.service-detail-grid,
.industry-detail-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 0 92px;
}

.service-detail-grid article,
.industry-detail-grid article,
.case-grid article {
  padding: 26px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 42, 67, 0.06);
}

.service-detail-grid article > span,
.case-grid article > span,
.timeline article > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-detail-grid h2,
.industry-detail-grid h2,
.case-grid h2,
.split-panel h2,
.timeline h2,
.compare-table h2 {
  margin-bottom: 12px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1;
  letter-spacing: 0;
}

.service-detail-grid p,
.industry-detail-grid p,
.case-grid p,
.split-panel p,
.timeline p {
  color: #626979;
}

.service-detail-grid ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #384050;
  font-size: 15px;
  font-weight: 650;
}

.service-detail-grid li,
.check-list p {
  position: relative;
  padding-left: 20px;
}

.service-detail-grid li::before,
.check-list p::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.split-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin-bottom: 92px;
  padding: 34px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 10%, rgba(117, 210, 255, 0.24), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(176, 109, 255, 0.2), transparent 30%),
    #0a0d16;
  color: #fff;
}

.split-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.industry-detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-detail-grid article {
  min-height: 260px;
}

.industry-detail-grid h2 {
  font-size: 26px;
}

.industry-detail-grid strong,
.industry-detail-grid span {
  display: block;
  font-size: 14px;
}

.industry-detail-grid strong {
  margin-top: 18px;
  color: #11131a;
}

.industry-detail-grid span {
  margin-top: 4px;
  color: #626979;
}

.case-grid article {
  min-height: 300px;
  background:
    linear-gradient(180deg, rgba(245, 248, 255, 0.9), #fff);
}

.timeline {
  display: grid;
  gap: 12px;
  padding-bottom: 92px;
}

.timeline article {
  display: grid;
  grid-template-columns: 80px 0.8fr 1.2fr;
  gap: 20px;
  align-items: baseline;
  padding: 24px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
}

.timeline article > span {
  margin-bottom: 0;
}

.timeline h2,
.timeline p {
  margin-bottom: 0;
}

.compare-table {
  margin-bottom: 92px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.compare-table h2 {
  padding: 24px;
  margin: 0;
  border-bottom: 1px solid #e5e9f2;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr repeat(4, 1fr);
  border-bottom: 1px solid #eef1f6;
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row span,
.compare-row p {
  margin: 0;
  padding: 18px;
  border-right: 1px solid #eef1f6;
  font-size: 14px;
}

.compare-row span {
  font-weight: 800;
}

.compare-row p {
  color: #626979;
  font-weight: 650;
}

.compare-row p:last-child {
  border-right: 0;
}

.process,
.services,
.industries,
.pricing,
.faq,
.final-cta {
  padding: 92px 0;
}

.process,
.services,
.industries {
  position: relative;
}

.process::before,
.services::before,
.industries::before {
  content: "";
  position: absolute;
  inset: 18px calc(50% - 50vw);
  z-index: -1;
  background:
    radial-gradient(ellipse at 16% 10%, rgba(124, 92, 255, 0.08), transparent 34%),
    radial-gradient(ellipse at 86% 18%, rgba(58, 167, 255, 0.09), transparent 34%);
}

.process h2,
.section-heading h2,
.pricing h2,
.faq h2,
.final-cta h2 {
  margin-bottom: 14px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.process-heading {
  align-items: center;
}

.process-track {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.process-track article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 22px;
  border: 1px solid rgba(213, 226, 244, 0.92);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.94));
  box-shadow: 0 20px 56px rgba(30, 42, 67, 0.1);
  overflow: hidden;
}

.step-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(124, 92, 255, 0.16);
  font-size: 74px;
  font-weight: 800;
  line-height: 1;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #0a0d16;
  color: #fff;
  box-shadow: 0 14px 32px rgba(10, 13, 22, 0.16);
}

.step-icon svg {
  width: 25px;
  height: 25px;
}

.process-track h3 {
  margin: 22px 0 8px;
  font-size: 24px;
}

.process-track p {
  margin: 0;
  color: #626979;
  font-size: 15px;
}

.track-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--purple);
  box-shadow: 0 12px 26px rgba(36, 48, 75, 0.12);
}

.track-arrow svg {
  width: 30px;
  height: 30px;
}

.step-graphic {
  position: relative;
  height: 142px;
  margin-top: auto;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.11), rgba(58, 167, 255, 0.12)),
    #fff;
  overflow: hidden;
}

.step-graphic span {
  position: absolute;
  border-radius: 999px;
}

.step-graphic i {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.discover-graphic span:first-child {
  left: 24px;
  top: 26px;
  width: 68px;
  height: 68px;
  background: var(--purple);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(124, 92, 255, 0.22);
}

.discover-graphic span:nth-child(2) {
  left: 112px;
  top: 34px;
  width: 160px;
  height: 12px;
  background: #cfe0f5;
  box-shadow: 0 30px 0 #e2ecf8, 0 60px 0 #d5e5f8;
}

.discover-graphic span:nth-child(3) {
  right: 24px;
  bottom: 26px;
  width: 92px;
  height: 18px;
  background: var(--sky);
}

.discover-graphic i:first-of-type {
  left: 42px;
  bottom: 18px;
  width: 90px;
  height: 12px;
  background: #0a0d16;
  transform: rotate(-16deg);
}

.discover-graphic i:nth-of-type(2) {
  right: 34px;
  top: 28px;
  width: 34px;
  height: 34px;
  border: 8px solid rgba(31, 184, 134, 0.24);
}

.build-graphic span:first-child {
  inset: 30px 28px auto;
  height: 70px;
  background: #0a0d16;
  box-shadow: 0 18px 34px rgba(10, 13, 22, 0.16);
}

.build-graphic span:nth-child(2) {
  left: 48px;
  right: 48px;
  top: 64px;
  height: 8px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
}

.build-graphic span:nth-child(3) {
  left: 54px;
  right: 54px;
  bottom: 24px;
  height: 12px;
  background: #d7e5f7;
}

.build-graphic i:first-of-type {
  left: 64px;
  top: 42px;
  width: 26px;
  height: 26px;
  background: var(--purple);
  border-radius: 8px;
}

.build-graphic i:nth-of-type(2) {
  right: 64px;
  top: 42px;
  width: 26px;
  height: 26px;
  background: var(--sky);
  border-radius: 50%;
}

.grow-graphic span:first-child {
  left: 34px;
  bottom: 30px;
  width: 28px;
  height: 58px;
  background: var(--green);
  box-shadow: 58px -24px 0 var(--blue), 116px -48px 0 var(--purple);
}

.grow-graphic span:nth-child(2) {
  left: 34px;
  right: 34px;
  top: 34px;
  height: 8px;
  background: #0a0d16;
  transform: rotate(-12deg);
}

.grow-graphic span:nth-child(3) {
  right: 28px;
  bottom: 26px;
  width: 82px;
  height: 82px;
  border: 10px solid rgba(58, 167, 255, 0.24);
  border-radius: 50%;
}

.grow-graphic i:first-of-type {
  right: 44px;
  top: 30px;
  width: 36px;
  height: 36px;
  background: rgba(124, 92, 255, 0.18);
}

.grow-graphic i:nth-of-type(2) {
  left: 46px;
  top: 28px;
  width: 120px;
  height: 10px;
  background: linear-gradient(90deg, var(--green), var(--sky));
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 34px;
}

.section-heading p,
.pricing p,
.final-cta p {
  max-width: 620px;
  margin-bottom: 0;
  color: #626979;
  font-size: 18px;
}

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

.service-grid article {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 28px;
  border: 1px solid rgba(213, 226, 244, 0.92);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.96));
  box-shadow: 0 14px 36px rgba(30, 42, 67, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-grid article::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.1);
}

.service-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(36, 48, 75, 0.1);
}

.service-grid svg {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--purple);
}

.service-illustration {
  position: relative;
  z-index: 1;
  height: 140px;
  margin-bottom: 22px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(124, 92, 255, 0.1), rgba(58, 167, 255, 0.1)),
    #f5f9ff;
  overflow: hidden;
}

.service-illustration span,
.service-illustration i {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.service-build span {
  inset: 24px 28px 44px;
  border-radius: 12px;
  background: #0a0d16;
}

.service-build i:first-of-type {
  left: 48px;
  right: 48px;
  top: 54px;
  height: 8px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
}

.service-build i:nth-of-type(2) {
  left: 46px;
  bottom: 26px;
  width: 120px;
  height: 12px;
  background: #d7e5f7;
}

.service-build i:nth-of-type(3) {
  right: 38px;
  bottom: 26px;
  width: 76px;
  height: 12px;
  background: var(--green);
}

.service-manage span {
  left: 28px;
  top: 28px;
  width: 76px;
  height: 76px;
  border: 14px solid var(--purple);
  border-right-color: var(--sky);
  border-radius: 50%;
}

.service-manage i:first-of-type {
  left: 132px;
  right: 32px;
  top: 36px;
  height: 12px;
  background: #d7e5f7;
}

.service-manage i:nth-of-type(2) {
  left: 132px;
  right: 68px;
  top: 70px;
  height: 12px;
  background: #e5effa;
}

.service-manage i:nth-of-type(3) {
  left: 132px;
  bottom: 32px;
  width: 92px;
  height: 12px;
  background: linear-gradient(90deg, var(--green), var(--sky));
}

.service-content span {
  left: 28px;
  top: 26px;
  width: 118px;
  height: 86px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(40, 58, 92, 0.12);
}

.service-content i:first-of-type {
  left: 48px;
  top: 50px;
  width: 74px;
  height: 10px;
  background: var(--purple);
  box-shadow: 0 25px 0 #d7e5f7, 0 50px 0 #e5effa;
}

.service-content i:nth-of-type(2) {
  right: 34px;
  top: 34px;
  width: 86px;
  height: 86px;
  border-radius: 18px;
  background: var(--amber);
  transform: rotate(5deg);
}

.service-content i:nth-of-type(3) {
  right: 58px;
  bottom: 34px;
  width: 74px;
  height: 12px;
  background: #0a0d16;
}

.service-seo span {
  left: 30px;
  bottom: 32px;
  width: 28px;
  height: 58px;
  background: var(--green);
  box-shadow: 58px -22px 0 var(--blue), 116px -42px 0 var(--purple);
}

.service-seo i:first-of-type {
  left: 34px;
  right: 34px;
  top: 44px;
  height: 9px;
  background: #0a0d16;
  transform: rotate(-12deg);
}

.service-seo i:nth-of-type(2) {
  right: 38px;
  top: 28px;
  width: 72px;
  height: 72px;
  border: 10px solid rgba(58, 167, 255, 0.24);
}

.service-seo i:nth-of-type(3) {
  right: 58px;
  bottom: 28px;
  width: 88px;
  height: 12px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
}

.service-speed span {
  left: 34px;
  top: 30px;
  width: 96px;
  height: 96px;
  border: 12px solid #d7e5f7;
  border-top-color: var(--purple);
  border-right-color: var(--sky);
  border-radius: 50%;
}

.service-speed i:first-of-type {
  left: 76px;
  top: 76px;
  width: 72px;
  height: 8px;
  background: #0a0d16;
  transform-origin: left center;
  transform: rotate(-34deg);
}

.service-speed i:nth-of-type(2) {
  right: 34px;
  top: 42px;
  width: 130px;
  height: 12px;
  background: #d7e5f7;
  box-shadow: 0 34px 0 #e5effa;
}

.service-speed i:nth-of-type(3) {
  right: 74px;
  bottom: 30px;
  width: 90px;
  height: 12px;
  background: var(--green);
}

.service-support span {
  left: 38px;
  top: 36px;
  width: 92px;
  height: 68px;
  border-radius: 18px;
  background: #0a0d16;
}

.service-support span::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -14px;
  border-top: 18px solid #0a0d16;
  border-right: 20px solid transparent;
}

.service-support i:first-of-type {
  right: 42px;
  top: 42px;
  width: 112px;
  height: 12px;
  background: var(--sky);
  box-shadow: 0 30px 0 #d7e5f7, 0 60px 0 #e5effa;
}

.service-support i:nth-of-type(2) {
  left: 62px;
  top: 60px;
  width: 14px;
  height: 14px;
  background: #fff;
  box-shadow: 28px 0 0 #fff;
}

.service-support i:nth-of-type(3) {
  right: 54px;
  bottom: 30px;
  width: 80px;
  height: 12px;
  background: var(--green);
}

.service-grid h3,
.industry-grid h3 {
  margin-bottom: 9px;
  font-size: 20px;
  letter-spacing: 0;
}

.service-grid p,
.industry-grid p {
  margin: 0;
  color: #626979;
  font-size: 15px;
}

.industries {
  background: transparent;
}

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

.industry-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(213, 226, 244, 0.92);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.96));
  box-shadow: 0 18px 48px rgba(30, 42, 67, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.industry-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 64px rgba(30, 42, 67, 0.14);
}

.industry-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.05), transparent 42%);
  pointer-events: none;
}

.industry-grid h3,
.industry-grid p,
.industry-grid a {
  margin-left: 20px;
  margin-right: 20px;
}

.industry-grid h3 {
  margin-top: 18px;
}

.industry-grid p {
  min-height: 68px;
  margin-bottom: 18px;
}

.industry-grid a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dde7f4;
  border-radius: 999px;
  background: #fff;
  margin-bottom: 22px;
}

.industry-media {
  position: relative;
  height: 232px;
  background:
    radial-gradient(circle at 22% 18%, rgba(124, 92, 255, 0.14), transparent 36%),
    linear-gradient(135deg, #eef6ff, #f8fbff);
  overflow: hidden;
}

.industry-media::before,
.industry-media::after {
  content: "";
  position: absolute;
  border-radius: 7px;
}

.industry-media span,
.industry-media i {
  position: absolute;
  display: block;
  border-radius: 999px;
}

.crypto::before {
  inset: 36px 44px 58px;
  background:
    radial-gradient(circle at 28% 32%, #7c5cff 0 10px, transparent 11px),
    radial-gradient(circle at 70% 58%, #3aa7ff 0 10px, transparent 11px),
    linear-gradient(135deg, #0a0d16, #192748);
  box-shadow: 0 18px 42px rgba(34, 52, 83, 0.16);
}

.crypto::after {
  left: 74px;
  right: 74px;
  top: 98px;
  height: 10px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
  transform: rotate(-18deg);
}

.crypto span {
  right: 54px;
  bottom: 42px;
  width: 104px;
  height: 70px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(34, 52, 83, 0.12);
}

.crypto i {
  right: 78px;
  bottom: 76px;
  width: 54px;
  height: 8px;
  background: var(--green);
  box-shadow: 0 22px 0 var(--sky);
}

.manufacturing::before {
  inset: 54px 42px 48px;
  background:
    linear-gradient(90deg, rgba(12, 16, 26, 0.86), rgba(12, 16, 26, 0.72)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,0.16) 23px 25px);
}

.manufacturing::after {
  left: 58px;
  right: 58px;
  bottom: 42px;
  height: 20px;
  background: var(--blue);
}

.manufacturing span {
  left: 68px;
  right: 68px;
  top: 76px;
  height: 16px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 0 rgba(255, 255, 255, 0.18);
}

.manufacturing i {
  left: 72px;
  bottom: 74px;
  width: 42px;
  height: 42px;
  background: var(--amber);
  box-shadow: 68px 0 0 var(--green), 136px 0 0 var(--sky);
}

.healthcare::before {
  inset: 36px 58px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(34, 52, 83, 0.16);
}

.healthcare::after {
  width: 50px;
  height: 50px;
  top: 80px;
  left: calc(50% - 25px);
  background:
    linear-gradient(90deg, transparent 18px, var(--green) 18px 32px, transparent 32px),
    linear-gradient(0deg, transparent 18px, var(--green) 18px 32px, transparent 32px);
}

.healthcare span {
  left: 72px;
  right: 72px;
  bottom: 48px;
  height: 12px;
  background: #d7e5f7;
  box-shadow: 0 -34px 0 #e5effa;
}

.healthcare i {
  right: 76px;
  top: 44px;
  width: 58px;
  height: 58px;
  border: 10px solid rgba(31, 184, 134, 0.18);
}

.legal::before {
  inset: 46px 58px 34px;
  background:
    linear-gradient(90deg, transparent 0 45%, #11131a 45% 55%, transparent 55%),
    linear-gradient(180deg, #11131a 0 12%, transparent 12% 100%);
}

.legal::after {
  left: 50px;
  right: 50px;
  bottom: 40px;
  height: 14px;
  background: var(--amber);
}

.legal span {
  left: 82px;
  right: 82px;
  top: 68px;
  height: 12px;
  background: #11131a;
  box-shadow: 0 58px 0 #11131a;
}

.legal i {
  left: 86px;
  top: 90px;
  width: 20px;
  height: 58px;
  background: rgba(17, 19, 26, 0.82);
  box-shadow: 74px 0 0 rgba(17, 19, 26, 0.82), 148px 0 0 rgba(17, 19, 26, 0.82);
}

.realestate::before {
  inset: 42px 48px 42px;
  background:
    linear-gradient(135deg, transparent 0 45%, #0a0d16 46% 54%, transparent 55%),
    linear-gradient(45deg, transparent 0 45%, #0a0d16 46% 54%, transparent 55%),
    linear-gradient(#fff, #fff);
  box-shadow: inset 0 -36px 0 #dce8ff, 0 18px 42px rgba(34, 52, 83, 0.12);
}

.realestate::after {
  width: 64px;
  height: 52px;
  left: 78px;
  bottom: 56px;
  background: #7c5cff;
}

.realestate span {
  right: 58px;
  top: 50px;
  width: 68px;
  height: 68px;
  background: var(--green);
  clip-path: polygon(50% 0, 100% 42%, 84% 100%, 16% 100%, 0 42%);
}

.realestate i {
  right: 82px;
  top: 78px;
  width: 20px;
  height: 28px;
  border-radius: 6px;
  background: #fff;
}

.restaurant::before {
  width: 124px;
  height: 124px;
  top: 42px;
  left: calc(50% - 62px);
  border: 18px solid #fff;
  background: #ff7b7b;
  box-shadow: 0 18px 42px rgba(34, 52, 83, 0.14);
}

.restaurant::after {
  inset: auto 72px 38px;
  height: 10px;
  background: #11131a;
}

.restaurant span {
  left: 72px;
  top: 74px;
  width: 14px;
  height: 132px;
  background: #11131a;
  box-shadow: 274px 0 0 #11131a;
}

.restaurant i {
  right: 66px;
  top: 50px;
  width: 82px;
  height: 82px;
  border-radius: 16px;
  background: var(--amber);
}

.education::before {
  inset: 54px 54px 58px;
  background: #0a0d16;
  transform: skewY(-3deg);
}

.education::after {
  width: 112px;
  height: 68px;
  right: 50px;
  bottom: 52px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(34, 52, 83, 0.15);
}

.education span {
  left: 70px;
  top: 72px;
  width: 170px;
  height: 16px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
  transform: rotate(-4deg);
}

.education i {
  right: 86px;
  bottom: 76px;
  width: 50px;
  height: 10px;
  background: #d7e5f7;
  box-shadow: 0 24px 0 #e5effa;
}

.pricing-heading {
  margin-bottom: 22px;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 22px;
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(30, 42, 67, 0.06);
}

.package-card.featured {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 8%, rgba(124, 92, 255, 0.34), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(58, 167, 255, 0.2), transparent 32%),
    #0a0d16;
  color: #fff;
  box-shadow: 0 20px 52px rgba(10, 13, 22, 0.22);
}

.package-label {
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-card.featured .package-label {
  color: var(--sky);
}

.package-card h3 {
  margin: 12px 0 10px;
  font-size: 23px;
}

.package-price {
  margin-bottom: 14px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.package-card p {
  min-height: 68px;
  margin-bottom: 18px;
  color: #626979;
  font-size: 15px;
}

.package-card.featured p {
  color: rgba(255, 255, 255, 0.74);
}

.package-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #384050;
  font-size: 14px;
  font-weight: 650;
}

.package-card.featured ul {
  color: rgba(255, 255, 255, 0.84);
}

.package-card li {
  position: relative;
  padding-left: 20px;
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.package-card .button {
  width: 100%;
  margin-top: auto;
}

.faq h2 {
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.faq-item {
  border: 1px solid #e5e9f2;
  border-radius: 8px;
  background: #fff;
}

.faq-item button {
  position: relative;
  width: 100%;
  min-height: 64px;
  padding: 18px 48px 18px 20px;
  border: 0;
  background: transparent;
  color: #11131a;
  font-size: 16px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: #7b8190;
  font-size: 24px;
  font-weight: 400;
}

.faq-item.open button::after {
  content: "−";
}

.faq-item p {
  display: none;
  margin: 0;
  padding: 0 20px 20px;
  color: #626979;
  font-size: 15px;
}

.faq-item.open p {
  display: block;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 300px 420px;
  gap: 34px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: 520px;
  padding: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 18%, rgba(117, 210, 255, 0.26), transparent 34%),
    radial-gradient(circle at 58% 24%, rgba(124, 92, 255, 0.24), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(176, 109, 255, 0.22), transparent 30%),
    #11131a;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 78px rgba(10, 13, 22, 0.22);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, black, transparent 74%);
  pointer-events: none;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.74);
}

.final-cta > div,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-visual {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

.moon-card {
  position: absolute;
  inset: 28px 0 auto;
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
}

.moon-card span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.moon-card strong {
  display: block;
  margin-top: 8px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.moon-card i {
  position: absolute;
  left: 22px;
  right: 22px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.moon-card i:first-of-type {
  top: 112px;
}

.moon-card i:nth-of-type(2) {
  top: 146px;
  right: 74px;
}

.moon-card i:nth-of-type(3) {
  bottom: 28px;
  width: 92px;
  background: linear-gradient(90deg, var(--purple), var(--sky));
}

.orbit-line {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(117, 210, 255, 0.32);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.contact-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(16px);
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.94);
  color: #11131a;
  font-size: 14px;
  font-weight: 600;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  width: min(var(--max), calc(100% - 40px));
  margin: 70px auto 28px;
  padding-top: 26px;
  border-top: 1px solid #e5e9f2;
}

.site-footer p {
  max-width: 360px;
  margin: 12px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: #454b59;
  font-size: 14px;
  font-weight: 650;
}

.copyright {
  grid-column: 1 / -1;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 5px;
    place-content: center;
    width: 42px;
    height: 40px;
    border: 1px solid #d9deeb;
    border-radius: 7px;
    background: #fff;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #11131a;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.open .site-nav,
  .site-header.open .header-cta {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
  }

  .site-header.open .site-nav {
    flex-direction: column;
    align-items: stretch;
    padding-top: 10px;
  }

  .site-header.open .header-cta {
    margin-top: 2px;
  }

  .dashboard {
    grid-template-columns: 1fr;
    background: #fff;
  }

  .dash-sidebar {
    display: none;
  }

  .metric-grid,
  .service-grid,
  .industry-grid,
  .service-detail-grid,
  .industry-detail-grid,
  .case-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-track,
  .split-panel,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .shot-body {
    grid-template-columns: 1fr;
  }

  .carousel-track {
    aspect-ratio: 4 / 3;
  }

  .track-arrow {
    display: none;
  }
}

@media (max-width: 720px) {
  .section-shell {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    width: min(100% - 20px, 1220px);
  }

  .hero {
    padding-top: 58px;
  }

  .hero-copy {
    max-width: 430px;
  }

  h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(38px, 10vw, 44px);
  }

  .hero-copy p {
    max-width: 330px;
    font-size: 16px;
  }

  .showcase-carousel {
    width: min(100% - 28px, 1320px);
  }

  .carousel-track {
    aspect-ratio: 4 / 3.2;
  }

  .website-shot {
    inset: 10px;
    grid-template-rows: 48px 1fr;
  }

  .shot-chrome {
    grid-template-columns: 9px 9px 9px 1fr;
    gap: 6px;
    padding: 0 10px;
  }

  .shot-chrome span {
    width: 8px;
    height: 8px;
  }

  .shot-chrome strong {
    padding: 7px 9px;
    font-size: 10px;
  }

  .shot-body {
    gap: 10px;
    padding: 10px;
  }

  .browser-top {
    grid-template-columns: 62px 1fr 28px;
    gap: 8px;
    height: 48px;
    padding: 0 10px;
  }

  .window-dots span {
    width: 9px;
    height: 9px;
  }

  .address-bar {
    padding: 7px 10px;
    font-size: 11px;
  }

  .window-action {
    width: 24px;
    height: 24px;
  }

  .dash-main {
    padding: 16px;
  }

  .dash-heading {
    display: grid;
  }

  .metric-grid,
  .service-grid,
  .industry-grid,
  .service-detail-grid,
  .industry-detail-grid,
  .case-grid,
  .package-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 72px 0 44px;
  }

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

  .service-detail-grid,
  .industry-detail-grid,
  .case-grid {
    padding-bottom: 64px;
  }

  .split-panel {
    margin-bottom: 64px;
    padding: 24px;
  }

  .timeline {
    padding-bottom: 64px;
  }

  .timeline article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-row {
    min-width: 760px;
  }

  .metric-card {
    min-height: 0;
  }

  .process,
  .services,
  .industries,
  .pricing,
  .faq {
    padding: 64px 0;
  }

  .section-heading p {
    font-size: 16px;
  }

  .process-track article {
    min-height: 300px;
  }

  .industry-media {
    height: 184px;
  }

  .final-cta {
    min-height: 0;
  }

  .contact-visual {
    display: none;
  }

  .final-cta {
    padding: 24px;
  }

  .final-cta {
    width: min(100% - 28px, var(--max));
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
