@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap");

:root {
  --orange: #e85d1f;
  --orange-soft: #fff1e6;
  --charcoal: #2a2a2a;
  --deepblack: #0f0f0f;
  --offwhite: #fafaf7;
  --purewhite: #ffffff;
  --muted: #8a8a8a;
  --hairline: #e5e0d5;
  --expo: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--offwhite);
  color: var(--charcoal);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--orange); color: var(--purewhite); }
h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

.font-serif { font-family: "Playfair Display", serif; }
.font-mono { font-family: "JetBrains Mono", monospace; }
.text-orange { color: var(--orange) !important; }
.text-charcoal { color: var(--charcoal) !important; }
.text-muted-custom { color: var(--muted) !important; }
.text-purewhite { color: var(--purewhite) !important; }
.bg-deepblack { background: var(--deepblack) !important; }
.bg-charcoal { background: var(--charcoal) !important; }
.bg-offwhite { background: var(--offwhite) !important; }
.bg-orange { background: var(--orange) !important; }
.border-hairline { border-color: var(--hairline) !important; }

.site-shell { min-height: 100vh; background: var(--offwhite); color: var(--charcoal); }
.max-7xl { max-width: 1280px; }
.tracking-wide-xl { letter-spacing: 0.3em; }
.tracking-mid { letter-spacing: 0.2em; }
.eyebrow {
  font: 500 10px/1 "JetBrains Mono", monospace;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before, .eyebrow.centered::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--orange);
  display: inline-block;
}
.section-title {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0;
}
.dark-section { background: var(--deepblack); color: var(--purewhite); position: relative; overflow: hidden; }
.grid-bg-white, .grid-bg-orange, .dots-bg, .scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.grid-bg-white {
  opacity: 0.06;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px), linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: 60px 60px;
}
.grid-bg-orange {
  opacity: 0.05;
  background-image: linear-gradient(to right, #e85d1f 1px, transparent 1px), linear-gradient(to bottom, #e85d1f 1px, transparent 1px);
  background-size: 50px 50px;
}
.dots-bg {
  opacity: 0.04;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 24px 24px;
}
.scanlines {
  opacity: 0.04;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #fff 2px, #fff 3px);
}
.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(64px);
  background: rgba(232, 93, 31, 0.13);
  pointer-events: none;
  animation: float 16s ease-in-out infinite;
}
.glow.one { width: 500px; height: 500px; top: 22%; right: 12%; }
.glow.two { width: 400px; height: 400px; bottom: 20%; left: 5%; animation-duration: 18s; animation-direction: reverse; opacity: 0.7; }
@keyframes float { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(28px, -22px); } }
@keyframes spin-slow { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes pulse-soft { 0%, 100% { opacity: 0.45; transform: scale(1); } 50% { opacity: 1; transform: scale(1.2); } }
@keyframes data-flow { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
@keyframes rise-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rise-in-strong { from { opacity: 0; transform: translateY(34px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes slide-left-in { from { opacity: 0; transform: translateX(26px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slide-right-in { from { opacity: 0; transform: translateX(-26px); } to { opacity: 1; transform: translateX(0); } }
@keyframes pop-in { 0% { opacity: 0; transform: scale(.94) translateY(14px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes grow-bar { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes draw-line { from { stroke-dashoffset: 320; } to { stroke-dashoffset: 0; } }
@keyframes mobile-menu-in { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mobile-link-in { from { opacity: 0; transform: translateX(-22px); } to { opacity: 1; transform: translateX(0); } }
@keyframes soft-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes pulse-ring { 0% { transform: scale(1); opacity: .45; } 100% { transform: scale(1.65); opacity: 0; } }
@keyframes why-orb { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(40px, -20px); } }
@keyframes reason-icon-spin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-360deg); } }

.animate-in { animation: rise-in 0.7s var(--expo) both; }
.motion-live { animation: rise-in-strong .62s var(--expo) both; }
.motion-slide-left { animation: slide-left-in .55s var(--expo) both; }
.motion-slide-right { animation: slide-right-in .55s var(--expo) both; }
.motion-pop { animation: pop-in .5s var(--expo) both; }
.spin-slow { animation: spin-slow 20s linear infinite; transform-origin: center; }
.spin-reverse { animation: spin-reverse 18s linear infinite; transform-origin: center; }
.pulse-soft { animation: pulse-soft 2.5s ease-in-out infinite; }
.path-flow { stroke-dasharray: 10 10; animation: data-flow 2s linear infinite; }
.reveal {
  opacity: 0;
  transform: translateY(34px) scale(.985);
  transition:
    opacity .8s var(--expo),
    transform .8s var(--expo),
    filter .8s var(--expo);
  filter: blur(4px);
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.reveal-left { transform: translateX(-32px); }
.reveal-right { transform: translateX(32px); }
.reveal-left.in-view, .reveal-right.in-view { transform: translateX(0); }
.stagger-1 { transition-delay: .06s; animation-delay: .06s; }
.stagger-2 { transition-delay: .12s; animation-delay: .12s; }
.stagger-3 { transition-delay: .18s; animation-delay: .18s; }
.stagger-4 { transition-delay: .24s; animation-delay: .24s; }
.stagger-5 { transition-delay: .30s; animation-delay: .30s; }
.stagger-6 { transition-delay: .36s; animation-delay: .36s; }

.navbar-inex {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 1.25rem 0;
  background: transparent;
  transition: all 0.5s ease;
  animation: slide-down .7s var(--expo) .15s both;
}
@keyframes slide-down { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.navbar-inex.scrolled {
  padding: 0.75rem 0;
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
/* .logo-img { height: 25rem; width: 15rem; } */
.logo-img { height: 2rem; width: auto; }
@media (min-width: 768px) { .logo-img { height: 2.25rem; } }
.live-dot { width: 0.375rem; height: 0.375rem; border-radius: 999px; background: #22c55e; display: inline-block; animation: pulse-soft 1.6s ease-in-out infinite; }
.logo-dot { position: absolute; top: -2px; right: -2px; width: .5rem; height: .5rem; border-radius: 50%; background: #22c55e; animation: pulse-soft 1.5s infinite; }
.nav-pill {
  display: flex;
  gap: .25rem;
  padding: .375rem .5rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(42,42,42,.4);
  backdrop-filter: blur(20px);
}
.nav-link-inex {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  color: rgba(255,255,255,.8);
  font-size: .875rem;
  font-weight: 500;
  text-transform: lowercase;
  transition: all .3s;
}
.nav-link-inex:hover { background: rgba(255,255,255,.06); color: #fff; }
.nav-link-inex.active { background: var(--orange); color: #fff; }
.nav-link-inex .num { color: var(--orange); font: 500 10px "JetBrains Mono"; letter-spacing: .12em; }
.nav-link-inex.active .num { color: rgba(255,255,255,.7); }
.nav-link-inex .slash { color: rgba(255,255,255,.2); font: 500 10px "JetBrains Mono"; }
.nav-cta, .orange-cta, .dark-cta, .white-cta {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 500;
  overflow: hidden;
  transition: all .3s;
}
.nav-cta { background: #fff; color: var(--deepblack); padding: .5rem .5rem .5rem 1.25rem; }
.orange-cta { background: var(--orange); color: #fff; padding: .5rem .5rem .5rem 1.25rem; }
.dark-cta { background: var(--deepblack); color: #fff; padding: .4rem .5rem .4rem 1.25rem; }
.white-cta { background: #fff; color: var(--deepblack); padding: .4rem .5rem .4rem 1.25rem; }
.cta-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform .3s, background .3s, color .3s;
}
.nav-cta .cta-icon, .dark-cta .cta-icon { background: var(--orange); color: #fff; }
.orange-cta .cta-icon, .white-cta .cta-icon { background: #fff; color: var(--orange); }
.nav-cta:hover, .white-cta:hover { background: var(--orange); color: #fff; }
.orange-cta:hover { background: #fff; color: var(--orange); }
.dark-cta:hover { background: var(--orange); color: #fff; }
.nav-cta:hover .cta-icon, .orange-cta:hover .cta-icon, .dark-cta:hover .cta-icon, .white-cta:hover .cta-icon { transform: rotate(45deg); }
.progress-line { position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: var(--orange); transform-origin: left; }
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  background: var(--deepblack);
  color: #fff;
}
.mobile-menu.open { display: flex; }
.mobile-menu.open { animation: mobile-menu-in .35s var(--expo) both; }
.mobile-link {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #fff;
}
.mobile-menu.open .mobile-link { animation: mobile-link-in .45s var(--expo) both; }
.mobile-menu.open .mobile-link:nth-of-type(2) { animation-delay: .07s; }
.mobile-menu.open .mobile-link:nth-of-type(3) { animation-delay: .14s; }
.mobile-menu.open .mobile-link:nth-of-type(4) { animation-delay: .21s; }
.mobile-menu.open .mobile-link:nth-of-type(5) { animation-delay: .28s; }
.mobile-link.active, .mobile-link:hover { color: var(--orange); }
.mobile-link .label { font-family: "Playfair Display"; font-size: clamp(2.5rem, 10vw, 4rem); font-style: italic; }

.hero { min-height: 100vh; padding-top: 6rem; padding-bottom: 3rem; }
.statusbar {
  font: 500 10px/1 "JetBrains Mono";
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}
.hero-title {
  font-size: clamp(3.2rem, 9.5vw, 8.5rem);
  line-height: .92;
  color: #fff;
  margin-bottom: 1.5rem;
  transform-style: preserve-3d;
}
.hero-copy { color: rgba(255,255,255,.6); font-size: 1.125rem; line-height: 1.75; font-weight: 300; }
.underline-svg { position: absolute; left: 0; bottom: -8px; width: 100%; height: 12px; }
.underline-svg path {
  stroke-dasharray: 320;
  stroke-dashoffset: 320;
  animation: draw-line 1.15s var(--expo) .9s forwards;
}
.constellation { position: absolute; top: -2.5rem; right: -2.5rem; width: 12rem; height: 12rem; pointer-events: none; }
.console {
  background: rgba(42,42,42,.6);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,.4);
}
.console-top, .browser-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 1rem;
  background: rgba(15,15,15,.45);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.window-dot { width: .7rem; height: .7rem; border-radius: 50%; display: inline-block; opacity: .7; }
.console-body { min-height: 140px; padding: 1.25rem; font: 11px "JetBrains Mono"; }
.console-line { display: flex; align-items: center; justify-content: space-between; margin-bottom: .45rem; color: rgba(255,255,255,.42); }
.console-line.active { color: var(--orange); }
.console-cursor { display: inline-block; width: .4rem; height: .8rem; background: var(--orange); animation: pulse-soft 1s infinite; }
.bars { display: flex; align-items: flex-end; gap: .25rem; height: 3rem; }
.bar {
  flex: 1;
  border-radius: .15rem .15rem 0 0;
  background: rgba(255,255,255,.15);
  transition: height .5s;
  transform-origin: bottom;
  animation: grow-bar .65s var(--expo) both;
}
.bar:nth-child(2) { animation-delay: .04s; }
.bar:nth-child(3) { animation-delay: .08s; }
.bar:nth-child(4) { animation-delay: .12s; }
.bar:nth-child(5) { animation-delay: .16s; }
.bar:nth-child(6) { animation-delay: .20s; }
.bar:nth-child(7) { animation-delay: .24s; }
.bar:nth-child(8) { animation-delay: .28s; }
.bar:nth-child(9) { animation-delay: .32s; }
.bar:nth-child(10) { animation-delay: .36s; }
.bar:nth-child(11) { animation-delay: .40s; }
.bar:nth-child(12) { animation-delay: .44s; }
.bar.hot { background: var(--orange); }
.float-badge {
  position: absolute;
  border-radius: 1rem;
  padding: .75rem;
  background: rgba(42,42,42,.8);
  color: #fff;
  border: 1px solid rgba(232,93,31,.4);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(232,93,31,.2);
  animation: float 5s ease-in-out infinite;
}
.badge-quantum { top: -2rem; left: -2rem; }
.badge-neural { right: -1.5rem; bottom: -2rem; background: #fff; color: var(--charcoal); border-color: transparent; animation-delay: .5s; }
.pillar-card, .dark-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(42,42,42,.4);
  color: #fff;
  transition: all .5s;
}
.pillar-card {
  min-height: 180px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform-origin: center;
}
.pillar-card.dim {
  opacity: .4;
  transform: scale(.985);
}
.pillar-card:hover, .pillar-card.active {
  border-color: var(--orange);
  background: var(--deepblack);
  box-shadow: 0 0 40px rgba(232,93,31,.25);
  transform: translateY(-2px) scale(1.02);
}
.pillar-circuit {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 10rem;
  height: 10rem;
  color: var(--purewhite);
  opacity: 0;
  transform: scale(.88) rotate(0deg);
  transition: opacity .35s var(--expo), transform .6s var(--expo);
  pointer-events: none;
}
.pillar-card.active .pillar-circuit,
.pillar-card:hover .pillar-circuit {
  opacity: .25;
  transform: scale(1) rotate(25deg);
  animation: spin-slow 8s linear infinite;
}
.pillar-items {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: height .35s var(--expo), opacity .35s var(--expo), transform .35s var(--expo);
}
.pillar-card.active .pillar-items,
.pillar-card:hover .pillar-items {
  height: 2rem;
  opacity: 1;
  transform: translateY(0);
}
.pillar-items .tag-pill {
  color: var(--orange);
  border-color: rgba(232,93,31,.4);
  background: rgba(232,93,31,.1);
  animation: pop-in .3s var(--expo) both;
}
.pillar-items .tag-pill:nth-child(2) { animation-delay: .06s; }
.pillar-items .tag-pill:nth-child(3) { animation-delay: .12s; }
.pillar-line {
  display: inline-block;
  width: 2rem;
  height: 1px;
  transition: width .5s var(--expo);
}
.pillar-card.active .pillar-line,
.pillar-card:hover .pillar-line {
  width: 100%;
}
.pillar-arrow {
  margin-left: .75rem;
  transform: rotate(-45deg);
  transition: transform .35s var(--expo), background-color .35s var(--expo), color .35s var(--expo);
}
.pillar-card.active .pillar-arrow,
.pillar-card:hover .pillar-arrow {
  transform: rotate(0deg) scale(1.08);
  background: var(--orange);
  color: var(--purewhite);
  border-color: var(--orange) !important;
}
.pillar-card.active .pillar-tag,
.pillar-card:hover .pillar-tag {
  color: var(--orange) !important;
}
.pillar-card::after, .capability-card::after, .tech-card::after, .process-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--expo);
}
.pillar-card:hover::after, .capability-card:hover::after, .tech-card:hover::after, .process-card:hover::after { transform: scaleX(1); }
.icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,15,15,.6);
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  transition: all .3s;
}
.group-card:hover .icon-box, .active .icon-box { background: var(--orange); border-color: var(--orange); color: #fff; transform: rotate(-6deg); }
.browser {
  background: var(--charcoal);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,.35);
}
.browser-body {
  position: relative;
  aspect-ratio: 16/10;
  padding: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, var(--deepblack), var(--charcoal), var(--deepblack));
}
.browser-body > .h-100 { animation: rise-in .35s var(--expo) both; }
.browser-body .bg-white,
.browser-body .border {
  animation: pop-in .45s var(--expo) both;
}
.browser-body .row > *:nth-child(2), .browser-body .d-grid > *:nth-child(2) { animation-delay: .08s; }
.browser-body .row > *:nth-child(3), .browser-body .d-grid > *:nth-child(3) { animation-delay: .16s; }
.browser-body .d-grid > *:nth-child(4) { animation-delay: .24s; }
.url-pill { background: rgba(15,15,15,.6); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: .25rem 1rem; font: 10px "JetBrains Mono"; color: rgba(255,255,255,.6); }
.offering-button, .reason-button {
  width: 100%;
  text-align: left;
  border-radius: .75rem;
  border: 1px solid rgba(255,255,255,.1);
  background: var(--charcoal);
  color: #fff;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all .3s;
}
.offering-button.active { background: var(--orange); border-color: var(--orange); }
.offering-button { transform-origin: center; }
.offering-button:hover { border-color: rgba(255,255,255,.3); box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.offering-button.active .icon-box { background: #fff; color: var(--orange); }
.tech-card, .capability-card, .process-card, .contact-card, .testimonial-card {
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(42,42,42,.4);
  color: #fff;
  border-radius: 1rem;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}
.tech-wrap { position: relative; height: 100%; }
.tech-decor {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  opacity: .5;
  pointer-events: none;
}
.tech-decor-ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.tech-decor-core {
  position: absolute;
  inset: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: #fff;
  font: italic 600 12px "Playfair Display";
}
.tech-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  background: rgba(42,42,42,.05);
  transform: translate(8px, 8px);
  transition: transform .5s var(--expo);
}
.tech-wrap:hover::before { transform: translate(12px, 12px); }
.tech-card {
  min-height: 300px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  backdrop-filter: blur(12px);
}
.tech-card::before,
.capability-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s var(--expo), background .5s var(--expo);
}
.tech-card::before { background: linear-gradient(135deg, rgba(232,93,31,.05), transparent); }
.capability-card::before { background: rgba(232,93,31,.03); }
.tech-card:hover, .capability-card:hover, .process-card:hover, .contact-card:hover { border-color: rgba(232,93,31,.45); transform: translateY(-4px); }
.tech-card:hover::before, .capability-card:hover::before { opacity: 1; }
.tech-card .icon-ring {
  position: absolute;
  inset: -0.5rem;
  border-radius: 999px;
  border: 1px solid var(--orange);
  opacity: 0;
  transform: scale(.5);
  transition: opacity .5s var(--expo), transform .5s var(--expo);
}
.tech-card:hover .icon-ring { opacity: 1; transform: scale(1); }
.tech-card .tech-line { transition: width .5s var(--expo); }
.tech-card:hover .tech-line { width: 6rem !important; }
.tech-card .tag-pill {
  font-size: 11px;
  padding: .25rem .75rem;
  background: var(--deepblack);
  cursor: default;
  transition: transform .2s var(--expo), border-color .2s, color .2s, background-color .2s;
}
.tech-card .tag-pill:hover {
  transform: translateY(-2px) scale(1.05);
  border-color: var(--orange);
  color: var(--orange);
  background: rgba(232,93,31,.1);
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .25rem .6rem;
  font: 10px "JetBrains Mono";
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.8);
  background: var(--deepblack);
}
.category-btn {
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  background: transparent;
  border-radius: 999px;
  padding: .65rem 1.25rem;
  transition: all .3s;
}
.category-btn.active { background: var(--orange); border-color: var(--orange); }
.category-btn.active { animation: pop-in .28s var(--expo) both; }
.category-btn:hover { color: var(--orange); border-color: rgba(232,93,31,.4); }
.capability-card {
  min-height: 260px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  backdrop-filter: blur(12px);
  cursor: pointer;
  will-change: transform;
}
.capability-card .highlight {
  opacity: 0;
  color: rgba(255,255,255,.6);
  transition: opacity .3s var(--expo), border-color .3s, color .3s, background-color .3s, transform .3s var(--expo);
}
.capability-card:hover .highlight {
  opacity: 1;
  border-color: rgba(232,93,31,.3);
  color: var(--orange);
}
.capability-card .highlight:nth-child(2) { transition-delay: 50ms; }
.capability-card .highlight:nth-child(3) { transition-delay: 100ms; }
.capability-card .cta-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
}
.capability-card:hover .cta-icon {
  background: var(--orange);
  border-color: var(--orange) !important;
  color: #fff;
  transform: rotate(45deg);
}
.capability-card:hover .icon-box {
  background: var(--orange);
  border-color: var(--orange);
  transform: rotate(-6deg);
}
.process-node {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 2px solid var(--orange);
  background: var(--deepblack);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 2;
  transition: background-color .3s, color .3s;
}
.process-node::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--orange);
  z-index: -1;
  animation: pulse-ring 2.5s ease-out infinite;
}
.process-node .lucide { transition: color .3s; }
.process-step:hover .process-node { background: var(--orange); color: var(--deepblack); }
.process-step:hover .process-node .lucide { color: var(--deepblack); }
.process-tag {
  background: rgba(232,93,31,.18);
  color: var(--orange);
  min-width: auto;
  min-height: 1.625rem;
  padding: .25rem .75rem;
  white-space: nowrap;
}
.process-step-badge {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 2px solid var(--deepblack);
  background: #fff;
  color: var(--deepblack);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 600 9px "JetBrains Mono";
}
.process-card { padding: 1.25rem; min-height: 170px; backdrop-filter: blur(12px); }
.process-card:hover { transform: translateY(-3px); }
.flow-line { position: absolute; left: 10%; right: 10%; top: 1.75rem; border-top: 2px dashed rgba(232,93,31,.3); }
.flow-dot { position: absolute; top: -.35rem; width: .65rem; height: .65rem; border-radius: 50%; background: var(--orange); animation: flow-dot 6s linear infinite; box-shadow: 0 0 12px rgba(232,93,31,.8); }
@keyframes flow-dot { from { left: 0; } to { left: 100%; } }
#about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .3;
  background-image: radial-gradient(circle, rgba(232,93,31,.4) .5px, transparent .5px);
  background-size: 50px 50px;
}
#about::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 25%;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  background: rgba(232,93,31,.1);
  filter: blur(64px);
  pointer-events: none;
  animation: why-orb 20s ease-in-out infinite;
}
#about > .container { position: relative; z-index: 1; }
.spotlight {
  min-height: 460px;
  border-radius: 1.5rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(42,42,42,.4);
  backdrop-filter: blur(12px);
  padding: clamp(2rem, 5vw, 3.5rem);
  position: relative;
  overflow: hidden;
}
.spotlight > * { animation: rise-in .42s var(--expo) both; }
.reason-orbit {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 18rem;
  height: 18rem;
  opacity: .3;
  pointer-events: none;
}
.reason-orbit .orbit-a { animation: orbit-spin 30s linear infinite; transform-origin: 100px 100px; }
.reason-orbit .orbit-b { animation: orbit-spin-reverse 20s linear infinite; transform-origin: 100px 100px; }
.reason-orbit .orbit-node { animation: orbit-spin 12s linear infinite; transform-origin: 100px 100px; }
.reason-active-icon {
  width: 3.5rem;
  height: 3.5rem;
  flex: 0 0 3.5rem;
  animation: reason-icon-spin .6s var(--expo) both;
  box-shadow: 0 0 30px rgba(232,93,31,.4);
}
.watermark { position: absolute; top: 1rem; right: 2rem; font: italic 8rem "Playfair Display"; color: rgba(232,93,31,.1); line-height: 1; }
.reason-button { background: transparent; margin-bottom: .5rem; }
.reason-button.active { border-color: rgba(232,93,31,.45); background: rgba(255,255,255,.06); }
.reason-button:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.reason-button.active .reason-title { color: var(--orange); font-style: italic; }
.reason-button [data-reason-indicator] { transition: width .3s var(--expo), background-color .3s var(--expo), opacity .3s var(--expo); }
.testimonial-stage { position: relative; min-height: 520px; margin-bottom: 3rem; }
.testimonial-stage {
  transform: translateZ(0);
  isolation: isolate;
}
.testimonial-card {
  position: absolute;
  inset: 0;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 1.5rem;
  transition:
    transform .5s var(--expo),
    opacity .5s var(--expo),
    border-color .5s var(--expo),
    background-color .5s var(--expo);
  pointer-events: none;
  will-change: transform, opacity;
}
.testimonial-card.active {
  background: var(--charcoal);
  border: 2px solid rgba(232,93,31,.4);
  z-index: 10;
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0);
  pointer-events: auto;
}
.testimonial-card.prev {
  z-index: 4;
  opacity: .4;
  transform: translateX(-60px) scale(.92) rotate(-2deg);
}
.testimonial-card.next {
  z-index: 5;
  opacity: .4;
  transform: translateX(60px) scale(.92) rotate(2deg);
}
.testimonial-card.testimonial-hidden {
  z-index: 0;
  opacity: 0;
  transform: translateX(0) scale(.86) rotate(0);
}
.testimonial-avatar {
  background: var(--charcoal);
  color: var(--purewhite);
  transition: background-color .5s var(--expo), color .5s var(--expo);
}
.testimonial-card.active .testimonial-avatar {
  background: var(--orange);
  color: var(--purewhite);
}
.slider-dot { width: .4rem; height: .4rem; border: 0; border-radius: 999px; background: rgba(255,255,255,.2); transition: width .3s var(--expo), background-color .3s var(--expo); }
.slider-dot.active { width: 2rem; background: var(--orange); }
.form-panel {
  background: rgba(42,42,42,.4);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  padding: clamp(2rem, 5vw, 3rem);
}
.project-brief-header {
  position: relative;
  min-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-brief-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(255,255,255,.2);
}
.project-brief-title,
.project-brief-step {
  position: relative;
  z-index: 1;
  background: #1a1a1a;
  font-size: 10px;
}
.project-brief-title {
  padding: 0 1rem;
}
.project-brief-step {
  position: absolute;
  right: 0;
  padding-left: 1rem;
}
.field { position: relative; }
.contact-form-fields {
  --bs-gutter-y: 2.25rem;
}
.field input, .field select, .field textarea, .newsletter input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: .85rem 0;
  outline: none;
  font-size: .9rem;
}
.field select option { color: var(--deepblack); }
.field select:invalid {
  color: rgba(255,255,255,.4);
}
.field select#budget {
  padding-top: 1.15rem;
  padding-bottom: .55rem;
}
.field textarea { resize: none; }
.field label {
  position: absolute;
  left: 0;
  top: .85rem;
  color: rgba(255,255,255,.4);
  font: 12px "JetBrains Mono";
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: all .2s;
}
.newsletter-panel.form-panel { background: rgba(255,255,255,.04); }
.newsletter-panel .field { margin-bottom: 0; }
.newsletter-panel .dark-cta { width: 100%; }
.form-status { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.5; }
.form-status.success { color: var(--green, #6ee7b7); }
.form-status.error { color: var(--danger, #f87171); }
.field.focused label, .field.filled label, .field label.static {
  top: -.75rem;
  color: var(--orange);
  font-size: 11px;
}
.field label.static {
  color: rgba(255,255,255,.4);
}
.field.focused input, .field.focused textarea, .field.focused select { border-bottom-color: var(--orange); }
.contact-card { padding: 1.5rem; display: flex; gap: 1.25rem; align-items: flex-start; }
@media (min-width: 992px) {
  .equal-height-row { align-items: stretch; }
  .equal-height-column { display: flex; }
  .equal-height-column > .browser,
  .equal-height-column > .equal-height-stack {
    width: 100%;
    height: 100%;
  }
  .equal-height-stack { display: flex; flex-direction: column; }
  .equal-height-stack > * { flex: 1 1 0; }
  .equal-height-stack .offering-button { height: 100%; }

  #contact > .container > .row.g-4 { align-items: stretch; }
  #contact > .container > .row.g-4 > .col-lg-7,
  #contact > .container > .row.g-4 > .col-lg-5 { display: flex; }
  #contact .form-panel,
  #contactCards { width: 100%; height: 100%; }
  #contactCards { grid-template-rows: repeat(3, minmax(0, 1fr)); }
  #contactCards .contact-card { height: 100%; align-items: center; }
}
@media (max-width: 575.98px) {
  .project-brief-header {
    min-height: 2.25rem;
    align-items: flex-start;
  }
  .project-brief-step {
    left: 50%;
    right: auto;
    top: 1.4rem;
    padding: 0 .75rem;
    transform: translateX(-50%);
  }
}
.trusted-panel { padding-left: clamp(0rem, 3vw, 3rem); }
.trusted-title {
  margin-bottom: 1.25rem;
  font: 400 clamp(1.8rem, 3vw, 2.45rem)/1.15 "Playfair Display", serif;
  color: var(--purewhite);
}
.trusted-copy {
  max-width: 31rem;
  margin-bottom: 2.5rem;
  color: rgba(255,255,255,.55);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
}
.trusted-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.trusted-stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(255,255,255,.12);
}
.trusted-stat:first-child { padding-left: 0; }
.trusted-stat:last-child { padding-right: 0; border-right: 0; }
.trusted-stat svg { width: 1.7rem; height: 1.7rem; margin-bottom: .75rem; color: var(--orange); stroke-width: 1.7; }
.trusted-stat strong {
  color: var(--purewhite);
  font: 400 clamp(1.8rem, 3vw, 2.35rem)/1 "JetBrains Mono", monospace;
}
.trusted-stat span { margin-top: .65rem; color: rgba(255,255,255,.48); font-size: .78rem; white-space: nowrap; }
.case-studies-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 17rem;
  gap: 2rem;
  padding: 1rem 1.4rem;
  border: 1px solid rgba(232,93,31,.5);
  border-radius: .7rem;
  color: rgba(255,255,255,.88);
  font-size: .9rem;
  transition: color .3s, background-color .3s, border-color .3s;
}
.case-studies-link svg { color: var(--orange); transition: transform .3s var(--expo); }
.case-studies-link:hover { border-color: var(--orange); background: var(--orange); color: #fff; }
.case-studies-link:hover svg { color: #fff; transform: translateX(4px); }
.footer-wordmark { position: absolute; left: 0; right: 0; bottom: -3rem; text-align: center; overflow: hidden; pointer-events: none; }
.footer-wordmark span { font: italic clamp(12rem, 25vw, 20rem)/1 "Playfair Display"; color: rgba(255,255,255,.03); white-space: nowrap; }
.social-link {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  transition: all .3s;
}
.social-link:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.wa-button {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 60;
  opacity: 0;
  transform: translateY(60px) scale(.8);
  transition: all .5s var(--expo);
}
.wa-button.visible { opacity: 1; transform: translateY(0) scale(1); }
.wa-button.visible { animation: soft-bob 4s ease-in-out 1.2s infinite; }
.wa-inner {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 6px 8px 6px 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px -5px rgba(37,211,102,.5);
  transition: width .45s var(--expo), background .3s;
}
.wa-button:hover .wa-inner { width: 270px; background: #1da851; }
.wa-label { opacity: 0; white-space: nowrap; margin-left: .75rem; font-weight: 600; transition: opacity .25s .1s; font-size: 0.95rem; }
.wa-button:hover .wa-label { opacity: 1; }
.wa-glyph { width: 48px; height: 48px; border-radius: 50%; background: #fff; color: #25d366; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.vertical-mark { position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); writing-mode: vertical-rl; font: 9px "JetBrains Mono"; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.3); }

@media (max-width: 991px) {
  .hero { padding-top: 6.5rem; }
  .constellation, .vertical-mark, .flow-line { display: none; }
  .testimonial-stage { min-height: 620px; }
  .testimonial-card.prev, .testimonial-card.next { display: none; }
  .section-title { font-size: clamp(2.3rem, 9vw, 3.8rem); }
  .trusted-panel { padding-top: 1rem; padding-left: 0; }
}
@media (max-width: 575px) {
  .hero-title { font-size: 3.4rem; }
  .browser-body { padding: 1rem; }
  .testimonial-stage { min-height: 700px; }
  .contact-card { padding: 1.25rem; }
  .trusted-stats { grid-template-columns: 1fr; gap: 0; }
  .trusted-stat {
    display: grid;
    grid-template-columns: 2.5rem 4.5rem 1fr;
    align-items: center;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.09);
  }
  .trusted-stat:last-child { border-bottom: 0; }
  .trusted-stat svg, .trusted-stat strong, .trusted-stat span { margin: 0; }
  .trusted-stat span { white-space: normal; }
  .case-studies-link { min-width: 0; width: 100%; }
}

/* Subscription Confirmation Modal */
.subscription-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.subscription-modal.show {
  opacity: 1;
  visibility: visible;
}

.subscription-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.8);
  backdrop-filter: blur(4px);
}

.subscription-modal-content {
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
  border: 1px solid rgba(232, 93, 31, 0.3);
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.subscription-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease;
}

.subscription-modal-close:hover {
  color: var(--orange);
  transform: rotate(90deg);
}

.subscription-modal-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.subscription-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: radial-gradient(circle, rgba(232, 93, 31, 0.2) 0%, rgba(232, 93, 31, 0.05) 100%);
  border: 2px solid rgba(232, 93, 31, 0.4);
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--orange);
  animation: scaleIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.subscription-modal-body {
  text-align: center;
  margin-bottom: 2rem;
}

.subscription-modal-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.subscription-modal-message {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.subscription-modal-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.feature-item i {
  color: var(--orange);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.subscription-modal-footer {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.subscription-modal-footer .dark-cta {
  min-width: 200px;
}

@media (max-width: 640px) {
  .subscription-modal-content {
    padding: 2rem 1.75rem;
    max-width: calc(100% - 2rem);
  }

  .subscription-modal-title {
    font-size: 1.4rem;
  }

  .subscription-modal-message {
    font-size: 0.9rem;
  }

  .subscription-modal-footer .dark-cta {
    min-width: 0;
    width: 100%;
  }
}

/* Enquiry Confirmation Modal */
.enquiry-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.enquiry-modal.show {
  opacity: 1;
  visibility: visible;
}

.enquiry-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.8);
  backdrop-filter: blur(4px);
}

.enquiry-modal-content {
  position: relative;
  z-index: 10;
  background: linear-gradient(135deg, rgba(42, 42, 42, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
  border: 1px solid rgba(232, 93, 31, 0.3);
  border-radius: 1.25rem;
  padding: 3rem 2.5rem;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.enquiry-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s ease;
}

.enquiry-modal-close:hover {
  color: var(--orange);
  transform: rotate(90deg);
}

.enquiry-modal-header {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.enquiry-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: radial-gradient(circle, rgba(232, 93, 31, 0.2) 0%, rgba(232, 93, 31, 0.05) 100%);
  border: 2px solid rgba(232, 93, 31, 0.4);
  border-radius: 50%;
  font-size: 1.75rem;
  color: var(--orange);
  animation: scaleIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

.enquiry-modal-body {
  text-align: center;
  margin-bottom: 2rem;
}

.enquiry-modal-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.enquiry-modal-message {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.enquiry-modal-message strong {
  color: var(--orange);
  font-weight: 600;
}

.enquiry-modal-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.enquiry-modal-footer {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.enquiry-modal-footer .dark-cta {
  min-width: 200px;
}

@media (max-width: 640px) {
  .enquiry-modal-content {
    padding: 2rem 1.75rem;
    max-width: calc(100% - 2rem);
  }

  .enquiry-modal-title {
    font-size: 1.4rem;
  }

  .enquiry-modal-message {
    font-size: 0.9rem;
  }

  .enquiry-modal-footer .dark-cta {
    min-width: 0;
    width: 100%;
  }
}
