@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap");

:root {
  color-scheme: dark;
  --bg: #02050a;
  --bg-2: #050a12;
  --surface: #07111f;
  --surface-2: #0a1524;
  --blue: #087cff;
  --blue-bright: #2491ff;
  --blue-light: #63b3ff;
  --white: #f7f9fc;
  --metal: #e8edf3;
  --text-2: #aab5c4;
  --muted: #748196;
  --border: #14243a;
  --success: #24d18f;
  --error: #ff5a67;
  --gradient: linear-gradient(135deg, #087cff 0%, #2491ff 55%, #63b3ff 100%);
  --shadow: 0 24px 70px rgba(0, 0, 0, .3);
  --container: min(1320px, calc(100% - 40px));
  --radius: 20px;
  --header: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 74% 4%, rgba(8, 124, 255, .09), transparent 26rem),
    var(--bg);
  color: var(--white);
  font-family: "Satoshi", "IBM Plex Sans Arabic", "Tajawal", "Segoe UI", Arial, sans-serif;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: linear-gradient(rgba(99,179,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(99,179,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

::selection { background: rgba(36, 145, 255, .35); color: var(--white); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
ul { margin: 0; padding: 0; list-style: none; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
p { margin: 0 0 1rem; color: var(--text-2); }
h1, h2, h3, h4 { margin: 0; font-family: "Inter", "Alexandria", "IBM Plex Sans Arabic", "Segoe UI", sans-serif; line-height: 1.25; letter-spacing: -.035em; }
h1 { font-size: clamp(2.45rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.6rem); }
h3 { font-size: clamp(1.08rem, 2vw, 1.4rem); }
:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: clamp(76px, 9vw, 132px) 0; }
.section.compact { padding-block: clamp(52px, 6vw, 84px); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); align-items: end; gap: 32px; margin-bottom: 48px; }
.section-head p { max-width: 580px; justify-self: end; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-light); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--blue); box-shadow: 0 0 12px rgba(8,124,255,.8); }
.lead { max-width: 760px; font-size: clamp(1.04rem, 1.7vw, 1.24rem); color: var(--text-2); }
.muted { color: var(--muted); }
.text-blue { color: var(--blue-light); }
.surface { border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(10,21,36,.95), rgba(5,10,18,.96)); box-shadow: var(--shadow); }
.tag { display: inline-flex; align-items: center; min-height: 32px; padding: 3px 12px; border: 1px solid rgba(36,145,255,.25); border-radius: 999px; color: #cfe6ff; background: rgba(8,124,255,.07); font-size: .78rem; font-weight: 700; }

.skip-link { position: fixed; inset-inline-start: 20px; top: -80px; z-index: 9999; padding: 10px 18px; border-radius: 10px; background: var(--white); color: var(--bg); transition: top .2s ease; }
.skip-link:focus { top: 20px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--header); border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header.scrolled { height: 68px; border-color: rgba(36,145,255,.18); background: rgba(2,5,10,.88); backdrop-filter: blur(14px); }
.header-inner { width: var(--container); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 20px; }
.brand { flex: 0 0 56px; width: 56px; height: 56px; overflow: hidden; border: 1px solid rgba(99,179,255,.16); border-radius: 50%; background: #02050a; box-shadow: 0 0 22px rgba(8,124,255,.08); }
.brand img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-inline: auto; }
.nav-link, .nav-trigger { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 8px 11px; border: 0; background: none; color: var(--text-2); font-size: .86rem; font-weight: 700; cursor: pointer; transition: color .2s ease; }
.nav-link::after, .nav-trigger::after { content: ""; position: absolute; inset: auto 14px 2px; height: 2px; border-radius: 999px; opacity: 0; transform: scaleX(.3); background: var(--blue); box-shadow: 0 0 10px 2px rgba(8,124,255,.55); transition: .25s ease; }
.nav-link:hover, .nav-trigger:hover, .nav-link.active { color: var(--white); }
.nav-service.current > .nav-trigger { color: var(--white); }
.nav-service.current > .nav-trigger::after { opacity: 1; transform: scaleX(1); }
.nav-link.active::after, .nav-link:hover::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.lang-btn { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 12px; background: rgba(7,17,31,.6); color: var(--text-2); font: 700 .75rem/1 "Inter", sans-serif; cursor: pointer; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: var(--white); transition: .2s ease; }
.mega-menu { position: fixed; top: 72px; left: 50%; width: min(1000px, calc(100% - 40px)); padding: 24px; border: 1px solid var(--border); border-radius: 20px; opacity: 0; visibility: hidden; transform: translate(-50%, -8px); background: rgba(5,10,18,.98); box-shadow: var(--shadow); transition: .2s ease; }
.nav-service:hover .mega-menu, .nav-service:focus-within .mega-menu, .nav-service.open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mega-link { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid transparent; border-radius: 12px; color: var(--text-2); transition: .2s ease; }
.mega-link:hover { border-color: var(--border); color: var(--white); background: var(--surface); }
.mega-number { color: var(--blue-light); font: 700 .72rem/1 "Inter", sans-serif; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 10px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gradient); color: white; box-shadow: 0 12px 36px rgba(8,124,255,.22); }
.btn-secondary { border-color: var(--border); background: rgba(7,17,31,.58); color: var(--metal); }
.btn-secondary:hover { border-color: rgba(36,145,255,.65); background: var(--surface); }
.btn-sm { min-height: 42px; padding: 8px 16px; font-size: .84rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-light); font-weight: 800; }
.link-arrow::after { content: "←"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(-4px); }

