:root {
  --yellow: #ffe600;
  --purple: #a600ff;
  --pink: #ff35e8;
  --dark: #120019;
  --black: #050007;
  --white: #ffffff;
  --cream: #fff7b8;
  --lavender: #d8c4ff;
  --line: rgba(18, 0, 25, 0.14);
  --light-line: rgba(255, 230, 0, 0.22);
  --radius: 8px;
  --shadow: 0 22px 56px rgba(18, 0, 25, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.cursor-dot {
  position: fixed;
  z-index: 80;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border: 2px solid var(--purple);
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease, width 180ms ease, height 180ms ease;
}

.cursor-dot.is-active {
  opacity: 0.75;
}

.cursor-dot.is-hovering {
  width: 42px;
  height: 42px;
  border-color: var(--yellow);
}

.page-shell {
  width: 100%;
  overflow-x: hidden;
}

.section-band {
  width: 100%;
  padding: clamp(76px, 8vw, 120px) clamp(22px, 5vw, 64px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 16px clamp(20px, 5vw, 64px);
  color: var(--white);
  background: var(--dark);
  border-bottom: 1px solid var(--light-line);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  background: #000;
  border-radius: var(--radius);
  box-shadow: 0 0 22px rgba(255, 230, 0, 0.5), 0 0 30px rgba(166, 0, 255, 0.38);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-links {
  justify-content: center;
  gap: clamp(16px, 2.4vw, 30px);
  color: var(--lavender);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a,
.site-footer a {
  position: relative;
  white-space: nowrap;
}

.nav-links a::after,
.site-footer a::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  content: "";
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.nav-links a:hover::after,
.site-footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button.primary {
  color: var(--yellow);
  background: var(--purple);
  box-shadow: 7px 7px 0 var(--yellow), 0 0 24px rgba(166, 0, 255, 0.42);
}

.button.secondary {
  color: var(--dark);
  background: var(--yellow);
  border: 1px solid rgba(18, 0, 25, 0.18);
  box-shadow: 7px 7px 0 var(--purple);
}

.nav-cta:hover,
.button:hover {
  transform: translate(-2px, -2px);
}

.hero {
  display: grid;
  min-height: calc(100vh - 87px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
  color: var(--dark);
  background: var(--yellow);
}

.hero-copy {
  width: 100%;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.work .eyebrow,
.contact .eyebrow {
  color: var(--dark);
}

.hero .eyebrow {
  text-align: center;
}

h1 {
  max-width: 15ch;
  margin-right: auto;
  margin-left: auto;
  color: var(--dark);
  font-size: clamp(2.7rem, 4.35vw, 4.35rem);
  line-height: 1;
  text-align: center;
}

h2 {
  max-width: 690px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.04;
}

h3 {
  color: inherit;
  font-size: clamp(1.12rem, 1.5vw, 1.46rem);
  line-height: 1.18;
}

.hero-text {
  max-width: 620px;
  margin: 26px 0 30px;
  color: var(--dark);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.metrics {
  display: grid;
  width: min(100%, 620px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(18, 0, 25, 0.14);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--purple);
}

.metrics div {
  display: flex;
  min-width: 0;
  min-height: 104px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  border-right: 1px solid rgba(18, 0, 25, 0.12);
  text-align: center;
}

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

.metrics strong {
  display: block;
  color: var(--purple);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1;
}

.metrics span {
  margin-top: 8px;
  color: var(--dark);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.18;
}

.hero-visual {
  width: 100%;
  perspective: 1100px;
}

.device-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 12px;
  background: var(--black);
  border: 1px solid rgba(18, 0, 25, 0.18);
  border-radius: 14px;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  animation: floatFrame 6s ease-in-out infinite;
}

.browser-bar,
.mini-bar {
  display: flex;
  gap: 8px;
}

.browser-bar {
  padding: 6px 4px 12px;
}

.browser-bar span,
.mini-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--yellow);
}

.browser-bar span:nth-child(2),
.mini-bar span:nth-child(2) {
  background: var(--pink);
}

.browser-bar span:nth-child(3),
.mini-bar span:nth-child(3) {
  background: var(--purple);
}

.device-frame img {
  width: 100%;
  border-radius: var(--radius);
  background: var(--white);
  filter: saturate(1.18) hue-rotate(45deg);
}

.floating-card {
  position: absolute;
  display: grid;
  min-width: 126px;
  gap: 4px;
  padding: 14px;
  color: var(--white);
  background: rgba(18, 0, 25, 0.94);
  border: 1px solid var(--light-line);
  border-radius: var(--radius);
  box-shadow: 0 20px 48px rgba(18, 0, 25, 0.18);
}

.floating-card span {
  color: var(--lavender);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-card strong {
  color: var(--yellow);
  font-size: 1.45rem;
}

.card-one {
  right: -18px;
  top: 22%;
  animation: driftOne 4.8s ease-in-out infinite;
}

.card-two {
  left: -18px;
  bottom: 16%;
  animation: driftTwo 5.4s ease-in-out infinite;
}

.marquee {
  overflow: hidden;
  color: var(--white);
  background: var(--purple);
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 40px;
  padding: 18px 0;
  animation: marquee 24s linear infinite;
}

.marquee span {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 900;
  white-space: nowrap;
}

.services,
.process,
.testimonials {
  background: var(--purple);
}

.work,
.contact {
  color: var(--dark);
  background: var(--yellow);
}

.faq,
.site-footer {
  background: var(--dark);
}

.section-heading {
  display: grid;
  width: min(100%, 760px);
  gap: 10px;
  margin: 0 auto clamp(32px, 5vw, 58px);
  text-align: center;
}

.section-heading h2 {
  margin: 0 auto;
}

.work .section-heading h2,
.contact h2 {
  color: var(--dark);
}

.service-grid,
.industry-grid,
.timeline,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.timeline-item,
.quote-card,
.contact-form,
.industry-card,
.faq-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.service-card,
.timeline-item,
.quote-card,
.contact-form {
  color: var(--cream);
  background: var(--dark);
  border: 1px solid var(--light-line);
}

.service-card,
.timeline-item,
.faq-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 30px);
}

.service-card p,
.timeline-item p,
.faq-card p,
.contact-copy p {
  color: var(--lavender);
  line-height: 1.58;
}

.icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 34px;
  color: var(--white);
  background: var(--purple);
  border-radius: var(--radius);
  font-weight: 900;
}

.service-card:nth-child(even) .icon {
  color: var(--dark);
  background: var(--yellow);
}

.service-card h3,
.timeline-item h3,
.faq-card h3 {
  margin-bottom: 14px;
}

.industry-card {
  display: flex;
  min-height: 418px;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  color: var(--cream);
  background: var(--dark);
  border: 1px solid var(--light-line);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card,
.timeline-item,
.quote-card,
.faq-card {
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card:hover,
.timeline-item:hover,
.quote-card:hover,
.industry-card:hover,
.faq-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(18, 0, 25, 0.22);
}

.mini-browser {
  min-height: 230px;
  padding: 12px;
  background: var(--black);
  border: 1px solid rgba(255, 230, 0, 0.24);
  border-radius: var(--radius);
}

.mini-bar {
  margin-bottom: 14px;
}

.industry-card p {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.industry-card h3 {
  color: var(--cream);
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.28;
}

.store-stage,
.business-stage,
.education-stage,
.hospital-stage {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  background: #2a003d;
  border-radius: var(--radius);
}

.product-card {
  position: absolute;
  left: 20px;
  top: 26px;
  width: 96px;
  height: 112px;
  background: var(--yellow);
  border-radius: var(--radius);
  box-shadow: 0 0 28px rgba(255, 230, 0, 0.45);
  animation: productFloat 3.8s ease-in-out infinite;
}

.cart-bubble {
  position: absolute;
  right: 26px;
  top: 44px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--dark);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 900;
  animation: cartPop 2.4s ease-in-out infinite;
}

.price-line {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  height: 12px;
  background: var(--pink);
  border-radius: 999px;
  animation: scanLine 2.8s ease-in-out infinite;
}

.business-stage {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 16px;
  padding: 24px;
}

.chart-bar {
  width: 34px;
  height: 62px;
  background: var(--yellow);
  border-radius: 8px 8px 0 0;
  transform-origin: bottom;
  animation: barGrow 2.4s ease-in-out infinite;
}

.chart-bar:nth-child(2) {
  height: 98px;
  background: var(--pink);
  animation-delay: 160ms;
}

.chart-bar:nth-child(3) {
  height: 128px;
  background: var(--purple);
  animation-delay: 320ms;
}

.growth-line {
  position: absolute;
  top: 52px;
  right: 30px;
  left: 34px;
  height: 4px;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 230, 0, 0.8);
  transform: rotate(-18deg);
  animation: glowPulse 1.8s ease-in-out infinite;
}

.book {
  position: absolute;
  top: 38px;
  width: 86px;
  height: 112px;
  border: 3px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(255, 230, 0, 0.4);
  animation: bookFlip 3s ease-in-out infinite;
}

.book-one {
  left: 38px;
  transform-origin: right center;
}

.book-two {
  right: 38px;
  border-color: var(--pink);
  transform-origin: left center;
  animation-delay: 250ms;
}

.lesson-dot {
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: var(--yellow);
  border-radius: 50%;
  animation: lessonPing 1.8s ease-out infinite;
}

.pulse-line {
  position: absolute;
  top: 86px;
  left: -35%;
  width: 170%;
  height: 58px;
  background: var(--yellow);
  clip-path: polygon(0 50%, 18% 50%, 25% 16%, 34% 78%, 44% 50%, 56% 50%, 62% 26%, 72% 70%, 82% 50%, 100% 50%, 100% 56%, 82% 56%, 72% 76%, 62% 32%, 56% 56%, 44% 56%, 34% 84%, 25% 22%, 18% 56%, 0 56%);
  filter: drop-shadow(0 0 13px rgba(255, 230, 0, 0.75));
  animation: pulseMove 2.6s linear infinite;
}

.medical-cross {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 58px;
  height: 58px;
  animation: glowPulse 1.8s ease-in-out infinite;
}

.medical-cross::before,
.medical-cross::after {
  position: absolute;
  content: "";
  background: var(--pink);
  border-radius: 6px;
}

.medical-cross::before {
  top: 0;
  left: 21px;
  width: 16px;
  height: 58px;
}

.medical-cross::after {
  top: 21px;
  left: 0;
  width: 58px;
  height: 16px;
}

.appointment-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 112px;
  height: 50px;
  background: var(--yellow);
  border-radius: var(--radius);
  animation: appointmentSlide 3.2s ease-in-out infinite;
}

.timeline-item {
  position: relative;
}

.timeline-item::before {
  position: absolute;
  top: 0;
  left: 24px;
  width: 52px;
  height: 5px;
  content: "";
  background: var(--pink);
}

.timeline-item span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonials {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quote-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
}

.quote-card p {
  color: var(--cream);
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 900;
  line-height: 1.18;
}

.quote-card span {
  margin-top: 22px;
  color: var(--lavender);
  font-weight: 900;
}

.faq-card {
  min-height: 215px;
  color: var(--white);
  background: var(--purple);
  border: 1px solid var(--light-line);
}

.faq-card p {
  color: var(--cream);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}

.contact-copy {
  width: min(100%, 610px);
}

.contact-copy h2 {
  margin-bottom: 22px;
  color: var(--dark);
}

.contact-copy p {
  color: var(--dark);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  max-width: 590px;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-details a,
.contact-details span {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  padding: 12px 14px;
  color: var(--yellow);
  background: var(--dark);
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.25;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

label {
  display: grid;
  gap: 8px;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 230, 0, 0.24);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

textarea {
  min-height: 142px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(255, 230, 0, 0.16);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  padding: 30px clamp(22px, 5vw, 64px);
  color: var(--white);
  border-top: 1px solid var(--light-line);
}

.footer-brand,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand p {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 900;
}

.footer-brand span {
  color: var(--lavender);
  line-height: 1.5;
}

.footer-contact h2 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.15;
}

.footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.address-bar {
  display: grid;
  gap: 4px;
  width: min(100%, 340px);
  padding: 14px 16px;
  color: var(--dark);
  background: var(--yellow);
  border-radius: var(--radius);
  box-shadow: 6px 6px 0 var(--purple);
}

.address-bar span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.address-bar strong {
  font-size: 1rem;
  line-height: 1.25;
}

.footer-map {
  min-height: 230px;
  overflow: hidden;
  border: 1px solid var(--light-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatFrame {
  0%,
  100% {
    transform: translateY(0) rotateX(0) rotateY(0);
  }
  50% {
    transform: translateY(-14px) rotateX(2deg) rotateY(-2deg);
  }
}

@keyframes driftOne {
  0%,
  100% {
    transform: translate3d(0, 0, 44px);
  }
  50% {
    transform: translate3d(-10px, 10px, 44px);
  }
}

@keyframes driftTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 44px);
  }
  50% {
    transform: translate3d(12px, -8px, 44px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes productFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-12px) rotate(4deg);
  }
}

@keyframes cartPop {
  0%,
  100% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.12);
  }
}

