:root {
  --bg: #02050d;
  --panel: rgba(4, 9, 18, 0.78);
  --panel-soft: rgba(7, 16, 32, 0.72);
  --blue: #1287ff;
  --blue-hot: #00b8ff;
  --blue-deep: #004dff;
  --text: #ffffff;
  --muted: #b9c7da;
  --line: rgba(28, 139, 255, 0.42);
  --line-strong: rgba(48, 166, 255, 0.78);
  --shadow-blue: 0 0 38px rgba(16, 130, 255, 0.36);
  --shadow-heavy: 0 30px 80px rgba(0, 0, 0, 0.55);
  --radius-lg: 32px;
  --radius: 22px;
  --nav-height: 88px;
  --scroll-grid-y: 0px;
  --scroll-card-y: 0px;
  --scroll-orb-y: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  position: relative;
  isolation: isolate;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background-color: #02050d;
  background:
    linear-gradient(125deg, rgba(14, 117, 255, 0.16), transparent 38%),
    linear-gradient(305deg, rgba(0, 184, 255, 0.1), transparent 42%),
    linear-gradient(180deg, #000 0%, #020714 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(112deg, transparent 0 18%, rgba(18, 135, 255, 0.16) 26%, transparent 38%),
    linear-gradient(248deg, transparent 0 26%, rgba(0, 184, 255, 0.1) 36%, transparent 52%),
    repeating-linear-gradient(118deg, transparent 0 72px, rgba(0, 184, 255, 0.035) 74px, transparent 78px);
  background-position: 0% 50%, 100% 50%, 0 0;
  background-size: 160% 160%, 180% 180%, 180px 180px;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  opacity: 0.68;
  animation: ambientFlow 22s ease-in-out infinite alternate;
}

body.nav-open {
  overflow: hidden;
}

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

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

button {
  border: 0;
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 98px 0;
}

.site-orb {
  position: fixed;
  pointer-events: none;
  z-index: -4;
}

.site-orb {
  width: min(72rem, 82vw);
  height: 10rem;
  filter: blur(34px);
  opacity: 0.18;
  translate: 0 var(--scroll-orb-y);
}

.site-orb-one {
  top: 7rem;
  left: -18rem;
  rotate: -12deg;
  background: linear-gradient(90deg, transparent, rgba(0, 112, 255, 0.66), rgba(0, 184, 255, 0.24), transparent);
  animation: lightBandOne 16s ease-in-out infinite alternate;
}

.site-orb-two {
  right: -22rem;
  top: 22rem;
  rotate: 13deg;
  background: linear-gradient(90deg, transparent, rgba(0, 184, 255, 0.46), rgba(0, 93, 255, 0.28), transparent);
  opacity: 0.14;
  animation: lightBandTwo 19s ease-in-out infinite alternate-reverse;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--nav-height);
  background: rgba(0, 0, 0, 0.46);
  border-bottom: 1px solid rgba(18, 135, 255, 0.16);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
}

.nav-shell {
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  width: max-content;
  text-decoration: none;
}

.brand-logo {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: contain;
  object-position: center;
}

.brand-logo-nav {
  width: clamp(136px, 13vw, 192px);
  height: clamp(46px, 4.2vw, 64px);
}

.brand-logo-hero {
  width: min(304px, 100%);
  height: clamp(92px, 10vw, 140px);
}

.brand-logo-card {
  width: min(196px, 100%);
  height: 82px;
  margin: 0 auto;
  border-radius: 12px;
}

.brand-logo-contact {
  width: min(320px, 100%);
  height: clamp(112px, 14vw, 174px);
  margin: 0 auto 22px;
}

.brand-logo-footer {
  width: min(170px, 100%);
  height: 60px;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 22px rgba(0, 132, 255, 0.34);
}

.brand-text-main {
  display: flex;
  align-items: baseline;
  gap: 0.12em;
  white-space: nowrap;
  line-height: 0.84;
}

