:root {
  --black: #050505;
  --ink: #101114;
  --muted: #737780;
  --white: #ffffff;
  --soft: #f3f5f6;
  --cyan: #13b6c9;
  --cyan-dark: #0893a6;
  --orange: #f5a008;
  --gold-soft: #f8c766;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(0, 0, 0, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

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

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

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

main > section {
  scroll-margin-top: 96px;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.9);
  border-bottom-color: var(--line);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  width: min(260px, 42vw);
}

.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a,
.nav-cta {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-cta:hover {
  background: var(--white);
  color: var(--black);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 84px);
  align-items: center;
  min-height: 94svh;
  padding: 112px clamp(24px, 5vw, 72px) 58px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, rgba(19, 182, 201, 0.12), transparent 28%),
    linear-gradient(312deg, rgba(245, 160, 8, 0.12), transparent 32%),
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

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

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-text {
  max-width: 600px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
  margin-top: 30px;
}

.hero-proof span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 0;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.primary-button {
  background: var(--cyan);
  color: var(--black);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  background: var(--orange);
}

.secondary-button {
  border: 1px solid var(--line);
  color: var(--white);
}

.secondary-button.light {
  border-color: rgba(0, 0, 0, 0.22);
  color: var(--black);
}

.secondary-button.light:hover {
  border-color: var(--black);
}

.secondary-button:hover {
  border-color: var(--white);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(52vw, 600px);
  overflow: visible;
}

.hero-visual::before {
  position: absolute;
  inset: 8% 4% 5% 13%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.7;
  z-index: 0;
}

.hero-mark {
  position: relative;
  width: min(36vw, 440px);
  min-width: 320px;
  filter: drop-shadow(0 34px 80px rgba(0, 0, 0, 0.38));
  z-index: 2;
}

.hero-stamp {
  position: absolute;
  right: clamp(0px, 2vw, 32px);
  bottom: clamp(18px, 4vw, 62px);
  z-index: 3;
  width: min(220px, 38%);
  padding: 16px;
  color: var(--black);
  background: var(--white);
  border-top: 6px solid var(--cyan);
  box-shadow: var(--shadow);
}

.hero-stamp span {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan-dark);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stamp strong {
  display: block;
  font-size: 1rem;
  line-height: 1.12;
}

.intro-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0d0f;
  overflow: visible;
}

.intro-band div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.78rem, 0.92vw, 0.98rem);
  font-weight: 800;
  text-transform: uppercase;
}

.intro-band span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  max-width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow-wrap: anywhere;
  text-align: center;
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.design-standard {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.9fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: start;
  padding: clamp(78px, 10vw, 136px) clamp(20px, 5vw, 72px);
  color: var(--black);
  background:
    linear-gradient(90deg, var(--cyan) 0 16px, transparent 16px),
    var(--white);
}

.design-standard .eyebrow {
  color: var(--cyan-dark);
}

.standard-lead h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.8rem, 5.6vw, 5.2rem);
  line-height: 0.96;
}

.standard-copy > p {
  max-width: 640px;
  margin-bottom: 34px;
  color: #3c4047;
  font-size: 1.16rem;
}

.standard-grid {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.standard-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-dark);
}

.standard-grid span {
  color: var(--orange);
  font-weight: 900;
}

.standard-grid h3 {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.standard-grid p {
  margin: 0;
  color: #4e5259;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.5fr minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 42px;
}

.section-heading h2,
.value-copy h2,
.contact-inner h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4.4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

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

.service-card {
  position: relative;
  min-height: 310px;
  padding: clamp(22px, 2.4vw, 34px);
  border-right: 1px solid var(--line);
  background: #0b0c0e;
  transition: transform 180ms ease, background 180ms ease;
}

.service-card::after {
  position: absolute;
  left: clamp(22px, 2.4vw, 34px);
  right: clamp(22px, 2.4vw, 34px);
  top: clamp(22px, 2.4vw, 34px);
  height: 3px;
  content: "";
  background: currentColor;
  opacity: 0.1;
}

.service-card:hover {
  background: #111317;
  transform: translateY(-4px);
}

.service-card.featured:hover {
  background: #19bfd1;
}

.service-card:last-child {
  border-right: 0;
  background: var(--orange);
  color: var(--black);
}

.service-card.featured {
  background: var(--cyan);
  color: var(--black);
}

.service-index {
  display: block;
  margin-bottom: clamp(54px, 7vw, 88px);
  color: var(--orange);
  font-weight: 900;
}

.service-card.featured .service-index {
  color: var(--black);
}

.service-card:last-child .service-index {
  color: var(--black);
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.service-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.service-card.featured p {
  color: rgba(0, 0, 0, 0.72);
}

.service-card:last-child p {
  color: rgba(0, 0, 0, 0.76);
}

.service-card:last-child:hover {
  background: var(--gold-soft);
}

.web-build-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
  padding: clamp(74px, 9vw, 118px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 86% 12%, rgba(19, 182, 201, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(245, 160, 8, 0.12), transparent 34%),
    #08090a;
  background-size: 84px 84px, 84px 84px, auto, auto, auto;
  isolation: isolate;
}

.web-build-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(19, 182, 201, 0.12) 18% 18.7%, transparent 18.7% 56%, rgba(245, 160, 8, 0.16) 56% 56.7%, transparent 56.7%),
    radial-gradient(circle at 12% 78%, rgba(245, 160, 8, 0.1), transparent 26%);
  animation: webFieldDrift 12s ease-in-out infinite alternate;
}

