/* ============================================================
   Q STUDIO
   Visual system derived from the mark: eight tapered rays
   converging on a four-point star of negative space.
   Chrome on void. One accent. Everything radiates.
   ============================================================ */

:root {
  --bg:        #050505;
  --surface:   #0d0d0d;
  --card:      #131313;
  --line:      rgba(255, 255, 255, .08);
  --line-soft: rgba(255, 255, 255, .045);
  --white:     #ffffff;
  --gray:      #8b9099;
  --gray-dim:  #565b63;
  --accent:    #8b5cff;
  --accent-lo: #c4b2ff;
  --accent-dim: rgba(139, 92, 255, .14);
  /* the accent never appears alone — it always resolves toward white */
  --accent-flare: linear-gradient(180deg, #ffffff, #c4b2ff 46%, #8b5cff);

  --chrome: linear-gradient(177deg, #ffffff 4%, #e6e8ec 26%, #a9afb8 58%, #6f757f 82%, #cfd3d9 100%);

  --font-display: 'Instrument Sans', system-ui, sans-serif;
  --font-serif:   'Instrument Serif', Georgia, serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, .05, .36, 1);

  --pad: clamp(20px, 5vw, 72px);
  --maxw: 1240px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

::selection { background: var(--accent); color: #0d0618; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- type ---------- */

.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gray-dim);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .spark { color: var(--accent); }

h1, h2, h3 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .96;
}

.display {
  font-size: clamp(44px, 8.2vw, 118px);
  font-weight: 600;
  letter-spacing: -.045em;
}

.h2 {
  font-size: clamp(34px, 5.2vw, 68px);
  letter-spacing: -.04em;
  line-height: 1;
}

/* the one italic serif word — a deliberate break in an otherwise
   geometric page, the way the star breaks the rays */
.serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.02em;
}

.chrome {
  background: var(--chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  font-size: clamp(15px, 1.35vw, 18px);
  color: var(--gray);
  line-height: 1.65;
  max-width: 46ch;
  margin: 0;
}

.mono { font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em; }

/* ---------- layout ---------- */

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

section { position: relative; }

.band { padding-block: clamp(96px, 13vw, 200px); }

.band-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(48px, 6vw, 84px);
}
.band-head .lede { max-width: 38ch; }

/* hairline that fades at both ends — the taper of the rays */
.taper {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16) 22%, rgba(255,255,255,.16) 78%, transparent);
}

/* ============================================================
   ATMOSPHERE — never a flat background
   ============================================================ */

.atmos {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.atmos__grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 10%, transparent 76%);
  animation: drift 64s linear infinite;
}

@keyframes drift {
  to { transform: translate3d(74px, 74px, 0); }
}

.atmos__aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .5;
  will-change: transform;
}
.a1 { width: 46vw; height: 46vw; left: -8vw;  top: -12vw;  background: rgba(139,92,255,.30); animation: float1 26s var(--ease-io) infinite alternate; }
.a2 { width: 38vw; height: 38vw; right: -6vw; top: 26vh;   background: rgba(186,148,255,.15); animation: float2 34s var(--ease-io) infinite alternate; }
.a3 { width: 52vw; height: 52vw; left: 22vw;  bottom: -30vw; background: rgba(139,92,255,.12); animation: float1 44s var(--ease-io) infinite alternate-reverse; }

@keyframes float1 { to { transform: translate3d(8vw, 10vh, 0) scale(1.18); } }
@keyframes float2 { to { transform: translate3d(-10vw, -8vh, 0) scale(.86); } }

/* mouse-follow spotlight */
.atmos__spot {
  position: absolute;
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139,92,255,.13), transparent 62%);
  transform: translate3d(-50%, -50%, 0);
  left: var(--mx, 50%);
  top: var(--my, 50%);
  transition: opacity .6s;
}

.atmos__noise {
  position: absolute;
  inset: -200%;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 1.4s steps(4) infinite;
}
@keyframes grain {
  0%   { transform: translate3d(0,0,0); }
  25%  { transform: translate3d(-4%, 2%, 0); }
  50%  { transform: translate3d(3%, -3%, 0); }
  75%  { transform: translate3d(-2%, -2%, 0); }
  100% { transform: translate3d(0,0,0); }
}

.atmos__vig {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 45%, transparent 40%, rgba(5,5,5,.85) 100%);
}

/* ============================================================
   CURSOR — the four-point star from the centre of the mark
   ============================================================ */