.brand-text-main span:last-child {
  color: var(--blue-hot);
  background: linear-gradient(180deg, #9fe7ff, var(--blue-hot) 52%, #006cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 18px rgba(0, 132, 255, 0.42));
}

.brand-text-rule {
  display: block;
  width: 100%;
  max-width: 8.2em;
  height: 2px;
  margin-top: 0.22em;
  border-radius: 999px;
  background: linear-gradient(90deg, #0075ff, #20d2ff, #006cff);
  box-shadow: 0 0 18px rgba(0, 184, 255, 0.48);
}

.brand-text-tagline {
  max-width: 18rem;
  margin-top: 16px;
  color: rgba(235, 244, 255, 0.72);
  font-family: "Inter", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.22em;
  text-shadow: none;
}

.brand-text-nav {
  font-size: clamp(1.5rem, 2.1vw, 2.1rem);
}

.brand-text-nav .brand-text-rule {
  max-width: 5.4rem;
  height: 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(28, 139, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 15, 29, 0.66);
}

.site-nav a {
  padding: 12px 18px;
  border-radius: 999px;
  color: #dceaff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 93, 255, 0.92), rgba(0, 184, 255, 0.76));
  box-shadow: var(--shadow-blue);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(8, 22, 44, 0.8);
  border: 1px solid var(--line);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: calc(100vh - var(--nav-height));
  display: grid;
  align-items: center;
  padding-top: 74px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.7), rgba(2, 8, 22, 0.68)),
    radial-gradient(circle at 54% 50%, rgba(0, 132, 255, 0.16), transparent 30rem);
}

.hero-brush {
  position: absolute;
  width: 28rem;
  height: 7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(0, 117, 255, 0.9), rgba(0, 184, 255, 0.45), transparent);
  filter: blur(12px);
  opacity: 0.55;
  transform: rotate(-13deg);
  pointer-events: none;
}

.hero-brush-top {
  right: -8rem;
  top: 8rem;
}

.hero-brush-bottom {
  left: -9rem;
  bottom: 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(340px, 1.25fr) minmax(290px, 0.8fr);
  align-items: center;
  gap: 42px;
}

.hero-brand,
.hero-copy,
.hero-price-stack,
.service-card,
.pricing-card,
.mockup-stage,
.portfolio-copy,
.why-strip,
.contact-card,
.section-heading {
  position: relative;
}

.hero-logo-card {
  position: relative;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(22, 145, 255, 0.22);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 72% 18%, rgba(0, 132, 255, 0.16), transparent 48%),
    rgba(0, 0, 0, 0.34);
  box-shadow: var(--shadow-heavy), inset 0 0 40px rgba(0, 117, 255, 0.08);
  overflow: hidden;
}

.hero-logo-card::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 14%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-hot), transparent);
  box-shadow: 0 0 22px rgba(0, 184, 255, 0.9);
}

.hero-logo-card .brand-text-hero {
  margin: 0 auto;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  text-align: left;
}

.hero-logo-card .brand-text-main,
.business-card .brand-text-main {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.hero-mini-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.hero-mini-row span {
  padding: 12px 10px;
  border: 1px solid rgba(27, 142, 255, 0.28);
  border-radius: 14px;
  background: rgba(2, 12, 26, 0.68);
  color: #e8f3ff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-hot);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.portfolio-copy h2,
.contact-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: 0.88;
  text-transform: uppercase;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(4.4rem, 8vw, 8.7rem);
  letter-spacing: 0.015em;
  text-shadow: 0 0 34px rgba(0, 0, 0, 0.62);
}

.hero-copy h1 span,
.section-heading h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #4fc5ff 0%, #006cff 74%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 18px rgba(0, 132, 255, 0.34));
}

.hero-text {
  max-width: 590px;
  margin: 22px 0 0;
  color: #dce8f8;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.75;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-hot));
  box-shadow: 0 12px 32px rgba(0, 117, 255, 0.42);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 18px 46px rgba(0, 132, 255, 0.62);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(7, 16, 32, 0.58);
  color: #e8f4ff;
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-blue);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 34px;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(30, 132, 255, 0.22);
  border-radius: 18px;
  background: rgba(5, 13, 28, 0.7);
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-price-stack {
  display: grid;
  gap: 18px;
}