@keyframes scanLine {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(14px);
  }
}

@keyframes barGrow {
  0%,
  100% {
    transform: scaleY(0.72);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0.72;
    filter: drop-shadow(0 0 8px rgba(255, 230, 0, 0.42));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(255, 230, 0, 0.84));
  }
}

@keyframes bookFlip {
  0%,
  100% {
    transform: perspective(400px) rotateY(0);
  }
  50% {
    transform: perspective(400px) rotateY(26deg);
  }
}

@keyframes lessonPing {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 32px rgba(255, 230, 0, 0);
  }
}

@keyframes pulseMove {
  from {
    transform: translateX(-12%);
  }
  to {
    transform: translateX(18%);
  }
}

@keyframes appointmentSlide {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(14px);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

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

  .hero {
    min-height: auto;
    text-align: left;
  }

  .hero-copy,
  .hero-visual,
  .contact-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .metrics {
    margin-right: 0;
    margin-left: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .device-frame {
    margin: 0 auto;
  }

  .service-grid,
  .industry-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .footer-map {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .section-band {
    padding: 72px 24px;
  }

  .site-header {
    padding: 14px 22px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(2.45rem, 8vw, 3.8rem);
  }

  h2 {
    font-size: clamp(1.9rem, 6.5vw, 3rem);
  }

  .service-grid,
  .industry-grid,
  .timeline,
  .faq-grid,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .quote-card,
  .service-card,
  .timeline-item,
  .faq-card {
    min-height: 0;
  }

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

  .contact-form {
    padding: 24px;
  }
}

@media (max-width: 620px) {
  .cursor-dot {
    display: none;
  }

  .section-band {
    padding: 58px 16px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand {
    font-size: 0.98rem;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    gap: 34px;
    padding-top: 52px;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(2.18rem, 10vw, 2.9rem);
  }

  .hero-text {
    margin: 20px 0 24px;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    box-shadow: 5px 5px 0 var(--purple);
  }

  .metrics div {
    min-height: 88px;
    padding: 14px 6px;
  }

  .metrics strong {
    font-size: clamp(1.2rem, 7.5vw, 1.8rem);
  }

  .metrics span {
    font-size: 0.68rem;
  }

  .floating-card {
    position: static;
    width: calc(50% - 8px);
    min-width: 0;
    margin-top: 12px;
    display: inline-grid;
  }

  .card-one,
  .card-two {
    animation: none;
  }

  .marquee-track {
    gap: 28px;
    padding: 15px 0;
  }

  .section-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading h2 {
    margin: 0;
  }

  .service-card,
  .timeline-item,
  .faq-card,
  .quote-card {
    padding: 22px;
  }

  .mini-browser {
    min-height: 210px;
  }

  .book-one {
    left: 28px;
  }

  .book-two {
    right: 28px;
  }

  .contact {
    gap: 28px;
  }

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

@media (max-width: 390px) {
  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand {
    gap: 8px;
  }

  .nav-cta {
    font-size: 0.78rem;
  }

  h1 {
    font-size: clamp(2.05rem, 9.5vw, 2.65rem);
  }

  .metrics span {
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