/* JS adds .has-cursor only on a fine pointer with motion allowed */
.has-cursor,
.has-cursor * { cursor: none !important; }
.has-cursor a,
.has-cursor button,
.has-cursor input { cursor: none !important; }

.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 26px; height: 26px;
  margin: -13px 0 0 -13px;
  z-index: 90;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s;
  mix-blend-mode: difference;
}
.cursor svg { width: 100%; height: 100%; fill: #fff; }
.cursor.on { opacity: 1; }
/* The JS owns `transform` on .cursor — it writes the position there every frame.
   So the spin has to live on the inner svg, or a CSS animation on .cursor would
   overwrite the inline transform and snap the cursor to 0,0. */
.cursor svg { transition: transform .45s var(--ease); }
.cursor.hot svg { animation: spinstar 1.2s linear infinite; }
@keyframes spinstar { to { transform: rotate(90deg); } }

@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ============================================================
   LOADER — rays converge, star ignites, curtain lifts
   ============================================================ */

.boot {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: var(--bg);
  display: grid;
  place-items: center;
  transition: opacity .9s var(--ease), visibility .9s;
}
.boot.done { opacity: 0; visibility: hidden; }
/* The boot mark: one shared cycle, sliced by --i / --n.
   Each glyph turns in, holds, then turns out exactly as the next turns in — so
   the two cross rather than blink, and the mark is never empty. The loading
   screen is the studio's two disciplines trading places.

   NOTE: the keyframe window below is tuned to a six-glyph cycle (each slot is
   100/6 = 16.6%). --n only spaces the delays; it cannot reach into @keyframes,
   because keyframe percentages take no calc(). If you change Q_BOOT_CYCLE,
   move the 16.6% hold and the 22% exit to match the new slot. */
.boot__mark {
  position: relative;
  width: 88px;
  height: 88px;
  --dur: 3s;
}
.boot__g {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: var(--gray);
  animation: bootcycle var(--dur) var(--ease-io) infinite;
  animation-delay: calc(var(--i) * var(--dur) / var(--n));
}
.boot__g svg { width: 100%; height: 100%; }

/* the design tools take the accent, the code tools stay white —
   you read the alternation without being told about it */
.boot__g:nth-child(even) { color: var(--accent-lo); }

@keyframes bootcycle {
  0%     { opacity: 0; transform: rotate(-70deg) scale(.68); }
  5.4%   { opacity: 1; transform: rotate(0deg)   scale(1); }
  16.6%  { opacity: 1; transform: rotate(0deg)   scale(1); }  /* the next one starts here */
  22%    { opacity: 0; transform: rotate(70deg)  scale(.68); }
  100%   { opacity: 0; transform: rotate(70deg)  scale(.68); }
}

.boot__count {
  position: absolute;
  bottom: 8vh;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--gray-dim);
}

/* ============================================================
   SCROLL PROGRESS — a ray drawn down the left edge
   ============================================================ */

.rail {
  position: fixed;
  inset-inline-start: 0; top: 0;
  width: 2px; height: 100vh;
  z-index: 40;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.rail__fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, transparent, var(--accent) 22%, #fff);
  box-shadow: 0 0 18px rgba(139,92,255,.7);
}

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  padding: 16px var(--pad);
  transition: transform .55s var(--ease), background .5s, border-color .5s, padding .5s;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav.stuck {
  background: rgba(8,8,8,.62);
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  border-bottom-color: var(--line);
  padding-block: 11px;
}
.nav.hide { transform: translate3d(0, -110%, 0); }

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 30px; height: 30px; }
.brand span {
  font-weight: 600;
  letter-spacing: -.02em;
  font-size: 15px;
}
.brand img { transition: filter .5s var(--ease); }
.brand:hover img { filter: drop-shadow(0 0 9px rgba(139, 92, 255, .65)); }

.nav__links { display: flex; gap: 4px; }
.nav__links a {
  position: relative;
  padding: 8px 14px;
  font-size: 13.5px;
  color: var(--gray);
  transition: color .35s;
}
.nav__links a::after {
  content: '';
  position: absolute;
  left: 14px; right: 14px; bottom: 4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0);
  transition: transform .5s var(--ease);
}
.nav__links a:hover { color: var(--white); }
.nav__links a:hover::after { transform: scaleX(1); }

.nav__right { display: flex; align-items: center; gap: 10px; }