.web-build-copy,
.web-stage,
.web-includes,
.web-motion-strip {
  position: relative;
  z-index: 1;
}

.web-build-copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5.4vw, 5.1rem);
  line-height: 0.94;
}

.web-build-copy p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
}

.web-build-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.web-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 650px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.16);
}

.web-metrics span {
  display: grid;
  gap: 18px;
  min-height: 94px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 9, 10, 0.72);
  font-weight: 800;
}

.web-metrics strong {
  color: var(--orange);
  font-size: 0.78rem;
}

.web-stage {
  min-height: 620px;
  display: grid;
  align-items: center;
}

.web-mockup {
  position: relative;
  z-index: 2;
  min-height: 520px;
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
  transform: perspective(1400px) rotateX(0deg) rotateY(-4deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
  animation: webMockupFloat 7s ease-in-out infinite;
}

.web-stage:hover .web-mockup {
  box-shadow: 0 44px 120px rgba(19, 182, 201, 0.2);
  transform: perspective(1400px) rotateX(0deg) rotateY(0deg) translateY(-6px);
}

.web-float-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  animation: webTagFloat 5.5s ease-in-out infinite;
}

.web-float-tag.tag-cyan {
  top: 5%;
  left: 2%;
  color: var(--black);
  background: var(--cyan);
}

.web-float-tag.tag-gold {
  right: 0;
  bottom: 17%;
  color: var(--black);
  background: var(--orange);
  animation-delay: -1.8s;
}

.web-float-tag.tag-dark {
  top: 17%;
  right: 8%;
  color: var(--white);
  background: #0d0e11;
  animation-delay: -3.2s;
}

.mockup-topbar {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mockup-topbar span {
  width: 10px;
  height: 10px;
  background: var(--black);
}

.mockup-topbar span:nth-child(2) {
  background: var(--cyan);
}

.mockup-topbar span:nth-child(3) {
  background: var(--orange);
}

.mockup-hero {
  min-height: 220px;
  padding: 30px 0 26px;
}

.mockup-hero p {
  margin-bottom: 18px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mockup-hero strong {
  display: block;
  max-width: 390px;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 0.96;
}

.mockup-hero span {
  display: block;
  max-width: 340px;
  color: #555b64;
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}

.mockup-grid article {
  min-height: 112px;
  padding: 18px;
  background: var(--soft);
}

.mockup-grid article:nth-child(2) {
  background: var(--cyan);
}

.mockup-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 950;
}

.mockup-grid article:nth-child(2) span {
  color: var(--black);
}

.mockup-grid strong {
  font-size: 0.95rem;
}

.mockup-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 18px;
  color: var(--black);
  background: var(--orange);
  font-weight: 950;
}

.web-motion-strip {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(18px, 3vw, 34px);
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.web-motion-strip div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 18px 0;
}

.web-motion-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  max-width: 100%;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 950;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  animation: webChipLift 4.8s ease-in-out infinite;
}

.web-motion-strip span:nth-child(2n) {
  color: var(--cyan);
  animation-delay: -1.2s;
}

.web-motion-strip span:nth-child(3n) {
  color: var(--orange);
  animation-delay: -2.4s;
}

.web-includes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(12px, 2vw, 22px);
  background: var(--line);
  border: 1px solid var(--line);
}

.web-includes article {
  min-height: 150px;
  padding: clamp(20px, 2.4vw, 30px);
  background: rgba(255, 255, 255, 0.045);
}

.web-includes span {
  display: block;
  margin-bottom: 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.web-includes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

@keyframes webFieldDrift {
  from {
    transform: translate3d(-18px, -10px, 0);
  }

  to {
    transform: translate3d(18px, 14px, 0);
  }
}

@keyframes webMockupFloat {
  0%,
  100% {
    transform: perspective(1400px) rotateY(-4deg) translateY(0);
  }

  50% {
    transform: perspective(1400px) rotateY(-2deg) translateY(-12px);
  }
}

@keyframes webTagFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes webChipLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.portfolio-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: center;
  min-height: min(92svh, 920px);
  padding: 118px clamp(20px, 5vw, 72px) 70px;
  background:
    radial-gradient(circle at 85% 12%, rgba(19, 182, 201, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(245, 160, 8, 0.12), transparent 36%),
    #07080a;
}

.portfolio-hero h1 {
  max-width: 790px;
}

.portfolio-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
}