.hero-price-card,
.pricing-card,
.service-card,
.why-strip,
.contact-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(8, 20, 40, 0.86), rgba(1, 4, 10, 0.68)),
    radial-gradient(circle at 20% 0%, rgba(0, 132, 255, 0.2), transparent 36%);
  box-shadow: var(--shadow-heavy);
}

.hero-price-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-price-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-heavy), var(--shadow-blue);
}

.price-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #005dff, #20c5ff);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.2), 0 0 28px rgba(0, 132, 255, 0.44);
}

.price-icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.hero-price-card p,
.pricing-kicker {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-price-card span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
}

.hero-price-card strong {
  display: block;
  margin-top: 4px;
  color: transparent;
  background: linear-gradient(180deg, #4bc4ff, #006cff);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 0.9;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.portfolio-copy h2,
.contact-card h2 {
  font-size: clamp(3rem, 5.5vw, 5.4rem);
}

.section-heading p:not(.eyebrow),
.portfolio-copy p,
.contact-card p:not(.eyebrow),
.service-card p,
.why-strip p,
.pricing-copy {
  color: var(--muted);
  line-height: 1.7;
}

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

.service-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0.65;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-heavy), var(--shadow-blue);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 93, 255, 0.78), rgba(0, 184, 255, 0.38));
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.service-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.service-card h3,
.why-strip h3 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.service-card p {
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 34px;
}

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

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.pricing-card {
  position: relative;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-heavy), var(--shadow-blue);
}

.pricing-card-featured {
  border-color: var(--line-strong);
}

.limited-pill {
  display: flex;
  width: fit-content;
  margin: 0 0 18px auto;
  padding: 7px 14px;
  border-radius: 999px;
  color: #001022;
  background: linear-gradient(90deg, #43ceff, #0b79ff);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 16px 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.pricing-card h3 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #fff, #0d8dff 70%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(4.2rem, 8vw, 6.4rem);
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 30px;
  color: #edf7ff;
  font-weight: 700;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 16px;
  height: 9px;
  border-left: 3px solid var(--blue-hot);
  border-bottom: 3px solid var(--blue-hot);
  transform: rotate(-45deg);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 46px;
}

.portfolio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
  align-items: center;
}

.portfolio-copy .portfolio-actions .btn {
  margin-top: 0;
}

.mockup-stage {
  min-height: 520px;
  border: 1px solid rgba(26, 135, 255, 0.28);
  border-radius: 38px;
  background:
    radial-gradient(circle at 75% 18%, rgba(0, 184, 255, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(5, 16, 34, 0.88), rgba(0, 0, 0, 0.68));
  box-shadow: var(--shadow-heavy), inset 0 0 50px rgba(0, 100, 255, 0.12);
  overflow: hidden;
}

.mockup-stage::before {
  content: "";
  position: absolute;
  inset: auto -16% 14% -16%;
  height: 130px;
  background: linear-gradient(90deg, transparent, rgba(0, 100, 255, 0.82), rgba(0, 184, 255, 0.38), transparent);
  transform: rotate(-10deg);
  opacity: 0.54;
  filter: blur(5px);
}

.laptop {
  position: absolute;
  left: 8%;
  right: 10%;
  top: 16%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  background: #02060e;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.62);
  overflow: hidden;
}

.laptop-bar {
  display: flex;
  gap: 7px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.laptop-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.laptop-screen img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.work-browser-preview {
  display: grid;
  min-height: 250px;
  align-content: center;
  gap: 14px;
  padding: 28px;
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 184, 255, 0.2), transparent 34%),
    linear-gradient(135deg, #030813, #061a32);
}

.work-browser-preview span {
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(18, 135, 255, 0.36);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--blue-hot);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-browser-preview strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.3rem, 8vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.work-browser-preview p {
  max-width: 460px;
  margin: 0;
  color: rgba(235, 244, 255, 0.72);
  font-weight: 700;
  line-height: 1.6;
}

.phone {
  position: absolute;
  right: 7%;
  bottom: 10%;
  width: 168px;
  padding: 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px;
  background: #01040a;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.64), 0 0 28px rgba(0, 132, 255, 0.18);
}

.phone-speaker {
  width: 44px;
  height: 5px;
  margin: 0 auto 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.phone img {
  height: 250px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.travel-ad-preview {
  display: grid;
  height: 250px;
  align-content: end;
  padding: 16px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 65% 10%, rgba(255, 156, 32, 0.44), transparent 36%),
    linear-gradient(155deg, #051125, #111029 42%, #e15b12);
}

.travel-ad-preview span {
  color: #fed7aa;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.travel-ad-preview strong {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.travel-ad-preview p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.business-card {
  position: absolute;
  left: 9%;
  bottom: 14%;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(39, 155, 255, 0.42);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.95), rgba(9, 28, 58, 0.9));
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.56);
  transform: rotate(-6deg);
}