.lang {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 34px;
  padding-inline: 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray);
  transition: color .35s, border-color .35s, background .35s;
}
.lang:hover { color: #fff; border-color: rgba(139, 92, 255, .5); background: var(--accent-dim); }

.burger { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 999px; }
.burger i { display: block; width: 15px; height: 1px; background: #fff; margin: 3px auto; transition: .4s var(--ease); }
.nav.open .burger i:nth-child(1) { transform: translateY(4px) rotate(45deg); }
.nav.open .burger i:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }

.sheet {
  position: fixed;
  inset: 0;
  z-index: 55;
  background: rgba(5,5,5,.9);
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  display: grid;
  place-content: center;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s;
}
.sheet.open { opacity: 1; visibility: visible; }
.sheet a {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -.04em;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.sheet.open a { opacity: 1; transform: none; }
.sheet.open a:nth-child(1) { transition-delay: .06s; }
.sheet.open a:nth-child(2) { transition-delay: .12s; }
.sheet.open a:nth-child(3) { transition-delay: .18s; }
.sheet.open a:nth-child(4) { transition-delay: .24s; }
.sheet.open a:nth-child(5) { transition-delay: .30s; }

/* ============================================================
   BUTTONS — magnetic, with a ray sweeping the surface
   ============================================================ */

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -.01em;
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
  transition: border-color .4s, color .4s, background .4s;
  will-change: transform;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--bx, 50%) var(--by, 50%), rgba(255,255,255,.16), transparent 68%);
  opacity: 0;
  transition: opacity .45s;
}
.btn:hover::before { opacity: 1; }
.btn:hover { border-color: rgba(255,255,255,.22); }

.btn--solid {
  background: #fff;
  color: #050505;
  border-color: transparent;
}
.btn--solid::before { background: radial-gradient(circle at var(--bx,50%) var(--by,50%), rgba(139,92,255,.55), transparent 65%); }
.btn--solid:hover { color: #0d0618; }

.btn--ghost { color: var(--gray); }
.btn--ghost:hover { color: #fff; }

.btn--accent {
  background: var(--accent);
  color: #0d0618;
  border-color: transparent;
  box-shadow: 0 0 0 rgba(139,92,255,0);
  transition: box-shadow .5s, transform .4s;
}
.btn--accent:hover { box-shadow: 0 12px 44px rgba(139,92,255,.4); }

.btn .arrow { transition: transform .45s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 60px;
  z-index: 1;
}

/* ---------- the glyph field: the background motif ----------
   A scattered constellation of design & code marks. Quiet enough to sit
   under the headline, alive enough that the page never feels like a slab. */
.field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.field__g {
  position: absolute;
  inset-inline-start: var(--gx);   /* logical, so the whole field mirrors in RTL */
  top: var(--gy);
  width: var(--gs);
  height: var(--gs);
  margin: calc(var(--gs) / -2) 0 0 calc(var(--gs) / -2);
  will-change: transform;          /* JS writes the parallax transform here */
}
.field__g > i {
  display: block;
  width: 100%; height: 100%;
  transform: rotate(var(--rot));
  animation: gfloat 14s var(--ease-io) infinite alternate;
  animation-delay: calc(var(--gd) * -1);
}
.field__g svg {
  width: 100%; height: 100%;
  color: rgba(255, 255, 255, .085);
}
@keyframes gfloat {
  to { transform: rotate(var(--rot)) translate3d(0, -16px, 0); }
}

/* a couple of glyphs catch the accent — never all of them */
.field__g:nth-child(2) svg { color: rgba(139, 92, 255, .17); }
.field__g:nth-child(6) svg { color: rgba(139, 92, 255, .13); }

.field--hero .field__g:nth-child(10) svg { color: rgba(255, 255, 255, .14); }

.hero__inner { position: relative; z-index: 2; width: 100%; }

.hero .display { max-width: 15ch; }
.hero__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  margin-top: clamp(28px, 3.6vw, 44px);
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

.hero__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(60px, 8vw, 110px);
}
/* rules that fade out at the ends, like the tips of the mark */
.hero__stats::before,
.hero__stats::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.15) 18%, rgba(255,255,255,.15) 82%, transparent);
}
.hero__stats::before { top: 0; }
.hero__stats::after  { bottom: 0; }