.hero { position: relative; min-height: min(900px, 100svh); padding: calc(var(--header) + 75px) 0 74px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 850px; margin-bottom: 24px; }
.hero h1 .accent-line { display: block; color: transparent; background: linear-gradient(120deg, var(--white), #b6d9ff); background-clip: text; -webkit-background-clip: text; }
.hero h1 .accent-line .reveal-word { color: transparent; background: linear-gradient(120deg, var(--white), #b6d9ff); background-clip: text; -webkit-background-clip: text; }
.hero-copy .lead { margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.service-strip { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 45px; color: var(--muted); font: 600 .72rem/1.4 "Inter", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.service-strip li { display: flex; align-items: center; gap: 18px; }
.service-strip li:not(:last-child)::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.hero-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.hero-logo-shell { position: relative; z-index: 2; width: 58%; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(99,179,255,.14); border-radius: 50%; background: radial-gradient(circle, rgba(8,124,255,.13), rgba(2,5,10,.55) 60%); box-shadow: 0 0 100px rgba(8,124,255,.11); }
.hero-logo-shell img { width: 87%; height: 87%; object-fit: cover; border-radius: 50%; }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(99,179,255,.14); border-radius: 50%; animation: spin 28s linear infinite; }
.orbit.orbit-2 { inset: 20%; animation-duration: 19s; animation-direction: reverse; }
.orbit-dot { position: absolute; top: 50%; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 14px 3px rgba(36,145,255,.6); }
.circuit { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(36,145,255,.35), transparent); transform-origin: right center; }
.circuit.c1 { width: 33%; top: 26%; right: 5%; transform: rotate(18deg); }
.circuit.c2 { width: 38%; bottom: 27%; left: 2%; transform: rotate(22deg); }
.visual-node { position: absolute; z-index: 3; padding: 7px 11px; border: 1px solid rgba(36,145,255,.2); border-radius: 9px; background: rgba(5,10,18,.86); color: #b8d9ff; font: 600 .65rem/1 "Inter", sans-serif; }
.node-1 { top: 14%; right: 0; }.node-2 { bottom: 15%; left: 0; }.node-3 { top: 47%; left: -4%; }
@keyframes spin { to { transform: rotate(360deg); } }
.reveal-word { display: inline-block; opacity: 0; transform: translateY(22px); animation: revealWord .65s cubic-bezier(.2,.8,.2,1) forwards; }
@keyframes revealWord { to { opacity: 1; transform: none; } }

.trust-bar { overflow: hidden; border-block: 1px solid var(--border); background: rgba(5,10,18,.6); }
.marquee { display: flex; width: max-content; padding: 20px 0; animation: marquee 32s linear infinite; }
.marquee-group { display: flex; align-items: center; gap: 62px; padding-inline-end: 62px; color: #77859a; font: 600 .82rem/1 "Inter", sans-serif; letter-spacing: .08em; text-transform: uppercase; }
@keyframes marquee { to { transform: translateX(50%); } }

.stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg-2); }
.stat { min-height: 148px; padding: 28px; display: flex; flex-direction: column; justify-content: center; border-inline-start: 1px solid var(--border); }
.stat:first-child { border-inline-start: 0; }
.stat-value { margin-bottom: 5px; color: var(--metal); font: 600 clamp(1.6rem, 3vw, 2.5rem)/1.2 "Inter", sans-serif; font-variant-numeric: tabular-nums; font-feature-settings: "tnum" 1; }
.stat-value.counting { animation: counter-rise 1.8s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes counter-rise {
  0% { opacity: .35; transform: translateY(9px) scale(.97); filter: blur(2px); }
  35% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
.stat-label { color: var(--muted); font-size: .85rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { --x: 50%; --y: 50%; position: relative; min-height: 330px; padding: 28px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(10,21,36,.82), rgba(5,10,18,.92)); }
.service-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(340px circle at var(--x) var(--y), rgba(8,124,255,.18), transparent 42%); transition: opacity .25s ease; pointer-events: none; }
.service-card:hover::before { opacity: 1; }
.card-top { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.card-index { color: var(--blue-light); font: 600 .76rem/1 "Inter", sans-serif; }
.line-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(36,145,255,.24); border-radius: 12px; color: var(--blue-light); background: rgba(8,124,255,.06); font: 700 1rem/1 "Inter", sans-serif; }
.service-card h3 { position: relative; margin-bottom: 12px; }
.service-card p { position: relative; font-size: .91rem; }
.mini-list { position: relative; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; }

.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bento-card { position: relative; grid-column: span 4; min-height: 240px; padding: 28px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface), var(--bg-2)); }
.bento-card.large { grid-column: span 7; min-height: 360px; }
.bento-card.tall { grid-column: span 5; min-height: 360px; }
.bento-card.wide { grid-column: span 8; }
.bento-card::after { content: ""; position: absolute; width: 170px; height: 170px; inset: auto -60px -80px auto; border: 1px solid rgba(36,145,255,.13); border-radius: 50%; box-shadow: 0 0 0 24px rgba(36,145,255,.02), 0 0 0 48px rgba(36,145,255,.018); }
.bento-card h3 { margin: 18px 0 10px; }
.signal { display: flex; gap: 5px; align-items: end; height: 60px; margin-top: 25px; direction: ltr; }
.signal span { width: 8px; border-radius: 3px; background: linear-gradient(to top, var(--blue), var(--blue-light)); animation: signal 1.8s ease-in-out infinite alternate; }
.signal span:nth-child(2n) { animation-delay: -.7s; }.signal span:nth-child(3n) { animation-delay: -1.1s; }
@keyframes signal { from { height: 12%; opacity: .35; } to { height: 95%; opacity: 1; } }

.workflow-wrap { display: grid; grid-template-columns: 280px 1fr; gap: 28px; padding: 28px; }
.workflow-tabs { position: relative; isolation: isolate; display: grid; align-content: start; gap: 8px; }
.workflow-indicator { position: absolute; z-index: 0; top: 0; left: 0; width: 0; height: 0; pointer-events: none; border: 1px solid rgba(36,145,255,.38); border-radius: 12px; background: linear-gradient(120deg, rgba(8,124,255,.14), rgba(36,145,255,.06)); box-shadow: inset 0 0 24px rgba(8,124,255,.05), 0 10px 30px rgba(8,124,255,.08); transition: none; }
.workflow-indicator.ready { transition: transform .5s cubic-bezier(.22,1,.36,1), width .35s ease, height .35s ease, box-shadow .35s ease; }
.workflow-tab { position: relative; z-index: 1; overflow: hidden; padding: 14px 16px; border: 1px solid transparent; border-radius: 12px; text-align: start; background: transparent; color: var(--text-2); cursor: pointer; transition: color .3s ease, transform .3s cubic-bezier(.22,1,.36,1); }
.workflow-tab::after { content: ""; position: absolute; inset-inline-start: 0; top: 50%; width: 3px; height: 20px; border-radius: 99px; opacity: 0; transform: translateY(-50%) scaleY(.2); background: var(--blue-light); box-shadow: 0 0 14px rgba(36,145,255,.85); transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.workflow-tab:hover { color: var(--white); transform: translateX(4px); }
.workflow-tab:active { transform: translateX(4px) scale(.985); }
.workflow-tab.active { color: var(--white); }
.workflow-tab.active::after { opacity: 1; transform: translateY(-50%) scaleY(1); }
.workflow-canvas { min-height: 290px; padding: 28px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--border); border-radius: 16px; background-image: radial-gradient(circle, rgba(99,179,255,.13) 1px, transparent 1px); background-size: 22px 22px; overflow: hidden; }
.workflow-nodes { display: flex; align-items: center; justify-content: space-between; gap: 12px; direction: rtl; }
.workflow-node { position: relative; z-index: 1; flex: 1; min-width: 112px; padding: 15px 10px; border: 1px solid rgba(36,145,255,.28); border-radius: 12px; text-align: center; background: rgba(5,10,18,.96); font-size: .78rem; }
.workflow-line { position: relative; flex: .35; height: 1px; background: rgba(36,145,255,.26); }
.workflow-line::after { content: ""; position: absolute; top: -2px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 9px var(--blue); animation: dataFlow 2s ease-in-out infinite; }
@keyframes dataFlow { to { transform: translateX(-70px); } }

.project-stage { position: relative; perspective: 1200px; }
.project-window { padding: 10px; border: 1px solid rgba(99,179,255,.2); border-radius: 24px; transform: rotateX(3deg); background: #03070d; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.window-bar { display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 12px; border-bottom: 1px solid var(--border); }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #32435a; }
.project-placeholder { min-height: 420px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; padding: clamp(30px, 5vw, 70px); border-radius: 13px; background: radial-gradient(circle at 20% 20%, rgba(8,124,255,.17), transparent 22rem), linear-gradient(145deg, #09182a, #03070d); }
.featured-project { position: relative; min-height: clamp(470px, 58vw, 760px); overflow: hidden; isolation: isolate; border-radius: 13px; background: #080806; }
.featured-project::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, rgba(2,3,3,.92) 0%, rgba(2,3,3,.3) 48%, rgba(2,3,3,.08) 78%); }
.featured-project-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.22,1,.36,1), filter .7s ease; }
.project-window:hover .featured-project-media { transform: scale(1.018); filter: saturate(1.08); }
.featured-project-content { position: absolute; z-index: 2; inset-inline-start: clamp(22px, 5vw, 68px); bottom: clamp(22px, 5vw, 62px); width: min(490px, calc(100% - 44px)); padding: clamp(22px, 3vw, 34px); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(7,7,6,.78); box-shadow: 0 24px 70px rgba(0,0,0,.48); backdrop-filter: blur(15px); }
.featured-project .tag { border-color: rgba(255,105,0,.42); color: #ff9a52; background: rgba(255,105,0,.1); }
.featured-project-title { margin: 15px 0 10px; color: #fff; font-size: clamp(2.2rem, 5vw, 4.4rem); letter-spacing: .16em; }
.featured-project-content p { max-width: 430px; margin-bottom: 16px; color: #d5d1ca; }
.featured-project .link-arrow { color: #ff7a1a; }
.mock-ui { display: grid; gap: 10px; padding: 18px; border: 1px solid rgba(99,179,255,.16); border-radius: 15px; background: rgba(2,5,10,.72); }
.mock-ui span { height: 12px; border-radius: 4px; background: #132945; }.mock-ui span:first-child { width: 60%; height: 30px; background: linear-gradient(90deg, #087cff, #154f88); }.mock-ui span:nth-child(3) { width: 75%; }

/* Premium scroll-driven process journey */
.process-journey-section {
  --process-x: 0px;
  --process-y: 0px;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(100px, 11vw, 170px);
  border-block: 1px solid rgba(91,200,255,.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(36,124,255,.12), transparent 30rem),
    linear-gradient(180deg, #090909, #06080d 48%, #090909);
}
.process-journey-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.process-atmosphere, .process-grid, .process-particles { position: absolute; inset: 0; pointer-events: none; }
.process-atmosphere { z-index: -2; overflow: hidden; }
.process-grid {
  inset: -4%;
  opacity: .23;
  transform: translate3d(var(--process-x), var(--process-y), 0) scale(1.03);
  background-image: linear-gradient(rgba(91,200,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(91,200,255,.075) 1px, transparent 1px);
  background-size: 68px 68px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 5%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 5%, transparent 72%);
  transition: transform 1.1s cubic-bezier(.22,1,.36,1);
}
.process-blob { position: absolute; width: min(42vw, 600px); aspect-ratio: 1; border-radius: 50%; filter: blur(95px); opacity: .18; pointer-events: none; will-change: transform; }
.process-blob-one { top: 5%; left: -14%; background: #087cff; animation: process-blob-one 15s ease-in-out infinite alternate; }
.process-blob-two { right: -15%; bottom: 6%; background: #7548ff; animation: process-blob-two 18s ease-in-out infinite alternate; }
.process-particles i {
  position: absolute;
  left: var(--px);
  top: var(--py);
  width: var(--ps);
  height: var(--ps);
  border-radius: 50%;
  background: #bfe7ff;
  box-shadow: 0 0 9px #5bc8ff, 0 0 20px rgba(36,124,255,.72);
  opacity: .16;
  animation: process-particle-drift var(--pd) ease-in-out var(--pdelay) infinite;
}
.process-journey-shell { position: relative; z-index: 2; }
.process-journey-head { width: min(920px, 100%); margin-inline: auto; text-align: center; }
.process-journey-head .eyebrow { justify-content: center; }
.process-journey-head h1, .process-journey-head h2 { max-width: 900px; margin-inline: auto; font-size: clamp(2.65rem, 6.2vw, 5.7rem); line-height: 1.02; letter-spacing: -.06em; text-wrap: balance; }
.process-journey-head .lead { max-width: 720px; margin: 28px auto 0; color: #9eabbd; text-wrap: balance; }
.journey-stage { position: relative; margin-top: clamp(66px, 8vw, 116px); }
.journey-route { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.journey-path { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.journey-path-base { stroke: rgba(126,177,255,.15); stroke-width: 2; stroke-dasharray: 3 13; }
.journey-path-progress { stroke: url(#process-route-gradient); stroke-width: 3; filter: drop-shadow(0 0 6px rgba(36,124,255,.8)) drop-shadow(0 0 18px rgba(117,72,255,.45)); will-change: stroke-dashoffset; }
.journey-orb-halo { fill: rgba(91,200,255,.15); stroke: rgba(160,220,255,.36); stroke-width: 1; transform-box: fill-box; transform-origin: center; animation: process-orb-pulse 2.2s ease-out infinite; }
.journey-orb { fill: #eff9ff; stroke: #5bc8ff; stroke-width: 2; }
.journey-steps { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(110px, 17vw, 250px); row-gap: clamp(118px, 12vw, 190px); padding: 92px clamp(0px, 2vw, 34px) 110px; }
.journey-step {
  --card-glow: rgba(36,124,255,.2);
  position: relative;
  width: min(100%, 485px);
  min-height: 258px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  padding: clamp(25px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(123,174,255,.17);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(15,23,39,.76), rgba(7,9,15,.86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 28px 70px rgba(0,0,0,.28), 0 0 0 rgba(36,124,255,0);
  backdrop-filter: blur(18px) saturate(1.15);
  transition: opacity .72s ease, transform .82s cubic-bezier(.16,1,.3,1), filter .72s ease, border-color .4s ease, box-shadow .45s ease;
  will-change: opacity, transform;
}
.journey-step::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  opacity: .34;
  background: conic-gradient(from 0deg, transparent 0 30%, #5bc8ff 42%, #805cff 58%, transparent 70% 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: process-border-turn 8s linear infinite;
  pointer-events: none;
}
.journey-step::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  background: radial-gradient(320px circle at var(--x, 50%) var(--y, 50%), rgba(91,200,255,.13), transparent 46%);
  transition: opacity .35s ease;
  pointer-events: none;
}
.journey-step > * { position: relative; z-index: 1; }
.process-ready .journey-step { opacity: var(--step-opacity, .05); transform: translate3d(0, var(--step-y, 54px), 0) scale(var(--step-scale, .965)); filter: blur(var(--step-blur, 7px)); transition: opacity .14s linear, transform .14s linear, filter .14s linear, border-color .4s ease, box-shadow .45s ease; }
.journey-step-left { grid-column: 1; justify-self: start; }
.journey-step-right { grid-column: 2; justify-self: end; }
.journey-step:nth-child(1) { grid-row: 1; }
.journey-step:nth-child(2) { grid-row: 2; }
.journey-step:nth-child(3) { grid-row: 3; }
.journey-step:nth-child(4) { grid-row: 4; }
.journey-step:hover, .journey-step:focus-visible { border-color: rgba(91,200,255,.48); box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 34px 85px rgba(0,0,0,.42), 0 0 54px var(--card-glow); transform: translate3d(0,-9px,0) scale(1.012); }
.journey-step:hover::before, .journey-step:focus-visible::before { opacity: .9; animation-duration: 3.5s; }
.journey-step:hover::after, .journey-step:focus-visible::after { opacity: 1; }
.journey-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(91,200,255,.28);
  border-radius: 20px;
  color: #9ad8ff;
  background: linear-gradient(145deg, rgba(36,124,255,.17), rgba(128,92,255,.07));
  box-shadow: inset 0 0 28px rgba(36,124,255,.08), 0 0 26px rgba(36,124,255,.1);
  opacity: var(--step-icon-opacity, 1);
  transform: translateY(var(--step-icon-y, 0px)) rotate(var(--step-icon-rotate, 0deg));
  transition: opacity .14s linear, transform .18s linear, box-shadow .35s ease;
}
.journey-icon svg { width: 37px; height: 37px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.journey-icon svg * { stroke-dasharray: 130; stroke-dashoffset: 130; transition: stroke-dashoffset .72s cubic-bezier(.22,1,.36,1); }
.journey-step.reached .journey-icon svg * { stroke-dashoffset: 0; }
.journey-step:hover .journey-icon { transform: translateY(-6px) rotate(4deg); box-shadow: inset 0 0 30px rgba(36,124,255,.16), 0 12px 34px rgba(36,124,255,.2); }
.journey-kicker { display: block; margin: 3px 0 9px; color: #71c5ff; font: 800 .69rem/1.2 "Inter", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.journey-step h3 { margin-bottom: 13px; color: #fff; font-size: clamp(1.35rem, 2.15vw, 1.82rem); }
.journey-step p { margin: 0; color: #a9b4c4; line-height: 1.75; }
.journey-step-number { position: absolute; z-index: 0; inset-inline-end: 19px; bottom: -31px; opacity: var(--step-number-opacity, 1); transform: scale(var(--step-number-scale, 1)); transform-origin: bottom right; color: rgba(133,188,255,.055); font: 900 clamp(7rem, 11vw, 10rem)/1 "Inter", sans-serif; letter-spacing: -.08em; pointer-events: none; transition: opacity .14s linear, color .35s ease, transform .18s linear; }
.journey-step:hover .journey-step-number { color: rgba(133,188,255,.105); transform: scale(1.06) translateY(-3px); }
.process-journey-footer { width: min(880px, 100%); margin: 12px auto 0; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 26px; opacity: var(--process-footer-opacity, 1); transform: translate3d(0, var(--process-footer-y, 0px), 0); border: 1px solid rgba(123,174,255,.15); border-radius: 22px; background: rgba(12,16,25,.68); box-shadow: 0 25px 70px rgba(0,0,0,.28); backdrop-filter: blur(16px); transition: opacity .16s linear, transform .16s linear; will-change: opacity, transform; }
.process-journey-footer p { max-width: 560px; margin: 0; }
.process-magnetic { flex: 0 0 auto; will-change: transform; }
.process-magnetic span { transition: transform .35s cubic-bezier(.16,1,.3,1); }
.process-magnetic:hover span { transform: translate(3px,-3px); }

@keyframes process-blob-one { from { transform: translate3d(calc(var(--process-x) - 3%), calc(var(--process-y) - 2%), 0) scale(.92); } to { transform: translate3d(calc(var(--process-x) + 12%), calc(var(--process-y) + 9%), 0) scale(1.12); } }
@keyframes process-blob-two { from { transform: translate3d(calc(var(--process-x) + 4%), calc(var(--process-y) + 8%), 0) scale(1.06); } to { transform: translate3d(calc(var(--process-x) - 11%), calc(var(--process-y) - 8%), 0) scale(.9); } }
@keyframes process-particle-drift { 0%,100% { opacity: .1; transform: translate3d(0,0,0) scale(.8); } 45% { opacity: .65; transform: translate3d(9px,-24px,0) scale(1.15); } 70% { opacity: .28; transform: translate3d(-6px,-38px,0) scale(.9); } }
@keyframes process-border-turn { to { transform: rotate(360deg); } }
@keyframes process-orb-pulse { 0% { opacity: .72; transform: scale(.62); } 75%,100% { opacity: 0; transform: scale(2.35); } }

@media (max-width: 760px) {
  .process-journey-section { padding-block: 88px; }
  .process-journey-head { text-align: start; }
  .process-journey-head .eyebrow { justify-content: flex-start; }
  .process-journey-head h1, .process-journey-head h2 { font-size: clamp(2.45rem, 13vw, 4.2rem); }
  .process-journey-head .lead { margin-inline: 0; }
  .journey-stage { margin-top: 58px; }
  .journey-route { width: 70px; inset-inline-start: -7px; inset-inline-end: auto; }
  .journey-steps { grid-template-columns: minmax(0,1fr); gap: 76px; padding: 72px 0 86px; padding-inline-start: 56px; }
  .journey-step, .journey-step-left, .journey-step-right, .journey-step:nth-child(n) { grid-column: 1; grid-row: auto; justify-self: stretch; width: 100%; min-height: 0; }
  .journey-step { grid-template-columns: 58px minmax(0,1fr); gap: 17px; padding: 24px 21px; border-radius: 21px; }
  .journey-icon { width: 56px; height: 56px; border-radius: 16px; }
  .journey-icon svg { width: 31px; height: 31px; }
  .journey-step-number { font-size: 7.2rem; bottom: -20px; }
  .process-journey-footer { align-items: stretch; flex-direction: column; padding: 25px; }
  .process-journey-footer .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .process-blob, .process-particles i, .journey-orb-halo, .journey-step::before { animation: none !important; }
  .process-ready .journey-step { opacity: 1; transform: none; filter: none; }
  .process-ready .journey-icon, .process-ready .journey-step-number, .process-ready .process-journey-footer { opacity: 1; transform: none; }
  .journey-icon svg * { stroke-dashoffset: 0; }
}

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 15px; background: rgba(7,17,31,.62); }
.faq-question { width: 100%; padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 0; text-align: start; background: transparent; font-weight: 800; cursor: pointer; }
.faq-question i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 8px; color: var(--blue-light); font-style: normal; transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; padding: 0 22px 22px; max-width: 900px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-question i { transform: rotate(45deg); }
.service-faq-section { overflow: hidden; }
.service-faq-section .section-head { position: relative; }
.service-faq-section .section-head::after { content: ""; position: absolute; inset: auto 0 -20px; width: 120px; height: 1px; opacity: .7; background: linear-gradient(90deg, var(--blue), transparent); box-shadow: 0 0 14px rgba(8,124,255,.45); }
html[dir="rtl"] .service-faq-section .section-head::after { margin-inline-start: auto; background: linear-gradient(270deg, var(--blue), transparent); }
.service-faq-list { gap: 13px; }
.service-faq-item[data-reveal] { position: relative; overflow: hidden; transform: translateY(20px) scale(.992); transition: opacity .62s ease, transform .68s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease, box-shadow .3s ease; transition-delay: calc(var(--faq-index, 0) * 75ms); }
.service-faq-item[data-reveal].visible { transform: none; }
.service-faq-list:hover .service-faq-item.visible { transition-delay: 0s; }
.service-faq-item::before { content: ""; position: absolute; inset: 0 0 0 auto; width: 2px; opacity: 0; transform: scaleY(.2); background: linear-gradient(180deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 14px rgba(8,124,255,.55); transition: opacity .3s ease, transform .42s cubic-bezier(.22,1,.36,1); }
html[dir="rtl"] .service-faq-item::before { inset: 0 auto 0 0; }
.service-faq-item:hover, .service-faq-item.open { border-color: rgba(99,179,255,.34); background: rgba(8,20,35,.78); box-shadow: 0 14px 38px rgba(0,0,0,.2), 0 0 28px rgba(8,124,255,.055); }
.service-faq-item:hover::before, .service-faq-item.open::before { opacity: 1; transform: scaleY(1); }
.service-faq-item .faq-question { transition: color .28s ease, padding .35s cubic-bezier(.22,1,.36,1); }
.service-faq-item:hover .faq-question, .service-faq-item.open .faq-question { color: var(--white); padding-inline: 26px; }
.service-faq-item .faq-question i { transition: transform .38s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.service-faq-item:hover .faq-question i { border-color: rgba(99,179,255,.42); background: rgba(8,124,255,.1); box-shadow: 0 0 18px rgba(8,124,255,.12); }
.service-faq-item.open .faq-question i { transform: rotate(45deg) scale(1.08); border-color: rgba(99,179,255,.55); background: rgba(8,124,255,.15); }
.service-faq-item .faq-answer { transition: grid-template-rows .48s cubic-bezier(.22,1,.36,1); }
.service-faq-item .faq-answer > div { opacity: 0; transform: translateY(-6px); transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.service-faq-item.open .faq-answer > div { opacity: 1; transform: none; }
.home-faq-section { position: relative; overflow: hidden; }
.home-faq-section::before { content: ""; position: absolute; width: 520px; height: 520px; inset: 6% auto auto -260px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(8,124,255,.08), transparent 68%); filter: blur(5px); }
html[dir="rtl"] .home-faq-section::before { inset: 6% -260px auto auto; }
.home-faq-head[data-reveal] { transition-duration: .82s; }
.home-faq-list { position: relative; gap: 14px; }
.home-faq-item[data-reveal] { position: relative; overflow: hidden; transform: translate3d(var(--home-faq-x, 0), 18px, 0) scale(.994); transition: opacity .62s ease, transform .72s cubic-bezier(.22,1,.36,1), border-color .32s ease, background .32s ease, box-shadow .32s ease; transition-delay: calc(var(--home-faq-index, 0) * 72ms); }
.home-faq-item[data-reveal].visible { transform: none; }
.home-faq-list:hover .home-faq-item.visible { transition-delay: 0s; }
.home-faq-item::before { content: ""; position: absolute; width: 190px; height: 190px; inset: -120px auto auto -80px; border-radius: 50%; opacity: 0; background: radial-gradient(circle, rgba(36,145,255,.15), transparent 70%); transform: scale(.72); transition: opacity .4s ease, transform .55s cubic-bezier(.22,1,.36,1); pointer-events: none; }
html[dir="rtl"] .home-faq-item::before { inset: -120px -80px auto auto; }
.home-faq-item::after { content: ""; position: absolute; inset: auto 10% 0; height: 1px; opacity: 0; transform: scaleX(.25); background: linear-gradient(90deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 12px rgba(8,124,255,.4); transition: opacity .3s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.home-faq-item:hover, .home-faq-item.open { border-color: rgba(99,179,255,.34); background: linear-gradient(135deg, rgba(9,23,40,.82), rgba(4,11,20,.78)); box-shadow: 0 16px 42px rgba(0,0,0,.22), 0 0 34px rgba(8,124,255,.055); }
.home-faq-item:hover::before, .home-faq-item.open::before { opacity: 1; transform: scale(1); }
.home-faq-item:hover::after, .home-faq-item.open::after { opacity: 1; transform: scaleX(1); }
.home-faq-item .faq-question { position: relative; z-index: 1; transition: color .28s ease, padding .36s cubic-bezier(.22,1,.36,1); }
.home-faq-item:hover .faq-question, .home-faq-item.open .faq-question { padding-inline: 27px; }
.home-faq-item .faq-question i { transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.home-faq-item:hover .faq-question i { transform: scale(1.07); border-color: rgba(99,179,255,.45); background: rgba(8,124,255,.11); box-shadow: 0 0 18px rgba(8,124,255,.13); }
.home-faq-item.open .faq-question i { transform: rotate(45deg) scale(1.1); border-color: rgba(99,179,255,.58); background: rgba(8,124,255,.17); box-shadow: 0 0 22px rgba(8,124,255,.18); }
.home-faq-item .faq-answer { position: relative; z-index: 1; transition: grid-template-rows .5s cubic-bezier(.22,1,.36,1); }
.home-faq-item .faq-answer > div { opacity: 0; transform: translateY(-7px); transition: opacity .32s ease, transform .44s cubic-bezier(.22,1,.36,1); }
.home-faq-item.open .faq-answer > div { opacity: 1; transform: none; }

.faq-page-section { position: relative; overflow: hidden; isolation: isolate; }
.faq-page-section::before { content: ""; position: absolute; z-index: -1; width: 680px; height: 680px; inset: 2% -360px auto auto; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(8,124,255,.09), rgba(8,124,255,.025) 42%, transparent 70%); filter: blur(10px); }
html[dir="ltr"] .faq-page-section::before { inset: 2% auto auto -360px; }
.faq-page-tool[data-reveal] { transition-delay: calc(var(--faq-tool-index, 0) * 90ms); transition-duration: .72s; }
.faq-page-list { position: relative; gap: 14px; perspective: 1000px; }
.faq-page-item[data-reveal] { --x: 50%; --y: 50%; position: relative; overflow: hidden; isolation: isolate; transform: translate3d(0, 26px, 0) scale(.989); transition: opacity .66s ease, transform .74s cubic-bezier(.16,1,.3,1), border-color .34s ease, background .34s ease, box-shadow .42s ease; transition-delay: calc(var(--faq-page-index, 0) * 62ms); }
.faq-page-item[data-reveal].visible { transform: none; }
.faq-page-list:hover .faq-page-item.visible { transition-delay: 0s; }
.faq-page-item::before { content: ""; position: absolute; z-index: -1; width: 300px; height: 300px; left: calc(var(--x) - 150px); top: calc(var(--y) - 150px); border-radius: 50%; opacity: 0; pointer-events: none; background: radial-gradient(circle, rgba(36,145,255,.16), rgba(8,124,255,.055) 42%, transparent 72%); filter: blur(2px); transform: scale(.78); transition: opacity .36s ease, transform .5s cubic-bezier(.16,1,.3,1); }
.faq-page-item::after { content: ""; position: absolute; inset: auto 9% 0; height: 1px; opacity: 0; transform: scaleX(.22); pointer-events: none; background: linear-gradient(90deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 15px rgba(36,145,255,.52); transition: opacity .3s ease, transform .48s cubic-bezier(.16,1,.3,1); }
.faq-page-item.visible:hover { transform: translateY(-4px); border-color: rgba(99,179,255,.38); background: linear-gradient(135deg, rgba(10,24,42,.84), rgba(4,11,20,.92)); box-shadow: 0 18px 48px rgba(0,0,0,.25), 0 0 34px rgba(8,124,255,.06); }
.faq-page-item:hover::before, .faq-page-item.open::before { opacity: 1; transform: scale(1); }
.faq-page-item:hover::after, .faq-page-item.open::after { opacity: 1; transform: scaleX(1); }
.faq-page-item .faq-question { position: relative; z-index: 1; transition: color .28s ease, padding .4s cubic-bezier(.16,1,.3,1); }
.faq-page-item:hover .faq-question, .faq-page-item.open .faq-question { padding-inline: 28px; color: var(--white); }
.faq-page-item .faq-question i { position: relative; overflow: hidden; transition: transform .46s cubic-bezier(.16,1,.3,1), border-color .3s ease, background .3s ease, box-shadow .3s ease; }
.faq-page-item:hover .faq-question i { transform: scale(1.08); border-color: rgba(99,179,255,.48); background: rgba(8,124,255,.12); box-shadow: 0 0 20px rgba(8,124,255,.15); }
.faq-page-item.open .faq-question i { transform: rotate(45deg) scale(1.1); border-color: rgba(99,179,255,.64); background: rgba(8,124,255,.19); box-shadow: 0 0 24px rgba(8,124,255,.21); }
.faq-page-item .faq-answer { position: relative; z-index: 1; transition: grid-template-rows .56s cubic-bezier(.16,1,.3,1); }
.faq-page-item .faq-answer > div { opacity: 0; transform: translateY(-9px); filter: blur(3px); transition: opacity .34s ease, transform .48s cubic-bezier(.16,1,.3,1), filter .38s ease; }
.faq-page-item.open .faq-answer > div { opacity: 1; transform: none; filter: blur(0); }
.search-control { position: relative; max-width: 700px; margin-bottom: 28px; }
.search-control input { width: 100%; height: 58px; padding: 0 48px 0 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); color: var(--white); }
.search-control::before { content: "⌕"; position: absolute; right: 18px; top: 13px; color: var(--blue-light); font-size: 1.3rem; }

.page-hero { position: relative; padding: calc(var(--header) + 86px) 0 88px; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 440px; top: -220px; left: 2%; border: 1px solid rgba(36,145,255,.12); border-radius: 50%; box-shadow: 0 0 0 60px rgba(36,145,255,.015), 0 0 0 120px rgba(36,145,255,.012); }
.page-hero h1 { max-width: 980px; font-size: clamp(2.4rem, 5.4vw, 4.7rem); margin-bottom: 22px; }
.page-hero .lead { max-width: 760px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a:hover { color: var(--blue-light); }
.breadcrumbs span::before { content: "/"; margin-inline-end: 8px; color: #3d4d63; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 26px; border: 1px solid var(--border); border-radius: 17px; background: var(--bg-2); }
.feature-card .line-icon { margin-bottom: 22px; }
.feature-card h3 { margin-bottom: 10px; }

.outcomes-grid { perspective: 900px; }
.outcome-card {
  --x: 50%;
  --y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8,19,33,.78), rgba(3,9,17,.9));
  backdrop-filter: blur(14px);
}
.outcome-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -2px;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(260px circle at var(--x) var(--y), rgba(51,160,255,.23), rgba(8,124,255,.07) 38%, transparent 68%);
  filter: blur(5px);
  transition: opacity .42s ease;
}
.outcome-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--blue-light), transparent);
  box-shadow: 0 0 14px rgba(36,145,255,.48);
  transform: scaleX(.3);
  transition: opacity .35s ease, transform .55s cubic-bezier(.16,1,.3,1);
}
.outcome-card > * { position: relative; z-index: 1; }
.outcome-card[data-reveal] {
  transform: translate3d(0, 26px, 0) scale(.985);
  transition: opacity .7s ease, transform .78s cubic-bezier(.16,1,.3,1), border-color .42s ease, background .42s ease, box-shadow .55s ease;
  transition-delay: calc(var(--outcome-index, 0) * 85ms);
}
.outcome-card[data-reveal].visible { transform: none; }
.outcomes-grid:hover .outcome-card.visible { transition-delay: 0s; }
.outcome-card.visible:hover {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(99,179,255,.38);
  background: linear-gradient(145deg, rgba(11,28,48,.82), rgba(3,10,19,.94));
  box-shadow: 0 22px 52px rgba(0,0,0,.28), 0 0 34px rgba(8,124,255,.07);
}
.outcome-card:hover::before, .outcome-card:hover::after { opacity: 1; }
.outcome-card:hover::after { transform: scaleX(1); }
.outcome-card .line-icon { transition: transform .55s cubic-bezier(.16,1,.3,1), border-color .4s ease, background .4s ease, box-shadow .5s ease; }
.outcome-card:hover .line-icon { transform: translate3d(0,-4px,0) scale(1.06); border-color: rgba(99,179,255,.46); background: rgba(8,124,255,.13); box-shadow: 0 0 25px rgba(8,124,255,.17); }

.trust-section { overflow: hidden; }
.trust-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 390px;
  padding: clamp(34px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(99,179,255,.16);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(10,22,38,.8), rgba(3,8,15,.7)),
    rgba(5,12,22,.7);
  box-shadow: 0 35px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(22px);
}
.trust-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 4;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 8%, rgba(36,145,255,.18) 22%, #63b3ff 37%, rgba(8,124,255,.34) 48%, transparent 65%);
  background-size: 260% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: trust-border-flow 7s linear infinite;
}
.trust-panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(620px, 64vw);
  aspect-ratio: 1;
  inset-inline-end: -16%;
  top: -58%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(8,124,255,.2), rgba(8,124,255,.05) 38%, transparent 70%);
  filter: blur(8px);
  transition: opacity .5s ease, transform .8s cubic-bezier(.22,1,.36,1);
}
.trust-panel:hover::after { opacity: 1.25; transform: translate3d(-2%, 4%, 0) scale(1.06); }
@keyframes trust-border-flow { from { background-position: 160% 0; } to { background-position: -160% 0; } }

.trust-particles { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.trust-particle { position: absolute; left: var(--x); top: var(--y); width: var(--size, 3px); height: var(--size, 3px); border-radius: 50%; opacity: .38; background: var(--blue-light); box-shadow: 0 0 10px rgba(99,179,255,.65); animation: trust-particle-float var(--duration, 6s) ease-in-out var(--delay, 0s) infinite; }
@keyframes trust-particle-float { 0%, 100% { transform: translate3d(0,0,0) scale(.8); opacity: .2; } 50% { transform: translate3d(12px,-18px,0) scale(1.35); opacity: .62; } }

.trust-copy, .trust-features { position: relative; z-index: 2; }
.trust-copy h2 { max-width: 620px; margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 4rem); }
.trust-copy .lead { max-width: 610px; margin: 0; color: #c0cad8; line-height: 1.9; }
.trust-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.trust-feature {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 15px;
  overflow: hidden;
  border: 1px solid rgba(99,179,255,.13);
  border-radius: 15px;
  background: rgba(3,9,17,.62);
  box-shadow: inset 0 1px rgba(255,255,255,.02);
  transition: transform .38s cubic-bezier(.22,1,.36,1), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.trust-feature:last-child { grid-column: 1 / -1; }
.trust-feature::after { content: ""; position: absolute; inset: auto 12% 0; height: 1px; opacity: 0; transform: scaleX(.3); background: linear-gradient(90deg, transparent, var(--blue-light), transparent); transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.trust-feature:hover { transform: translateY(-4px); border-color: rgba(99,179,255,.4); background: rgba(7,20,35,.84); box-shadow: 0 16px 34px rgba(0,0,0,.24), 0 0 26px rgba(8,124,255,.07); }
.trust-feature:hover::after { opacity: 1; transform: scaleX(1); }
.trust-check { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(99,179,255,.26); border-radius: 11px; color: #8dcbff; background: rgba(8,124,255,.09); font: 800 .83rem/1 "Inter", sans-serif; box-shadow: 0 0 0 0 rgba(8,124,255,0); transition: transform .38s cubic-bezier(.22,1,.36,1), border-color .3s ease, box-shadow .3s ease, background .3s ease; }
.trust-feature:hover .trust-check { transform: scale(1.08) rotate(-4deg); border-color: rgba(99,179,255,.55); background: rgba(8,124,255,.16); box-shadow: 0 0 22px rgba(8,124,255,.18); }
.trust-feature strong { color: var(--metal); font-size: .9rem; line-height: 1.45; }
.trust-feature-index { margin-inline-start: auto; color: #42536a; font: 700 .67rem/1 "Inter", sans-serif; letter-spacing: .08em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.check-list { display: grid; gap: 12px; margin: 24px 0; }
.check-list li { display: flex; gap: 11px; color: var(--text-2); }
.check-list li::before { content: "✓"; color: var(--success); font-weight: 900; }
.number-list { counter-reset: steps; display: grid; gap: 12px; }
.number-list li { counter-increment: steps; padding: 18px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 15px; border: 1px solid var(--border); border-radius: 14px; background: var(--bg-2); }
.number-list li::before { content: counter(steps, decimal-leading-zero); color: var(--blue-light); font: 600 .78rem/1 "Inter", sans-serif; }
.placeholder-note { padding: 18px 20px; border: 1px dashed rgba(99,179,255,.35); border-radius: 13px; color: #b9c8d9; background: rgba(8,124,255,.05); font-size: .88rem; }
.placeholder-note strong { color: var(--blue-light); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-btn { min-height: 42px; padding: 8px 15px; border: 1px solid var(--border); border-radius: 999px; background: var(--bg-2); color: var(--text-2); cursor: pointer; }
.filter-btn.active { border-color: var(--blue); background: rgba(8,124,255,.13); color: white; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.project-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); transition: transform .65s cubic-bezier(.16,1,.3,1), border-color .4s ease, box-shadow .55s ease; }
.project-card:hover { transform: translateY(-6px); border-color: rgba(99,179,255,.3); box-shadow: 0 24px 58px rgba(0,0,0,.3), 0 0 34px rgba(8,124,255,.055); }
.project-thumb { min-height: 260px; padding: 28px; display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, rgba(8,124,255,.17), transparent 45%), #030914; }
.project-thumb .mock-ui { width: 82%; transform: perspective(700px) rotateY(-8deg); }
.project-thumb--image { position: relative; min-height: 0; aspect-ratio: 3 / 2; padding: 0; overflow: hidden; background: #020814; }
.project-thumb--image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 68%, rgba(1,5,11,.28)); }
.project-thumb--image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.002); transition: transform 1s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.verified-project:hover .project-thumb--image img { transform: scale(1.045); filter: saturate(1.06) contrast(1.02); }
.verified-project .project-body { background: linear-gradient(145deg, rgba(8,20,35,.92), rgba(4,11,20,.98)); }
.project-body { padding: 26px; }
.project-body h3 { margin: 12px 0 9px; }
.project-soon { display: inline-flex; margin-top: 20px; color: var(--muted); font-size: .78rem; }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; border: 1px dashed var(--border); border-radius: var(--radius); text-align: center; }

.form-wrap { max-width: 920px; margin-inline: auto; padding: clamp(24px, 5vw, 50px); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--metal); font-size: .86rem; font-weight: 800; }
.field input:not([type="checkbox"]):not([type="radio"]), .field textarea, .field select { width: 100%; min-height: 54px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 12px; background: #040a13; color: var(--white); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:not([type="checkbox"]):not([type="radio"]):focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,124,255,.1); outline: 0; }
.field .error { min-height: 20px; color: var(--error); font-size: .75rem; }
.checkbox { display: flex; align-items: flex-start; gap: 10px; color: var(--text-2); font-size: .85rem; }.checkbox input { flex: 0 0 20px; width: 20px; height: 20px; min-height: 20px; margin-top: 4px; padding: 0; accent-color: var(--blue); }
.form-status { display: none; margin-top: 20px; padding: 15px; border-radius: 12px; }.form-status.show { display: block; }.form-status.success { color: #baf2dc; background: rgba(36,209,143,.1); }.form-status.fail { color: #ffc5ca; background: rgba(255,90,103,.1); }

body[data-page="contact"] .split { align-items: start; }
body[data-page="contact"] .form-wrap {
  position: relative;
  max-width: none;
  overflow: hidden;
  border-color: rgba(99,179,255,.2);
  background:
    radial-gradient(circle at 100% 0, rgba(8,124,255,.12), transparent 35%),
    linear-gradient(145deg, rgba(10,21,36,.98), rgba(4,9,17,.98));
  box-shadow: 0 30px 90px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.025);
}
body[data-page="contact"] .form-wrap::before { content: ""; position: absolute; inset: 0 auto auto 8%; width: 38%; height: 1px; background: linear-gradient(90deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 18px rgba(36,145,255,.8); }
#contact-form { position: relative; }
#contact-form .field[aria-hidden="true"] { left: 0 !important; width: 1px !important; height: 1px !important; min-width: 0 !important; padding: 0 !important; overflow: hidden !important; clip-path: inset(50%); white-space: nowrap; }
.contact-form-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px solid rgba(99,179,255,.12); }
.contact-form-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--blue-light); font: 800 .68rem/1 "Inter", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.contact-form-kicker::before { content: ""; width: 18px; height: 1px; background: var(--blue); box-shadow: 0 0 9px rgba(36,145,255,.9); }
.contact-form-head h3 { margin-bottom: 8px; font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
.contact-form-head p { max-width: 540px; margin: 0; font-size: .88rem; line-height: 1.65; }
.contact-form-step { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(99,179,255,.22); border-radius: 12px; color: var(--blue-light); background: rgba(8,124,255,.07); font: 700 .74rem/1 "Inter", sans-serif; }
#contact-form .field-grid { gap: 19px 16px; }
#contact-form .field { gap: 9px; }
#contact-form .field label:not(.checkbox) { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .78rem; letter-spacing: .02em; }
#contact-form .field input:not([type="checkbox"]), #contact-form .field textarea, #contact-form .field select { border-color: rgba(99,179,255,.16); background: rgba(2,7,14,.74); }
#contact-form .field input:not([type="checkbox"]):hover, #contact-form .field textarea:hover, #contact-form .field select:hover { border-color: rgba(99,179,255,.34); background: rgba(4,12,23,.92); }
#contact-form .message-field { position: relative; margin-top: 4px; }
#contact-form .message-field textarea { min-height: 190px; padding: 16px; line-height: 1.7; }
.message-box { position: relative; }
.message-prompts { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2px; }
.message-prompt { min-height: 30px; padding: 4px 10px; border: 1px solid rgba(99,179,255,.16); border-radius: 999px; background: rgba(8,124,255,.045); color: var(--text-2); font-size: .7rem; cursor: pointer; transition: .2s ease; }
.message-prompt:hover { border-color: rgba(99,179,255,.42); color: var(--white); background: rgba(8,124,255,.11); transform: translateY(-1px); }
.message-counter { position: absolute; inset-inline-end: 13px; bottom: 12px; direction: ltr; unicode-bidi: isolate; padding: 2px 7px; border-radius: 7px; background: rgba(2,7,14,.8); color: var(--muted); font: 600 .66rem/1.5 "Inter", sans-serif; pointer-events: none; }
#contact-form .checkbox { align-items: center; margin-top: 2px; padding: 14px 15px; border: 1px solid rgba(99,179,255,.12); border-radius: 12px; background: rgba(8,124,255,.035); line-height: 1.65; }
#contact-form > .btn { width: 100%; min-height: 56px; margin-top: 18px !important; display: inline-flex; justify-content: center; gap: 12px; font-weight: 800; box-shadow: 0 14px 36px rgba(8,124,255,.22); }
#contact-form > .btn::after { content: "←"; transition: transform .2s ease; }
#contact-form > .btn:hover::after { transform: translateX(-4px); }
html[dir="ltr"] #contact-form > .btn::after { content: "→"; }
html[dir="ltr"] #contact-form > .btn:hover::after { transform: translateX(4px); }
.stepper { display: flex; align-items: center; gap: 8px; margin-bottom: 34px; }
.step-dot { flex: 1; height: 4px; border-radius: 99px; background: var(--border); }.step-dot.active { background: var(--blue); box-shadow: 0 0 12px rgba(8,124,255,.5); }
.form-step { display: none; }.form-step.active { display: block; animation: stepIn .28s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateX(10px); } }
.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.option { position: relative; }.option input { position: absolute; opacity: 0; }.option label { min-height: 86px; padding: 16px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 13px; text-align: center; background: var(--bg-2); cursor: pointer; }.option input:checked + label { border-color: var(--blue); background: rgba(8,124,255,.09); color: white; }

.call-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; }
.call-info, .calendar { padding: 30px; }
.benefit-list { display: grid; gap: 15px; margin-top: 28px; }.benefit-list li { display: grid; grid-template-columns: 32px 1fr; gap: 12px; color: var(--text-2); }.benefit-list li span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 9px; color: var(--blue-light); }
.booking-availability { margin: 12px 0 4px; color: var(--muted); font-size: .85rem; }
.date-row, .time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 18px 0 28px; }
.slot { min-height: 58px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 11px; background: var(--bg-2); color: var(--text-2); cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.slot small { color: var(--muted); font-size: .72rem; }
.slot:not(:disabled):hover { transform: translateY(-2px); border-color: rgba(99,179,255,.45); color: var(--white); }
.slot.active { border-color: var(--blue); background: rgba(8,124,255,.11); color: white; box-shadow: 0 0 22px rgba(8,124,255,.1); }
.slot:disabled { opacity: .34; cursor: not-allowed; text-decoration: line-through; filter: grayscale(.35); }

.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: center; gap: 60px; align-items: start; }
.article-toc { position: sticky; top: 100px; padding: 20px; border-right: 1px solid var(--border); }.article-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .83rem; }.article-toc a:hover { color: var(--blue-light); }
.article-body h2 { margin: 48px 0 18px; font-size: clamp(1.65rem, 3vw, 2.35rem); }.article-body h3 { margin: 32px 0 14px; }.article-body p { font-size: 1.05rem; line-height: 2; }.article-body ul { display: grid; gap: 9px; margin: 18px 0; }.article-body li { color: var(--text-2); }.article-body li::before { content: "—"; margin-inline-end: 9px; color: var(--blue); }
.case-study-cover { position: relative; margin: 0 0 26px; overflow: hidden; border: 1px solid rgba(99,179,255,.22); border-radius: 20px; background: #020814; box-shadow: 0 28px 70px rgba(0,0,0,.32), 0 0 42px rgba(8,124,255,.055); }
.case-study-cover img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; transition: transform 1.1s cubic-bezier(.16,1,.3,1), filter .7s ease; }
.case-study-cover:hover img { transform: scale(1.025); filter: saturate(1.06); }
.case-study-cover figcaption { position: absolute; inset: auto 16px 14px; width: fit-content; max-width: calc(100% - 32px); padding: 8px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #dbe8f6; background: rgba(2,8,16,.78); backdrop-filter: blur(12px); font-size: .72rem; }
.case-study-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.case-study-body > p { color: #b9c5d4; }
.case-study-summary { margin-top: 38px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.case-study-summary .feature-card { padding: 20px; background: linear-gradient(145deg, rgba(8,20,35,.76), rgba(3,9,17,.9)); }
.case-study-summary .feature-card h3 { margin: 14px 0 9px; font-size: 1rem; }
.case-study-summary .feature-card p { font-size: .82rem; line-height: 1.8; }
.case-study-toc {
  --toc-y: 0px;
  position: sticky;
  isolation: isolate;
  padding: 18px 16px;
  border-block: 1px solid rgba(99,179,255,.08);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(8,20,35,.56), rgba(3,9,17,.38));
  box-shadow: 0 18px 48px rgba(0,0,0,.15), inset 0 1px rgba(255,255,255,.018);
  backdrop-filter: blur(12px);
}
.case-study-toc::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 130px;
  height: 130px;
  inset: -70px auto auto -60px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(8,124,255,.13), transparent 70%);
  filter: blur(8px);
  animation: case-toc-ambient 5.5s ease-in-out infinite;
}
html[dir="rtl"] .case-study-toc::before { inset: -70px -60px auto auto; }
.case-study-toc strong { position: relative; z-index: 2; display: flex; align-items: center; gap: 9px; margin-bottom: 10px; padding: 8px 12px; color: #eef6ff; font-size: .86rem; }
.case-study-toc strong::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 13px rgba(99,179,255,.68); animation: case-toc-pulse 2.4s ease-in-out infinite; }
.case-study-toc a { position: relative; z-index: 2; margin-block: 3px; padding: 10px 13px; border-radius: 9px; opacity: 0; transform: translate3d(0, 9px, 0); transition: color .35s ease, background .35s ease, transform .45s cubic-bezier(.16,1,.3,1), opacity .35s ease; }
.case-study-toc.is-ready a { opacity: 1; transform: none; transition-delay: calc(var(--toc-index, 0) * 85ms); }
.case-study-toc.is-ready a:hover, .case-study-toc.is-ready a.active { transition-delay: 0s; }
.case-study-toc a:hover { color: #dcebfa; background: rgba(8,124,255,.065); }
.case-study-toc a.active { color: #fff; background: linear-gradient(90deg, rgba(8,124,255,.13), rgba(8,124,255,.025)); }
html[dir="rtl"] .case-study-toc a:hover, html[dir="rtl"] .case-study-toc a.active { transform: translateX(-5px); }
html[dir="ltr"] .case-study-toc a:hover, html[dir="ltr"] .case-study-toc a.active { transform: translateX(5px); }
.case-toc-marker { position: absolute; z-index: 3; inset-inline-start: -1px; top: 0; width: 2px; height: 34px; border-radius: 999px; pointer-events: none; background: linear-gradient(180deg, transparent, var(--blue-light) 22%, var(--blue) 76%, transparent); box-shadow: 0 0 10px rgba(36,145,255,.8), 0 0 24px rgba(8,124,255,.35); transform: translate3d(0,var(--toc-y),0); transition: transform .72s cubic-bezier(.16,1,.3,1), height .45s cubic-bezier(.16,1,.3,1); }
.case-toc-marker::after { content: ""; position: absolute; top: 50%; inset-inline-start: 50%; width: 7px; height: 7px; border-radius: 50%; background: #bfe4ff; box-shadow: 0 0 13px 3px rgba(36,145,255,.55); transform: translate(-50%,-50%); }
@keyframes case-toc-pulse { 50% { transform: scale(1.28); box-shadow: 0 0 20px rgba(99,179,255,.9); } }
@keyframes case-toc-ambient { 50% { transform: translate3d(14px,10px,0) scale(1.12); opacity: .72; } }
.scroll-progress { position: fixed; top: 0; right: 0; z-index: 2000; width: 0; height: 3px; background: var(--gradient); }

.legal { max-width: 900px; }.legal h2 { margin: 42px 0 14px; font-size: 1.7rem; }.legal p, .legal li { color: var(--text-2); }.legal ul { list-style: disc; padding-inline-start: 20px; }
.error-page { min-height: 100svh; padding: 100px 20px 50px; display: grid; place-items: center; text-align: center; }.error-code { color: transparent; background: linear-gradient(180deg, white, #52718f); background-clip: text; -webkit-background-clip: text; font: 700 clamp(5rem, 20vw, 12rem)/.9 "Inter", sans-serif; }.error-page p { max-width: 580px; margin: 22px auto 30px; }

.cta-panel {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(310px, .78fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  min-height: 430px;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  border: 1px solid rgba(99,179,255,.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0, rgba(8,124,255,.15), transparent 34rem),
    linear-gradient(135deg, rgba(10,24,42,.93), rgba(3,9,17,.96));
  box-shadow: 0 38px 110px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(20px);
  transition: transform .55s cubic-bezier(.22,1,.36,1), border-color .4s ease, box-shadow .4s ease;
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 5;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 8%, rgba(36,145,255,.16) 23%, #63b3ff 38%, rgba(8,124,255,.32) 49%, transparent 66%);
  background-size: 270% 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: cta-border-flow 7.5s linear infinite;
}
.cta-panel::after { content: ""; position: absolute; z-index: 0; width: 560px; aspect-ratio: 1; inset-inline-end: -230px; top: -310px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(8,124,255,.22), rgba(8,124,255,.055) 40%, transparent 69%); filter: blur(8px); transition: transform .8s cubic-bezier(.22,1,.36,1), opacity .5s ease; }
.cta-panel[data-reveal].visible:hover { transform: translateY(-4px); border-color: rgba(99,179,255,.3); box-shadow: 0 44px 125px rgba(0,0,0,.46), 0 0 55px rgba(8,124,255,.06), inset 0 1px rgba(255,255,255,.045); }
.cta-panel:hover::after { transform: translate3d(-3%, 6%, 0) scale(1.07); }
@keyframes cta-border-flow { from { background-position: 165% 0; } to { background-position: -165% 0; } }

.cta-grid { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(99,179,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(99,179,255,.035) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, transparent, black 28%, black 78%, transparent); }
.cta-copy, .cta-visual { position: relative; z-index: 2; }
.cta-meta { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.cta-meta .eyebrow { margin-bottom: 0; }
.cta-status { display: inline-flex; align-items: center; gap: 8px; color: #728198; font: 700 .65rem/1.3 "Inter", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.cta-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px rgba(36,209,143,.75); animation: cta-status-pulse 2.2s ease-in-out infinite; }
@keyframes cta-status-pulse { 50% { opacity: .48; transform: scale(.72); } }
.cta-panel h2 { max-width: 790px; margin: 18px 0; font-size: clamp(2.25rem, 4.5vw, 4.5rem); }
.cta-panel p { max-width: 660px; margin-bottom: 28px; color: #b6c1d0; font-size: clamp(.98rem, 1.4vw, 1.12rem); }
.cta-panel .hero-actions { position: relative; z-index: 2; gap: 11px; }
.cta-panel .btn { min-height: 54px; padding-inline: 24px; }
.cta-panel .btn-primary { box-shadow: 0 14px 36px rgba(8,124,255,.25); }
.cta-panel .btn-primary::after { content: "←"; font-size: 1rem; transition: transform .25s ease; }
.cta-panel .btn-primary:hover::after { transform: translateX(-4px); }
html[dir="ltr"] .cta-panel .btn-primary::after { content: "→"; }
html[dir="ltr"] .cta-panel .btn-primary:hover::after { transform: translateX(4px); }

.cta-visual { width: min(100%, 350px); aspect-ratio: 1; display: grid; place-items: center; justify-self: center; }
.cta-orbit { position: absolute; inset: 5%; border: 1px solid rgba(99,179,255,.17); border-radius: 50%; animation: cta-orbit-spin 24s linear infinite; }
.cta-orbit::before { content: ""; position: absolute; width: 7px; height: 7px; left: -4px; top: 50%; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 16px 3px rgba(36,145,255,.55); }
.cta-orbit-two { inset: 19%; border-style: dashed; opacity: .7; animation-duration: 17s; animation-direction: reverse; }
.cta-orbit-two::before { left: auto; right: -4px; top: 24%; width: 5px; height: 5px; }
@keyframes cta-orbit-spin { to { transform: rotate(360deg); } }
.cta-core { position: relative; z-index: 2; width: 44%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(99,179,255,.22); border-radius: 50%; background: #02050a; box-shadow: 0 0 65px rgba(8,124,255,.12), inset 0 0 34px rgba(8,124,255,.06); transition: border-color .9s ease, box-shadow .9s ease; }
.cta-core img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transform: translate3d(0,2%,0) scale(1.28); transform-origin: 50% 50%; backface-visibility: hidden; will-change: transform, filter; filter: drop-shadow(0 0 18px rgba(99,179,255,.12)); transition: transform 1.15s cubic-bezier(.16,1,.3,1), filter .9s cubic-bezier(.16,1,.3,1); }
.cta-panel:hover .cta-core { border-color: rgba(99,179,255,.32); box-shadow: 0 0 74px rgba(8,124,255,.16), inset 0 0 38px rgba(8,124,255,.08); }
.cta-panel:hover .cta-core img { transform: translate3d(0,2%,0) scale(1.315); filter: drop-shadow(0 0 24px rgba(99,179,255,.18)); }
.cta-node { position: absolute; z-index: 3; min-width: 62px; padding: 7px 9px; border: 1px solid rgba(99,179,255,.18); border-radius: 9px; text-align: center; color: #95bde6; background: rgba(3,10,18,.86); box-shadow: 0 10px 26px rgba(0,0,0,.25); font: 700 .57rem/1 "Inter", sans-serif; letter-spacing: .06em; animation: cta-node-float 4.5s ease-in-out infinite; }
.cta-node-one { inset: 11% auto auto 2%; }
.cta-node-two { inset: auto 0 13% auto; animation-delay: -1.5s; }
.cta-node-three { inset: 45% 1% auto auto; animation-delay: -3s; }
@keyframes cta-node-float { 50% { transform: translateY(-7px); border-color: rgba(99,179,255,.34); color: #d6eaff; } }

.cta-panel[data-reveal] .cta-copy > * { opacity: 0; transform: translateY(14px); }
.cta-panel[data-reveal].visible .cta-copy > * { animation: cta-content-in .65s cubic-bezier(.22,1,.36,1) both; }
.cta-panel.visible .cta-copy > *:nth-child(2) { animation-delay: .08s; }
.cta-panel.visible .cta-copy > *:nth-child(3) { animation-delay: .15s; }
.cta-panel.visible .cta-copy > *:nth-child(4) { animation-delay: .22s; }
@keyframes cta-content-in { to { opacity: 1; transform: none; } }

.site-footer { border-top: 1px solid var(--border); background: #010408; }
.footer-top { padding: 72px 0 48px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 200px; height: 130px; object-fit: contain; margin: -28px 0 -14px; }
.footer-brand small { color: var(--muted); font: 600 .7rem/1 "Inter", sans-serif; letter-spacing: .25em; }
.footer-brand p { max-width: 350px; margin-top: 18px; font-size: .9rem; }
.footer-founder { position: relative; width: min(100%, 340px); min-height: 68px; margin-top: 24px; padding: 11px 14px; display: grid; grid-template-columns: 44px minmax(0,1fr) 8px; align-items: center; gap: 12px; overflow: hidden; border: 1px solid rgba(99,179,255,.18); border-radius: 16px; background: linear-gradient(135deg, rgba(12,27,47,.76), rgba(5,10,18,.82)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 14px 34px rgba(0,0,0,.2); backdrop-filter: blur(12px); transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .3s ease, box-shadow .35s ease; }
.footer-founder::before { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(220px circle at 14% 45%, rgba(36,145,255,.14), transparent 64%); transition: opacity .35s ease; }
.footer-founder:hover { transform: translateY(-4px); border-color: rgba(99,179,255,.36); box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 18px 42px rgba(0,0,0,.28), 0 0 30px rgba(8,124,255,.07); }
.footer-founder:hover::before { opacity: 1; }
.footer-founder-mark { position: relative; z-index: 1; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(99,179,255,.3); border-radius: 13px; color: #dff1ff; background: linear-gradient(145deg, rgba(36,145,255,.22), rgba(8,124,255,.06)); box-shadow: inset 0 0 20px rgba(99,179,255,.06), 0 0 20px rgba(8,124,255,.08); font: 800 .78rem/1 "Inter", sans-serif; letter-spacing: .05em; }
.footer-founder-copy { position: relative; z-index: 1; min-width: 0; display: grid; gap: 5px; }
.footer-founder-copy strong { overflow: hidden; color: var(--white); font: 750 .94rem/1.1 "Inter", sans-serif; letter-spacing: -.015em; text-overflow: ellipsis; white-space: nowrap; }
.footer-brand .footer-founder-copy small { display: block; color: #7ea9d3; font: 600 .67rem/1.2 "Inter", sans-serif; letter-spacing: .035em; }
.footer-founder-status { position: relative; z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: #63b3ff; box-shadow: 0 0 0 4px rgba(99,179,255,.09), 0 0 14px rgba(99,179,255,.75); }
.footer-col h3 { margin-bottom: 18px; color: var(--metal); font-size: .92rem; }.footer-col a { display: block; width: fit-content; padding: 5px 0; color: var(--muted); font-size: .84rem; }.footer-col a:hover { color: var(--blue-light); }
.newsletter { display: flex; gap: 8px; margin-top: 18px; }.newsletter input { min-width: 0; height: 44px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); color: white; }.newsletter button { height: 44px; padding: 0 14px; border: 0; border-radius: 10px; background: var(--blue); cursor: pointer; }
.footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--border); color: var(--muted); font-size: .78rem; }.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }

.quick-dock { position: fixed; z-index: 900; left: 18px; bottom: 20px; display: flex; align-items: center; gap: 6px; padding: 6px; border: 1px solid var(--border); border-radius: 15px; background: rgba(5,10,18,.9); backdrop-filter: blur(12px); box-shadow: var(--shadow); }.dock-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 10px; background: transparent; color: var(--text-2); cursor: pointer; font-size: .78rem; }.dock-btn:hover { background: var(--surface-2); color: white; }.dock-close { width: 27px; color: var(--muted); }
.cookie-banner { position: fixed; z-index: 1100; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); padding: 22px; border: 1px solid var(--border); border-radius: 17px; background: rgba(5,10,18,.98); box-shadow: var(--shadow); }.cookie-banner[hidden] { display: none; }.cookie-banner h3 { margin-bottom: 8px; font-size: 1rem; }.cookie-banner p { font-size: .82rem; }.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.toast { position: fixed; z-index: 2200; left: 50%; bottom: 25px; padding: 11px 17px; border: 1px solid var(--border); border-radius: 11px; opacity: 0; transform: translate(-50%, 15px); background: var(--surface-2); color: white; transition: .25s ease; pointer-events: none; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }[data-reveal].visible { opacity: 1; transform: none; }
.values-grid { perspective: 900px; }
.value-card[data-reveal] { position: relative; overflow: hidden; transform: translateY(28px) scale(.985); transition: opacity .72s ease, transform .72s cubic-bezier(.22,1,.36,1), border-color .35s ease, background .35s ease, box-shadow .35s ease; transition-delay: calc(var(--value-index, 0) * 85ms); }
.value-card::before { content: ""; position: absolute; inset: auto 22px 0; height: 1px; opacity: 0; transform: scaleX(.25); background: linear-gradient(90deg, transparent, var(--blue-light), transparent); box-shadow: 0 0 14px rgba(36,145,255,.65); transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.value-card::after { content: ""; position: absolute; width: 140px; height: 140px; inset: -75px -75px auto auto; border-radius: 50%; opacity: 0; background: radial-gradient(circle, rgba(8,124,255,.18), transparent 68%); transform: scale(.7); transition: opacity .4s ease, transform .55s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.value-card[data-reveal].visible { transform: none; }
.values-grid:hover .value-card.visible { transition-delay: 0s; }
.value-card.visible:hover { z-index: 1; transform: translateY(-6px); border-color: rgba(99,179,255,.38); background: linear-gradient(145deg, rgba(10,21,36,.82), rgba(5,10,18,.96)); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.value-card:hover::before { opacity: 1; transform: scaleX(1); }
.value-card:hover::after { opacity: 1; transform: scale(1); }
.value-card .line-icon { transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.value-card:hover .line-icon { transform: translateY(-3px) scale(1.05); border-color: rgba(99,179,255,.48); background: rgba(8,124,255,.12); box-shadow: 0 0 22px rgba(8,124,255,.15); }

@media (max-width: 1120px) {
  .nav-link, .nav-trigger { padding-inline: 7px; font-size: .8rem; }
  .header-actions .btn { display: none; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }.stat:nth-child(4) { border-inline-start: 0; }.stat:nth-child(n+4) { border-top: 1px solid var(--border); }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }.footer-col:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 720px); --header: 68px; }
  .menu-toggle { display: block; }.lang-btn { display: none; }
  .main-nav { position: fixed; inset: 68px 15px auto; max-height: calc(100svh - 88px); padding: 14px; display: none; overflow-y: auto; border: 1px solid var(--border); border-radius: 16px; background: rgba(5,10,18,.98); box-shadow: var(--shadow); }.main-nav.open { display: grid; }.nav-link, .nav-trigger { width: 100%; justify-content: space-between; padding: 11px 13px; }.nav-link::after { display: none; }
  .mega-menu { position: static; width: 100%; padding: 10px 0 0; display: none; border: 0; opacity: 1; visibility: visible; transform: none; background: transparent; box-shadow: none; }.nav-service.open .mega-menu { display: block; }.mega-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { order: 1; }.hero-visual { order: 2; max-width: 590px; width: 100%; margin-inline: auto; }
  .section-head { grid-template-columns: 1fr; }.section-head p { justify-self: start; }
  .card-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-card, .bento-card.large, .bento-card.tall, .bento-card.wide { grid-column: span 6; min-height: 280px; }
  .workflow-wrap { grid-template-columns: 1fr; }.workflow-tabs { grid-template-columns: repeat(4, 1fr); }.workflow-tab { text-align: center; font-size: .78rem; }
  .article-layout { grid-template-columns: 1fr; }.article-toc { position: static; border-right: 0; border-bottom: 1px solid var(--border); }
  .call-layout { grid-template-columns: 1fr; }
  body[data-page="contact"] .split { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  body[data-page="contact"] .split > * { min-width: 0; }
  body[data-page="contact"] .form-wrap { width: 100%; max-width: 720px; }
  .trust-panel { grid-template-columns: 1fr; min-height: 0; }
  .trust-copy h2, .trust-copy .lead { max-width: none; }
  .cta-panel { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
  .cta-visual { width: 280px; }
}

@media (max-width: 650px) {
  :root { --container: calc(100% - 24px); }
  body { line-height: 1.72; }.section { padding-block: 68px; }.page-hero { padding-block: calc(var(--header) + 52px) 62px; }
  .brand { flex-basis: 50px; width: 50px; height: 50px; }
  .hero { padding-top: calc(var(--header) + 50px); }.hero-actions .btn { width: 100%; }.hero-visual { max-width: 440px; }.visual-node { font-size: .56rem; }.node-3 { display: none; }
  .service-strip { gap: 10px; }.service-strip li { gap: 10px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }.stat { min-height: 120px; padding: 20px; border-top: 1px solid var(--border); }.stat:nth-child(odd) { border-inline-start: 0; }.stat:first-child, .stat:nth-child(2) { border-top: 0; }
  .card-grid, .feature-grid, .portfolio-grid, .split, .field-grid { grid-template-columns: 1fr; }.field.full { grid-column: auto; }
  .bento-card, .bento-card.large, .bento-card.tall, .bento-card.wide { grid-column: 1 / -1; min-height: 240px; }
  .workflow-tabs { grid-template-columns: 1fr 1fr; }.workflow-canvas { padding: 18px; }.workflow-nodes { display: grid; grid-template-columns: 1fr; }.workflow-line { width: 1px; height: 22px; margin-inline: auto; }.workflow-line::after { animation: none; }
  .project-placeholder { min-height: 350px; grid-template-columns: 1fr; }.mock-ui { display: none; }
  .featured-project { min-height: 0; display: flex; flex-direction: column; }
  .featured-project::after { display: none; }
  .featured-project-media { position: relative; aspect-ratio: 3 / 2; height: auto; object-fit: cover; }
  .featured-project-content { position: relative; inset: auto; width: auto; margin: -18px 10px 10px; padding: 22px 20px; }
  .featured-project-title { font-size: 2.2rem; }
  .trust-section { padding-block: 56px; }
  .trust-panel { gap: 28px; padding: 26px 20px; border-radius: 19px; }
  .trust-copy h2 { font-size: 2.25rem; }
  .trust-features { grid-template-columns: 1fr; }
  .trust-feature:last-child { grid-column: auto; }
  .trust-feature { min-height: 70px; }
  .cta-panel { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 28px 21px; border-radius: 20px; }
  .cta-panel h2 { font-size: 2.35rem; }
  .cta-panel .hero-actions .btn { width: 100%; }
  .cta-visual { width: min(250px, 78vw); order: -1; }
  .cta-node { font-size: .5rem; }
  .option-grid { grid-template-columns: 1fr 1fr; }
  .date-row, .time-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 24px; }.footer-brand { grid-column: 1 / -1; }.footer-col:last-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; }
  .quick-dock { left: 10px; bottom: 10px; }.dock-btn { width: 38px; height: 38px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  body[data-page="contact"] .form-wrap { max-width: 100%; padding: 22px 18px; overflow: hidden; border-radius: 16px; }
  body[data-page="contact"] #contact-form, body[data-page="contact"] #contact-form .field-grid, body[data-page="contact"] #contact-form .field { min-width: 0; }
  body[data-page="contact"] #contact-form .field-grid { grid-template-columns: minmax(0, 1fr); }
  body[data-page="contact"] #contact-form input, body[data-page="contact"] #contact-form select, body[data-page="contact"] #contact-form textarea { max-width: 100%; }
  .contact-form-head { gap: 14px; margin-bottom: 24px; padding-bottom: 20px; }
  .contact-form-head p { font-size: .8rem; }
  .contact-form-step { width: 38px; height: 38px; }
  #contact-form .field-grid { gap: 14px; }
  #contact-form .message-field textarea { min-height: 170px; }
  #contact-form .checkbox { align-items: flex-start; padding: 12px; font-size: .78rem; }
}

@media (hover: none) { .service-card::before { display: none; } }

html[dir="ltr"] body { font-family: "Satoshi", "Segoe UI", Arial, sans-serif; }
html[dir="ltr"] h1, html[dir="ltr"] h2, html[dir="ltr"] h3, html[dir="ltr"] h4 { font-family: "Inter", "Satoshi", "Segoe UI", sans-serif; letter-spacing: -.045em; }
html[dir="ltr"] .link-arrow::after { content: "→"; }
html[dir="ltr"] .link-arrow:hover::after { transform: translateX(4px); }
html[dir="ltr"] .search-control input { padding: 0 18px 0 48px; }
html[dir="ltr"] .search-control::before { right: auto; left: 18px; }
html[dir="ltr"] .article-toc { border-right: 0; border-left: 1px solid var(--border); }
html[dir="ltr"] .check-list li::before { flex: 0 0 auto; }
html[dir="ltr"] .field label, html[dir="ltr"] .workflow-tab { text-align: left; }
html[dir="ltr"] .workflow-nodes { direction: ltr; }
html[dir="rtl"] .workflow-tab:hover { transform: translateX(-4px); }
html[dir="rtl"] .workflow-tab:active { transform: translateX(-4px) scale(.985); }
@media (max-width: 900px) {
  html[dir] .case-study-toc { position: relative; top: auto; border-inline: 0; border-bottom: 1px solid rgba(99,179,255,.14); }
  .case-toc-marker { display: none; }
  .case-study-toc a { display: inline-flex; margin-inline-end: 5px; padding-inline: 11px; }
  html[dir="rtl"] .case-study-toc a:hover, html[dir="rtl"] .case-study-toc a.active,
  html[dir="ltr"] .case-study-toc a:hover, html[dir="ltr"] .case-study-toc a.active { transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