.business-card .brand-text-card {
  margin: 0 auto;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  text-align: center;
}

.kt-logo-preview {
  display: grid;
  aspect-ratio: 1.8 / 1;
  place-items: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 166, 32, 0.28), transparent 36%),
    linear-gradient(135deg, #071126, #02040a);
  color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.68);
  text-shadow: 0 0 24px rgba(255, 112, 22, 0.55);
}

.work-page {
  min-height: 100vh;
}

.work-page-header {
  margin-bottom: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.work-hero-copy {
  max-width: 900px;
}

.work-hero-copy h1 {
  max-width: 980px;
  margin: 20px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.4rem, 8vw, 8rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
}

.work-hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(180deg, #4bc4ff, #006cff);
  -webkit-background-clip: text;
  background-clip: text;
}

.work-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.work-card {
  border: 1px solid rgba(18, 135, 255, 0.3);
  border-radius: 32px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: var(--shadow-blue);
  overflow: hidden;
  padding: 16px;
}

.work-card-visual {
  position: relative;
  min-height: 330px;
  border-radius: 24px;
  overflow: hidden;
}

.work-card-body {
  padding: 22px 8px 8px;
}

.work-card-body h2 {
  margin: 10px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.work-card-body p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.work-card-body .btn {
  margin-top: 20px;
}

.work-visual-fxrp {
  min-height: 330px;
  padding: 26px;
  background:
    radial-gradient(circle at 74% 20%, rgba(0, 184, 255, 0.22), transparent 35%),
    linear-gradient(145deg, #030813, #071d3a);
}

.work-visual-shell {
  min-height: 278px;
  padding: 18px;
  border: 1px solid rgba(18, 135, 255, 0.25);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.42);
}

.work-visual-dots {
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.work-visual-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.work-visual-dots span:nth-child(2) {
  background: var(--blue);
}

.work-visual-dots span:nth-child(3) {
  background: var(--blue-hot);
}

.work-visual-copy {
  display: grid;
  min-height: 218px;
  align-content: center;
}

.work-visual-copy span {
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(18, 135, 255, 0.32);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.38);
  color: var(--blue-hot);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-visual-copy strong {
  margin-top: 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
}

.work-visual-copy p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(235, 244, 255, 0.72);
  font-weight: 700;
  line-height: 1.65;
}

.work-visual-travel {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #041128 0%, #11102b 42%, #ea5b13 100%);
}

.work-visual-travel::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  height: 100%;
  width: 260px;
  rotate: 12deg;
  background: linear-gradient(180deg, #fb923c, #be185d, transparent);
  opacity: 0.8;
}

.work-visual-travel > * {
  position: relative;
  z-index: 1;
}

.work-visual-travel-logo,
.work-visual-logo-mark {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(6rem, 16vw, 10rem);
  font-weight: 900;
  line-height: 0.8;
  color: transparent;
  background: linear-gradient(135deg, #cb145e, #ffb01c);
  -webkit-background-clip: text;
  background-clip: text;
}

.work-visual-travel h3 {
  margin: 6px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.work-visual-travel .work-visual-bottom {
  align-self: end;
  max-width: 520px;
}

.work-visual-bottom strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.work-visual-bottom p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  line-height: 1.7;
}

.work-visual-logo {
  display: grid;
  min-height: 330px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 137, 32, 0.24), transparent 32%),
    linear-gradient(145deg, #050b1e, #02030a);
}

.work-visual-logo div {
  text-align: center;
}

.work-visual-logo p {
  margin: 8px 0 0;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-visual-image {
  min-height: 330px;
  background: #000;
}

.work-visual-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.why-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 12px;
  border-radius: 28px;
}

.why-strip div {
  padding: 24px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.24);
}

.why-strip span {
  display: inline-grid;
  place-items: center;
  min-width: 50px;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: rgba(0, 115, 255, 0.28);
  border: 1px solid var(--line);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.contact {
  padding-top: 60px;
}

.contact-card {
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 70px);
  border-radius: 40px;
  text-align: center;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 184, 255, 0.24), transparent 44%),
    linear-gradient(90deg, transparent, rgba(0, 117, 255, 0.18), transparent);
  pointer-events: none;
}

