/* COD public site — design system "P2t" (light purple). RTL, mobile-first tweaks at the end of each block. */
:root {
  --ground: #F5F5F7;
  --surface: #FFFFFF;
  --raised: #EDEDF2;
  --border: #E0E0E6;
  --border-strong: #CFCFD7;
  --text: #1D1D1F;
  --muted: #55555A;
  --muted-2: #6E6E73;
  --accent: #7A4FD0;
  --accent-ink: #6A3FC4;
  --grad: linear-gradient(90deg, #E4628E, #A45FB6, #5A61CC);
  --grad-btn: linear-gradient(135deg, #8A45B0, #4B52C4);
  --grad-tile: linear-gradient(135deg, #E4628E, #A45FB6 50%, #5A61CC);
  --shadow-btn: 0 12px 32px rgba(122, 79, 208, .28);
  --shadow-float: 0 24px 60px rgba(35, 70, 126, .14), 0 4px 14px rgba(35, 70, 126, .06);
  --f-head: 'Readex Pro', 'Almarai', sans-serif;
  --f-body: 'Almarai', system-ui, sans-serif;
  --f-mono: 'IBM Plex Mono', 'Almarai', ui-monospace, monospace;
  --r-card: 24px;
  --maxw: 1200px;
  --gutter: 40px;
  --sec-pad: 104px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--ground); color: var(--text); font-family: var(--f-body); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-ink); }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
::placeholder { color: var(--muted-2); opacity: 1; }
[hidden] { display: none !important; }

.skip { position: absolute; top: -100px; right: 16px; z-index: 200; background: var(--text); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 12px; color: #fff; }

.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--read { max-width: calc(720px + var(--gutter) * 2); }

/* Utilities */
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accent, .accent-ink { color: var(--accent-ink); }
.dot { color: var(--accent-ink); }
.muted { color: var(--muted); }
.mono { font-family: var(--f-mono); font-size: 13px; font-weight: 500; }
.mono-n { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.mono-sm { font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); }
.req { color: var(--accent-ink); }
.sep-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--border-strong); flex: none; }
.mdot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); flex: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 28px; border-radius: 999px; border: 1px solid transparent; font-weight: 600; font-size: 16px; line-height: 1.2; white-space: nowrap; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; background: none; }
.btn svg { flex: none; }
.btn--primary { background: var(--grad-btn); color: #fff; box-shadow: var(--shadow-btn); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(122, 79, 208, .36); }
.btn--ghost { background: var(--surface); color: var(--text); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent-ink); }
.btn--light { background: var(--ground); color: var(--text); border-color: var(--ground); }
.btn--light:hover { background: #fff; color: var(--accent-ink); }
.btn--outline-light { color: #fff; border-color: rgba(255, 255, 255, .85); }
.btn--outline-light:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.btn--lg { min-height: 58px; padding: 0 30px; }
.btn--sm { min-height: 48px; padding: 0 24px; font-size: 15px; }
.btn--block { width: 100%; }
.btnrow { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; }

.tlink { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px; padding-bottom: 6px; border-bottom: 1px solid var(--border); min-height: 44px; white-space: nowrap; }
.tlink__ic { color: var(--accent-ink); display: flex; transition: transform .2s; }
.tlink:hover .tlink__ic { transform: translateX(-4px); }
.pill-link { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 14px; font-weight: 600; }

/* Eyebrow & section heads */
.eyebrow { display: flex; align-items: center; gap: 12px; font-family: var(--f-mono); font-size: 14px; color: var(--muted); }
.eyebrow__mark { color: var(--accent-ink); font-weight: 500; }
.eyebrow__line { width: 32px; height: 1px; background: var(--border-strong); }
.eyebrow--light, .eyebrow--light .eyebrow__mark { color: rgba(255, 255, 255, .88); }
.eyebrow--light .eyebrow__line { background: rgba(255, 255, 255, .4); }
.shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; margin-bottom: 56px; }
.shead__main { display: flex; flex-direction: column; gap: 18px; max-width: 760px; }
.h2 { font-family: var(--f-head); font-weight: 700; font-size: clamp(32px, 4.2vw, 48px); line-height: 1.25; letter-spacing: -.5px; }
.h2--sm { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.35; }
.lede-sm { max-width: 460px; font-size: 17px; line-height: 1.75; color: var(--muted); }

/* Sections */
.sec { position: relative; padding-block: var(--sec-pad); }
.sec--ground { background: var(--ground); }
.sec--white { background: var(--surface); }
.sec--bt { border-top: 1px solid var(--border); }
.sec--tight-top { padding-top: 40px; }
.sec--compact { padding-block: 64px; }
.split { display: grid; grid-template-columns: 4fr 8fr; gap: 64px; }
.split__side { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.split__side .btn { margin-top: 12px; }

/* Background effects: glows, twinkling stars, faint grid */
.fx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.fx__glow { position: absolute; border-radius: 50%; }
.fx__glow--a { width: 900px; height: 900px; left: calc(75% - 450px); top: calc(25% - 450px); background: radial-gradient(circle, rgba(164, 95, 182, .22) 0%, rgba(164, 95, 182, 0) 68%); }
.fx__glow--b { width: 700px; height: 700px; left: calc(20% - 350px); top: calc(60% - 350px); background: radial-gradient(circle, rgba(228, 98, 142, .18) 0%, rgba(228, 98, 142, 0) 68%); }
.fx__glow--c { width: 800px; height: 800px; left: calc(50% - 400px); top: calc(100% - 400px); background: radial-gradient(circle, rgba(90, 97, 204, .20) 0%, rgba(90, 97, 204, 0) 68%); }
.fx__grid { position: absolute; top: 0; right: 0; left: 0; height: 924px; background-image: linear-gradient(to right, var(--raised) 1px, transparent 1px), linear-gradient(to bottom, var(--raised) 1px, transparent 1px); background-size: 120px 120px; background-position: top right; -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 20%, #000 30%, transparent 85%); mask-image: radial-gradient(ellipse 70% 80% at 50% 20%, #000 30%, transparent 85%); }
.fx__sq { position: absolute; width: 7px; height: 7px; background: var(--accent); opacity: .85; }
.fx__sq--1 { right: 16.5%; top: 117px; }
.fx__sq--2 { right: 66.5%; top: 237px; }
.fx__sq--3 { right: 41.5%; top: 477px; }
.stars i { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #A45FB6; opacity: .5; animation: twinkle 4s ease-in-out infinite; }
.stars i:nth-child(1) { left: 56.6%; top: 77.8%; width: 2px; height: 2px; animation-delay: -.3s; }
.stars i:nth-child(2) { left: 49.6%; top: 45.4%; width: 2px; height: 2px; animation-delay: -1.1s; }
.stars i:nth-child(3) { left: 11%; top: 6.6%; width: 2px; height: 2px; animation-delay: -2.4s; }
.stars i:nth-child(4) { left: 60.3%; top: 74.6%; animation-delay: -.8s; }
.stars i:nth-child(5) { left: 71.3%; top: 25%; width: 2px; height: 2px; animation-delay: -3.1s; }
.stars i:nth-child(6) { left: 4.9%; top: 6.3%; width: 2px; height: 2px; animation-delay: -1.7s; }
.stars i:nth-child(7) { left: 67.9%; top: 93.2%; animation-delay: -2.2s; }
.stars i:nth-child(8) { left: 23.3%; top: 44.3%; animation-delay: -.5s; }
.stars i:nth-child(9) { left: 35.2%; top: 66.3%; width: 2px; height: 2px; animation-delay: -3.6s; }
.stars i:nth-child(10) { left: 90.9%; top: 42.3%; width: 2px; height: 2px; animation-delay: -1.3s; }
.stars i:nth-child(11) { left: 11.6%; top: 61.9%; width: 4px; height: 4px; animation-delay: -2.8s; }
.stars i:nth-child(12) { left: 13.6%; top: 34.6%; width: 2px; height: 2px; animation-delay: -.1s; }
.stars i:nth-child(13) { left: 50.1%; top: 93%; width: 4px; height: 4px; animation-delay: -1.9s; }
.stars i:nth-child(14) { left: 20.2%; top: 30.1%; width: 4px; height: 4px; animation-delay: -3.3s; }
.stars i:nth-child(15) { left: 83.2%; top: 50.5%; animation-delay: -.7s; }
.stars i:nth-child(16) { left: 48.1%; top: 72.4%; width: 2px; height: 2px; animation-delay: -2.6s; }
.stars i:nth-child(17) { left: 18.6%; top: 54.5%; width: 4px; height: 4px; animation-delay: -1.5s; }
.stars i:nth-child(18) { left: 72.9%; top: 12%; width: 4px; height: 4px; animation-delay: -3.8s; }
.stars i:nth-child(19) { left: 76.7%; top: 51.9%; width: 2px; height: 2px; animation-delay: -.9s; }
.stars i:nth-child(20) { left: 58.9%; top: 40.2%; animation-delay: -2.1s; }
.stars i:nth-child(21) { left: 23.8%; top: 5.1%; animation-delay: -3s; }
.stars i:nth-child(22) { left: 93.9%; top: 4.5%; animation-delay: -1.2s; }
.stars i:nth-child(23) { left: 42.9%; top: 9.2%; width: 2px; height: 2px; animation-delay: -2.5s; }
.stars i:nth-child(24) { left: 33.8%; top: 59.2%; animation-delay: -.4s; }
@keyframes twinkle { 0%, 100% { opacity: .18; transform: scale(.8); } 50% { opacity: .75; transform: scale(1.25); } }

/* Header */
.topbar { position: sticky; top: 0; z-index: 100; height: 104px; padding-top: 24px; pointer-events: none; }
.hdr { pointer-events: auto; position: relative; }
.hdr__pill { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 24px 0 12px; border-radius: 999px; background: rgba(255, 255, 255, .94); border: 1px solid var(--border); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); transition: box-shadow .25s; }
.is-scrolled .hdr__pill { box-shadow: 0 10px 30px rgba(35, 70, 126, .08); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); flex: none; min-height: 44px; }
.brand:hover { color: var(--text); }
.brand__word { font-family: 'Sora', var(--f-head); font-weight: 700; font-size: 25px; line-height: 1; letter-spacing: -1px; color: var(--text); }
.brand__code { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand .logo-mark { flex: none; }
.brand__en { font-family: var(--f-mono); font-size: 12px; font-weight: 500; color: var(--muted); border: 1px solid var(--border); border-radius: 6px; padding: 3px 6px; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 2px; font-size: 15px; color: var(--muted); }
.nav__a { display: flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 999px; font-weight: 500; white-space: nowrap; }
.nav__a.is-active { background: var(--raised); color: var(--accent-ink); font-weight: 600; }
.nav__a.is-active::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.hdr__end { display: flex; align-items: center; gap: 10px; }
.burger { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.burger__close { display: none; }
.burger[aria-expanded="true"] .burger__open { display: none; }
.burger[aria-expanded="true"] .burger__close { display: flex; }
.burger__open { display: flex; }
.drawer { margin-top: 10px; background: rgba(255, 255, 255, .98); border: 1px solid var(--border); border-radius: 24px; padding: 12px; box-shadow: var(--shadow-float); display: flex; flex-direction: column; gap: 10px; max-height: calc(100vh - 120px); overflow-y: auto; }
.drawer nav { display: flex; flex-direction: column; }
.drawer__a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 16px; border-radius: 14px; font-weight: 600; font-size: 17px; }
.drawer__a svg { color: var(--muted-2); }
.drawer__a.is-active { background: var(--raised); color: var(--accent-ink); }
body.nav-open { overflow: hidden; }

/* Footer */
.ftr { background: var(--ground); border-top: 1px solid var(--border); padding-top: 88px; }
.ftr__top { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; padding-bottom: 64px; border-bottom: 1px solid var(--border); }
.ftr__big { font-family: var(--f-head); font-weight: 800; font-size: clamp(34px, 5vw, 60px); line-height: 1.2; letter-spacing: -1px; }
.ftr__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 48px; padding-block: 64px 44px; }
.ftr__brand { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.ftr__brand p { max-width: 340px; font-size: 15px; line-height: 1.8; color: var(--muted); }
.ftr__h { font-family: var(--f-mono); font-size: 13px; font-weight: 500; color: var(--accent-ink); letter-spacing: .04em; margin-bottom: 18px; }
.ftr__list { display: flex; flex-direction: column; gap: 4px; color: var(--muted); font-size: 15px; }
.ftr__list a { display: inline-flex; align-items: center; min-height: 36px; }
.ftr__contact li { display: flex; align-items: center; gap: 10px; min-height: 36px; }
.ftr__ic { color: var(--accent-ink); display: flex; flex: none; }
.ftr__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; min-height: 76px; border-top: 1px solid var(--border); font-size: 14px; color: var(--muted); padding-block: 16px; }
.ftr__up { min-height: 44px; display: inline-flex; align-items: center; }
.socials { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); }
.soc { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; background: var(--surface); }
.soc:hover { border-color: var(--accent); }
.wa-float { position: fixed; bottom: 22px; left: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: #1B8F4A; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(27, 143, 74, .35); transition: transform .2s; }
.wa-float:hover { color: #fff; transform: translateY(-3px); }

/* Browser frame */
.bframe { border: 1px solid var(--border); border-radius: 18px; overflow: hidden; background: var(--surface); }
.bframe__bar { height: 44px; display: flex; align-items: center; gap: 16px; padding: 0 16px; border-bottom: 1px solid var(--border); background: var(--raised); }
.bframe__dots { display: flex; gap: 7px; width: 47px; flex: none; }
.bframe__dots i { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.bframe--lights .bframe__dots i:nth-child(1) { background: #FF5F57; }
.bframe--lights .bframe__dots i:nth-child(2) { background: #FEBC2E; }
.bframe--lights .bframe__dots i:nth-child(3) { background: #28C840; }
.bframe__url { flex: 1; min-width: 0; display: flex; justify-content: center; }
.bframe__pill { display: inline-flex; align-items: center; gap: 8px; height: 26px; max-width: 100%; padding: 0 14px; border-radius: 8px; background: var(--ground); font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); }
.bframe__lock { color: var(--accent-ink); display: flex; flex: none; }
.bframe__txt { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bframe__sp { width: 47px; flex: none; }
.bframe__view { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--raised); }
.bframe__view img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.bframe__ph { aspect-ratio: 3 / 2; background: var(--raised); }
.bframe--scroll .bframe__view { aspect-ratio: auto; height: 460px; cursor: ns-resize; }
.bframe--scroll .bframe__view img { position: absolute; top: 0; right: 0; height: auto; transform: translateY(0); transition: top 7s linear, transform 7s linear; }
.bframe--scroll .bframe__view:hover img, .bframe--scroll .bframe__view:focus img { top: 100%; transform: translateY(-100%); }

/* Home hero */
.hero { position: relative; overflow: hidden; isolation: isolate; margin-top: -104px; padding-top: 132px; padding-bottom: 72px; }
.hero > .wrap { position: relative; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 48px; align-items: center; min-height: 600px; }
.hero__txt { display: flex; flex-direction: column; align-items: flex-start; }
.status { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
.status__dot { width: 8px; height: 8px; border-radius: 50%; background: #28C840; flex: none; box-shadow: 0 0 0 0 rgba(40, 200, 64, .5); animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(40, 200, 64, .45); } 70%, 100% { box-shadow: 0 0 0 8px rgba(40, 200, 64, 0); } }
.hero__title { margin-top: 22px; font-family: var(--f-head); font-weight: 800; font-size: clamp(40px, 6vw, 78px); line-height: 1.2; letter-spacing: -2px; max-width: 11ch; }
.hero__lede { margin-top: 22px; max-width: 540px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.8; color: var(--muted); }
.hero .btnrow { margin-top: 30px; }

/* Orbit */
.orbit-wrap { display: flex; justify-content: center; }
.orbit { position: relative; width: 100%; max-width: 560px; aspect-ratio: 1; }
.orbit__svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.orbit__ring { animation: spin 60s linear infinite; transform-origin: 50% 50%; }
@keyframes spin { to { transform: rotate(360deg); } }
.orbit__core { position: absolute; left: 39.29%; top: 39.29%; width: 21.43%; height: 21.43%; border-radius: 28%; background: var(--grad-tile); display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 50px rgba(164, 95, 182, .35); }
.orbit__core svg { width: 45%; height: 45%; }
.opill { position: absolute; transform: translate(-50%, -50%); }
.opill a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-float); font-size: 15px; font-weight: 600; color: var(--text); white-space: nowrap; transition: transform .2s, border-color .2s; }
.opill a:hover { transform: translateY(-3px); border-color: var(--accent); color: var(--accent-ink); }
.opill__dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, #E4628E, #5A61CC); }
.opill--p1 { left: 50%; top: 9.1%; }
.opill--p2 { left: 90.2%; top: 30.5%; }
.opill--p3 { left: 90.2%; top: 75.2%; }
.opill--p4 { left: 50%; top: 96.6%; }
.opill--p5 { left: 9.8%; top: 75.2%; }
.opill--p6 { left: 9.8%; top: 30.5%; }

/* Steps strip */
.steps { display: grid; grid-template-columns: 4fr 8fr; gap: 48px; align-items: end; margin-top: 28px; }
.steps__cap { display: flex; flex-direction: column; gap: 6px; min-height: 84px; justify-content: flex-end; }
.steps__word { font-family: var(--f-head); font-weight: 700; font-size: 26px; line-height: 1.3; }
.steps__txt { font-size: 15px; line-height: 1.7; color: var(--muted); }
.steps__bar { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.step { position: relative; display: flex; gap: 10px; align-items: baseline; min-height: 48px; padding: 16px 0 6px; border: 0; border-top: 2px solid var(--border); background: none; font-size: 15px; font-weight: 600; color: var(--muted); cursor: pointer; text-align: start; }
.step::before { content: ""; position: absolute; top: -2px; right: 0; width: 0; height: 2px; background: var(--grad); transition: width .35s ease; }
.step.is-on { color: var(--text); }
.step.is-on::before { width: 100%; }
.step:hover { color: var(--accent-ink); }
.step__n { font-family: var(--f-mono); font-size: 12px; font-weight: 400; color: var(--muted); }

/* Fan of page previews */
.fan { position: relative; max-width: 1200px; margin: 56px auto 0; aspect-ratio: 1200 / 400; }
.fan__item { position: absolute; display: block; transition: transform .35s ease; }
.fan__item .bframe { box-shadow: var(--shadow-float); border-radius: 16px; }
.fan__item .bframe__bar { height: 38px; }
.fan__item--c { left: 25.83%; width: 48.33%; top: 0; z-index: 2; }
.fan__item--c .bframe__view { aspect-ratio: 580 / 360; }
.fan__item--r, .fan__item--l { width: 35%; top: 17.5%; z-index: 1; }
.fan__item--r { right: 3.33%; transform: rotate(5deg); }
.fan__item--l { left: 3.33%; transform: rotate(-5deg); }
.fan__item--r .bframe__view, .fan__item--l .bframe__view { aspect-ratio: 420 / 300; }
.fan__item--c:hover { transform: translateY(-10px); }
.fan__item--r:hover { transform: rotate(5deg) translateY(-10px); }
.fan__item--l:hover { transform: rotate(-5deg) translateY(-10px); }
.fchip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; height: 46px; padding: 0 16px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-float); font-size: 14px; font-weight: 600; white-space: nowrap; animation: floaty 6s ease-in-out infinite; }
.fchip__n { font-family: var(--f-head); font-weight: 800; font-size: 20px; }
.fchip--a { right: 20.8%; top: 4.5%; }
.fchip--b { left: 19.2%; top: 52.5%; animation-delay: -3s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Marquee */
.marquee { position: relative; display: flex; height: 180px; overflow: hidden; background: var(--surface); border-block: 1px solid var(--border); }
.marquee__label { position: relative; z-index: 2; flex: none; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 0 28px; background: var(--accent); color: #fff; font-family: var(--f-mono); font-size: 13px; font-weight: 500; }
.marquee__rows { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 22px; overflow: hidden; }
.marquee__row { overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: marquee 50s linear infinite; }
.marquee__row--sm .marquee__track { animation-duration: 60s; animation-direction: reverse; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__list { display: flex; flex: none; }
.marquee__list li { display: inline-flex; align-items: center; gap: 36px; padding-inline-end: 36px; white-space: nowrap; }
.marquee__row--big li { font-family: var(--f-head); font-weight: 700; font-size: 34px; line-height: 1.3; }
.marquee__row--big .mdot { width: 8px; height: 8px; }
.marquee__row--sm li { font-size: 18px; font-weight: 500; color: var(--muted); }
.marquee__row--sm .mdot { width: 6px; height: 6px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(50%); } }

/* Services bento */
.bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(272px, auto); gap: 16px; grid-auto-flow: dense; }
.bcard { position: relative; display: flex; flex-direction: column; padding: 28px; border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--border); color: var(--text); overflow: hidden; transition: transform .25s ease, border-color .25s, box-shadow .25s; }
a.bcard:hover { color: var(--text); transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 18px 40px rgba(35, 70, 126, .08); }
a.bcard:hover .bcard__t { color: var(--accent-ink); }
.bcard__top { display: flex; align-items: center; justify-content: space-between; }
.icobox { width: 52px; height: 52px; border-radius: 14px; background: var(--raised); border: 1px solid var(--border); color: var(--accent-ink); display: flex; align-items: center; justify-content: center; flex: none; }
.icobox--lg { width: 56px; height: 56px; border-radius: 16px; }
.bcard__t { margin-top: 22px; font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 1.35; transition: color .2s; }
.bcard__p { margin-top: 10px; font-size: 15px; line-height: 1.65; color: var(--muted); }
.bcard--1 { grid-column: 1 / span 2; grid-row: 1 / span 2; padding: 32px; }
.bcard--1 .bcard__t { font-size: 34px; }
.bcard--1 .bcard__p { font-size: 16px; }
.bcard--2 { grid-column: 3 / span 2; grid-row: 1; }
.bcard--3 { grid-column: 3; grid-row: 2; }
.bcard--4 { grid-column: 4; grid-row: 2; }
.bcard--5 { grid-column: 4; grid-row: 3 / span 2; padding: 32px; }
.bcard--6 { grid-column: 1 / span 2; grid-row: 3; }
.bcard--7 { grid-column: 3; grid-row: 3; }
.bcard--8 { grid-column: 3; grid-row: 4; }
.bcard--cta { grid-column: 1 / span 2; grid-row: 4; background: var(--accent); border-color: var(--accent); color: #fff; padding: 32px; justify-content: space-between; gap: 18px; }
.bcard__big { font-family: var(--f-head); font-weight: 800; font-size: clamp(26px, 2.6vw, 34px); line-height: 1.3; }
.mock-web { margin-top: auto; padding-top: 24px; }
.mock-web > * { }
.mock-web__bar { height: 30px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border: 1px solid var(--border); border-bottom: 0; border-radius: 14px 14px 0 0; background: var(--raised); direction: ltr; }
.mock-web__bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--border-strong); }
.mock-web__bar b { margin-left: 12px; height: 12px; width: 160px; max-width: 40%; border-radius: 4px; background: var(--ground); }
.mock-web__in { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; padding: 18px 20px; height: 166px; border: 1px solid var(--border); border-radius: 0 0 14px 14px; background: var(--ground); }
.mock-web__lines { display: flex; flex-direction: column; gap: 10px; }
.mock-web__lines span { height: 14px; width: 90%; border-radius: 4px; background: var(--border); }
.mock-web__lines span:nth-child(2) { width: 70%; }
.mock-web__lines .s { height: 8px; background: var(--raised); }
.mock-web__lines .s:nth-child(3) { margin-top: 6px; width: 80%; }
.mock-web__lines .s:nth-child(4) { width: 60%; }
.mock-web__lines .btnm { margin-top: 10px; height: 28px; width: 110px; border-radius: 999px; background: var(--accent); }
.mock-web__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; border-radius: 10px; background: var(--raised); border: 1px solid var(--border); }
.mock-web__tiles span { border-radius: 6px; background: var(--border); }
.mock-web__tiles .dash { background: var(--surface); border: 1px dashed var(--accent); }
.mock-phone { margin-top: auto; padding-top: 20px; display: flex; justify-content: center; height: 230px; overflow: hidden; }
.mock-phone__in { width: 150px; height: 260px; border: 1px solid var(--border); border-radius: 30px; background: var(--ground); padding: 14px 12px; display: flex; flex-direction: column; gap: 10px; }
.mock-phone__in span { display: block; border-radius: 4px; }
.mock-phone__in .notch { align-self: center; width: 44px; height: 6px; border-radius: 999px; background: var(--raised); }
.mock-phone__in .img { height: 70px; border-radius: 12px; background: var(--raised); border: 1px solid var(--border); }
.mock-phone__in .l1 { height: 8px; width: 80%; background: var(--border); }
.mock-phone__in .l2 { height: 8px; width: 55%; background: var(--raised); }
.mock-phone__in .btnm { height: 30px; border-radius: 999px; background: var(--accent); margin-top: 4px; }

/* Works cards */
.wgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; }
.wcard { display: flex; flex-direction: column; color: var(--text); }
.wcard:hover { color: var(--text); }
.wcard .bframe { transition: transform .3s ease, box-shadow .3s ease; }
.wcard:hover .bframe { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(35, 70, 126, .12); }
.wcard .bframe__view img { transition: transform .6s ease; }
.wcard:hover .bframe__view img { transform: scale(1.02); }
.wcard__body { padding-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.wcard__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wcard__t { font-family: var(--f-head); font-weight: 700; font-size: 24px; line-height: 1.3; }
.wcard:hover .wcard__t { color: var(--accent-ink); }
.wcard__cat { font-family: var(--f-mono); font-size: 13px; color: var(--accent-ink); }
.wcard__p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.wcard.is-hidden { display: none; }
.chip-sm { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; font-size: 13px; color: var(--muted); white-space: nowrap; background: var(--surface); }

/* Why us */
.why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: var(--r-card); overflow: hidden; background: var(--ground); }
.why__c { padding: 40px; display: flex; flex-direction: column; border-inline-start: 1px solid var(--border); border-top: 1px solid var(--border); margin-inline-start: -1px; margin-top: -1px; }
.why__top { display: flex; align-items: center; gap: 12px; }
.why__line { flex: 1; height: 1px; background: var(--border); }
.why__t { margin-top: 24px; font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 1.45; }
.why__d { margin-top: 12px; font-size: 15.5px; line-height: 1.75; color: var(--muted); }

/* Timeline (process) */
.tline { position: relative; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.tline::before { content: ""; position: absolute; top: 11px; right: 0; left: 0; height: 1px; background: var(--border); }
.tline::after { content: ""; position: absolute; top: 11px; right: 0; width: 42%; height: 1px; background: var(--accent); }
.tline__i { position: relative; z-index: 1; display: flex; flex-direction: column; padding-left: 24px; }
.tline__dot { width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: var(--accent); border: 5px solid var(--surface); outline: 1px solid var(--accent); }
.tline__n { margin-top: 28px; font-family: var(--f-mono); font-size: 14px; color: var(--accent-ink); text-align: right; }
.tline__t { margin-top: 10px; font-family: var(--f-head); font-weight: 700; font-size: 20px; line-height: 1.4; min-height: 56px; }
.tline__d { margin-top: 10px; font-size: 15px; line-height: 1.7; color: var(--muted); }

/* Product rows */
.prows { border-bottom: 1px solid var(--border); }
.prow { display: grid; grid-template-columns: 48px 1fr auto 44px; align-items: center; gap: 20px; min-height: 104px; padding-block: 18px; border-top: 1px solid var(--border); color: var(--text); }
.prow:hover { color: var(--text); }
.prow__n { font-family: var(--f-mono); font-size: 15px; color: var(--accent-ink); text-align: right; }
.prow__main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.prow__t { font-family: var(--f-head); font-weight: 700; font-size: 23px; line-height: 1.3; transition: color .2s; }
.prow:hover .prow__t { color: var(--accent-ink); }
.prow__d { font-size: 15px; color: var(--muted); }
.prow__go { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s, border-color .2s; }
.prow:hover .prow__go { background: var(--accent); border-color: var(--accent); color: #fff; }
.badge { justify-self: start; font-family: var(--f-mono); font-size: 12.5px; border-radius: 999px; padding: 6px 12px; color: var(--muted); border: 1px solid var(--border); white-space: nowrap; }
.badge--accent { color: var(--accent-ink); border-color: var(--accent-ink); }
.badge--solid { color: #fff; background: var(--accent); border-color: var(--accent); font-family: var(--f-body); font-weight: 600; padding: 4px 10px; }

/* Industry chips + stats */
.chips { display: flex; flex-wrap: wrap; gap: 14px; }
.chip { display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 0 26px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 18px; font-weight: 500; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); border-top: 1px solid var(--border); }
.stats--mt { margin-top: 64px; }
.stat { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 10px; padding: 32px 32px 0 0; border-right: 1px solid var(--border); }
.stat:first-child { border-right: 0; padding-right: 0; }
.stat__n { font-family: var(--f-head); font-weight: 800; font-size: clamp(48px, 5vw, 68px); line-height: 1.1; color: var(--accent-ink); text-align: right; }
.stat__l { font-size: 16px; color: var(--muted); }

/* Testimonials */
.tgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tcard { display: flex; flex-direction: column; padding: 36px; border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--border); }
.tcard__q { margin-top: 22px; font-size: 19px; line-height: 1.75; }
.tcard__by { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 14px; }
.tcard__by > span:last-child { display: flex; flex-direction: column; }
.tcard__by .muted { font-size: 14px; }
.avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--raised); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-family: var(--f-head); font-weight: 700; color: var(--accent-ink); flex: none; }
.tcard blockquote + .tcard__by { margin-top: 24px; }

/* Blog cards */
.pgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pcard { display: flex; flex-direction: column; border-radius: var(--r-card); border: 1px solid var(--border); background: var(--surface); overflow: hidden; color: var(--text); transition: transform .25s ease, box-shadow .25s; }
.pcard:hover { color: var(--text); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(35, 70, 126, .08); }
.pcard__cover { position: relative; height: 180px; background: var(--raised); overflow: hidden; border-bottom: 1px solid var(--border); }
.pcard__cover img { width: 100%; height: 100%; object-fit: cover; }
.pcard__grid { position: absolute; inset: 0; background-image: linear-gradient(to right, var(--border) 1px, transparent 1px), linear-gradient(to bottom, var(--border) 1px, transparent 1px); background-size: 12.5% 60px; opacity: .6; }
.pcard__glyph { position: absolute; bottom: 22px; right: 28px; font-family: var(--f-mono); font-weight: 500; font-size: 44px; color: var(--accent-ink); }
.pcard__read { position: absolute; top: 20px; left: 20px; font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); background: var(--ground); border: 1px solid var(--border); border-radius: 999px; padding: 5px 12px; }
.pcard__body { padding: 28px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.pcard__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.pcard__t { font-family: var(--f-head); font-weight: 700; font-size: 21px; line-height: 1.5; }
.pcard:hover .pcard__t { color: var(--accent-ink); }
.pcard__p { font-size: 15px; line-height: 1.7; color: var(--muted); }
.pcard__more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; color: var(--muted); }
.pcard__more span { display: flex; }