.portfolio-device {
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--black);
  background: var(--white);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.portfolio-browser {
  display: flex;
  gap: 7px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.portfolio-browser span {
  width: 10px;
  height: 10px;
  background: var(--black);
}

.portfolio-browser span:nth-child(2) {
  background: var(--cyan);
}

.portfolio-browser span:nth-child(3) {
  background: var(--orange);
}

.portfolio-screen {
  min-height: 430px;
  padding-top: 32px;
}

.portfolio-screen p {
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.portfolio-screen strong {
  display: block;
  max-width: 360px;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.96;
}

.screen-line {
  width: 68%;
  height: 10px;
  margin: 28px 0;
  background: var(--cyan);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.screen-grid i {
  display: block;
  min-height: 82px;
  background: var(--soft);
  border: 1px solid var(--line-dark);
}

.screen-grid i:nth-child(2) {
  background: var(--orange);
}

.screen-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: var(--black);
  background: var(--cyan);
  font-weight: 950;
}

.portfolio-section,
.pricing-section {
  padding: clamp(74px, 9vw, 118px) clamp(20px, 5vw, 72px);
  background: #090a0c;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 38px;
  border: 1px solid var(--line);
  background: var(--line);
}

.portfolio-card {
  display: flex;
  flex-direction: column;
  min-height: 650px;
  background: #0d0e11;
}

.portfolio-preview {
  position: relative;
  height: 300px;
  min-height: 260px;
  padding: 16px;
  overflow: hidden;
  color: var(--black);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    #15171b;
}

.portfolio-preview::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  background: linear-gradient(180deg, rgba(13, 14, 17, 0), rgba(13, 14, 17, 0.82));
  pointer-events: none;
}

.portfolio-shot {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
  transform: scale(1);
  transition: transform 240ms ease, filter 240ms ease;
}

.portfolio-card:hover .portfolio-shot {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.02);
}

.portfolio-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.status-pill {
  width: fit-content;
  margin-bottom: 22px;
  padding: 7px 9px;
  color: var(--orange);
  border: 1px solid rgba(245, 160, 8, 0.42);
  font-size: 0.7rem;
  font-weight: 950;
  text-transform: uppercase;
}

.portfolio-card h3 {
  font-size: 1.35rem;
}

.portfolio-card p:not(.status-pill) {
  color: rgba(255, 255, 255, 0.68);
}

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

.portfolio-card li,
.pricing-grid li {
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 750;
}

.portfolio-card a,
.pricing-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  margin-top: auto;
  color: var(--black);
  background: var(--cyan);
  font-weight: 950;
  line-height: 1;
  text-align: center;
  white-space: normal;
  transition: background 160ms ease, transform 160ms ease;
}

.portfolio-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: auto;
  padding-top: 8px;
}

.portfolio-actions a {
  flex: none;
  width: 100%;
  margin-top: 0;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  line-height: 1.15;
}

.portfolio-actions a:nth-child(2) {
  color: var(--black);
  border-color: var(--orange);
  background: var(--orange);
}

.portfolio-actions a:nth-child(2):hover {
  border-color: var(--white);
  background: var(--white);
}

.portfolio-card a:hover,
.pricing-grid a:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.portfolio-actions a:first-child:hover {
  background: var(--white);
}

.portfolio-actions a:nth-child(2):hover {
  color: var(--black);
  background: var(--white);
}

.pricing-section {
  color: var(--black);
  background: var(--white);
}

.pricing-section .eyebrow {
  color: var(--cyan-dark);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid var(--line-dark);
  background: var(--line-dark);
}

.pricing-grid article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(24px, 2.8vw, 36px);
  background: var(--white);
}

.pricing-grid article.featured-price {
  color: var(--black);
  background: var(--orange);
}

.pricing-grid span {
  margin-bottom: 52px;
  color: var(--cyan-dark);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-grid article.featured-price span {
  color: var(--black);
}

.pricing-grid h3 {
  font-size: 1.55rem;
}

.pricing-grid p {
  color: #4d525b;
}

.pricing-grid li {
  color: var(--black);
  border-bottom-color: rgba(0, 0, 0, 0.14);
}

.pricing-grid a {
  background: var(--black);
  color: var(--white);
}

.portfolio-cta {
  padding: clamp(74px, 9vw, 118px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, var(--cyan) 0 12px, transparent 12px),
    linear-gradient(315deg, rgba(245, 160, 8, 0.14), transparent 38%),
    var(--black);
}

.portfolio-cta h2 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.portfolio-cta p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.portfolio-cta .primary-button {
  margin-top: 18px;
}

.value-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(76px, 10vw, 132px) clamp(20px, 5vw, 72px);
  color: var(--black);
  background:
    linear-gradient(90deg, transparent 0 calc(100% - 18px), var(--orange) calc(100% - 18px)),
    var(--soft);
}