.contact-card > * {
  position: relative;
}

.contact-card .brand-text-contact {
  margin: 0 auto 22px;
  font-size: clamp(3rem, 7vw, 5.6rem);
  text-align: center;
}

.contact-card p:not(.eyebrow) {
  max-width: 650px;
  margin: 18px auto 0;
  font-size: 1.08rem;
}

.contact-email {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  color: var(--blue-hot);
  font-size: 1.08rem;
  font-weight: 800;
  transition: color 180ms ease;
}

.contact-email:hover,
.contact-email:focus-visible {
  color: #fff;
}

.contact-actions {
  justify-content: center;
}

.site-footer {
  padding: 38px 0;
  border-top: 1px solid rgba(28, 139, 255, 0.16);
  background: rgba(0, 0, 0, 0.46);
}

.footer-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-logo {
  text-decoration: none;
}

.footer-logo .brand-text-footer {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

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

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

.software-hero {
  position: relative;
  min-height: calc(100svh - var(--nav-height));
  padding-top: 88px;
  overflow: hidden;
}

.software-hero::before {
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.7), rgba(1, 10, 24, 0.56)),
    linear-gradient(245deg, transparent 0 44%, rgba(0, 132, 255, 0.08) 55%, transparent 66%);
}

.hero-motion-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 18%, rgba(0, 132, 255, 0.2) 27%, transparent 39%),
    linear-gradient(244deg, transparent 0 32%, rgba(0, 184, 255, 0.12) 45%, transparent 58%),
    repeating-linear-gradient(115deg, transparent 0 84px, rgba(255, 255, 255, 0.03) 86px, transparent 92px);
  background-position: 0% 50%, 100% 50%, 0 0;
  background-size: 165% 165%, 180% 180%, 220px 220px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.58;
  transform: translate3d(0, var(--scroll-grid-y), 0);
  animation: ambientFlow 20s ease-in-out infinite alternate;
}

.hero-scanline {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 184, 255, 0.08), transparent);
  translate: 0 var(--scroll-grid-y);
  transform: translateY(-100%);
  animation: scanline 8s ease-in-out infinite;
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - 8rem);
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 48px;
  padding-block: 64px;
}

.hero-copy-panel {
  max-width: 720px;
  min-width: 0;
}

.hero-kicker {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(0, 184, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 117, 255, 0.08);
  color: var(--blue-hot);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(0, 132, 255, 0.16);
}

.hero-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--blue-hot);
  box-shadow: 0 0 18px rgba(0, 184, 255, 0.8);
  animation: pulseStatus 1.8s ease-in-out infinite;
}

.hero-wordmark {
  margin-top: 30px;
}

.hero-copy-panel h1 {
  max-width: 800px;
  margin: 34px 0 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 5.7vw, 5.6rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 0 34px rgba(0, 132, 255, 0.14);
}

.hero-copy-panel .hero-text {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(229, 241, 255, 0.74);
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.hero-proof-grid,
.hero-copy-panel .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 720px;
  margin-top: 36px;
}

.hero-copy-panel .hero-stats div {
  padding: 18px;
  border: 1px solid rgba(0, 132, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.dev-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 680px;
  min-width: 0;
  margin-inline: auto;
  perspective: 1200px;
  transform: translate3d(0, var(--scroll-card-y), 0);
}

.dev-window {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(0, 132, 255, 0.35);
  border-radius: 32px;
  background: rgba(3, 9, 22, 0.78);
  box-shadow: 0 0 54px rgba(0, 132, 255, 0.2), 0 30px 90px rgba(0, 0, 0, 0.48);
  transform: rotateX(1.5deg) rotateY(-2deg);
  backdrop-filter: blur(18px);
}

.dev-window::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(0, 184, 255, 0.12) 44%, transparent 54%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 24px);
  animation: dashboardSheen 9s ease-in-out infinite;
}