.stat { position: relative; padding: 26px 22px 24px; }
.stat:first-child { padding-inline-start: 0; }
.stat + .stat::before {
  content: '';
  position: absolute;
  inset-inline-start: 0; top: 22%; bottom: 22%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.13), transparent);
}
.stat__n {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1;
}
.stat__l { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-dim); margin-top: 10px; }

/* floating glass panels behind the headline */
.panels { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.panel {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(155deg, rgba(255,255,255,.06), rgba(255,255,255,.012));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 40px 90px rgba(0,0,0,.6);
  padding: 12px 14px;
  will-change: transform;
}
.panel::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.09) 50%, transparent 62%);
  background-size: 260% 100%;
  animation: sheen 7s var(--ease-io) infinite;
  pointer-events: none;
}
@keyframes sheen {
  0%, 65% { background-position: 160% 0; }
  100%    { background-position: -60% 0; }
}
.panel .row { display: flex; align-items: center; gap: 8px; }
.panel .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); flex: none; }
.panel .bar { height: 5px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.panel .bar i { display: block; height: 100%; background: var(--accent); border-radius: 999px; }
.panel .t { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .06em; color: var(--gray); white-space: nowrap; }
.panel .k { font-size: 12px; font-weight: 600; letter-spacing: -.02em; }

/* Panels only ever float in the outer gutter beyond the text column (--maxw),
   never over the headline/CTA/stats rows below it, and never closer than 24px
   to the real edge of the viewport — so they can't be clipped by it. */
.p1, .p2 { right: clamp(24px, calc((100vw - var(--maxw)) / 2 - 40px), 220px); }
.p3 { left: clamp(24px, calc((100vw - var(--maxw)) / 2 - 40px), 220px); }

.p1 { width: 208px; top: 8%;  animation: bob 9s ease-in-out infinite; }
.p2 { width: 176px; top: 24%; animation: bob 11s ease-in-out infinite reverse; }
.p3 { width: 156px; top: 17%; animation: bob 13s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-16px); } }

/* Below this, the outer gutter is too thin for the panels to sit in without
   crowding the headline, so they step aside rather than overlap anything. */
@media (max-width: 1320px) { .panels { display: none; } }

/* ============================================================
   MARQUEE of trust
   ============================================================ */

.trust { overflow: hidden; padding-block: 26px; border-bottom: 1px solid var(--line-soft); }
.trust__t { display: flex; width: max-content; animation: slide 34s linear infinite; }
.trust:hover .trust__t { animation-play-state: paused; }
.trust__t span {
  padding-inline: 34px;
  font-size: 14px;
  letter-spacing: .04em;
  color: var(--gray-dim);
  white-space: nowrap;
  transition: color .4s;
}
.trust__t span:hover { color: #fff; }
@keyframes slide { to { transform: translate3d(-50%, 0, 0); } }

/* ============================================================
   SERVICES — the compass. eight rays, eight disciplines.
   ============================================================ */

.svc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.card {
  position: relative;
  background: var(--surface);
  padding: 34px 26px 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition: background .5s var(--ease);
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(420px circle at var(--cx, 50%) var(--cy, 50%), rgba(139,92,255,.13), transparent 62%);
  transition: opacity .5s;
}
.card:hover { background: var(--card); }
.card:hover::before { opacity: 1; }

.card__ray {
  width: 34px; height: 34px;
  margin-bottom: 24px;
  color: var(--gray-dim);
  transition: color .5s var(--ease), transform .6s var(--ease);
  overflow: visible;
}
.card:hover .card__ray { color: #d7dae0; transform: translateY(-3px); }

/* the one solid detail inside each icon — it takes the accent, the outline doesn't */
.ico-hot {
  color: var(--gray-dim);
  transition: color .5s var(--ease), filter .5s var(--ease);
}
.card:hover .ico-hot {
  color: var(--accent);
  filter: drop-shadow(0 0 7px rgba(139, 92, 255, .85));
}

.card__i {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--gray-dim);
  position: absolute;
  top: 22px; inset-inline-end: 24px;
}
.card h3 { font-size: 19px; letter-spacing: -.03em; margin-bottom: 10px; }
.card p { margin: 0; font-size: 13.5px; color: var(--gray); line-height: 1.6; }
.card__tags {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.card:hover .card__tags { opacity: 1; transform: none; }
.card__tags b {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: .06em;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gray);
}

/* Seven services would leave a hole in an even grid. The lead service takes two
   columns instead: the rows fill exactly, and the thing we most want read first
   is also the largest. 4-col -> 2+1+1 / 1+1+1+1.  2-col -> 2 / 1+1 / 1+1 / 1+1. */
@media (min-width: 561px) { .svc .card:first-child { grid-column: span 2; } }

@media (max-width: 1080px) { .svc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .svc { grid-template-columns: 1fr; } .card { min-height: 0; } }

/* ---------- the stack strip: what the builds actually run on ---------- */

.stack {
  margin-top: clamp(28px, 3.4vw, 44px);
  padding-top: 26px;
  overflow: hidden;
  position: relative;
}
.stack::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13) 20%, rgba(255,255,255,.13) 80%, transparent);
}
.stack .lane { gap: 0; }
.stack:hover .lane { animation-play-state: paused; }
.stack span {
  padding-inline: 26px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gray-dim);
  white-space: nowrap;
  transition: color .4s;
}
.stack span:hover { color: var(--accent-lo); }