.value-copy .eyebrow {
  color: var(--cyan-dark);
}

.value-points {
  display: grid;
  gap: 28px;
  align-content: center;
  color: #42454c;
  font-size: 1.2rem;
}

.value-points p {
  margin-bottom: 0;
}

.lambda-section {
  display: grid;
  grid-template-columns: minmax(130px, 0.26fr) minmax(300px, 0.78fr) minmax(320px, 0.96fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(76px, 9vw, 118px) clamp(20px, 5vw, 72px);
  background: #0a0b0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lambda-symbol {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 170px;
}

.lambda-symbol img {
  width: min(150px, 100%);
  height: auto;
}

.lambda-copy h2 {
  margin-bottom: 24px;
  font-size: 2.55rem;
  line-height: 1.08;
}

.lambda-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
}

.lambda-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.lambda-points article {
  min-height: 154px;
  padding: 22px;
  background: var(--black);
}

.lambda-points span {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-weight: 900;
}

.solutions-section {
  color: var(--black);
  background: var(--white);
}

.solutions-section .eyebrow {
  color: var(--cyan-dark);
}

.solutions-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.solution-copy h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.06;
}

.solution-copy p {
  max-width: 590px;
  margin-bottom: 28px;
  color: #4e5259;
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 3px solid var(--orange);
  color: var(--black);
  font-weight: 900;
}

.solution-list {
  display: grid;
  border-top: 1px solid var(--line-dark);
}

.solution-list article {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-dark);
}

.solution-list span {
  color: var(--cyan-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.solution-list p {
  margin: 0;
  color: #3e4249;
}

.prode-case {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(68px, 9vw, 112px) clamp(20px, 5vw, 72px);
  color: var(--black);
  background:
    linear-gradient(90deg, var(--orange) 0 10px, transparent 10px),
    var(--white);
}

.prode-case-copy h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 5.4vw, 5rem);
  line-height: 0.94;
}

.prode-case-copy .eyebrow {
  color: var(--cyan-dark);
}

.prode-case-copy p {
  max-width: 720px;
  color: #3d424b;
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
}

.prode-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.prode-case-tags span {
  padding: 9px 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prode-case-panel {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(24px, 3vw, 34px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.26), transparent 46%),
    var(--black);
}

.product-logo {
  display: block;
  object-fit: contain;
}

.product-logo-prode {
  width: min(100%, 330px);
  height: 132px;
  margin: 18px 0 30px;
  padding: 0;
  background: transparent;
}

.prode-case-panel span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prode-case-panel p {
  color: rgba(255, 255, 255, 0.7);
}

.prode-case-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 14px;
  padding: 0 18px;
  background: var(--cyan);
  color: var(--black);
  font-weight: 900;
  transition: background 160ms ease, transform 160ms ease;
}

.prode-case-panel a:hover {
  background: var(--orange);
  transform: translateY(-2px);
}

.apps-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 14%, rgba(19, 182, 201, 0.17), transparent 26%),
    linear-gradient(135deg, rgba(245, 160, 8, 0.11), transparent 34%),
    #07080a;
}

.apps-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.45;
  pointer-events: none;
}

.apps-intro,
.apps-showcase {
  position: relative;
  z-index: 1;
}

.apps-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: end;
  margin-bottom: 42px;
}

.apps-intro h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 4.35rem);
  line-height: 0.98;
}

.apps-intro > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.apps-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.app-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(22px, 2.4vw, 30px);
  background: rgba(10, 11, 13, 0.96);
}

.app-card.suite {
  color: var(--black);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%),
    var(--cyan);
}

.app-card.stock {
  border-bottom: 8px solid var(--orange);
}

.app-card.mining {
  border-bottom: 8px solid var(--cyan);
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.24), transparent 44%),
    rgba(10, 11, 13, 0.96);
}

.fleettrace-logo-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0 0 20px;
}

.fleettrace-logo-card span {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  color: var(--black);
  background: var(--white);
  font-weight: 950;
}

.fleettrace-logo-card span::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--cyan);
  content: "";
}

.fleettrace-logo-card strong {
  color: var(--white);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1;
}

.app-card.is-development {
  position: relative;
}

.app-card.is-development::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 46%);
}

.app-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(58px, 7vw, 92px);
}