.dev-window-top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(235, 244, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.dev-window-top strong {
  padding: 5px 12px;
  border: 1px solid rgba(0, 184, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 184, 255, 0.1);
  color: var(--blue-hot);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.dev-dots {
  display: flex;
  gap: 8px;
}

.dev-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.dev-dots span:nth-child(2) {
  background: var(--blue);
}

.dev-dots span:nth-child(3) {
  background: var(--blue-hot);
}

.dev-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(188px, 216px);
  gap: 16px;
  padding: 20px;
}

.dev-board-main,
.dev-side-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.35);
}

.dev-board-main {
  padding: 16px;
}

.dev-panel-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dev-panel-header span,
.dev-side-panel > span,
.floating-stat span {
  color: rgba(235, 244, 255, 0.52);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dev-panel-header strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pipeline-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.pipeline-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  overflow: hidden;
  padding: 12px 16px;
  border: 1px solid rgba(0, 132, 255, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  animation: panelFloat 5.5s ease-in-out infinite;
}

.pipeline-card:nth-child(2) {
  animation-delay: 0.45s;
}

.pipeline-card:nth-child(3) {
  animation-delay: 0.9s;
}

.pipeline-card span {
  color: var(--blue-hot);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pipeline-card strong {
  display: block;
  min-width: 0;
  margin-top: 0;
  color: #fff;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.pipeline-card em {
  display: inline-flex;
  margin-top: 0;
  padding: 5px 12px;
  border: 1px solid rgba(0, 132, 255, 0.25);
  border-radius: 999px;
  background: rgba(0, 117, 255, 0.1);
  color: rgba(235, 244, 255, 0.72);
  font-size: 0.75rem;
  font-style: normal;
}

.code-card {
  margin-top: 20px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.55);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.88rem;
}

.code-card div {
  display: flex;
  gap: 16px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.code-card span {
  width: 24px;
  flex: 0 0 auto;
  color: rgba(0, 132, 255, 0.7);
}

.code-card code {
  color: rgba(235, 244, 255, 0.78);
  overflow-wrap: anywhere;
}

.dev-side-panel {
  padding: 16px;
  background: rgba(0, 117, 255, 0.06);
}

.dev-side-panel > span {
  display: block;
  margin-bottom: 16px;
}

.dev-service-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.25);
  color: var(--blue-hot);
}

.dev-service-row:last-child {
  margin-bottom: 0;
}

.dev-service-row svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.dev-service-row strong {
  color: #fff;
  font-size: 0.9rem;
}

.floating-stat {
  position: relative;
  min-width: 0;
  padding: 16px 20px;
  border: 1px solid rgba(0, 132, 255, 0.35);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 28px rgba(0, 132, 255, 0.2);
  backdrop-filter: blur(18px);
  animation: floatStat 6s ease-in-out infinite;
}

.floating-stat strong {
  display: block;
  margin-top: 4px;
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}

.floating-stat-one {
  justify-self: start;
}

.floating-stat-two {
  justify-self: end;
  animation-delay: 0.8s;
}

@keyframes lightBandOne {
  from {
    transform: translate3d(-3%, -8px, 0) scaleX(1);
  }
  to {
    transform: translate3d(18%, 28px, 0) scaleX(1.12);
  }
}

@keyframes lightBandTwo {
  from {
    transform: translate3d(4%, 18px, 0) scaleX(1.08);
  }
  to {
    transform: translate3d(-18%, -18px, 0) scaleX(0.96);
  }
}

@keyframes ambientFlow {
  0% {
    background-position: 0% 50%, 100% 50%, 0 0;
  }

  50% {
    background-position: 48% 42%, 48% 58%, 88px 44px;
  }

  100% {
    background-position: 100% 50%, 0% 50%, 176px 88px;
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0, center;
  }
  to {
    background-position: 64px 64px, 64px 64px, center;
  }
}

