:root {
  --bg: #070a10;
  --panel: rgba(16, 23, 34, 0.78);
  --panel-strong: rgba(20, 31, 46, 0.92);
  --text: #f4f7fb;
  --muted: #9aa8bc;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #20d6ff;
  --green: #4cffb1;
  --amber: #ffca5f;
  --rose: #ff5f9f;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(32, 214, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(76, 255, 177, 0.11), transparent 24%),
    linear-gradient(180deg, #070a10 0%, #0b1018 48%, #080a0f 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

.loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: #05070b;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

#loaderCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.loader-shell {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(620px, calc(100vw - 36px));
  perspective: 1200px;
}

.loader-shell::before,
.loader-shell::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(32, 214, 255, 0.16);
  inset: -18px 38px 98px;
  transform: rotateX(68deg) rotateZ(8deg);
  animation: orbitPulse 2.8s ease-in-out infinite;
}

.loader-shell::after {
  inset: 14px 76px 124px;
  border-color: rgba(76, 255, 177, 0.14);
  transform: rotateX(68deg) rotateZ(-14deg);
  animation-delay: -1.2s;
}

.loader-core {
  position: relative;
  z-index: 2;
  width: 178px;
  height: 178px;
  margin-bottom: -42px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.core-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(32, 214, 255, 0.28);
  box-shadow: inset 0 0 34px rgba(32, 214, 255, 0.07);
  animation: coreSpin 6s linear infinite;
}

.core-ring:nth-child(1) {
  clip-path: polygon(50% 0, 100% 0, 100% 44%, 50% 50%);
}

.core-ring:nth-child(2) {
  inset: 20px;
  border-color: rgba(76, 255, 177, 0.34);
  animation-duration: 4.4s;
  animation-direction: reverse;
}

.core-ring:nth-child(3) {
  inset: 42px;
  border-color: rgba(255, 202, 95, 0.28);
  animation-duration: 3.4s;
}

.core-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 28px rgba(76, 255, 177, 0.9), 0 0 70px rgba(32, 214, 255, 0.42);
  animation: dotPulse 1.4s ease-in-out infinite;
}

.loader-code-stack {
  position: absolute;
  z-index: 1;
  inset: 32px 0 auto;
  display: grid;
  gap: 10px;
  color: rgba(215, 247, 255, 0.46);
  font-family: "Consolas", "Courier New", monospace;
  font-size: 13px;
  pointer-events: none;
}

.loader-code-stack span {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  animation: codeDrift 3.2s ease-in-out infinite;
}

.loader-code-stack span:nth-child(2) {
  justify-self: end;
  animation-delay: -1s;
}

.loader-code-stack span:nth-child(3) {
  justify-self: center;
  animation-delay: -1.8s;
}

.loader-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(32, 214, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(14, 22, 34, 0.84), rgba(5, 7, 11, 0.84)),
    rgba(7, 10, 16, 0.78);
  box-shadow: var(--shadow), inset 0 0 40px rgba(32, 214, 255, 0.08);
  backdrop-filter: blur(18px);
  transform: rotateX(2deg);
  overflow: hidden;
}

.loader-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(32, 214, 255, 0.12), transparent),
    repeating-linear-gradient(0deg, transparent 0 12px, rgba(255, 255, 255, 0.026) 13px);
  transform: translateX(-100%);
  animation: panelScan 2.6s ease-in-out infinite;
}

.loader-kicker,
.loader-brand,
.loader-terminal,
.loader-status,
.loader-progress {
  position: relative;
  z-index: 1;
}