.app-card-head span,
.app-card-head strong {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.app-card-head span {
  color: var(--orange);
}

.app-card.suite .app-card-head span {
  color: var(--black);
}

.app-card-head strong {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
}

.app-card.suite .app-card-head strong {
  border-color: rgba(0, 0, 0, 0.22);
  color: var(--black);
}

.app-card.is-development .app-card-head strong {
  border-color: rgba(245, 158, 0, 0.48);
  color: var(--orange);
  background: rgba(245, 158, 0, 0.08);
}

.app-card.suite.is-development .app-card-head strong {
  border-color: rgba(0, 0, 0, 0.26);
  color: var(--black);
  background: rgba(255, 255, 255, 0.2);
}

.app-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.04;
}

.app-product-logo {
  display: block;
  width: min(100%, 230px);
  height: 72px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 20px;
}

.porterqr-logo {
  padding: 8px 10px;
  background: var(--white);
}

.nexo-compras-logo {
  width: min(100%, 286px);
  height: 92px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  object-fit: contain;
  object-position: center center;
}

.app-card p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.app-card.suite p {
  color: rgba(0, 0, 0, 0.72);
}

.app-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.app-card li {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.app-card.suite li {
  border-bottom-color: rgba(0, 0, 0, 0.16);
  color: rgba(0, 0, 0, 0.72);
}

.app-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-weight: 900;
  text-align: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.app-card a:hover {
  background: var(--white);
  color: var(--black);
  transform: translateY(-2px);
}

.app-card-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.app-card-actions a {
  margin-top: 0;
}

.app-card-actions a:first-child {
  color: var(--black);
  border-color: var(--cyan);
  background: var(--cyan);
}

.app-card-actions a:first-child:hover {
  color: var(--black);
  background: var(--white);
}

.app-card.suite a {
  border-color: var(--black);
  color: var(--white);
  background: var(--black);
}

.app-card.suite a:hover {
  background: var(--orange);
  color: var(--black);
}

.app-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(245, 158, 0, 0.48);
  color: var(--orange);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.app-card.suite .app-status {
  border-color: rgba(0, 0, 0, 0.28);
  color: var(--black);
  background: rgba(255, 255, 255, 0.18);
}

.lambda-points h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.lambda-points p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.process-section {
  background: #08090a;
}

.product-page {
  background: #050505;
}

.product-hero {
  position: relative;
  min-height: 92svh;
  padding: 128px clamp(22px, 6vw, 84px) 70px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 88px),
    #08090d;
  isolation: isolate;
}

.product-hero::before {
  position: absolute;
  top: 12%;
  right: -0.08em;
  z-index: 0;
  content: "NEXO";
  color: transparent;
  font-size: clamp(9rem, 18vw, 21rem);
  font-weight: 950;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  text-stroke: 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.product-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent, #050505 92%),
    linear-gradient(90deg, var(--orange) 0 12vw, var(--cyan) 12vw 28vw, transparent 28vw);
  pointer-events: none;
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
  width: min(1480px, 100%);
  margin: 0 auto;
}

.product-hero-content {
  position: relative;
  width: min(735px, 100%);
}

.product-mark {
  display: block;
  width: min(280px, 72vw);
  margin-bottom: 28px;
}

.product-mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.35));
}

.product-hero h1 {
  max-width: 670px;
  margin-bottom: 12px;
  font-size: clamp(4rem, 9.5vw, 8.8rem);
  line-height: 0.84;
}

.product-hero-subtitle {
  max-width: 640px;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 900;
}

.product-hero-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.75vw, 1.24rem);
}

.product-hero-actions,
.product-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-hero .secondary-button.light {
  color: var(--black);
  border-color: var(--white);
  background: var(--white);
}

.product-hero .secondary-button.light:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.demo-access {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.demo-access span,
.demo-access strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(5, 5, 5, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.demo-access span {
  color: var(--orange);
  text-transform: uppercase;
}

.product-preview {
  position: relative;
  align-self: center;
  min-height: 520px;
  padding: clamp(20px, 2.5vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.16), transparent 38%),
    linear-gradient(315deg, rgba(245, 160, 8, 0.14), transparent 38%),
    rgba(13, 14, 17, 0.94);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.product-preview::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.preview-topbar,
.preview-metrics,
.preview-flow,
.preview-order {
  position: relative;
  z-index: 1;
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.preview-topbar span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-topbar strong {
  color: var(--white);
  font-size: 0.98rem;
}

.preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.preview-metrics div,
.preview-order div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
}

.preview-metrics span,
.preview-order span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.preview-metrics strong,
.preview-order strong {
  display: block;
  color: var(--white);
  font-size: clamp(0.96rem, 1.4vw, 1.16rem);
}

.preview-flow {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.flow-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.18);
}

.flow-step span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 950;
}

.flow-step strong {
  color: rgba(255, 255, 255, 0.78);
}