/* ============================================================
   WORK — horizontal scroll showcase
   ============================================================ */

.work { position: relative; z-index: 1; }
.track { position: relative; height: 320vh; }
.track__pin {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.track__lane {
  display: flex;
  gap: clamp(20px, 3vw, 44px);
  padding-inline: var(--pad);
  will-change: transform;
}

.proj {
  position: relative;
  flex: none;
  width: clamp(300px, 44vw, 620px);
  aspect-ratio: 16 / 11;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--card);
  isolation: isolate;
}
.proj--zoom { cursor: zoom-in; }
.proj__glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(90% 80% at 30% 12%, hsl(var(--hue) 90% 60% / .34), transparent 62%),
    radial-gradient(70% 70% at 84% 92%, hsl(var(--hue) 90% 60% / .16), transparent 60%),
    linear-gradient(160deg, #101010, #060606);
  transition: transform 1.2s var(--ease);
}
.proj:hover .proj__glow { transform: scale(1.06); }
.proj__mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 78%);
}
.proj__glyph {
  position: absolute;
  z-index: 1;
  width: 34%;
  top: 46%; left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .16);
  transition: color .8s var(--ease), transform 1.1s var(--ease);
}
.proj:hover .proj__glyph {
  color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) scale(1.07);
}

.proj__img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.05) brightness(.78);
  transform: scale(1.02);
  transition: transform 1.2s var(--ease), filter .8s var(--ease);
}
.proj:hover .proj__img {
  transform: scale(1.08);
  filter: saturate(1.1) brightness(.9);
}
.proj__logo {
  position: absolute;
  z-index: 2;
  top: 20px; left: 20px;
  width: 46px; height: 46px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(8, 8, 8, .5);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
}
.proj__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
[dir="rtl"] .proj__logo { left: auto; right: 20px; }

.proj__meta {
  position: absolute;
  z-index: 3;
  inset: auto 0 0 0;
  padding: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(to top, rgba(3,3,3,.9), transparent);
}
.proj__meta h3 { font-size: clamp(19px, 2vw, 27px); letter-spacing: -.035em; max-width: 18ch; }
.proj__kind { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-dim); margin-bottom: 10px; }
.proj__note {
  font-size: 12.5px;
  color: var(--gray);
  margin-top: 8px;
  max-width: 34ch;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.proj:hover .proj__note { opacity: 1; transform: none; }
.proj__year { font-family: var(--font-mono); font-size: 11px; color: var(--gray-dim); flex: none; }

.track__hint {
  position: absolute;
  bottom: 5vh; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gray-dim);
  z-index: 4;
}

/* mobile: fall back to a normal swipe lane */
@media (max-width: 860px) {
  .track { height: auto; }
  .track__pin { position: static; height: auto; display: block; }
  .track__lane {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    transform: none !important;
  }
  .proj { scroll-snap-align: center; width: 82vw; }
}

/* ------------------------------------------------------------
   Lightbox — full-size view of a project banner
   ------------------------------------------------------------ */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(20px, 6vw, 64px);
  background: rgba(4, 4, 6, .88);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility 0s linear .3s;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s var(--ease), visibility 0s linear 0s;
}
.lightbox__frame {
  position: relative;
  max-width: min(1100px, 100%);
  max-height: 100%;
  margin: 0;
  transform: scale(.96);
  transition: transform .35s var(--ease);
}
.lightbox.open .lightbox__frame { transform: scale(1); }
.lightbox__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82svh;
  margin-inline: auto;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .55);
}
.lightbox__cap {
  margin-top: 16px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .08em;
  color: var(--gray);
}
.lightbox__close {
  position: absolute;
  top: clamp(14px, 3vw, 28px);
  inset-inline-end: clamp(14px, 3vw, 28px);
  z-index: 201;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  cursor: pointer;
  transition: background .3s var(--ease), transform .3s var(--ease);
}
.lightbox__close:hover { background: rgba(255, 255, 255, .14); transform: scale(1.06); }