@keyframes scanline {
  0%, 30% {
    transform: translateY(-100%);
    opacity: 0;
  }
  42%, 70% {
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes pulseStatus {
  0%, 100% {
    opacity: 0.55;
    transform: scale(0.82);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dashboardSheen {
  0%, 20% {
    transform: translateX(-24%);
    opacity: 0.35;
  }
  65%, 100% {
    transform: translateX(24%);
    opacity: 0.75;
  }
}

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

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .site-orb,
  .hero-motion-grid,
  .hero-scanline,
  .dev-visual {
    transform: none !important;
    translate: none !important;
  }
}

@media (max-width: 1120px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-copy-panel {
    max-width: 920px;
  }

  .dev-window {
    transform: none;
  }

  .hero-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .hero-price-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-grid,
  .portfolio-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid .section-heading,
  .portfolio-copy,
  .work-hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  .work-page-header {
    justify-content: center;
  }

  .pricing-cards {
    max-width: 850px;
    margin: 0 auto;
  }

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

@media (max-width: 860px) {
  :root {
    --nav-height: 76px;
  }

  .section {
    padding: 74px 0;
  }

  .brand-link {
    width: max-content;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 70;
  }

  .site-nav {
    position: fixed;
    top: var(--nav-height);
    left: 16px;
    right: 16px;
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.92);
    box-shadow: var(--shadow-heavy);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    text-align: center;
  }

  .hero {
    padding-top: 42px;
  }

  .software-hero {
    padding-top: 64px;
  }

  .hero-shell {
    min-height: auto;
    gap: 32px;
    padding-block: 34px 64px;
  }

  .hero-copy-panel {
    text-align: left;
  }

  .hero-copy-panel h1 {
    font-size: clamp(2rem, 9vw, 2.45rem);
    line-height: 1;
  }

  .hero-copy-panel .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .hero-kicker {
    width: 100%;
    align-items: flex-start;
    line-height: 1.35;
    border-radius: 16px;
    font-size: 0.78rem;
  }

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

  .dev-board,
  .pipeline-list,
  .hero-copy-panel .hero-stats {
    grid-template-columns: 1fr;
  }

  .dev-visual {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }

  .dev-window {
    grid-column: auto;
    border-radius: 22px;
  }

  .dev-window-top,
  .dev-board {
    padding: 16px;
  }

  .pipeline-card em {
    width: fit-content;
  }

  .floating-stat {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-brand {
    order: 2;
  }

  .hero-copy {
    order: 1;
    text-align: center;
  }

  .hero-price-stack {
    order: 3;
    grid-template-columns: 1fr;
  }

  .hero-text,
  .hero-stats {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .portfolio-actions {
    justify-content: center;
  }

  .portfolio-actions .btn {
    width: auto;
  }

  .service-grid,
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .mockup-stage {
    min-height: 560px;
    border-radius: 28px;
  }

  .laptop {
    left: 5%;
    right: 5%;
    top: 8%;
  }

  .laptop-screen img {
    height: 210px;
  }

  .work-browser-preview {
    min-height: 210px;
  }

  .phone {
    right: 8%;
    bottom: 7%;
  }

  .travel-ad-preview {
    height: 240px;
  }

  .business-card {
    left: 6%;
    bottom: 16%;
    width: 200px;
  }

  .work-card-visual,
  .work-visual-fxrp,
  .work-visual-travel,
  .work-visual-logo,
  .work-visual-image {
    min-height: 280px;
  }

  .work-visual-image img {
    height: 280px;
  }

  .work-page-header {
    align-items: stretch;
  }

  .work-page-header .btn {
    width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero-copy-panel h1 {
    font-size: clamp(1.9rem, 8.8vw, 2.35rem);
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .section-heading h2,
  .portfolio-copy h2,
  .contact-card h2 {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
  }

  .hero-stats,
  .hero-mini-row,
  .why-strip {
    grid-template-columns: 1fr;
  }

  .hero-price-card {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }

  .price-icon {
    width: 56px;
    height: 56px;
  }

  .hero-price-card strong {
    font-size: 3.8rem;
  }

  .btn {
    width: 100%;
  }

  .portfolio-actions,
  .contact-actions,
  .work-page-header {
    flex-direction: column;
    align-items: stretch;
  }

  .portfolio-actions .btn,
  .contact-actions .btn,
  .work-page-header .btn {
    width: 100%;
  }

  .service-card,
  .pricing-card {
    padding: 24px;
  }

  .mockup-stage {
    min-height: 500px;
    border-radius: 24px;
  }

  .laptop {
    left: 16px;
    right: 16px;
    top: 22px;
    border-radius: 18px;
  }

  .laptop-screen img {
    height: 168px;
  }

  .work-browser-preview {
    min-height: 168px;
    padding: 18px;
  }

  .work-browser-preview strong {
    font-size: clamp(2.5rem, 13vw, 3.8rem);
  }

  .work-browser-preview p {
    font-size: 0.9rem;
  }

  .phone {
    width: 122px;
    right: 16px;
    bottom: 26px;
  }

  .phone img {
    height: 202px;
  }

  .travel-ad-preview {
    height: 202px;
    padding: 12px;
  }

  .travel-ad-preview strong {
    font-size: 1.55rem;
  }

  .business-card {
    width: 150px;
    left: 16px;
    bottom: 72px;
    padding: 14px;
  }

  .kt-logo-preview {
    font-size: 3rem;
  }

  .work-card {
    padding: 12px;
    border-radius: 24px;
  }

  .work-hero-copy h1 {
    font-size: clamp(2.65rem, 13vw, 4.5rem);
  }

  .work-hero-copy > p:not(.eyebrow) {
    font-size: 1rem;
    line-height: 1.7;
  }

  .work-card-visual,
  .work-visual-fxrp,
  .work-visual-travel,
  .work-visual-logo,
  .work-visual-image {
    min-height: 240px;
  }

  .work-visual-fxrp,
  .work-visual-travel {
    padding: 18px;
  }

  .work-visual-shell {
    min-height: 210px;
    padding: 14px;
  }

  .work-visual-copy {
    min-height: 160px;
  }

  .work-visual-copy strong {
    font-size: clamp(3rem, 17vw, 5rem);
  }

  .work-visual-copy span {
    max-width: 100%;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    overflow-wrap: anywhere;
  }

  .work-visual-travel-logo,
  .work-visual-logo-mark {
    font-size: clamp(5rem, 24vw, 8rem);
  }

  .work-visual-travel h3 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }

  .work-visual-bottom strong {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .work-card-body {
    padding: 18px 4px 4px;
  }

  .work-card-body h2 {
    font-size: clamp(2.1rem, 10vw, 3.15rem);
  }

  .work-visual-image img {
    height: 240px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .brand-logo-nav {
    width: 132px;
    height: 48px;
  }

  .hero-copy-panel h1 {
    font-size: clamp(1.82rem, 8.4vw, 2.2rem);
  }

  .hero-copy-panel .hero-text {
    font-size: 0.95rem;
  }

  .btn {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 1rem;
  }

  .dev-board-main,
  .dev-side-panel,
  .pipeline-card {
    padding: 14px;
  }

  .dev-window-top {
    gap: 12px;
  }

  .dev-window-top span {
    font-size: 0.78rem;
  }

  .dev-panel-header strong {
    font-size: 1.45rem;
  }

  .code-card {
    padding: 14px;
    font-size: 0.78rem;
  }

  .mockup-stage {
    min-height: 460px;
    border-radius: 22px;
  }

  .laptop-screen img {
    height: 142px;
  }

  .phone {
    width: 106px;
  }

  .phone img {
    height: 172px;
  }

  .business-card {
    width: 136px;
    bottom: 70px;
  }

  .work-card-visual,
  .work-visual-fxrp,
  .work-visual-travel,
  .work-visual-logo,
  .work-visual-image {
    min-height: 220px;
  }

  .work-visual-shell {
    min-height: 190px;
  }

  .work-visual-copy {
    min-height: 145px;
  }

  .work-visual-image img {
    height: 220px;
  }
}
