:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --paper: #f5f5f7;
  --surface: #ffffff;
  --line: rgba(0, 0, 0, .09);
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --violet: #7c4dff;
  --radius-lg: 40px;
  --radius-md: 28px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .12);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.47059;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
button, input, textarea, select { font: inherit; }

.visually-hidden {
  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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: #000;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.global-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 52px;
  border-bottom: 1px solid transparent;
  background: rgba(250, 250, 252, .78);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  transition: border-color .25s ease, background .25s ease;
}

.global-header.is-scrolled {
  border-color: rgba(0, 0, 0, .08);
  background: rgba(250, 250, 252, .9);
}

.nav-shell, .footer-shell {
  width: min(1100px, calc(100% - 44px));
  margin-inline: auto;
}

.nav-shell {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .84rem;
  font-weight: 650;
  letter-spacing: -.01em;
  text-decoration: none;
}

.wordmark-logo {
  width: 32px;
  height: 32px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.global-header .wordmark { font-size: 1.05rem; }
.global-header .wordmark-logo { width: 40px; height: 40px; }
.global-header .wordmark span { white-space: nowrap; }

.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.mobile-menu-toggle:hover { background: var(--blue-hover); }
.mobile-menu-toggle:active { transform: scale(.96); }

.mobile-menu-icon {
  position: relative;
  width: 20px;
  height: 14px;
  display: block;
}

.mobile-menu-icon::before,
.mobile-menu-icon::after,
.mobile-menu-icon span {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: top .2s ease, transform .2s ease, opacity .2s ease;
}

.mobile-menu-icon::before { top: 0; }
.mobile-menu-icon span { top: 6px; }
.mobile-menu-icon::after { top: 12px; }

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon::before { top: 6px; transform: rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon span { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-icon::after { top: 6px; transform: rotate(-45deg); }

.mini-mark {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: #1d1d1f;
  font-size: .75rem;
  font-weight: 760;
}

.global-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 32px); }
.global-nav a { color: #333336; font-size: 1rem; text-decoration: none; transition: color .2s ease; }
.global-nav a:hover { color: #000; }

.language-picker { display: inline-flex; align-items: center; }
.language-picker select {
  width: min(170px, 18vw);
  min-width: 104px;
  padding: 5px 27px 5px 10px;
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 999px;
  color: #333336;
  background: rgba(255, 255, 255, .78);
  font-size: .78rem;
  cursor: pointer;
}

.global-nav .nav-button {
  padding: 6px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
}

.global-nav .nav-button:hover { color: #fff; background: var(--blue-hover); }

.hero-section {
  position: relative;
  min-height: 1060px;
  padding: 168px 22px 120px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #fbfbfd 48%, var(--paper) 100%);
}

.ambient { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .55; pointer-events: none; }
.ambient-one { width: 620px; height: 620px; top: 40px; left: calc(50% - 760px); background: radial-gradient(circle, rgba(111, 179, 255, .28), rgba(111, 179, 255, 0) 67%); }
.ambient-two { width: 560px; height: 560px; top: 130px; right: calc(50% - 720px); background: radial-gradient(circle, rgba(177, 132, 255, .23), rgba(177, 132, 255, 0) 68%); }

.hero-copy { position: relative; z-index: 2; max-width: 960px; margin: 0 auto; }

.eyebrow {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

h1, h2, h3 { margin-top: 0; font-weight: 700; letter-spacing: -.055em; }
h1 { margin-bottom: 27px; font-size: clamp(4rem, 8vw, 7rem); line-height: .94; }
h2 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.45rem); line-height: 1.02; }
h3 { margin-bottom: 18px; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.03; }

.gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #0071e3 3%, #6c5ce7 44%, #d050d0 95%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.38rem); letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 26px; margin-top: 35px; }

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 23px;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pill-primary { color: #fff; background: var(--blue); box-shadow: 0 8px 24px rgba(0, 113, 227, .2); }
.pill-primary:hover { background: var(--blue-hover); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0, 113, 227, .28); }

.text-link { color: var(--blue); font-size: 1.05rem; font-weight: 500; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 3px; font-size: 1.35em; line-height: .7; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.product-stage { position: relative; z-index: 2; width: min(1000px, 92vw); margin: 105px auto 0; perspective: 1600px; }
.stage-glow { position: absolute; inset: -130px -170px -110px; z-index: -1; background: radial-gradient(ellipse, rgba(0, 113, 227, .13), rgba(130, 87, 230, .08) 38%, transparent 70%); }

.browser-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 23px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 45px 100px rgba(21, 29, 55, .18), 0 3px 10px rgba(21, 29, 55, .08);
  transform: rotateX(1.5deg);
}

.browser-bar { height: 48px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(0, 0, 0, .07); background: rgba(248, 248, 250, .93); }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.traffic-lights i:nth-child(2) { background: #febc2e; }
.traffic-lights i:nth-child(3) { background: #28c840; }
.address-pill { justify-self: center; width: min(290px, 100%); padding: 5px 14px; border-radius: 7px; color: #8a8a8f; background: rgba(0, 0, 0, .045); font-size: .64rem; }

.product-screen { min-height: 490px; display: grid; grid-template-columns: 150px 1fr; text-align: left; background: #f6f7fb; }
.product-sidebar { padding: 30px 24px; border-right: 1px solid var(--line); background: rgba(255, 255, 255, .82); }
.product-sidebar .mini-mark { margin-bottom: 56px; }
.side-line { width: 100%; height: 9px; display: block; margin-bottom: 25px; border-radius: 20px; background: #e5e7ec; }
.side-line.active { background: linear-gradient(90deg, #2891ff, #8256e9); }
.side-line.short { width: 62%; }
.product-canvas { padding: 38px 42px; }
.canvas-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 33px; color: #303034; font-size: .78rem; font-weight: 650; }
.status-chip { padding: 5px 10px; border-radius: 999px; color: #217b45; background: #e8f8ee; font-size: .65rem; }
.status-chip i { width: 6px; height: 6px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #34c759; }
.metric-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; }
.metric-card, .activity-card { border: 1px solid rgba(0, 0, 0, .05); border-radius: 22px; background: #fff; box-shadow: 0 12px 32px rgba(25, 32, 53, .06); }
.metric-card { min-height: 205px; padding: 25px; }
.metric-featured { color: #fff; background: linear-gradient(145deg, #0d7ff2, #7856e8); }
.metric-label { display: block; margin-bottom: 22px; color: #8a8a8e; font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.metric-featured .metric-label { color: rgba(255, 255, 255, .72); }
.metric-card strong { display: block; font-size: clamp(2.4rem, 5vw, 4.1rem); line-height: 1; letter-spacing: -.06em; }
.metric-card strong span { font-size: .45em; }
.metric-card p { margin: 20px 0 0; color: #99999e; font-size: .75rem; }
.sparkline { height: 48px; display: flex; align-items: end; gap: 7px; margin-top: 20px; }
.sparkline i { flex: 1; height: 35%; border-radius: 4px 4px 2px 2px; background: rgba(255, 255, 255, .35); }
.sparkline i:nth-child(2) { height: 54%; }.sparkline i:nth-child(3) { height: 43%; }.sparkline i:nth-child(4) { height: 68%; }.sparkline i:nth-child(5) { height: 60%; }.sparkline i:nth-child(6) { height: 84%; }.sparkline i:nth-child(7) { height: 100%; background: #fff; }
.activity-card { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 18px; padding: 24px 26px; }
.activity-card .metric-label { margin-bottom: 5px; }
.activity-card strong { font-size: .9rem; }
.activity-dots { display: flex; }
.activity-dots i { width: 34px; height: 34px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; background: linear-gradient(145deg, #bfdcff, #7186ff); }
.activity-dots i:nth-child(2) { background: linear-gradient(145deg, #ffd4b2, #ff8b71); }
.activity-dots i:nth-child(3) { background: linear-gradient(145deg, #dbcef9, #8b69d9); }

.intro-section, .capabilities-section, .closing-section { width: min(1100px, calc(100% - 44px)); margin-inline: auto; }
.intro-section { padding: 155px 0 125px; text-align: center; }
.intro-section h2 span { color: #86868b; }
.intro-section > p:last-child { max-width: 740px; margin: 0 auto; color: var(--muted); font-size: 1.25rem; letter-spacing: -.02em; }

.feature-grid { width: min(1320px, calc(100% - 32px)); display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 0 auto; }
.feature-card { position: relative; min-height: 720px; overflow: hidden; border-radius: var(--radius-lg); }
.feature-card-wide { grid-column: 1 / -1; min-height: 620px; }
.feature-copy { position: relative; z-index: 2; max-width: 610px; padding: clamp(45px, 6vw, 78px); }
.feature-copy > p:last-child { max-width: 480px; margin: 0; color: #707075; font-size: 1.1rem; letter-spacing: -.015em; }
.card-kicker { margin: 0 0 10px; font-size: .9rem; font-weight: 650; }
.feature-card-blue { color: #fff; background: linear-gradient(145deg, #0477e8 0%, #574ad8 62%, #9559d0 100%); }
.feature-card-blue .feature-copy > p:last-child { color: rgba(255, 255, 255, .76); }
.feature-card-light { background: #fff; }
.feature-card-dark { color: #f5f5f7; background: #101013; }
.feature-card-dark .feature-copy > p:last-child { color: #a1a1a6; }

.interface-stack { position: absolute; inset: auto 8% -14% 12%; height: 370px; }
.interface-card { position: absolute; width: 78%; height: 310px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 28px; background: rgba(255, 255, 255, .9); box-shadow: 0 30px 60px rgba(24, 20, 75, .25); }
.interface-back { top: 25px; left: 20%; padding: 40px; opacity: .62; transform: rotate(7deg); }
.interface-back span { height: 15px; display: block; margin-bottom: 18px; border-radius: 10px; background: #dce4fa; }
.interface-back span:last-child { width: 70%; }
.interface-front { top: 0; left: 0; padding: 28px; transform: rotate(-4deg); }
.interface-head { display: flex; align-items: center; gap: 10px; margin-bottom: 42px; }
.interface-head i { width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg, #3a9aff, #7656e7); }
.interface-head span { width: 36%; height: 10px; border-radius: 10px; background: #dfe3ec; }
.interface-message { width: 78%; height: 66px; margin-left: auto; border-radius: 18px 18px 4px 18px; background: #e5f1ff; }
.interface-action { width: 45%; height: 40px; margin: 30px 0 0 auto; border-radius: 999px; background: var(--blue); }

.orbit-visual { position: absolute; width: 440px; height: 440px; right: calc(50% - 220px); bottom: -25px; }
.orbit { position: absolute; inset: 0; border: 1px solid #e4e4e7; border-radius: 50%; }
.orbit-inner { inset: 85px; }
.orbit-core { position: absolute; inset: 0; width: 100px; height: 100px; display: grid; place-items: center; margin: auto; border-radius: 30px; color: #fff; background: linear-gradient(145deg, #111, #47474c); box-shadow: 0 24px 55px rgba(0, 0, 0, .22); font-size: 2.4rem; font-weight: 700; }
.orbit-dot { position: absolute; width: 23px; height: 23px; border: 5px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 5px 14px rgba(0, 113, 227, .3); }
.dot-one { top: 41px; left: 88px; }
.dot-two { right: 53px; bottom: 90px; background: var(--violet); }

.feature-card-wide .feature-copy { max-width: 720px; }
.release-visual { position: absolute; right: 7%; bottom: 100px; width: min(700px, 48%); display: grid; grid-template-columns: repeat(4, 1fr); }
.release-line { position: absolute; z-index: 0; top: 22px; left: 10%; right: 10%; height: 2px; background: #303035; }
.release-line::after { content: ""; width: 62%; height: 100%; display: block; background: linear-gradient(90deg, #0a84ff, #7d5ce7); }
.release-node { position: relative; z-index: 1; display: grid; justify-items: center; gap: 12px; color: #77777d; font-size: .72rem; }
.release-node i { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #3a3a40; border-radius: 50%; background: #18181c; font-style: normal; }
.release-node.node-done, .release-node.node-current { color: #d8d8dc; }
.release-node.node-done i { border-color: #0a84ff; color: #fff; background: #0a84ff; }
.release-node.node-current i { border-color: #8269ef; box-shadow: 0 0 0 7px rgba(130, 105, 239, .15); }

.capabilities-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 170px 0; align-items: start; }
.capabilities-section h2 { font-size: clamp(3rem, 5vw, 4.5rem); }
.capability-list { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 28px; }
.capability-list span { padding: 12px 18px; border: 1px solid #d7d7dc; border-radius: 999px; color: #3f3f44; background: rgba(255, 255, 255, .7); font-size: .9rem; }

.platform-section { width: min(1320px, calc(100% - 32px)); min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; margin: 0 auto; padding: clamp(55px, 8vw, 110px); border-radius: var(--radius-lg); color: #f5f5f7; background: radial-gradient(circle at 80% 20%, #293456 0%, #11131b 42%, #08080b 80%); }
.platform-copy h2 { font-size: clamp(3.2rem, 5.5vw, 5rem); }
.platform-copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 28px; color: #a1a1a6; font-size: 1.1rem; }
.eyebrow-light, .text-link-light { color: #63aaf5; }
.architecture-card { padding: 28px; border: 1px solid rgba(255, 255, 255, .11); border-radius: 30px; background: rgba(255, 255, 255, .075); box-shadow: 0 40px 90px rgba(0, 0, 0, .32); backdrop-filter: blur(25px); }
.architecture-row { display: grid; grid-template-columns: 52px 1fr auto; gap: 17px; align-items: center; padding: 17px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 18px; background: rgba(255, 255, 255, .055); }
.architecture-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: #fff; font-weight: 720; }
.azure-icon { background: linear-gradient(145deg, #1591ee, #0064ce); }.orchard-icon { background: linear-gradient(145deg, #35b66f, #108e4e); }.data-icon { background: linear-gradient(145deg, #8e68ee, #6039bd); }
.architecture-row small { display: block; margin-bottom: 2px; color: #8e8e95; font-size: .65rem; text-transform: uppercase; letter-spacing: .05em; }
.architecture-row strong { font-size: .9rem; }
.architecture-state { padding: 5px 9px; border-radius: 999px; color: #73dda0; background: rgba(52, 199, 89, .12); font-size: .62rem; }
.architecture-connector { width: 1px; height: 24px; margin-left: 42px; background: rgba(255, 255, 255, .18); }

.closing-section { padding: 180px 0; text-align: center; }
.closing-section .pill { margin-top: 18px; }

.global-footer { border-top: 1px solid var(--line); background: #fff; }
.footer-shell { min-height: 184px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px 32px; padding: 30px 0; color: var(--muted); font-size: .9rem; }
.footer-wordmark { color: var(--ink); font-size: 1.05rem; }
.footer-wordmark .wordmark-logo { width: 40px; height: 40px; }
.footer-shell p { margin: 0; text-align: center; }
.footer-shell .footer-meta { text-align: right; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.footer-links a { color: #515156; text-decoration: none; }
.footer-links a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }

.legal-main { min-height: 70vh; padding: 128px 0 96px; background: linear-gradient(180deg, #fff 0, #fbfbfd 360px, var(--paper) 720px); }
.legal-shell { width: min(1080px, calc(100% - 44px)); margin-inline: auto; }
.legal-hero { max-width: 820px; padding: 54px 0 58px; }
.legal-hero h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 5.8rem); line-height: .98; }
.legal-lede { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); letter-spacing: -.015em; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 25px 0 0; color: #77777d; font-size: .78rem; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 48px; align-items: start; }
.legal-toc { position: sticky; top: 82px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, .82); box-shadow: 0 12px 35px rgba(20, 25, 35, .05); }
.legal-toc strong { display: block; margin-bottom: 12px; font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 6px 0; color: #5f5f64; font-size: .76rem; text-decoration: none; }
.legal-toc a:hover { color: var(--blue); }
.softdlab-cms-page [id] { scroll-margin-top: 96px; }
.legal-document { padding: clamp(30px, 5vw, 62px); border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: 0 24px 70px rgba(20, 25, 35, .07); }
.legal-document section + section { margin-top: 54px; padding-top: 10px; }
.legal-document h2 { margin-bottom: 20px; font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.08; letter-spacing: -.035em; }
.legal-document h3 { margin: 28px 0 12px; font-size: 1.2rem; line-height: 1.25; letter-spacing: -.02em; }
.legal-document p, .legal-document li { color: #3f3f43; }
.legal-document p { margin: 0 0 18px; }
.legal-document ul, .legal-document ol { margin: 0 0 22px; padding-left: 1.35em; }
.legal-document li + li { margin-top: 9px; }
.legal-document a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-callout { margin: 0 0 34px; padding: 24px 26px; border: 1px solid rgba(0, 113, 227, .18); border-radius: 20px; background: #f3f8ff; }
.legal-callout strong { display: block; margin-bottom: 7px; }
.legal-callout p:last-child { margin-bottom: 0; }
.legal-warning { border-color: rgba(168, 95, 0, .2); background: #fff8ec; }
.legal-table-wrap { margin: 24px 0 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; font-size: .83rem; }
.legal-table th, .legal-table td { padding: 16px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: #333338; background: #f7f7f9; font-size: .72rem; letter-spacing: .02em; }

/* English uses a display-oriented uppercase treatment. Other languages keep the
   casing supplied by their CMS translation so locale-specific rules are respected. */
html:not([lang="en"]) .eyebrow,
html:not([lang="en"]) .metric-label,
html:not([lang="en"]) .architecture-row small,
html:not([lang="en"]) .legal-toc strong {
  text-transform: none;
}

/* Tracking tuned for Latin display type harms connected and ideographic scripts. */
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) h1,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) h2,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) h3,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) .eyebrow,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) .metric-label,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) .architecture-row small,
html:is([lang^="ar"], [lang^="he"], [lang^="hi"], [lang^="ja"], [lang^="my"], [lang^="ur"], [lang^="zh"]) .legal-toc strong {
  letter-spacing: normal;
}
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table td { color: #4c4c51; }
.contact-panel { display: grid; gap: 7px; margin-top: 22px; padding: 24px 26px; border-radius: 20px; color: #f5f5f7; background: #111116; }
.contact-panel p { margin: 0; color: #b9b9c0; }
.contact-panel a { color: #7fc0ff; }
.legal-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.legal-actions .pill-primary { color: #fff; }
.legal-actions .pill-secondary { border: 1px solid #d2d2d7; color: #242428; background: #fff; }
.legal-actions .pill-secondary:hover { background: #f5f5f7; }
.legal-fine-print { color: #77777d !important; font-size: .78rem; }

[dir="rtl"] .skip-link { right: 8px; left: auto; }
[dir="rtl"] .product-screen { text-align: right; }
[dir="rtl"] .status-chip i { margin-right: 0; margin-left: 5px; }
[dir="rtl"] .text-link span { margin-right: 3px; margin-left: 0; transform: scaleX(-1); }
[dir="rtl"] .text-link:hover span { transform: scaleX(-1) translateX(3px); }
[dir="rtl"] .legal-document ul,
[dir="rtl"] .legal-document ol { padding-right: 1.35em; padding-left: 0; }
[dir="rtl"] .legal-table th,
[dir="rtl"] .legal-table td { text-align: right; }
[dir="rtl"] .footer-shell .footer-meta { text-align: left; }

.orchard-content { width: min(1100px, calc(100% - 44px)); min-height: 70vh; margin: 0 auto; padding: 130px 0 90px; }
.orchard-content img { max-width: 100%; height: auto; border-radius: 20px; }
.orchard-content a:not(.pill) { color: var(--blue); }
.orchard-content input, .orchard-content textarea, .orchard-content select { max-width: 100%; padding: 11px 13px; border: 1px solid #c7c7cc; border-radius: 10px; background: #fff; }
.orchard-content button, .orchard-content input[type="submit"] { padding: 10px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--blue); }

/* CMS-managed application catalogue and TikSave marketing page. */
.apps-main, .tiksave-main { background: #fff; }
.apps-shell { width: min(1100px, calc(100% - 44px)); margin-inline: auto; }
.apps-index-hero { min-height: 610px; display: grid; place-items: center; padding: 130px 0 90px; overflow: hidden; background: radial-gradient(circle at 50% 80%, rgba(255, 42, 92, .16), transparent 36%), linear-gradient(180deg, #fff 0%, #f7f7fa 100%); text-align: center; }
.apps-index-copy { position: relative; z-index: 1; }
.apps-index-copy h1 { margin: 10px 0 22px; font-size: clamp(4rem, 10vw, 7.5rem); line-height: .9; letter-spacing: -.075em; }
.apps-index-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 32px; color: var(--muted); font-size: clamp(1.1rem, 2.5vw, 1.45rem); }
.application-list { padding: clamp(80px, 12vw, 150px) 0; }
.application-card { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(30px, 7vw, 90px); align-items: center; overflow: hidden; padding: clamp(42px, 8vw, 90px); border-radius: 44px; color: #f7f7fa; background: radial-gradient(circle at 85% 20%, rgba(255, 42, 92, .28), transparent 28%), linear-gradient(145deg, #17171d, #050506 70%); box-shadow: 0 35px 95px rgba(0, 0, 0, .18); }
.application-card-copy { position: relative; z-index: 2; }
.app-kicker { margin: 0 0 24px; color: #a9a9b1; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.application-card h2, .tiksave-brand { margin: 0; font-size: clamp(3.7rem, 7vw, 6.3rem); font-weight: 780; line-height: .95; letter-spacing: -.07em; }
.application-card h2 span, .tiksave-brand span { color: #ff2a5c; }
.application-card h3 { margin: 34px 0 14px; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.application-card-copy > p:not(.app-kicker) { max-width: 520px; margin: 0 0 32px; color: #b9b9c2; font-size: 1.05rem; }
.tiksave-pill { color: #fff; background: #ff2a5c; }
.tiksave-pill:hover { color: #fff; background: #ff416c; }
.application-card-media { align-self: end; justify-self: center; width: min(300px, 100%); height: 510px; overflow: hidden; border: 8px solid #26262c; border-bottom: 0; border-radius: 36px 36px 0 0; box-shadow: 0 30px 80px rgba(255, 42, 92, .17); }
.application-card-media img { width: 100%; height: auto; display: block; }

.tiksave-hero { min-height: 840px; overflow: hidden; padding: 130px 0 0; color: #f8f8fa; background: radial-gradient(circle at 73% 34%, rgba(255, 42, 92, .22), transparent 28%), #050506; }
.tiksave-hero-grid { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); gap: clamp(38px, 9vw, 120px); align-items: center; }
.app-back-link { display: inline-flex; gap: 6px; margin-bottom: 38px; color: #aaaab2; font-size: .82rem; text-decoration: none; }
.tiksave-hero-copy .tiksave-brand { margin-bottom: 30px; }
.tiksave-hero-copy h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.tiksave-hero-copy > p:not(.tiksave-brand) { max-width: 590px; margin: 0; color: #aaaab2; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.tiksave-hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 38px; }
.tiksave-text-link { color: #fff; }
.tiksave-hero-device { position: relative; align-self: end; width: min(360px, 100%); height: 670px; justify-self: center; overflow: hidden; padding: 9px 9px 0; border: 1px solid #3b3b42; border-bottom: 0; border-radius: 48px 48px 0 0; background: #111115; box-shadow: 0 35px 100px rgba(0, 0, 0, .65); }
.tiksave-hero-device img { position: relative; z-index: 1; width: 100%; height: auto; display: block; border-radius: 39px 39px 0 0; }
.tiksave-glow { position: absolute; inset: 14% -30% auto; height: 42%; background: rgba(255, 42, 92, .25); filter: blur(80px); }

.tiksave-features { padding: clamp(100px, 13vw, 170px) 0; }
.tiksave-section-heading { max-width: 780px; margin-bottom: 58px; }
.tiksave-section-heading h2, .tiksave-store-section h2, .tiksave-support h2 { margin: 8px 0 0; font-size: clamp(2.8rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.tiksave-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tiksave-feature-card { min-height: 270px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: #f7f7f9; }
.tiksave-feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 16px; background: #18181d; font-size: 1.45rem; }
.tiksave-feature-card h3 { margin: 0 0 10px; font-size: 1.3rem; letter-spacing: -.025em; }
.tiksave-feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.tiksave-gallery-section { overflow: hidden; padding: clamp(90px, 12vw, 150px) 0; color: #f8f8fa; background: #09090b; }
.tiksave-gallery-section .eyebrow { color: #ff6386; }
.tiksave-gallery { display: grid; grid-template-columns: repeat(4, minmax(230px, 1fr)); gap: 22px; overflow-x: auto; padding: 5px 2px 30px; scroll-snap-type: x mandatory; }
.tiksave-shot { min-width: 230px; margin: 0; scroll-snap-align: start; }
.tiksave-shot img { width: 100%; height: auto; display: block; border: 7px solid #25252b; border-radius: 34px; background: #000; box-shadow: 0 24px 70px rgba(0, 0, 0, .4); }
.tiksave-shot figcaption { padding: 18px 8px 0; color: #b4b4bc; font-size: .84rem; text-align: center; }
.tiksave-platforms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 70px 0; }
.tiksave-platforms span { padding: 24px; border: 1px solid var(--line); border-radius: 20px; color: #4a4a50; background: #f7f7f9; font-weight: 700; text-align: center; }

.tiksave-store-section { padding: clamp(105px, 14vw, 175px) 0; color: #f8f8fa; background: radial-gradient(circle at 50% 0, rgba(255, 42, 92, .2), transparent 36%), #050506; text-align: center; }
.tiksave-brand-small { margin-bottom: 34px; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.store-button-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 46px; }
.store-button { min-width: 210px; display: grid; padding: 15px 24px; border: 1px solid #34343a; border-radius: 18px; background: #18181d; text-align: left; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.store-button:hover { border-color: #ff2a5c; transform: translateY(-2px); }
.store-button small { color: #9e9ea7; font-size: .66rem; }
.store-button strong { font-size: 1.05rem; }
.tiksave-support { padding: clamp(90px, 12vw, 150px) 0; }
.tiksave-support-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: clamp(36px, 7vw, 70px); border-radius: 34px; background: #f5f5f7; }
.tiksave-support-card h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.tiksave-support-card p { max-width: 580px; margin-bottom: 0; color: var(--muted); }
.tiksave-support-card .pill-secondary { border: 1px solid #d2d2d7; color: #222226; background: #fff; }
.tiksave-disclaimer { max-width: 850px; margin: 70px auto 0; }
.tiksave-disclaimer h2 { font-size: 1.2rem; letter-spacing: -.02em; }
.tiksave-disclaimer p { color: #77777d; font-size: .78rem; }

[dir="rtl"] .store-button { text-align: right; }
[dir="rtl"] .app-back-link span,
[dir="rtl"] .application-card-copy .pill span { display: inline-block; transform: scaleX(-1); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.65,.3,1), transform .8s cubic-bezier(.2,.65,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 3px solid rgba(0, 113, 227, .55); outline-offset: 3px; }

@media (max-width: 900px) {
  .hero-section { min-height: auto; padding-top: 145px; }
  .product-stage { margin-top: 80px; }
  .product-screen { grid-template-columns: 95px 1fr; }
  .product-sidebar { padding-inline: 17px; }
  .product-canvas { padding: 30px; }
  .feature-card { min-height: 650px; }
  .feature-card-wide { min-height: 700px; }
  .feature-card-wide .feature-copy { max-width: none; }
  .release-visual { right: 8%; bottom: 90px; width: 84%; }
  .capabilities-section, .platform-section { grid-template-columns: 1fr; }
  .capabilities-section { gap: 30px; }
  .platform-section { gap: 60px; }
  .footer-shell { grid-template-columns: 1fr; gap: 14px; padding: 34px 0; text-align: center; }
  .footer-shell .footer-meta, .footer-shell p { text-align: center; }
  .footer-wordmark { justify-self: center; }
  .footer-links { grid-column: 1; margin-top: 12px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .application-card { grid-template-columns: 1fr .7fr; padding: 55px 42px 0; }
  .tiksave-hero-grid { gap: 35px; }
  .tiksave-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .tiksave-gallery { grid-template-columns: repeat(4, 250px); }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .nav-shell { position: relative; min-height: 64px; gap: 16px; }
  .global-header .wordmark { flex: 0 1 auto; min-width: 0; }
  .mobile-menu-toggle { display: grid; flex: 0 0 auto; place-items: center; margin-inline-start: auto; }
  .global-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 88px);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 22px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .16);
  }
  .global-nav.is-open { display: flex; }
  .global-nav a,
  .global-nav a:not(.nav-button) { display: block; padding: 11px 14px; border-radius: 12px; }
  .global-nav a:hover { background: var(--paper); }
  .language-picker { width: 100%; padding: 6px 0; }
  .language-picker select { width: 100%; min-width: 0; padding: 10px 36px 10px 14px; font-size: .9rem; }
  .global-nav .nav-button { margin-top: 4px; padding: 11px 14px; text-align: center; }
  [dir="rtl"] .language-picker select { padding-right: 14px; padding-left: 36px; }
  .hero-section { padding-inline: 16px; padding-bottom: 80px; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-lede { max-width: 520px; }
  .product-stage { width: 96vw; }
  .browser-window { border-radius: 16px; }
  .product-screen { min-height: 370px; grid-template-columns: 1fr; }
  .product-sidebar { display: none; }
  .product-canvas { padding: 22px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card { min-height: 155px; padding: 18px; }
  .metric-card strong { font-size: 2.2rem; }
  .sparkline { height: 31px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; }
  .feature-card { min-height: 650px; border-radius: var(--radius-md); }
  .feature-card-wide { min-height: 720px; }
  .feature-copy { padding: 45px 30px; }
  .interface-stack { inset-inline: 7%; }
  .orbit-visual { width: 380px; height: 380px; right: calc(50% - 190px); }
  .release-visual { grid-template-columns: repeat(4, minmax(60px, 1fr)); right: 4%; width: 92%; }
  .release-node { font-size: .62rem; }
  .release-node i { width: 37px; height: 37px; }
  .release-line { top: 18px; }
  .capabilities-section { padding: 120px 0; }
  .platform-section { width: calc(100% - 20px); padding: 60px 24px; border-radius: var(--radius-md); }
  .architecture-card { padding: 12px; }
  .architecture-row { grid-template-columns: 46px 1fr; padding: 13px; }
  .architecture-icon { width: 44px; height: 44px; }
  .architecture-state { display: none; }
  .architecture-connector { margin-left: 35px; }
  .closing-section { padding: 130px 0; }
  .legal-main { padding-top: 94px; }
  .legal-hero { padding-top: 42px; }
  .legal-document { padding: 30px 23px; border-radius: 24px; }
  .apps-index-hero { min-height: 540px; padding-top: 115px; }
  .apps-index-copy h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  .application-list { padding: 70px 0; }
  .application-card { min-height: 760px; grid-template-columns: 1fr; gap: 40px; padding: 48px 28px 0; border-radius: 30px; }
  .application-card-media { width: min(270px, 88%); height: 420px; }
  .tiksave-hero { min-height: auto; padding-top: 105px; }
  .tiksave-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .tiksave-hero-copy { padding: 30px 0 35px; }
  .tiksave-hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .tiksave-hero-device { width: min(310px, 85%); height: 530px; }
  .tiksave-feature-grid { grid-template-columns: 1fr; }
  .tiksave-feature-card { min-height: 230px; }
  .tiksave-gallery { margin-right: -22px; grid-template-columns: repeat(4, 230px); }
  [dir="rtl"] .tiksave-gallery { margin-right: 0; margin-left: -22px; }
  .tiksave-platforms { grid-template-columns: repeat(2, 1fr); padding: 45px 0; }
  .tiksave-platforms span { padding: 18px 12px; }
  .store-button-grid { display: grid; }
  .store-button { width: min(330px, 100%); justify-self: center; }
  .tiksave-support-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .nav-shell, .footer-shell, .intro-section, .capabilities-section, .closing-section, .orchard-content, .apps-shell { width: calc(100% - 32px); }
  .legal-shell { width: calc(100% - 28px); }
  .hero-actions { flex-direction: column; gap: 18px; }
  .browser-bar { grid-template-columns: .6fr 2fr .6fr; padding-inline: 12px; }
  .traffic-lights i { width: 7px; height: 7px; }
  .product-canvas { padding: 18px 13px; }
  .canvas-topline { margin-bottom: 20px; }
  .metric-grid { gap: 9px; }
  .metric-card { padding: 14px; border-radius: 16px; }
  .metric-card strong { font-size: 1.85rem; }
  .metric-label { margin-bottom: 14px; font-size: .54rem; }
  .metric-card p { display: none; }
  .activity-card { padding: 17px; }
  .activity-dots i { width: 28px; height: 28px; }
  .interface-card { width: 86%; }
  .interface-back { left: 14%; }
}

@media print {
  .global-header, .global-footer, .legal-toc, .skip-link { display: none !important; }
  .legal-main { padding: 0; background: #fff; }
  .legal-shell { width: 100%; }
  .legal-hero { padding: 0 0 28px; }
  .legal-document { padding: 0; border: 0; box-shadow: none; }
  .legal-document a { color: inherit; text-decoration: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