.flow-step.is-done span {
  background: var(--cyan);
  color: var(--black);
}

.flow-step.is-active {
  border-color: rgba(245, 160, 8, 0.58);
  background: rgba(245, 160, 8, 0.1);
}

.flow-step.is-active span {
  background: var(--orange);
  color: var(--black);
}

.preview-order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.product-problem {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 6vw, 84px);
  color: var(--black);
  background: var(--white);
}

.product-problem h2,
.product-modules h2,
.product-roles h2,
.product-implementation h2,
.product-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4.8vw, 4.5rem);
  line-height: 0.98;
}

.product-copy p {
  color: #3d424b;
  font-size: 1.06rem;
}

.product-modules,
.product-roles {
  background: #090a0c;
}

.compact-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.module-grid article,
.role-strip article {
  min-height: 245px;
  padding: clamp(22px, 2.6vw, 34px);
  background: #0d0e11;
}

.module-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--orange);
  font-weight: 950;
}

.module-grid h3,
.role-strip h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.module-grid p,
.role-strip p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.product-roles {
  padding-top: 0;
}

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

.role-strip article {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
}

.role-strip article::after {
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  content: "";
  background: var(--cyan);
}

.role-strip article:nth-child(2),
.role-strip article:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.16), transparent 48%),
    #0d0e11;
}

.role-strip article:nth-child(2)::after {
  background: linear-gradient(90deg, var(--cyan), var(--orange));
}

.role-strip article:nth-child(3) {
  background:
    linear-gradient(135deg, rgba(245, 160, 8, 0.2), transparent 48%),
    #0d0e11;
}

.role-strip article:nth-child(3)::after {
  background: var(--orange);
}

.role-index {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.82rem;
  font-weight: 950;
}

.role-badge {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 24px 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 950;
}

.role-strip ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.role-strip li {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 750;
}

.role-strip li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  background: var(--orange);
  vertical-align: 1px;
}

.product-implementation {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.58fr);
  gap: clamp(34px, 6vw, 84px);
  color: var(--black);
  background: var(--white);
}

.implementation-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: #3d424b;
  font-size: 1.1rem;
}

.implementation-list {
  display: grid;
  align-self: start;
  border-top: 1px solid var(--line-dark);
}

.implementation-list span {
  padding: 18px 0;
  border-bottom: 1px solid var(--line-dark);
  color: #191b20;
  font-weight: 900;
}

.product-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  color: var(--black);
  background: var(--orange);
}

.product-cta .eyebrow {
  color: var(--black);
}

.product-cta-actions {
  margin-top: 0;
}

.section-heading.compact {
  grid-template-columns: 0.32fr minmax(0, 0.9fr);
}

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

.process-track article {
  position: relative;
  min-height: 230px;
  padding: 26px;
  background: var(--black);
}

.process-track article::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 48%);
  opacity: 0.45;
  pointer-events: none;
}

.process-track article:nth-child(1) {
  background: var(--white);
  color: var(--black);
}

.process-track article:nth-child(2) {
  background: var(--cyan);
  color: var(--black);
}

.process-track article:nth-child(3) {
  background: var(--black);
  color: var(--white);
}

.process-track article:nth-child(4) {
  background: var(--orange);
  color: var(--black);
}

.process-track span {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--cyan);
  font-weight: 900;
}

.process-track article:nth-child(1) span,
.process-track article:nth-child(2) span,
.process-track article:nth-child(4) span {
  color: var(--black);
}

.process-track article:nth-child(3) span {
  color: var(--cyan);
}

.process-track h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.process-track p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.process-track article:nth-child(1) p,
.process-track article:nth-child(2) p,
.process-track article:nth-child(4) p {
  color: rgba(0, 0, 0, 0.7);
}

.process-track article:nth-child(3) p {
  color: rgba(255, 255, 255, 0.66);
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 124px) clamp(20px, 5vw, 72px);
  color: var(--black);
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.14), transparent 34%),
    linear-gradient(315deg, rgba(245, 160, 8, 0.16), transparent 38%),
    var(--white);
}

.contact-section::before,
.contact-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.contact-section::before {
  top: 0;
  left: 0;
  width: min(48vw, 520px);
  height: 12px;
  background: var(--cyan);
}