@media (max-width: 640px) {
  .lightbox__img { max-height: 72svh; }
}

/* ============================================================
   PROCESS — a ray drawn through five stops
   ============================================================ */

/* One axis for the whole timeline. The rail and every pip are centred on
   --rail, so they cannot drift apart — no second magic number to keep in sync. */
.flow {
  position: relative;
  --rail: 6px;
  --pip: 12px;
  display: grid;
  grid-auto-rows: 1fr;          /* every step gets the same height, whatever the copy does */
  gap: clamp(40px, 5vw, 64px);
}
.flow__line {
  position: absolute;
  inset-inline-start: var(--rail);
  margin-inline-start: -.5px;      /* logical, so RTL mirrors without a transform */
  top: 0;                        /* JS pins top/height to the first and last pip */
  width: 1px;
  background: var(--line);
}
.flow__line i {
  position: absolute;
  inset: 0 0 auto 0;
  height: 0%;
  background: linear-gradient(180deg, var(--accent), #fff);
  box-shadow: 0 0 16px rgba(139,92,255,.8);
}
.step {
  position: relative;
  padding-inline-start: 44px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 8px 40px;
  align-items: baseline;
  align-content: start;
}
.step__pip {
  position: absolute;
  inset-inline-start: var(--rail);
  margin-inline-start: calc(var(--pip) / -2);
  top: 3px;
  width: var(--pip); height: var(--pip);
  color: var(--gray-dim);
  transition: color .5s;
}
.step.lit .step__pip { color: var(--accent); filter: drop-shadow(0 0 8px rgba(139,92,255,.9)); }
.step h3 { font-size: clamp(24px, 3vw, 38px); letter-spacing: -.04em; }
.step p { margin: 0; color: var(--gray); font-size: 14px; max-width: 44ch; }
.step__days { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-dim); grid-column: 1; }
.step__body { grid-column: 2; grid-row: 1 / span 2; }

@media (max-width: 720px) {
  .step { grid-template-columns: 1fr; gap: 8px; }
  .step__body { grid-column: 1; grid-row: auto; }
}

/* ============================================================
   VOICES — two lanes drifting opposite ways
   ============================================================ */

.voices { overflow: hidden; }
.lane { display: flex; gap: 18px; width: max-content; padding-block: 9px; }
.lane--a { animation: slide 52s linear infinite; }
.lane--b { animation: slide 64s linear infinite reverse; }
.voices:hover .lane { animation-play-state: paused; }

.quote {
  width: 360px;
  flex: none;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.008));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color .45s, transform .45s var(--ease);
}
.quote:hover { border-color: rgba(139,92,255,.4); transform: translateY(-4px); }
.quote p { margin: 0 0 20px; font-size: 15px; letter-spacing: -.015em; line-height: 1.5; }
.quote__who { display: flex; align-items: center; gap: 11px; }
.quote__av {
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #2a2a2a, #101010);
  border: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--gray);
  flex: none;
}
.quote__n { font-size: 13px; font-weight: 500; }
.quote__r { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; color: var(--gray-dim); }

.fade-edges {
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

/* ============================================================
   PRICING
   ============================================================ */

.tiers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  align-items: start;
}
.tier {
  position: relative;
  flex: 1 1 300px;
  max-width: 342px;
  padding: 32px 28px 30px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: transform .55s var(--ease), border-color .5s;
}
.tier:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.18); }

.tier--best {
  background: linear-gradient(180deg, rgba(139,92,255,.09), rgba(19,19,19,.6));
  border-color: rgba(139,92,255,.34);
  box-shadow: 0 40px 120px -40px rgba(139,92,255,.5);
  padding-block: 44px 38px;
}
.tier--best::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--ang, 0deg), transparent 0deg, var(--accent) 60deg, #fff 90deg, transparent 150deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: turn 6s linear infinite;
  pointer-events: none;
  opacity: .8;
}
@property --ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
@keyframes turn { to { --ang: 360deg; } }