/* FAQ */
.faq { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; }
.faq__side { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.faq__side .btn { margin-top: 8px; }
.faq__list { border-bottom: 1px solid var(--border); }
.qa { border-top: 1px solid var(--border); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; list-style: none; min-height: 44px; }
.qa summary::-webkit-details-marker { display: none; }
.qa__q { font-family: var(--f-head); font-weight: 700; font-size: 20px; line-height: 1.45; }
.qa__ic { width: 40px; height: 40px; flex: none; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: transform .25s, background .2s, color .2s; }
.qa[open] .qa__q { color: var(--accent-ink); }
.qa[open] .qa__ic { background: var(--accent); border-color: var(--accent); color: #fff; transform: rotate(45deg); }
.qa__a { max-width: 620px; padding-bottom: 28px; margin-top: -8px; font-size: 16px; line-height: 1.8; color: var(--muted); }

/* Forms */
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--muted); }
.field--full { grid-column: 1 / -1; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.inp { width: 100%; min-height: 56px; padding: 0 18px; background: var(--ground); border: 1px solid var(--border); border-radius: 14px; color: var(--text); font-size: 16px; transition: border-color .2s, box-shadow .2s, background .2s; }
.inp:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px rgba(122, 79, 208, .15); }
.inp[aria-invalid="true"] { border-color: #C0392B; }
textarea.inp { padding: 16px 18px; min-height: 150px; resize: vertical; line-height: 1.7; }
input[type="date"].inp { direction: ltr; text-align: right; }
.sel { position: relative; }
.sel select { appearance: none; -webkit-appearance: none; padding-left: 44px; cursor: pointer; }
.sel::after { content: ""; position: absolute; left: 20px; top: 50%; width: 8px; height: 8px; margin-top: -6px; border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); pointer-events: none; }
.hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.fs { border: 0; margin: 0; padding: 0; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.fs__l { display: flex; align-items: center; gap: 10px; padding: 0; font-size: 15px; font-weight: 600; }
.fs__l svg { color: var(--accent-ink); }
.slots { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.slot input, .day input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.slot span { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-family: var(--f-mono); font-size: 14px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.slot input:checked + span, .day input:checked + .day__box { background: var(--accent); border-color: var(--accent-ink); color: #fff; font-weight: 500; }
.slot input:focus-visible + span, .day input:focus-visible + .day__box { outline: 3px solid var(--accent); outline-offset: 3px; }
.slot span:hover, .day__box:hover { border-color: var(--accent); }
.days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; }
.day__box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; min-height: 96px; padding: 8px; border-radius: 18px; background: var(--surface); border: 1px solid var(--border); cursor: pointer; text-align: center; transition: background .2s, color .2s, border-color .2s; }
.day__w { font-size: 15px; font-weight: 600; }
.day__d { font-family: var(--f-mono); font-size: 13px; }
.form-msg:empty { display: none; }
.form-msg, .notice { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 14px; font-size: 15px; font-weight: 500; }
.form-msg.is-ok, .notice--ok { background: #E8F7EC; color: #1C6B34; border: 1px solid #BFE6C9; }
.form-msg.is-err, .notice--err { background: #FCECEA; color: #9B2C20; border: 1px solid #F3C7C1; }
.btn[disabled] { opacity: .65; cursor: progress; transform: none; }

/* Consultation band (home) */
.consult { background: var(--ground); border-top: 1px solid var(--border); padding-block: 80px; }
.consult__panel { position: relative; overflow: hidden; isolation: isolate; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 64px; border-radius: 32px; background: linear-gradient(135deg, #2A1D52 0%, #3A2878 55%, #283A8C 100%); color: #fff; }
.consult__panel .fx { opacity: .9; }
.consult__panel .fx__glow--a { background: radial-gradient(circle, rgba(228, 98, 142, .30) 0%, rgba(228, 98, 142, 0) 68%); }
.consult__panel .stars i { background: #E9D8FF; }
.consult__grid { position: absolute; inset: 0 auto 0 0; width: 55%; z-index: 0; background-image: linear-gradient(to right, rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 75px 75px; -webkit-mask-image: linear-gradient(to right, #000, transparent); mask-image: linear-gradient(to right, #000, transparent); pointer-events: none; }
.consult__txt, .consult__box { position: relative; z-index: 1; }
.consult__txt { display: flex; flex-direction: column; gap: 18px; }
.consult__h { font-family: var(--f-head); font-weight: 800; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.2; letter-spacing: -1px; }
.grad-light { background: linear-gradient(90deg, #FFB1CB, #D9B5FF, #AEB6FF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.consult__txt p { max-width: 480px; font-size: 18px; line-height: 1.75; color: rgba(255, 255, 255, .86); }
.consult__box { background: var(--surface); color: var(--text); border-radius: 24px; padding: 32px; box-shadow: 0 30px 70px rgba(10, 6, 40, .35); }
.cform { display: flex; flex-direction: column; gap: 20px; }
.consult-card { background: var(--ground); border: 1px solid var(--border); border-radius: 32px; padding: 48px; }
.consult-card .cform { gap: 28px; }
.consult-card .slots { justify-content: flex-start; direction: rtl; }

/* Page hero (list pages) */
.phero { position: relative; overflow: hidden; isolation: isolate; margin-top: -104px; padding: 168px 0 80px; }
.phero .wrap { position: relative; z-index: 1; }
.phero__in { display: flex; flex-direction: column; align-items: flex-start; }
.crumbs { display: flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 14px; color: var(--muted); }
.crumbs a { min-height: 44px; display: inline-flex; align-items: center; }
.crumbs__sep { color: var(--accent-ink); }
.crumbs [aria-current] { color: var(--text); }
.phero__title { margin-top: 20px; font-family: var(--f-head); font-weight: 800; font-size: clamp(40px, 6.6vw, 88px); line-height: 1.15; letter-spacing: -1.5px; }
.phero__lede { margin-top: 28px; max-width: 640px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.8; color: var(--muted); }
.phero--404 .phero__title { margin-top: 16px; }
.phero--404 .btnrow { margin-top: 32px; }
.phero--404 { padding-bottom: 120px; }

/* Services page cards */
.sgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.scard { display: flex; flex-direction: column; padding: 40px; border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--border); transition: border-color .25s, box-shadow .25s; }
.scard:hover { border-color: var(--border-strong); box-shadow: 0 18px 40px rgba(35, 70, 126, .07); }
.scard__top { display: flex; align-items: center; justify-content: space-between; }
.scard__t { margin-top: 28px; font-family: var(--f-head); font-weight: 700; font-size: 26px; line-height: 1.4; }
.scard__p { margin-top: 10px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.scard__feat { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.scard__feat .mono-sm { margin-bottom: 16px; }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; }
.checks li { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.checks span { display: flex; flex: none; }
.scard__more { margin-top: auto; padding-top: 28px; align-self: flex-start; border-bottom: 0; }
.tech { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--border); border-radius: var(--r-card); overflow: hidden; background: var(--surface); }
.tech__i { min-height: 120px; padding: 24px 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; border-inline-start: 1px solid var(--border); margin-inline-start: -1px; border-top: 1px solid var(--border); margin-top: -1px; }
.tech__k { font-family: var(--f-mono); font-size: 12.5px; color: var(--accent-ink); text-align: right; }
.tech__v { font-family: var(--f-head); font-weight: 700; font-size: 24px; text-align: right; }

/* CTA band */
.cta-sec { padding-block: 80px; border-top: 1px solid var(--border); }
.ctaband { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 32px 48px; padding: 56px 64px; border-radius: 32px; background: var(--accent); color: #fff; }
.ctaband__deco { position: absolute; left: -120px; top: -160px; width: 460px; height: 460px; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, .28); pointer-events: none; }
.ctaband__deco::after { content: ""; position: absolute; inset: 70px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .18); }
.ctaband__txt { position: relative; display: flex; flex-direction: column; gap: 16px; }
.ctaband__title { font-family: var(--f-head); font-weight: 800; font-size: clamp(30px, 4vw, 52px); line-height: 1.2; letter-spacing: -.5px; }
.ctaband__sub { font-size: 18px; line-height: 1.7; font-weight: 500; }
.ctaband__btns { position: relative; display: flex; flex-direction: column; gap: 12px; flex: none; }

/* Works page */
.filters { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.filters__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.fchipbtn { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 16px; font-weight: 500; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.fchipbtn__n { font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); }
.fchipbtn:hover { border-color: var(--accent); }
.fchipbtn.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.fchipbtn.is-on .fchipbtn__n { color: #fff; }
.case { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: start; }
.case__vis { display: block; }
.case__vis .bframe__view { aspect-ratio: 16 / 11; }
.case__txt { display: flex; flex-direction: column; gap: 20px; }
.case__h { font-family: var(--f-head); font-weight: 800; font-size: clamp(30px, 3.4vw, 40px); line-height: 1.25; display: flex; flex-direction: column; gap: 6px; }
.case__sub { font-size: clamp(20px, 2vw, 26px); color: var(--muted); font-weight: 700; }
.case__outs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.case__out { display: flex; flex-direction: column; justify-content: space-between; gap: 10px; padding: 20px 22px; border-radius: 18px; background: var(--ground); border: 1px solid var(--border); }
.case__out:first-child:nth-last-child(odd), .case__out:last-child:nth-child(odd) { grid-column: 1 / -1; }
.case__n { font-family: var(--f-head); font-weight: 800; font-size: 28px; line-height: 1.2; color: var(--accent-ink); }
.case__d { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
.case__cols { margin-top: 56px; display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
.case__col { padding-top: 28px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; }
.case__col--wide { border-top-color: var(--accent-ink); }
.case__col h4 { font-family: var(--f-head); font-weight: 700; font-size: 24px; }
.case__col p { font-size: 16px; line-height: 1.8; color: var(--muted); }

/* Detail layout */
.dhero { position: relative; overflow: hidden; isolation: isolate; margin-top: -104px; padding: 144px 0 96px; border-bottom: 1px solid var(--border); }
.dhero .wrap { position: relative; z-index: 1; }
.dhero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 560px); gap: 64px; align-items: center; }
.dhero__txt { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.dhero__title { font-family: var(--f-head); font-weight: 700; font-size: clamp(38px, 5.4vw, 72px); line-height: 1.15; letter-spacing: -1px; }
.dhero__lede { display: flex; gap: 20px; align-items: flex-start; padding-right: 20px; border-right: 2px solid var(--accent); }
.dhero__num { font-family: var(--f-mono); font-size: 15px; color: var(--accent-ink); padding-top: 4px; flex: none; }
.dhero__lede p { max-width: 560px; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.75; color: var(--muted); }
.dhero__txt .btnrow { margin-top: 10px; }
.dhero__vis { display: flex; justify-content: center; align-items: center; min-height: 420px; }
.dhero__vis .bframe { width: 100%; box-shadow: var(--shadow-float); }
.dorbit { width: 100%; max-width: 460px; height: auto; }
.dorbit__spin { transform-origin: 230px 230px; animation: spin 50s linear infinite; }
.stmt { display: flex; flex-direction: column; gap: 22px; }
.stmt__h { font-family: var(--f-head); font-weight: 700; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.3; }
.stmt__p { max-width: 760px; font-size: 19px; line-height: 1.85; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); background: var(--raised); border-radius: 8px; padding: 5px 10px; }
.shead--narrow .shead__main { max-width: 760px; }
.caps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cap { display: flex; flex-direction: column; gap: 14px; min-height: 360px; padding: 32px; border-radius: var(--r-card); background: var(--ground); border: 1px solid var(--border); }
.cap__n { align-self: flex-end; font-family: var(--f-mono); font-size: 13px; color: var(--accent-ink); }
.cap__t { font-family: var(--f-head); font-weight: 700; font-size: 26px; line-height: 1.35; }
.cap__d { font-size: 16px; line-height: 1.7; color: var(--muted); }
.cap__list { margin-top: auto; border-top: 1px solid var(--border); }
.cap__list li { display: flex; align-items: center; gap: 12px; min-height: 48px; border-bottom: 1px solid var(--border); font-size: 15px; }
.cap__list li::before { content: ""; width: 7px; height: 7px; background: var(--accent); flex: none; }
.outs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.out { position: relative; display: flex; flex-direction: column; gap: 14px; padding-top: 28px; }
.out::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: var(--grad); }
.out__n { font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.out__t { font-family: var(--f-head); font-weight: 700; font-size: 30px; line-height: 1.3; }
.out__d { font-size: 16px; line-height: 1.75; color: var(--muted); }
.dsteps { display: flex; flex-direction: column; }
.dstep { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; padding: 32px 0; border-top: 1px solid var(--border); }
.dstep__n { width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--border); background: var(--ground); display: flex; align-items: center; justify-content: center; font-family: var(--f-mono); font-size: 15px; color: var(--accent-ink); }
.dstep__t { font-family: var(--f-head); font-weight: 700; font-size: 24px; }
.dstep__d { margin-top: 8px; font-size: 16px; line-height: 1.75; color: var(--muted); }
.pager { background: var(--ground); border-top: 1px solid var(--border); }
.pager__grid { display: grid; grid-template-columns: 1fr 1fr; }
.pager__a { display: flex; flex-direction: column; gap: 10px; padding: 48px 0; color: var(--text); }
.pager__a--prev { padding-left: 40px; border-left: 1px solid var(--border); }
.pager__a--next { align-items: flex-end; padding-right: 40px; text-align: left; }
.pager__k { display: flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 13px; color: var(--muted); }
.pager__t { font-family: var(--f-head); font-weight: 700; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.35; }
.pager__a:hover .pager__t { color: var(--accent-ink); }

/* About */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story__side { display: flex; flex-direction: column; gap: 18px; }
.facts { margin-top: 18px; border-bottom: 1px solid var(--border); }
.facts__r { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 56px; padding-block: 10px; border-top: 1px solid var(--border); font-size: 15px; }
.facts dt { color: var(--muted); flex: none; }
.facts dd { font-weight: 500; text-align: left; }
.story__txt { display: flex; flex-direction: column; gap: 24px; padding-top: 40px; }
.story__txt p { font-size: 17px; line-height: 1.9; color: var(--muted); }
.story__txt .story__lead { font-size: 19px; color: var(--text); }
.mvv { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mvv__c { display: flex; flex-direction: column; min-height: 340px; padding: 40px; border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--border); }
.mvv__c .mono-n { text-align: right; }
.mvv__c h3 { margin-top: auto; font-family: var(--f-head); font-weight: 800; font-size: 34px; }
.mvv__c p { margin-top: 14px; font-size: 17px; line-height: 1.8; color: var(--muted); }
.mvv__c--accent { background: var(--accent); border-color: var(--accent); color: #fff; }
.mvv__c--accent .mono-n { color: #fff; }
.mvv__c--accent h3 { margin-top: 18px; }
.mvv__c--accent ul { margin-top: auto; padding-top: 20px; display: flex; flex-direction: column; gap: 14px; }
.mvv__c--accent li { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 500; }
.mvv__ck { width: 26px; height: 26px; border-radius: 50%; background: var(--ground); color: var(--accent-ink); display: flex; align-items: center; justify-content: center; flex: none; }
.cgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ccard { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; min-height: 140px; padding: 24px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); }
.ccard--office { border-color: var(--accent-ink); }
.ccard__top { display: flex; justify-content: space-between; align-items: center; }
.ccard__top .muted { display: flex; }
.ccard__t { display: block; font-family: var(--f-head); font-weight: 700; font-size: 24px; }
.ccard__s { display: block; font-size: 14px; color: var(--muted); }

/* Contact */
.contact { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; align-items: start; }
.lform { display: flex; flex-direction: column; gap: 22px; padding: 48px; border-radius: var(--r-card); background: var(--surface); border: 1px solid var(--border); scroll-margin-top: 120px; }
.lform__head { display: flex; flex-direction: column; gap: 8px; }
.lform__h { font-family: var(--f-head); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); }
.lform__foot { display: flex; align-items: center; justify-content: space-between; gap: 16px 20px; flex-wrap: wrap; margin-top: 6px; }
.lform__priv { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.lform__priv span { display: flex; }
.contact__side { display: flex; flex-direction: column; gap: 16px; }
.ccta { display: flex; align-items: center; gap: 20px; min-height: 120px; padding: 24px 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); color: var(--text); }
a.ccta:hover { color: var(--text); border-color: var(--accent); }
.ccta--accent { border-color: var(--accent-ink); }
.ccta__ic { width: 56px; height: 56px; flex: none; border-radius: 16px; background: var(--raised); border: 1px solid var(--border); color: var(--accent-ink); display: flex; align-items: center; justify-content: center; }
.ccta--accent .ccta__ic { background: var(--accent); border-color: var(--accent); color: #fff; }
.ccta__txt { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 0; }
.ccta__v { font-family: var(--f-head); font-weight: 700; font-size: 20px; overflow-wrap: anywhere; }
.ccta__txt .muted { font-size: 14px; }
.ccta > .muted { display: flex; }
.offices { display: flex; flex-direction: column; gap: 14px; padding: 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); }
.offices__r { display: flex; align-items: center; gap: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.offices__r > span:last-child { display: flex; flex-direction: column; }
.offices__r .muted { font-size: 14px; display: flex; }

/* Post */
.phero--post { padding-bottom: 64px; }
.post__meta { margin-top: 12px; }
.post__title { margin-top: 18px; font-family: var(--f-head); font-weight: 800; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.3; letter-spacing: -.5px; }
.post__cover { width: 100%; border-radius: 20px; border: 1px solid var(--border); margin-bottom: 40px; }
.prose { font-size: 18px; line-height: 1.95; color: #2B2B30; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { margin-top: 1.8em; font-family: var(--f-head); font-weight: 700; font-size: 28px; line-height: 1.4; color: var(--text); }
.prose h3 { margin-top: 1.6em; font-family: var(--f-head); font-weight: 700; font-size: 22px; line-height: 1.45; color: var(--text); }
.prose ul, .prose ol { padding-right: 1.4em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .5em; }
.prose li::marker { color: var(--accent); }
.prose a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { padding: 18px 24px; border-right: 3px solid var(--accent); background: var(--ground); border-radius: 12px; color: var(--muted); }
.prose img { border-radius: 16px; height: auto; }
.post__share { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .nav__a { padding: 0 11px; }
  .hdr__pill { padding: 0 16px 0 10px; }
  .brand__en { display: none; }
}
@media (max-width: 1080px) {
  :root { --gutter: 32px; --sec-pad: 88px; }
  .nav { display: none; }
  .burger { display: inline-flex; }
  .hero__grid, .dhero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__title { max-width: none; }
  .orbit-wrap { padding-inline: 48px; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bento > * { grid-column: auto !important; grid-row: auto !important; }
  .bcard--1, .bcard--cta { grid-column: 1 / -1 !important; }
  .bcard--5 .mock-phone { display: none; }
  .tline { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 40px; }
  .tline::before, .tline::after { display: none; }
  .split, .faq, .story, .case, .contact { grid-template-columns: 1fr; gap: 40px; }
  .tech { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pgrid, .tgrid, .mvv { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ftr__cols { grid-template-columns: 1fr 1fr; }
  .consult__panel { grid-template-columns: 1fr; gap: 36px; padding: 48px; }
  .days { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .story__txt { padding-top: 0; }
}
@media (max-width: 860px) {
  .why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .caps, .outs { grid-template-columns: 1fr; }
  .cap { min-height: 0; }
  .ctaband { flex-direction: column; align-items: flex-start; padding: 44px 36px; }
  .ctaband__btns { flex-direction: row; flex-wrap: wrap; }
  .case__cols { grid-template-columns: 1fr; }
  .dhero__vis { min-height: 0; }
}
@media (max-width: 720px) {
  :root { --gutter: 16px; --sec-pad: 64px; }
  html { scroll-padding-top: 90px; }
  .topbar { height: 84px; padding-top: 12px; }
  .hdr__pill { height: 64px; padding: 0 10px 0 8px; }
  .hdr__cta { display: none; }
  .brand__word { font-size: 21px; }
  .hero { margin-top: -84px; padding-top: 104px; padding-bottom: 48px; }
  .phero { margin-top: -84px; padding: 120px 0 56px; }
  .dhero { margin-top: -84px; padding: 112px 0 64px; }
  .hero__grid { min-height: 0; }
  .hero__title { letter-spacing: -1px; }
  .btnrow .btn { flex: 1 1 auto; }
  .orbit-wrap { padding-inline: 34px; }
  .opill a { min-height: 36px; padding: 0 11px; font-size: 13px; gap: 6px; }
  .opill__dot { width: 6px; height: 6px; }
  .steps__bar { gap: 8px; }
  .step { font-size: 14px; flex-direction: column; gap: 2px; align-items: flex-start; }
  .fan { aspect-ratio: auto; margin-top: 40px; padding-top: 22px; }
  .fan__item--r, .fan__item--l { display: none; }
  .fan__item--c { position: relative; left: auto; width: 100%; }
  .fchip { height: 40px; font-size: 13px; padding: 0 12px; }
  .fchip--a { right: 8px; top: 0; }
  .fchip--b { left: 8px; top: auto; bottom: -14px; }
  .marquee { height: auto; flex-direction: column; }
  .marquee__label { flex-direction: row; justify-content: center; gap: 6px; padding: 10px 16px; }
  .marquee__rows { padding-block: 22px; gap: 14px; }
  .marquee__row--big li { font-size: 24px; gap: 24px; padding-inline-end: 24px; }
  .marquee__row--sm li { font-size: 15px; gap: 24px; padding-inline-end: 24px; }
  .shead { margin-bottom: 36px; }
  .bento, .wgrid, .sgrid, .pgrid, .tgrid, .mvv, .why { grid-template-columns: 1fr; }
  .bcard--1 .bcard__t { font-size: 26px; }
  .bcard, .bcard--1, .bcard--5, .bcard--cta { padding: 24px; }
  .bento { grid-auto-rows: auto; }
  .mock-web__in { height: 140px; }
  .why__c { padding: 28px 24px; }
  .tline { grid-template-columns: 1fr; row-gap: 0; }
  .tline__i { display: grid; grid-template-columns: 20px 1fr; column-gap: 18px; padding: 0 0 28px; position: relative; }
  .tline__i::before { content: ""; position: absolute; right: 9.5px; top: 24px; bottom: 0; width: 1px; background: var(--border); }
  .tline__i:last-child::before { display: none; }
  .tline__dot { grid-row: 1 / span 3; }
  .tline__n { margin-top: 0; grid-column: 2; }
  .tline__t, .tline__d { grid-column: 2; min-height: 0; }
  .tline__t { margin-top: 4px; }
  .prow { grid-template-columns: 32px 1fr 44px; gap: 8px 14px; }
  .prow .badge { grid-column: 2; grid-row: 2; }
  .prow__go { grid-column: 3; grid-row: 1; }
  .prow__t { font-size: 20px; }
  .chip { min-height: 48px; padding: 0 18px; font-size: 16px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding: 24px 16px 0 0; }
  .stat:nth-child(odd) { border-right: 0; padding-right: 0; }
  .qa__q { font-size: 18px; }
  .grid2 { grid-template-columns: 1fr; }
  .lform, .consult-card { padding: 24px 18px; border-radius: 24px; }
  .consult__panel { padding: 32px 18px; border-radius: 24px; }
  .consult__box { padding: 22px 16px; }
  .slots { justify-content: flex-start; direction: rtl; }
  .days { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .day__box { min-height: 76px; border-radius: 14px; }
  .scard { padding: 28px 22px; }
  .checks { grid-template-columns: 1fr; }
  .tech { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech__i { padding: 20px; min-height: 100px; }
  .tech__v { font-size: 20px; }
  .cgrid { grid-template-columns: 1fr 1fr; }
  .ccard { padding: 18px; }
  .ccard__t { font-size: 20px; }
  .ctaband { padding: 36px 22px; border-radius: 24px; }
  .ctaband__btns, .ctaband__btns .btn { width: 100%; }
  .case__outs { grid-template-columns: 1fr; }
  .dhero__lede { padding-right: 14px; gap: 12px; flex-direction: column; }
  .bframe--scroll .bframe__view { height: 360px; }
  .dstep { grid-template-columns: 56px minmax(0, 1fr); gap: 16px; }
  .pager__grid { grid-template-columns: 1fr; }
  .pager__a { padding: 28px 0 !important; border-left: 0 !important; }
  .pager__a--prev { border-bottom: 1px solid var(--border) !important; }
  .ftr { padding-top: 56px; }
  .ftr__top { padding-bottom: 40px; }
  .ftr__cols { grid-template-columns: 1fr; gap: 32px; padding-block: 40px 24px; }
  .mvv__c { min-height: 0; padding: 28px 24px; gap: 8px; }
  .mvv__c h3 { margin-top: 24px; }
  .ccta { padding: 20px; gap: 14px; min-height: 0; }
  .ccta__ic { width: 48px; height: 48px; }
  .wa-float { width: 54px; height: 54px; bottom: 16px; left: 16px; }
  .prose { font-size: 17px; }
}
@media (hover: none) {
  .bframe--scroll .bframe__view { overflow-y: auto; -webkit-overflow-scrolling: touch; cursor: auto; }
  .bframe--scroll .bframe__view img { position: static; transition: none; }
  .bframe--scroll .bframe__view:hover img, .bframe--scroll .bframe__view:focus img { transform: none; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .marquee__track { transform: none !important; }
  .bframe--scroll .bframe__view { overflow-y: auto; }
  .bframe--scroll .bframe__view img { position: static; }
  .bframe--scroll .bframe__view:hover img, .bframe--scroll .bframe__view:focus img { transform: none; }
}

/* WhatsApp request blocks */
.btn--wa svg { flex: none; }
.cform__note { margin: 10px 0 0; font-size: 13.5px; }
.wa-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wa-chip { position: relative; }
.wa-chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.wa-chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 14.5px; cursor: pointer; transition: border-color .2s, background .2s, color .2s; }
.wa-chip input:checked + span { border-color: var(--accent); background: rgba(122, 79, 208, .08); color: var(--accent-ink); font-weight: 700; }
.wa-chip input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.lform.js-wa { display: flex; flex-direction: column; gap: 22px; }

/* ---------- Card "lights on" effect (atyaf-style): hover / focus / tap turns a card dark with a brand glow ---------- */
:is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard) {
  position: relative; isolation: isolate;
  transition: color .35s ease, border-color .35s ease, transform .35s ease, box-shadow .35s ease;
}
:is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard)::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; pointer-events: none;
  background:
    radial-gradient(120% 90% at 0% 100%, rgba(228, 98, 142, .30), rgba(228, 98, 142, 0) 55%),
    radial-gradient(100% 80% at 100% 0%, rgba(90, 97, 204, .34), rgba(90, 97, 204, 0) 60%),
    radial-gradient(70% 60% at 50% 50%, rgba(164, 95, 182, .16), rgba(164, 95, 182, 0) 70%),
    #12132A;
  opacity: 0; transition: opacity .45s ease;
}
:is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard).fx-lit, :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):focus-visible { color: #FFFFFF; border-color: #12132A; }
:is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard).fx-lit::before, :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):focus-visible::before { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover { color: #FFFFFF; border-color: #12132A; box-shadow: 0 24px 60px rgba(18, 19, 42, .22); }
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover::before { opacity: 1; }
}
/* text & details inside a lit card */
:is(.fx-lit, :is(.bcard, .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):focus-visible) :is(p, li, span, small, time, div) { color: rgba(255, 255, 255, .76); border-color: rgba(255, 255, 255, .12); }
:is(.fx-lit, :is(.bcard, .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):focus-visible) :is(h2, h3, h4, strong, [class$="__t"]) { color: #FFFFFF; }
:is(.fx-lit, :is(.bcard, .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):focus-visible) :is(.accent-ink, [class$="__n"], .mono-n, svg) { color: #D9C4FF; }
@media (hover: hover) and (pointer: fine) {
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover :is(p, li, span, small, time, div) { color: rgba(255, 255, 255, .76); border-color: rgba(255, 255, 255, .12); }
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover :is(h2, h3, h4, strong, [class$="__t"]) { color: #FFFFFF; }
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover :is(.accent-ink, [class$="__n"], .mono-n, svg) { color: #D9C4FF; }
}
/* raised chips / icon tiles / mini mocks inside a lit card go translucent */
.fx-lit :is([class*="__ic"], [class*="__icon"], [class*="__mock"], [class*="__cover"], .chip, .tag),
.fx-lit [class*="__ic"] { background: rgba(255, 255, 255, .08) !important; border-color: rgba(255, 255, 255, .14) !important; }
@media (hover: hover) and (pointer: fine) {
  :is(.bcard:not(.bcard--cta), .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard):hover :is([class*="__ic"], [class*="__icon"], [class*="__mock"], [class*="__cover"], .chip, .tag) { background: rgba(255, 255, 255, .08) !important; border-color: rgba(255, 255, 255, .14) !important; }
}
@media (prefers-reduced-motion: reduce) {
  :is(.bcard, .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard), :is(.bcard, .why__c, .scard, .cap, .mvv__c, .tcard, .pcard, .ccard)::before { transition: none; }
}

/* ---------- Language switcher «ع | EN» ---------- */
.langsw { display: inline-flex; align-items: center; gap: 2px; height: 40px; padding: 3px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface); font-size: 14px; line-height: 1; flex: none; }
.langsw__a { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 32px; padding: 0 10px; border-radius: 999px; color: var(--muted); font-weight: 600; transition: background .2s, color .2s; }
.langsw__a[lang="ar"] { font-family: 'Readex Pro', 'Almarai', sans-serif; font-size: 15px; }
.langsw__a[lang="en"] { font-family: 'Sora', 'Manrope', sans-serif; font-size: 12.5px; letter-spacing: .04em; }
.langsw__a:hover { color: var(--accent-ink); }
.langsw__a.is-on { background: var(--raised); color: var(--accent-ink); }
.langsw__sep { color: var(--border-strong); font-size: 12px; padding: 0 1px; }
.drawer__lang { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 0 16px; border-top: 1px solid var(--border); padding-top: 10px; }
.ftr__bottom .langsw { height: 36px; }
.ftr__bottom .langsw__a { height: 28px; min-width: 34px; }
@media (max-width: 720px) {
  .langsw--hdr { display: none; }
  .ftr__bottom { justify-content: flex-start; }
}

/* ---------- English (LTR) ---------- */
[dir="ltr"] {
  --f-head: 'Sora', 'Manrope', system-ui, sans-serif;
  --f-body: 'Manrope', system-ui, sans-serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, monospace;
}
[dir="ltr"] body { line-height: 1.65; }
[dir="ltr"] .skip { right: auto; left: 16px; }
[dir="ltr"] .h2 { letter-spacing: -1.2px; line-height: 1.15; }
[dir="ltr"] .h2--sm { line-height: 1.25; }
[dir="ltr"] .hero__title { max-width: 13ch; line-height: 1.08; letter-spacing: -2.5px; font-weight: 700; }
[dir="ltr"] .phero__title { line-height: 1.06; letter-spacing: -2.5px; font-weight: 700; }
[dir="ltr"] .dhero__title { line-height: 1.08; letter-spacing: -2px; }
[dir="ltr"] .consult__h, [dir="ltr"] .ctaband__title, [dir="ltr"] .ftr__big { letter-spacing: -1.5px; line-height: 1.1; font-weight: 700; }
[dir="ltr"] .post__title { line-height: 1.15; letter-spacing: -1px; font-weight: 700; }
[dir="ltr"] .case__h, [dir="ltr"] .mvv__c h3, [dir="ltr"] .bcard__big, [dir="ltr"] .stat__n, [dir="ltr"] .case__n, [dir="ltr"] .fchip__n { font-weight: 700; }
[dir="ltr"] :is(.bcard__t, .wcard__t, .why__t, .tline__t, .prow__t, .pcard__t, .qa__q, .scard__t, .cap__t, .out__t, .dstep__t, .pager__t, .stmt__h, .ccard__t, .lform__h, .steps__word) { letter-spacing: -.4px; }
[dir="ltr"] .marquee__row--big li { letter-spacing: -.8px; }
[dir="ltr"] .tlink:hover .tlink__ic { transform: translateX(4px); }
[dir="ltr"] .fx__grid { background-position: top left; }
[dir="ltr"] .fx__sq--1 { right: auto; left: 16.5%; }
[dir="ltr"] .fx__sq--2 { right: auto; left: 66.5%; }
[dir="ltr"] .fx__sq--3 { right: auto; left: 41.5%; }
[dir="ltr"] .hdr__pill { padding: 0 12px 0 24px; }
[dir="ltr"] .wa-float { left: auto; right: 22px; }
[dir="ltr"] .step::before { right: auto; left: 0; }
[dir="ltr"] .marquee__track { animation-name: marquee-ltr; }
@keyframes marquee-ltr { from { transform: translateX(0); } to { transform: translateX(-50%); } }
[dir="ltr"] .tline::after { right: auto; left: 0; }
[dir="ltr"] .tline__i { padding-left: 0; padding-right: 24px; }
[dir="ltr"] :is(.tline__n, .prow__n, .stat__n, .tech__k, .tech__v, .mvv__c .mono-n) { text-align: left; }
[dir="ltr"] .stat { padding: 32px 0 0 32px; border-right: 0; border-left: 1px solid var(--border); }
[dir="ltr"] .stat:first-child { border-left: 0; padding-left: 0; }
[dir="ltr"] .pcard__glyph { right: auto; left: 28px; }
[dir="ltr"] .pcard__read { left: auto; right: 20px; }
[dir="ltr"] input[type="date"].inp { text-align: left; }
[dir="ltr"] .sel select { padding-left: 18px; padding-right: 44px; }
[dir="ltr"] .sel::after { left: auto; right: 20px; }
[dir="ltr"] .slots, [dir="ltr"] .consult-card .slots { justify-content: flex-start; direction: ltr; }
[dir="ltr"] .consult__grid { inset: 0 0 0 auto; -webkit-mask-image: linear-gradient(to left, #000, transparent); mask-image: linear-gradient(to left, #000, transparent); background-position: top right; }
[dir="ltr"] .ctaband__deco { left: auto; right: -120px; }
[dir="ltr"] .dhero__lede { padding-right: 0; border-right: 0; padding-left: 20px; border-left: 2px solid var(--accent); }
[dir="ltr"] .pager__a--prev { padding-left: 0; border-left: 0; padding-right: 40px; border-right: 1px solid var(--border); }
[dir="ltr"] .pager__a--next { padding-right: 0; padding-left: 40px; text-align: right; }
[dir="ltr"] .facts dd { text-align: right; }
[dir="ltr"] .prose { line-height: 1.8; }
[dir="ltr"] .prose ul, [dir="ltr"] .prose ol { padding-right: 0; padding-left: 1.4em; }
[dir="ltr"] .prose blockquote { border-right: 0; border-left: 3px solid var(--accent); }
[dir="ltr"] .fan__item--r { transform: rotate(-5deg); right: auto; left: 3.33%; }
[dir="ltr"] .fan__item--l { transform: rotate(5deg); left: auto; right: 3.33%; }
[dir="ltr"] .fan__item--r:hover { transform: rotate(-5deg) translateY(-10px); }
[dir="ltr"] .fan__item--l:hover { transform: rotate(5deg) translateY(-10px); }
[dir="ltr"] .fchip--a { right: auto; left: 20.8%; }
[dir="ltr"] .fchip--b { left: auto; right: 19.2%; }
@media (max-width: 1180px) {
  [dir="ltr"] .hdr__pill { padding: 0 10px 0 16px; }
}
@media (max-width: 1080px) {
  [dir="ltr"] .hero__title { max-width: none; }
}
@media (max-width: 720px) {
  [dir="ltr"] .hdr__pill { padding: 0 8px 0 10px; }
  [dir="ltr"] .hero__title, [dir="ltr"] .phero__title { letter-spacing: -1.2px; }
  [dir="ltr"] .wa-float { right: 16px; left: auto; }
  [dir="ltr"] .tline__i { padding: 0 0 28px; }
  [dir="ltr"] .tline__i::before { right: auto; left: 9.5px; }
  [dir="ltr"] .stat { padding: 24px 0 0 16px; }
  [dir="ltr"] .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  [dir="ltr"] .stat:nth-child(even) { border-left: 1px solid var(--border); }
  [dir="ltr"] .dhero__lede { padding-left: 14px; }
  [dir="ltr"] .pager__a { border-right: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
  [dir="ltr"] .fchip--a { left: 8px; right: auto; top: 0; }
  [dir="ltr"] .fchip--b { right: 8px; left: auto; top: auto; bottom: -14px; }
}

/* Mobile: decorative squares sit on top of the hero copy on narrow screens — hide them there */
@media (max-width: 1080px) {
  .fx__sq { display: none; }
}
@media (max-width: 1080px) {
  /* single column must not grow to its content's min-width (was 390px on phones) */
  .hero__grid, .dhero__grid { grid-template-columns: minmax(0, 1fr); }
  .dhero__vis svg, .dhero__vis img { max-width: 100%; height: auto; }
}
@media (max-width: 480px) {
  /* keep the orbit's side pills clear of the screen edges and the floating WhatsApp button */
  .opill--p2, .opill--p3 { left: 84%; }
  .opill--p5, .opill--p6 { left: 16%; }
  .opill a { font-size: 12.5px; padding: 0 10px; }
}
@media (max-width: 720px) {
  /* long CTA labels (e.g. "Next: Digital Marketing & Paid Advertising") wrap instead of widening the page */
  .dhero .btn, .pager .btn { white-space: normal; height: auto; min-height: 52px; padding-block: 12px; text-align: center; max-width: 100%; }
  .dhero .btn { width: 100%; justify-content: center; }
}