.loader-kicker {
  margin-top: 46px;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.loader-brand {
  margin-bottom: 20px;
  font-size: clamp(32px, 7vw, 58px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.loader-terminal {
  display: grid;
  gap: 8px;
  color: var(--green);
  font-family: "Consolas", "Courier New", monospace;
  font-size: 14px;
}

.terminal-line {
  overflow: hidden;
  white-space: nowrap;
  animation: typing 1.8s steps(36, end) both;
}

.terminal-line:nth-child(2) {
  animation-delay: 0.35s;
}

.terminal-line:nth-child(3) {
  animation-delay: 0.7s;
}

.loader-progress {
  height: 4px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.loader-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--cyan), var(--green), var(--amber));
  transform-origin: left;
  animation: loadingBar 2.4s ease forwards;
}

.loader-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.loader-status strong {
  color: var(--text);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 82px;
  padding: 0 clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(7, 10, 16, 0.9), rgba(9, 15, 22, 0.74)),
    rgba(7, 10, 16, 0.72);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.logo,
.nav,
.header-cta {
  display: flex;
  align-items: center;
}

.logo {
  gap: 10px;
  font-weight: 800;
  transition: transform 0.18s ease, color 0.18s ease;
}

.logo:hover {
  transform: translateY(-1px);
  color: var(--green);
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: #051016;
  background:
    url("../img/softycodes-mark.svg") center / 44px 44px no-repeat;
  border: 0;
  box-shadow:
    0 0 28px rgba(32, 214, 255, 0.18),
    0 12px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.site-header img,
.logo img {
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  object-fit: cover !important;
}

.nav {
  gap: 6px;
  padding: 6px;
  color: #c7d3e1;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 42px;
  padding: 0 18px;
  overflow: hidden;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(32, 214, 255, 0.18), rgba(76, 255, 177, 0.1)),
    rgba(255, 255, 255, 0.055);
  transition: opacity 0.18s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 7px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav a span {
  position: relative;
  z-index: 1;
}

.nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.nav a:hover::before {
  opacity: 1;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform-style: preserve-3d;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.header-cta {
  position: relative;
  height: 50px;
  gap: 12px;
  padding: 0 18px 0 22px;
  font-size: 14px;
  font-weight: 700;
  color: #041016;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    0 16px 42px rgba(32, 214, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  overflow: hidden;
}

.header-cta::before {
  content: "";
  position: absolute;
  inset: -60% -30%;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.56), transparent 58%);
  transform: translateX(-70%) rotate(8deg);
  transition: transform 0.45s ease;
}

.header-cta span,
.header-cta i {
  position: relative;
  z-index: 1;
}

.header-cta i {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(4, 16, 22, 0.18);
  background: rgba(4, 16, 22, 0.1);
}

.header-cta i::before,
.header-cta i::after {
  content: "";
  position: absolute;
  background: #041016;
}

.header-cta i::before {
  width: 10px;
  height: 2px;
  top: 11px;
  left: 7px;
}

.header-cta i::after {
  width: 7px;
  height: 7px;
  top: 8px;
  right: 7px;
  border-top: 2px solid #041016;
  border-right: 2px solid #041016;
  background: transparent;
  transform: rotate(45deg);
}

.header-cta:hover::before {
  transform: translateX(70%) rotate(8deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
  padding: 120px clamp(18px, 5vw, 72px) 72px;
  overflow: hidden;
}

.hero-canvas,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-canvas {
  opacity: 0.78;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 18%, transparent 92%);
}

.hero-content,
.hero-orbit {
  position: relative;
  z-index: 1;
}

.eyebrow,
.hero-badge {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 38px;
  padding: 0 14px;
  color: #d9f7ff;
  border: 1px solid rgba(32, 214, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(76, 255, 177, 0.82);
}

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

h1 {
  max-width: 860px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 span {
  color: transparent;
  background: linear-gradient(100deg, var(--cyan), var(--green) 58%, var(--amber));
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 42px rgba(32, 214, 255, 0.12);
}

.hero-copy {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: #c7d3e1;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  font-weight: 800;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.button.primary {
  color: #041016;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.button.ghost {
  background: rgba(255, 255, 255, 0.07);
}

.magnetic:hover,
.tilt-button:hover {
  border-color: rgba(76, 255, 177, 0.42);
  box-shadow: 0 20px 55px rgba(32, 214, 255, 0.16);
}

.hero-orbit {
  min-height: 500px;
  perspective: 1000px;
}

.code-card,
.service-card,
.contact-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(18, 27, 40, 0.88), rgba(8, 12, 18, 0.78));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

.code-card {
  position: absolute;
  top: 50%;
  right: 0;
  width: min(100%, 520px);
  padding: 18px;
  transform: translateY(-50%) rotateY(-13deg) rotateX(8deg);
}

.code-card-top {
  display: flex;
  gap: 8px;
  padding-bottom: 18px;
}

.code-card-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.code-card-top span:nth-child(1) {
  background: var(--rose);
}

.code-card-top span:nth-child(2) {
  background: var(--amber);
}

.code-card-top span:nth-child(3) {
  background: var(--green);
}

pre {
  margin: 0;
  overflow: auto;
  color: #d7f7ff;
  font-family: "Consolas", "Courier New", monospace;
  font-size: clamp(13px, 1.5vw, 16px);
  line-height: 1.75;
}

.floating-chip {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 88px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  animation: float 5s ease-in-out infinite;
}

.chip-one {
  top: 72px;
  left: 8%;
}

.chip-two {
  right: 4%;
  bottom: 82px;
  animation-delay: -1.3s;
}

.chip-three {
  left: 18%;
  bottom: 126px;
  animation-delay: -2.1s;
}

.metrics,
.section,
.process,
.contact,
.footer {
  position: relative;
  z-index: 2;
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics div {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  margin-bottom: 6px;
  font-size: 20px;
}

.metrics span {
  color: var(--muted);
}

.section,
.process,
.contact {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 42px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4.6vw, 62px);
  line-height: 1.06;
  letter-spacing: 0;
}

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

.service-card {
  min-height: 340px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.service-card:hover {
  border-color: rgba(32, 214, 255, 0.36);
}

.service-index {
  display: inline-flex;
  margin-bottom: 82px;
  color: var(--green);
  font-weight: 800;
}

.service-card h3,
.timeline h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.service-card p,
.timeline p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.service-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--green);
  font-weight: 800;
}

.service-link::after {
  content: "";
  width: 26px;
  height: 2px;
  margin-left: 10px;
  background: linear-gradient(90deg, var(--green), transparent);
  transition: width 0.18s ease;
}

.service-link:hover::after {
  width: 42px;
}

.seo-main {
  min-height: 100vh;
  padding-top: 82px;
}

.seo-hero {
  position: relative;
  padding: 132px clamp(18px, 5vw, 72px) 72px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.seo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.seo-hero > * {
  position: relative;
  z-index: 1;
}

.seo-hero h1 {
  max-width: 980px;
}

.seo-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.75;
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  padding: 86px clamp(18px, 5vw, 72px);
}

.seo-article {
  max-width: 900px;
}

.seo-article h2 {
  margin-top: 46px;
  margin-bottom: 18px;
  font-size: clamp(28px, 3vw, 42px);
}

.seo-article h2:first-child {
  margin-top: 0;
}

.seo-article p,
.seo-article li {
  color: var(--muted);
  line-height: 1.85;
}

.seo-article ul {
  padding-left: 20px;
}

.seo-side {
  align-self: start;
  position: sticky;
  top: 110px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.seo-side h3 {
  margin-bottom: 14px;
}

.seo-side a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.seo-side a:hover {
  color: var(--green);
}

.process {
  background: rgba(255, 255, 255, 0.025);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
}

.timeline div {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.timeline div:last-child {
  border-right: 0;
}

.timeline span {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--cyan);
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.contact-copy {
  max-width: 760px;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.contact-link {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.contact-link:hover {
  transform: translateX(6px);
  border-color: rgba(76, 255, 177, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.contact-link span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-link strong {
  font-size: clamp(22px, 3vw, 32px);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@keyframes loadingBar {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes coreSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dotPulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes codeDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.32;
  }
  50% {
    transform: translate3d(0, -10px, 0);
    opacity: 0.72;
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.36;
  }
  50% {
    opacity: 0.88;
  }
}

@keyframes panelScan {
  0%,
  42% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .nav a {
    flex: 1;
    min-width: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .hero-orbit {
    min-height: 390px;
  }

  .code-card {
    left: 0;
    right: auto;
    width: 100%;
  }

  .services,
  .timeline,
  .contact,
  .seo-content {
    grid-template-columns: 1fr;
  }

  .seo-side {
    position: static;
  }

  .timeline div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .timeline div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .loader-panel {
    padding: 22px;
  }

  .loader-core {
    width: 144px;
    height: 144px;
  }

  .loader-code-stack {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(40px, 14vw, 58px);
  }

  .button {
    width: 100%;
  }

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

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .section,
  .process,
  .contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .service-card {
    min-height: 290px;
  }

  .service-index {
    margin-bottom: 54px;
  }

  .floating-chip {
    min-width: 74px;
  }
}