.tier__flag {
  position: absolute;
  top: -1px; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #0d0618;
}
.tier__n { font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.tier__b { font-size: 13px; color: var(--gray); margin: 4px 0 22px; }
.tier__p { font-size: clamp(34px, 3.6vw, 46px); font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.tier__u { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-dim); margin-top: 8px; }
.tier ul { list-style: none; margin: 26px 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; }
.tier li { display: flex; gap: 10px; font-size: 13.5px; color: var(--gray); align-items: center; }
.tier li svg { width: 10px; flex: none; color: var(--accent); }
.tier .btn { width: 100%; justify-content: center; }

@media (max-width: 940px) { .tiers { flex-direction: column; align-items: stretch; } .tier { max-width: none; } .tier--best { order: -1; } }

/* ============================================================
   CLOSER
   ============================================================ */

.closer { text-align: center; position: relative; z-index: 1; }
.closer .display { max-width: none; margin-inline: auto; }

.closer .lede { margin-inline: auto; margin-top: 22px; }
.closer__cta { margin-top: 38px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER
   ============================================================ */

.foot { border-top: 1px solid var(--line); position: relative; z-index: 1; background: rgba(5,5,5,.6); }
.foot__top { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; padding-block: 60px 44px; }
.foot__brand { display: flex; align-items: center; gap: 14px; }
.foot__brand img { width: 40px; }
.foot__brand b { font-size: 17px; letter-spacing: -.03em; }
.foot__cols { display: flex; gap: clamp(32px, 6vw, 88px); flex-wrap: wrap; }
.foot__col h4 { font-family: var(--font-mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gray-dim); margin: 0 0 14px; font-weight: 500; }
.foot__col a { display: block; font-size: 13.5px; color: var(--gray); padding: 5px 0; transition: color .35s, transform .35s var(--ease); }
.foot__col a:hover { color: #fff; transform: translateX(3px); }

.foot__word {
  font-size: clamp(56px, 17vw, 250px);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .8;
  text-align: center;
  padding-bottom: 18px;
  user-select: none;
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.012));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.foot__bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid var(--line-soft);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .08em;
  color: var(--gray-dim);
}

/* ============================================================
   REVEALS
   ============================================================ */

[data-rise] {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px);
  transition: opacity 1s var(--ease), transform 1s var(--ease), filter 1s var(--ease);
  transition-delay: var(--d, 0s);
}
[data-rise].in { opacity: 1; transform: none; filter: blur(0); }

.split { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split > i {
  display: inline-block;
  font-style: inherit;
  transform: translate3d(0, 110%, 0) rotate(4deg);
  transition: transform 1.1s var(--ease);
  transition-delay: var(--d, 0s);
}
.split.in > i { transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-rise] { opacity: 1; transform: none; filter: none; }
  /* the boot cycle is the whole point of that element — with motion off,
     show one glyph rather than a stack of six invisible ones */
  .boot__g { animation: none; opacity: 0; }
  .boot__g:first-child { opacity: 1; transform: none; }
  .split > i { transform: none; }
  .cursor { display: none; }
}


/* ============================================================
   RTL — Arabic
   The layout mirrors through logical properties above; what is
   left here is type. Arabic is a connected script: tracking is
   not a style choice, it breaks the letterforms apart.
   ============================================================ */

:root {
  --font-ar:      'IBM Plex Sans Arabic', 'Instrument Sans', system-ui, sans-serif;
  --font-ar-deco: 'Aref Ruqaa', 'IBM Plex Sans Arabic', serif;
}

[dir="rtl"] body { font-family: var(--font-ar); }