.contact-section::after {
  right: 0;
  bottom: 0;
  width: min(36vw, 420px);
  height: 12px;
  background: var(--orange);
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.78fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

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

.contact-logo {
  display: block;
  width: min(520px, 100%);
  height: auto;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.contact-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-inner h2 {
  max-width: 760px;
  margin: 0 0 22px;
  font-size: clamp(2.25rem, 4.1vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.contact-inner p {
  max-width: 660px;
  margin: 0 0 34px;
  color: #4e5259;
  font-size: 1.1rem;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-bottom: 30px;
}

.contact-channels a {
  display: grid;
  gap: 5px;
  max-width: 100%;
  min-height: 82px;
  padding: 17px 18px;
  color: var(--black);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 0, 0, 0.13);
  color: var(--black);
  font-size: 0.96rem;
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.contact-channels span {
  color: var(--cyan-dark);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-channels a:hover {
  background: var(--white);
  border-color: rgba(19, 182, 201, 0.48);
  transform: translateY(-2px);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button.dark {
  background: var(--black);
  color: var(--white);
}

.primary-button.dark:hover {
  background: var(--cyan);
  color: var(--black);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3.3vw, 42px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(19, 182, 201, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(245, 160, 8, 0.14), transparent 42%),
    #08090a;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.26);
}

.form-head {
  padding-bottom: 6px;
}

.form-head h3 {
  max-width: 430px;
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  line-height: 1;
}

.form-head p:not(.form-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.98rem;
}

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

.form-eyebrow {
  margin: 0 0 4px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form label span {
  letter-spacing: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.095);
  color: var(--white);
  padding: 14px 15px;
  font: inherit;
  font-size: 0.96rem;
  text-transform: none;
  outline: 0;
  border-radius: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form select option {
  color: var(--black);
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cyan);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 0 0 3px rgba(19, 182, 201, 0.18);
}

.contact-form button {
  width: 100%;
  min-height: 56px;
  border: 0;
  cursor: pointer;
}

.contact-form .primary-button.dark {
  background: var(--orange);
  color: var(--black);
}

.contact-form .primary-button.dark:hover {
  background: var(--cyan);
}

.form-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  text-align: center;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.58);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1020px) {
  .section-heading h2,
  .lambda-copy h2,
  .value-copy h2,
  .web-build-copy h2,
  .contact-inner h2 {
    font-size: 2.65rem;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 112px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-mark {
    width: min(62vw, 450px);
    min-width: 0;
  }

  .hero-stamp {
    right: 8%;
    width: 210px;
  }

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

  .lambda-section,
  .solutions-layout,
  .design-standard,
  .web-build-section,
  .portfolio-hero,
  .prode-case,
  .apps-intro,
  .product-problem,
  .product-implementation,
  .product-cta,
  .contact-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-hero {
    min-height: auto;
  }

  .product-hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-preview {
    width: min(760px, 100%);
  }

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

  .contact-copy {
    max-width: none;
  }

  .contact-channels {
    max-width: none;
  }

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

  .web-stage {
    min-height: 560px;
  }

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

  .lambda-symbol {
    min-height: 130px;
  }

  .lambda-symbol img {
    width: 130px;
  }

  .lambda-points {
    grid-column: 1 / -1;
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(3) {
    border-bottom: 0;
  }

  .service-card {
    border-bottom: 1px solid var(--line);
  }

  .service-card:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 16px 18px;
  }

  .brand-logo {
    width: min(210px, 58vw);
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 100px 28px 48px 20px;
  }

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

  h1 {
    max-width: 360px;
    font-size: 2.4rem;
    line-height: 1.02;
    margin-bottom: 18px;
    overflow-wrap: break-word;
  }

  .hero-text {
    max-width: 360px;
    font-size: 0.94rem;
    margin-bottom: 26px;
    overflow-wrap: break-word;
  }

  .section-heading h2,
  .lambda-copy h2,
  .value-copy h2,
  .web-build-copy h2,
  .contact-inner h2 {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .intro-band div {
    flex-wrap: wrap;
    width: auto;
    gap: 12px 24px;
    font-size: 0.92rem;
  }

  .hero-actions {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    text-align: center;
  }

  .hero-visual {
    min-height: 158px;
    margin-top: 14px;
  }

  .hero-mark {
    width: min(30vw, 112px);
  }

  .hero-visual::before {
    inset: 10% 0 8% 0;
    background-size: 48px 48px;
  }

  .hero-stamp {
    display: none;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-proof span {
    width: 100%;
    padding: 7px 9px;
    font-size: 0.68rem;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .intro-band div,
  .web-motion-strip div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .intro-band span,
  .web-motion-strip span {
    width: 100%;
    white-space: normal;
  }

  .section,
  .value-section,
  .web-build-section,
  .portfolio-section,
  .pricing-section,
  .portfolio-cta,
  .contact-section,
  .product-problem,
  .product-modules,
  .product-roles,
  .product-implementation,
  .product-cta,
  .design-standard {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-hero {
    min-height: auto;
    padding: 106px 18px 50px;
    overflow-x: hidden;
  }

  .product-hero::before {
    top: 88px;
    right: -0.12em;
    font-size: 6.5rem;
  }

  .product-mark {
    width: min(300px, 100%);
    margin-bottom: 22px;
  }

  .product-hero-inner,
  .product-hero-content,
  .product-hero-subtitle,
  .product-hero-lead {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .product-hero h1 {
    max-width: none;
    font-size: 3.05rem;
    line-height: 0.92;
    overflow-wrap: break-word;
  }

  .product-hero-subtitle {
    font-size: 1rem;
    line-height: 1.45;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .product-hero-lead {
    font-size: 0.98rem;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .product-preview {
    min-height: auto;
    padding: 16px;
  }

  .preview-topbar,
  .preview-order {
    grid-template-columns: 1fr;
  }

  .preview-topbar {
    display: grid;
    align-items: start;
  }

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

  .preview-metrics div,
  .preview-order div {
    min-height: auto;
  }

  .product-hero-actions,
  .product-cta-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .demo-access {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-problem h2,
  .product-modules h2,
  .product-roles h2,
  .product-implementation h2,
  .product-cta h2 {
    font-size: 2.05rem;
    line-height: 1.06;
  }

  .module-grid,
  .role-strip,
  .product-problem,
  .product-implementation,
  .product-cta {
    grid-template-columns: 1fr;
  }

  .module-grid article,
  .role-strip article {
    min-height: auto;
  }

  .contact-section {
    padding-left: 18px;
    background:
      linear-gradient(135deg, rgba(19, 182, 201, 0.13), transparent 36%),
      linear-gradient(315deg, rgba(245, 160, 8, 0.16), transparent 40%),
      var(--white);
  }

  .contact-logo {
    width: min(100%, 320px);
    margin-bottom: 28px;
  }

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

  .contact-channels a {
    min-height: 76px;
  }

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

  .form-head h3 {
    font-size: 1.55rem;
  }

  .nexo-compras-logo {
    width: min(100%, 260px);
    height: 106px;
  }

  .section-heading,
  .section-heading.compact,
  .lambda-section,
  .value-section,
  .web-build-section,
  .portfolio-hero,
  .prode-case,
  .design-standard {
    grid-template-columns: 1fr;
  }

  .lambda-section {
    max-width: 100vw;
    overflow: hidden;
  }

  .lambda-copy,
  .lambda-points,
  .lambda-points article {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .lambda-copy {
    width: min(100%, 320px);
    max-width: 320px;
  }

  .lambda-copy h2,
  .lambda-copy p {
    max-width: 320px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .web-build-actions {
    width: 100%;
  }

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

  .web-stage {
    min-height: auto;
    padding-top: 42px;
  }

  .web-float-tag {
    position: relative;
    inset: auto;
    width: fit-content;
    margin-bottom: 10px;
    animation: none;
  }

  .web-float-tag.tag-gold,
  .web-float-tag.tag-dark {
    justify-self: end;
  }

  .web-motion-strip {
    width: 100%;
    margin-inline: 0;
  }

  .web-mockup {
    min-height: auto;
    transform: none;
    animation: none;
  }

  .mockup-hero {
    min-height: auto;
  }

  .mockup-grid,
  .web-includes {
    grid-template-columns: 1fr;
  }

  .mockup-grid article,
  .web-includes article {
    min-height: auto;
  }

  .prode-case {
    padding-left: 18px;
    padding-right: 18px;
  }

  .prode-case-copy h2 {
    font-size: 2.35rem;
    line-height: 1;
  }

  .prode-case-panel {
    min-height: 300px;
  }

  .standard-lead h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .standard-copy > p {
    font-size: 1rem;
  }

  .standard-grid article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lambda-symbol {
    min-height: auto;
  }

  .lambda-symbol img {
    width: 96px;
  }

  .lambda-copy p:not(.eyebrow) {
    max-width: 320px;
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .lambda-copy h2 {
    max-width: 320px;
    font-size: 1.72rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .services-grid,
  .process-track,
  .lambda-points,
  .apps-showcase,
  .portfolio-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-hero {
    min-height: auto;
    padding-top: 104px;
  }

  .portfolio-device,
  .portfolio-screen {
    min-height: auto;
  }

  .portfolio-card,
  .pricing-grid article {
    min-height: auto;
  }

  .portfolio-preview {
    height: 220px;
    min-height: 220px;
  }

  .portfolio-cta h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .apps-intro h2 {
    font-size: 2.25rem;
    line-height: 1.04;
  }

  .apps-intro > p {
    font-size: 1rem;
  }

  .app-card {
    min-height: auto;
  }

  .app-card-head {
    margin-bottom: 48px;
  }

  .solution-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-card,
  .service-card:nth-child(2),
  .service-card:nth-child(n + 3) {
    min-height: 270px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child,
  .process-track article:last-child {
    border-bottom: 0;
  }

  .service-index,
  .process-track span {
    margin-bottom: 48px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