[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3,
[dir="rtl"] .display, [dir="rtl"] .h2 {
  font-family: var(--font-ar);
  letter-spacing: 0;              /* never track Arabic */
  line-height: 1.15;              /* Arabic needs the room its ascenders ask for */
}
[dir="rtl"] .display { line-height: 1.18; }

/* the headline break: English uses a serif italic, Arabic has no italic —
   so the emphasis comes from a calligraphic face instead */
[dir="rtl"] .serif {
  font-family: var(--font-ar-deco);
  font-style: normal;
  font-weight: 700;
}

/* mono labels: keep the tracking for latin, drop it for Arabic */
[dir="rtl"] .eyebrow,
[dir="rtl"] .stat__l,
[dir="rtl"] .step__days,
[dir="rtl"] .tier__u,
[dir="rtl"] .tier__flag,
[dir="rtl"] .card__i,
[dir="rtl"] .card__tags b,
[dir="rtl"] .foot__col h4,
[dir="rtl"] .quote__r,
[dir="rtl"] .proj__kind,
[dir="rtl"] .foot__bar,
[dir="rtl"] .track__hint,
[dir="rtl"] .mono,
[dir="rtl"] .kpi__l,
[dir="rtl"] .file__m,
[dir="rtl"] .order__no,
[dir="rtl"] .order__meta span,
[dir="rtl"] .pill,
[dir="rtl"] .side__group h5,
[dir="rtl"] .tile__h a {
  font-family: var(--font-ar);
  letter-spacing: 0;
}

/* latin never stops being latin, even on an Arabic page */
[dir="rtl"] .stack span,
[dir="rtl"] .trust__t span,
[dir="rtl"] .stat__n,
[dir="rtl"] .tier__p,
[dir="rtl"] .file__k,
[dir="rtl"] .proj__year {
  font-family: var(--font-mono);
  direction: ltr;
}
[dir="rtl"] .stat__n, [dir="rtl"] .tier__p { font-family: var(--font-display); }

/* the giant footer word is a latin logotype — keep it reading left to right */
[dir="rtl"] .foot__word { direction: ltr; }

/* small directional flourishes that logical properties do not cover */
[dir="rtl"] .foot__col a:hover { transform: translateX(-3px); }
[dir="rtl"] .btn:hover .arrow { transform: translateX(-4px); }
[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
[dir="rtl"] .btn:hover .arrow { transform: scaleX(-1) translateX(4px); }
[dir="rtl"] .foot__brand, [dir="rtl"] .brand { direction: rtl; }

/* the marquees read the other way so they scroll into the reading direction */
[dir="rtl"] .lane--a, [dir="rtl"] .trust__t { animation-direction: reverse; }
[dir="rtl"] .lane--b { animation-direction: normal; }

/* ============================================================
   Package category tabs + panels
   ============================================================ */
.pkg-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 40px 0 8px;
}
.pkg-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .02);
  color: var(--gray);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background .3s, border-color .3s, color .3s;
}
.pkg-tab:hover { border-color: rgba(255, 255, 255, .22); color: #fff; }
.pkg-tab.on {
  background: var(--accent-dim);
  border-color: rgba(139, 92, 255, .5);
  color: #fff;
}
.pkg-tab__i { width: 15px; height: 15px; color: var(--accent-lo); flex: none; }
.pkg-tab.on .pkg-tab__i { color: var(--accent); }

.pkg-panel { animation: pkgIn .5s var(--ease); }
.pkg-panel[hidden] { display: none; }
@keyframes pkgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.pkg-panel__lede {
  text-align: center;
  max-width: 56ch;
  margin: 22px auto 30px;
  font-size: 13.5px;
  color: var(--gray-dim);
}

/* ============================================================
   Web development — two tiers, deliberately not styled like the
   design packages: this is a different kind of decision.
   ============================================================ */
.band--webdev { border-top: 1px solid var(--line); }

.webdev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 920px;
  margin: 40px auto 0;
}
.webtier {
  padding: 38px 32px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  transition: transform .55s var(--ease), border-color .5s;
}
.webtier:hover { transform: translateY(-6px); border-color: rgba(255, 255, 255, .18); }
.webtier--custom {
  background: linear-gradient(180deg, rgba(139, 92, 255, .09), rgba(19, 19, 19, .6));
  border-color: rgba(139, 92, 255, .34);
  box-shadow: 0 40px 120px -40px rgba(139, 92, 255, .5);
}
.webtier__n { font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.webtier__p { font-size: clamp(30px, 3.2vw, 40px); font-weight: 600; letter-spacing: -.05em; line-height: 1; margin-top: 14px; }
.webtier__u { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; color: var(--gray-dim); margin-top: 8px; }
.webtier__b { font-size: 13.5px; line-height: 1.6; color: var(--gray); margin: 18px 0 22px; }
.webtier ul { list-style: none; margin: 0 0 26px; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 11px; }
.webtier li { display: flex; gap: 10px; font-size: 13px; color: var(--gray); align-items: start; }
.webtier li svg { width: 10px; flex: none; color: var(--accent); margin-top: 3px; }
.webtier .btn { width: 100%; justify-content: center; }

@media (max-width: 780px) { .webdev-grid { grid-template-columns: 1fr; } }
