:root {
  --night: #0d2933;
  --night-soft: #173943;
  --ivory: #f7f4ed;
  --paper: #fffdf8;
  --mist: #e5efed;
  --sage: #b7d1ca;
  --copper: #a94e36;
  --copper-soft: #e6a68d;
  --gold: #e7c889;
  --ink: #16313a;
  --muted: #52676d;
  --line: rgba(22, 49, 58, .15);
  --shadow: 0 30px 80px rgba(13, 41, 51, .12);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--ivory); color: var(--ink); font: 400 1rem/1.7 "Manrope", Arial, sans-serif; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
h1, h2, h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
p, blockquote { overflow-wrap: break-word; text-wrap: pretty; }
p { margin: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; border-radius: 8px; background: white; color: var(--night); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin-bottom: 18px; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.section-head { max-width: 800px; margin-bottom: 54px; }
.section-head h2, .split-copy h2, .cta-panel h2 { font-size: clamp(2.35rem, 4.25vw, 4.2rem); }
.section-head p:last-child { max-width: 660px; margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--copper); color: white; }
.button.secondary { border-color: rgba(255,255,255,.45); color: white; }
.button.dark { background: var(--night); color: white; }
.button.ghost { border-color: var(--line); color: var(--night); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: min-height .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); }
.nav-shell { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; transition: min-height .25s; }
.scrolled .nav-shell { min-height: 70px; }
.brand { display: inline-flex; align-items: center; font-size: 1.4rem; font-weight: 800; letter-spacing: -.06em; }
.header-brand { position: relative; width: 116px; height: 40px; overflow: hidden; background: #fff; }
.header-brand img { position: absolute; top: -19px; left: -58px; width: 232px; max-width: none; height: auto; }
.brand-mark { width: 8px; height: 8px; margin: 0 4px; border-radius: 50%; background: var(--copper); }
.site-header .brand-mark { background: #63b69c; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 27px; }
.main-nav a { position: relative; padding: 27px 0; font-size: .88rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--copper); transition: right .2s; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.language-switcher { position: relative; }
.language-switcher summary { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; list-style: none; font-size: .84rem; font-weight: 800; }
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary::after { content: "▾"; font-size: .72rem; }
.language-switcher[open] summary::after { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 110; width: 190px; overflow: hidden; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.language-menu a { display: block; min-height: 40px; padding: 9px 11px; border-radius: 9px; }
.language-menu a:hover { background: var(--mist); }
.language-menu a::after { display: none; }
.menu-toggle { display: none; min-width: 48px; min-height: 48px; border: 0; background: transparent; color: var(--ink); font-weight: 800; }

.hero { padding: 24px 0 0; }
.hero-frame { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; overflow: hidden; border-radius: 32px; background: var(--night); box-shadow: var(--shadow); }
.hero-copy { position: relative; z-index: 2; padding: clamp(52px, 7vw, 94px); color: white; }
.status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #dce9e8; font-size: .8rem; font-weight: 700; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(231,200,137,.12); }
.hero h1 { max-width: 680px; font-size: clamp(2.85rem, 5.05vw, 5.15rem); line-height: 1; }
.hero-lead { max-width: 620px; margin-top: 27px; color: #d9e5e4; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; gap: 13px; margin-top: 34px; flex-wrap: wrap; }
.hero-link { min-height: 48px; padding: 12px 8px; color: white; }
.hero-audience { margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #aebfc1; font-size: .88rem; }
.hero-visual { position: relative; min-height: 580px; background: linear-gradient(145deg, var(--mist), var(--sage)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .78; mix-blend-mode: multiply; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,var(--night),transparent 28%), linear-gradient(0deg,rgba(13,41,51,.25),transparent 55%); }
.moment-card { position: absolute; z-index: 3; right: 7%; bottom: 8%; width: min(390px, 86%); padding: 26px; border: 1px solid rgba(255,255,255,.55); border-radius: 20px; background: rgba(255,253,248,.9); box-shadow: 0 20px 50px rgba(13,41,51,.22); backdrop-filter: blur(16px); }
.moment-label { color: var(--copper); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.moment-card h2 { margin-top: 11px; font-size: 1.45rem; }
.moment-steps { display: grid; gap: 9px; margin-top: 19px; }
.moment-steps span { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .88rem; }
.moment-steps i { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--night); font-style: normal; font-weight: 800; }

.trust-strip { padding: 28px 0; }
.trust-items { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid var(--line); }
.trust-items div { padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-items div:last-child { border-right: 0; }
.trust-items strong { display: block; font-size: .93rem; }
.trust-items span { color: var(--muted); font-size: .83rem; }

.problem { padding: 110px 0; }
.problem-grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(40px,6vw,88px); align-items: start; }
.problem h2 { font-size: clamp(2.5rem,4.35vw,4.35rem); }
.problem-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.problem-copy p { color: var(--muted); font-size: 1.08rem; }
.problem-copy blockquote { margin: 0; padding: 25px 0 0; border-top: 1px solid var(--line); font-size: 1.27rem; font-weight: 700; line-height: 1.45; }

.experience { padding: 110px 0; background: var(--paper); }
.experience-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px,6vw,88px); align-items: center; }
.experience-copy h2 { font-size: clamp(2.45rem,4vw,4rem); }
.experience-copy > p:not(.eyebrow) { max-width: 540px; margin: 24px 0 30px; color: var(--muted); font-size: 1.08rem; }
.scenario { padding: 44px; border-radius: var(--radius); background: linear-gradient(145deg,var(--mist),#f5eee3); box-shadow: var(--shadow); }
.scenario-question { max-width: 500px; margin-bottom: 28px; font-size: clamp(1.7rem,3vw,2.7rem); font-weight: 750; line-height: 1.2; }
.scenario-flow { display: grid; gap: 12px; }
.scenario-flow article { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px; border-radius: 14px; background: rgba(255,255,255,.72); }
.scenario-flow b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--night); color: white; }
.scenario-flow h3 { font-size: 1rem; letter-spacing: -.01em; }
.scenario-flow p { margin-top: 3px; color: var(--muted); font-size: .9rem; }

.use-cases { padding: 110px 0; background: var(--night); color: white; }
.use-cases .section-head p:last-child { color: #b8c8ca; }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.case-card { min-height: 310px; display: flex; flex-direction: column; padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.04); transition: background .2s, transform .2s; }
.case-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.075); }
.case-card .quote { color: var(--gold); font-size: 1.3rem; font-weight: 800; }
.case-card p { margin-top: auto; color: #b9c8ca; }
.case-card small { margin-top: 20px; color: #82999d; }

.audiences-section { padding: 110px 0; }
.audience-list { border-top: 1px solid var(--line); }
.audience-row { display: grid; grid-template-columns: 55px minmax(240px,.75fr) minmax(360px,1.7fr); gap: 30px; align-items: center; padding: 29px 0; border-bottom: 1px solid var(--line); }
.audience-row > span { color: var(--copper); font-weight: 800; }
.audience-row h3 { font-size: 1.35rem; }
.audience-row p { color: var(--muted); }
.audience-row .text-link { justify-self: end; text-align: right; }

.boundaries { padding: 110px 0; background: linear-gradient(135deg,#dcebe8,#f7f4ed 70%); }
.boundary-grid { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(40px,6vw,88px); }
.boundary-grid h2 { font-size: clamp(2.45rem,4.15vw,4.2rem); }
.boundary-list { display: grid; gap: 2px; }
.boundary-list article { padding: 25px 28px; background: rgba(255,255,255,.65); }
.boundary-list h3 { font-size: 1.14rem; }
.boundary-list p { margin-top: 6px; color: var(--muted); }

.pilot-callout { padding: 110px 0; }
.pilot-panel { overflow: hidden; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); border-radius: 28px; background: var(--copper); color: white; }
.pilot-copy { padding: clamp(42px,6vw,80px); }
.pilot-copy h2 { font-size: clamp(2.4rem,4.15vw,4.2rem); }
.pilot-copy > p:not(.eyebrow) { max-width: 620px; margin: 23px 0 32px; color: #ffede7; }
.pilot-checks { padding: clamp(40px,5vw,70px); display: grid; align-content: center; gap: 18px; background: rgba(80,24,12,.18); }
.pilot-checks p { display: grid; grid-template-columns: 26px 1fr; gap: 10px; }
.pilot-checks p::before { content: "✓"; color: var(--gold); font-weight: 900; }

.origin { padding: 100px 0; background: var(--paper); }
.origin-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(40px,6vw,88px); align-items:center; }
.origin-quote { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2.5rem,4.35vw,4.5rem); line-height: 1.02; letter-spacing: -.025em; }
.origin-copy p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); }
.story-section { padding: 110px 0; background: var(--paper); }
.story-heading { display: grid; grid-template-columns: minmax(0,.55fr) minmax(0,1fr); column-gap: clamp(40px,6vw,88px); align-items: end; margin-bottom: 70px; }
.story-heading .eyebrow { grid-column: 1 / -1; }
.story-heading h2 { font-size: clamp(2.7rem, 4.6vw, 4.75rem); }
.story-intro { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.story-body { border-top: 1px solid var(--line); }
.story-chapter { display: grid; grid-template-columns: 48px minmax(220px,300px) minmax(0,680px); column-gap: clamp(28px,4vw,56px); align-items: start; justify-content: space-between; padding: 46px 0; border-bottom: 1px solid var(--line); }
.story-number { grid-column: 1; color: var(--copper); font-weight: 800; }
.story-chapter h3 { grid-column: 2; font-size: 1.55rem; }
.story-copy { grid-column: 3; min-width: 0; }
.story-copy p { margin-bottom: 17px; color: var(--muted); }
.story-close { margin-top: 55px; margin-left: 36%; max-width: 760px; padding: 34px; border-radius: 18px; background: var(--mist); }
.story-close p { margin-bottom: 12px; color: var(--muted); }
.story-close strong { font-size: 1.08rem; }

.faq { padding: 110px 0; }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(40px,6vw,88px); }
.faq h2 { font-size: clamp(2.4rem,4vw,4.1rem); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 0; cursor: pointer; font-size: 1.08rem; font-weight: 800; }
.faq details p { max-width: 720px; padding: 0 0 24px; color: var(--muted); }

.cta-section { padding: 0 0 32px; }
.cta-panel { padding: clamp(48px,7vw,90px); border-radius: 28px; background: var(--gold); text-align: center; }
.cta-panel p { max-width: 660px; margin: 20px auto 31px; color: #4b4b3d; }

.site-footer { padding: 68px 0 28px; background: var(--night); color: #adbec0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr .75fr; gap: 55px; }
.site-footer .brand { color: white; font-size: 1.7rem; }
.footer-intro { max-width: 380px; margin-top: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col strong { margin-bottom: 8px; color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; }

.page-hero { padding: 75px 0 95px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: clamp(40px,6vw,88px); align-items: end; }
.page-hero h1 { max-width: 880px; font-size: clamp(2.85rem,5vw,5.35rem); }
.page-hero-lead { color: var(--muted); font-size: 1.12rem; }
.page-hero .status { color: var(--muted); border-color: var(--line); }
.page-hero .status::before { background: var(--copper); }
.content-section { padding: 100px 0; background: var(--paper); }
.content-section.alt { background: var(--mist); }
.content-grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(40px,6vw,88px); }
.page-hero-grid > *, .content-grid > *, .problem-grid > *, .experience-layout > *, .boundary-grid > *, .faq-layout > *, .pilot-panel > *, .origin-layout > *, .footer-grid > * { min-width: 0; }
.content-grid h2 { font-size: clamp(2.3rem,3.85vw,3.9rem); }
.prose { max-width: 780px; }
.prose > p { margin-bottom: 22px; color: var(--muted); font-size: 1.06rem; }
.feature-list { margin-top: 35px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; align-items: stretch; }
.feature { height: 100%; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.55); }
.feature-list + .notice { margin-top: 20px; }
.feature h3 { font-size: 1.08rem; }
.feature p { margin-top: 7px; color: var(--muted); font-size: .92rem; }
.steps-list { counter-reset: step; display: grid; }
.steps-list article { position: relative; padding: 27px 0 27px 70px; border-top: 1px solid var(--line); }
.steps-list article::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: 27px; color: var(--copper); font-weight: 800; }
.steps-list h3 { font-size: 1.22rem; }
.steps-list p { margin-top: 6px; color: var(--muted); }
.notice { padding: 27px 30px; border-left: 4px solid var(--copper); background: #f4e9e3; }
.notice strong { display:block; margin-bottom: 5px; }

.reveal-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-ready .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; justify-self: end; }
  .main-nav { display: none; position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow-y: auto; padding: 22px; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { min-height: 48px; padding: 13px 5px; font-size: 1rem; }
  .main-nav a::after { display: none; }
  .language-switcher { margin: 8px 0 4px; }
  .language-switcher summary { justify-content: space-between; }
  .language-menu { position: static; width: 100%; margin-top: 8px; box-shadow: none; }
  .main-nav .mobile-cta { margin-top: 12px; padding-inline: 18px; background: var(--copper); color:white; border-radius:999px; justify-content:center; }
}

[dir="rtl"] body, [dir="rtl"] button, [dir="rtl"] input, [dir="rtl"] textarea { font-family: "Noto Sans Arabic", "Manrope", Arial, sans-serif; }
[dir="rtl"] .language-menu { right: auto; left: 0; }
[dir="rtl"] .text-link span { transform: scaleX(-1); }
[dir="rtl"] .notice { border-left: 0; border-right: 4px solid var(--copper); }
[dir="rtl"] .steps-list article { padding: 27px 70px 27px 0; }
[dir="rtl"] .steps-list article::before { left: auto; right: 0; }
[dir="rtl"] .pilot-checks p { grid-template-columns: 1fr 26px; }
[dir="rtl"] .pilot-checks p::before { grid-column: 2; grid-row: 1; }
@media (max-width: 960px) {
  .shell { width: min(100% - 36px, 760px); }
  .hero-frame, .experience-layout, .pilot-panel, .page-hero-grid { grid-template-columns: minmax(0,1fr); }
  .hero-copy { min-width: 0; }
  .hero-copy { padding-bottom: 55px; }
  .hero-visual { min-height: 520px; }
  .hero-visual::after { background: linear-gradient(0deg,rgba(13,41,51,.3),transparent); }
  .problem-grid, .boundary-grid, .faq-layout, .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .problem-copy { max-width: 720px; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .audience-row { grid-template-columns: 45px .7fr 1fr; }
  .audience-row .text-link { grid-column: 2 / -1; }
  .story-heading { grid-template-columns: 1fr; gap: 25px; }
  .story-chapter { grid-template-columns: 50px minmax(0,1fr); }
  .story-chapter h3, .story-copy { grid-column: 2; }
  .story-copy { margin-top: 16px; max-width: 68ch; }
  .story-close { margin-left: 0; }
}
@media (min-width: 1121px) { .mobile-cta { display: none; } }
@media (min-width: 961px) and (max-width: 1180px) {
  .story-chapter { grid-template-columns: 48px minmax(0,1fr); column-gap: 24px; }
  .story-chapter h3, .story-copy { grid-column: 2; }
  .story-copy { margin-top: 16px; max-width: 68ch; }
  .audience-row { grid-template-columns: 46px minmax(190px,.7fr) minmax(0,1.3fr); }
  .audience-row .text-link { grid-column: 2 / -1; justify-self: start; text-align: left; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 560px); }
  .nav-shell { min-height: 72px; }
  .hero { padding-top: 8px; }
  .hero-frame { min-height: auto; border-radius: 20px; }
  .hero-copy { padding: 40px 25px 44px; }
  .hero h1 { max-width: 100%; font-size: clamp(2.15rem, 9.2vw, 2.75rem); line-height: 1.04; overflow-wrap: anywhere; }
  .hero-lead, .hero-audience, .eyebrow, .status { max-width: 100%; min-width: 0; overflow-wrap: anywhere; white-space: normal; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button, .hero-actions .hero-link { width: 100%; min-width: 0; padding-inline: 14px; text-align: center; white-space: normal; }
  .hero-visual { min-height: 440px; }
  .moment-card { right: 5%; bottom: 5%; padding: 21px; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-items div { padding: 17px 12px; }
  .trust-items div:nth-child(2) { border-right:0; }
  .trust-items div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .problem, .experience, .use-cases, .audiences-section, .boundaries, .pilot-callout, .origin, .faq, .content-section { padding: 78px 0; }
  .story-section { padding: 78px 0; }
  .story-heading { margin-bottom: 45px; }
  .story-chapter { grid-template-columns: 34px 1fr; gap: 12px; padding: 31px 0; }
  .story-chapter h3 { font-size: 1.3rem; }
  .story-close { padding: 25px; }
  .problem-copy, .origin-layout, .feature-list { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 240px; }
  .audience-row { grid-template-columns: 34px 1fr; gap: 15px; align-items: start; }
  .audience-row p, .audience-row .text-link { grid-column: 2; }
  .audience-row .text-link { justify-self: start; text-align: left; }
  .pilot-copy, .pilot-checks { padding: 36px 25px; }
  .origin-layout { display:grid; gap:40px; }
  .footer-grid { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 55px 0 70px; }
  .page-hero h1 { max-width: 100%; font-size: clamp(2.25rem,9.5vw,3rem); overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; transition: none; }
}

/* International corporate edition */
.global-site { background: #f3f6f6; color: #102d38; }
.global-site .site-header { background: rgba(255,255,255,.97); border-bottom-color: rgba(16,45,56,.1); }
.global-site .nav-shell { min-height: 78px; }
.global-site .eyebrow { color: #078f68; }
.global-site .eyebrow.light { color: #67e1b5; }
.global-site .button.primary { background: #0aac78; color: #fff; }
.global-site .button.primary:hover { background: #078f68; }
.global-site .button.dark { background: #082632; color: #fff; }
.global-site .main-nav .mobile-cta { background: #0aac78; color: #fff; }
.global-site .main-nav a::after { background: #0aac78; }
.global-site .brand-mark { background: #0ac781; }

.global-hero { position: relative; overflow: hidden; padding: 84px 0 88px; background: radial-gradient(circle at 78% 18%, rgba(14,181,125,.18), transparent 29%), #072633; color: #fff; }
.global-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg,transparent,rgba(103,225,181,.55),transparent); }
.global-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr); gap: clamp(54px,8vw,110px); align-items: center; }
.global-hero-copy { min-width: 0; }
.global-hero .status { margin-bottom: 34px; border-color: rgba(255,255,255,.18); color: #c8dbdf; }
.global-hero .status::before { background: #1fd397; box-shadow: 0 0 0 5px rgba(31,211,151,.12); }
.global-hero h1 { max-width: 780px; font-size: clamp(3rem,5.4vw,5.65rem); line-height: .98; }
.global-lead { max-width: 690px; margin-top: 28px; color: #c6d5d8; font-size: clamp(1.05rem,1.4vw,1.2rem); }
.global-hero .hero-actions { margin-top: 34px; }
.global-hero .hero-link { color: #fff; }
.global-boundary { max-width: 690px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #94abb1; font-size: .88rem; }
.capability-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: rgba(255,255,255,.045); box-shadow: 0 28px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }
.panel-kicker { padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.12); color: #91a9af; font-size: .72rem; font-weight: 800; letter-spacing: .17em; }
.language-index { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.language-index span { display: inline-grid; min-width: 42px; min-height: 32px; place-items: center; border: 1px solid rgba(103,225,181,.3); border-radius: 4px; color: #8af0cb; font-size: .75rem; font-weight: 800; letter-spacing: .06em; }
.capability-panel article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 23px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.capability-panel article:last-child { border-bottom: 0; }
.capability-panel article > b { color: #43d7a6; font-size: .76rem; letter-spacing: .08em; }
.capability-panel h2 { color: #fff; font-size: 1rem; letter-spacing: -.015em; }
.capability-panel p { margin-top: 4px; color: #9fb4b9; font-size: .86rem; }

.global-context { padding: 92px 0; background: #fff; }
.global-context-grid { display: grid; grid-template-columns: minmax(280px,.83fr) minmax(0,1.17fr); gap: clamp(48px,8vw,112px); align-items: start; }
.global-context h2, .global-section-head h2, .governance-grid h2, .global-pilot h2 { font-size: clamp(2.2rem,3.9vw,3.85rem); }
.global-context-grid > div:last-child > p { color: #4e656d; font-size: 1.08rem; }
.global-context blockquote { margin: 32px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(16,45,56,.15); font-size: 1.18rem; font-weight: 700; line-height: 1.5; }

.global-approach { padding: 94px 0; }
.global-section-head { display: grid; grid-template-columns: minmax(0,.9fr) minmax(300px,.65fr); column-gap: clamp(44px,7vw,100px); align-items: end; margin-bottom: 48px; }
.global-section-head .eyebrow { grid-column: 1 / -1; }
.global-section-head > p:last-child { color: #526a72; font-size: 1.04rem; }
.global-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(16,45,56,.16); border-bottom: 1px solid rgba(16,45,56,.16); }
.global-steps article { min-height: 245px; padding: 31px; border-right: 1px solid rgba(16,45,56,.16); }
.global-steps article:last-child { border-right: 0; }
.global-steps b, .global-markets span { color: #078f68; font-size: .76rem; letter-spacing: .08em; }
.global-steps h3 { margin-top: 56px; font-size: 1.27rem; }
.global-steps p { margin-top: 11px; color: #536a72; font-size: .94rem; }

.global-organisations { padding: 94px 0; background: #e9eff0; }
.global-markets { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.global-markets article { min-height: 270px; padding: 29px; background: #fff; border: 1px solid rgba(16,45,56,.09); }
.global-markets h3 { margin-top: 62px; font-size: 1.25rem; }
.global-markets p { margin-top: 12px; color: #536a72; font-size: .92rem; }

.global-governance { padding: 98px 0; background: #092a36; color: #fff; }
.governance-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(56px,8vw,116px); }
.governance-language > p:not(.eyebrow) { margin-top: 25px; color: #b9cbd0; }
.governance-note { margin-top: 34px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.16); color: #72dfba; font-size: .9rem; font-weight: 700; }
.governance-rules > h2 { margin-bottom: 32px; }
.governance-rules article { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.governance-rules h3 { font-size: 1.05rem; }
.governance-rules article p { margin-top: 6px; color: #a9bec3; font-size: .91rem; }

.global-pilot { padding: 90px 0; background: #fff; }
.global-pilot-panel { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr); gap: clamp(50px,8vw,112px); padding: clamp(38px,5vw,68px); border: 1px solid rgba(16,45,56,.13); border-top: 4px solid #0aac78; background: #f7f9f9; }
.global-pilot-panel > div:first-child > p:not(.eyebrow):not(.funding-note) { max-width: 620px; margin-top: 22px; color: #516970; }
.funding-note { max-width: 650px; margin-top: 24px; padding-top: 19px; border-top: 1px solid rgba(16,45,56,.14); color: #5b7178; font-size: .86rem; }
.global-pilot-side { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.global-checks { display: grid; gap: 13px; }
.global-checks p { position: relative; padding-left: 25px; color: #38515a; font-size: .9rem; }
.global-checks p::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: #0aac78; }
.global-pilot-side .button { align-self: flex-start; }

[dir="rtl"] .global-steps article, [dir="rtl"] .global-markets article { border-right: 0; border-left: 1px solid rgba(16,45,56,.16); }
[dir="rtl"] .global-steps article:last-child { border-left: 0; }
[dir="rtl"] .global-checks p { padding-left: 0; padding-right: 25px; }
[dir="rtl"] .global-checks p::before { left: auto; right: 0; }

@media (max-width: 960px) {
  .global-hero { padding: 64px 0 70px; }
  .global-hero-grid, .global-context-grid, .governance-grid, .global-pilot-panel { grid-template-columns: 1fr; }
  .capability-panel { max-width: 640px; }
  .global-section-head { grid-template-columns: 1fr; gap: 22px; }
  .global-steps, .global-markets { grid-template-columns: 1fr; }
  .global-steps article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(16,45,56,.16); }
  .global-steps article:last-child { border-bottom: 0; }
  .global-markets article { min-height: auto; }
  .global-steps h3, .global-markets h3 { margin-top: 30px; }
  [dir="rtl"] .global-steps article, [dir="rtl"] .global-markets article { border-left: 0; }
}

@media (max-width: 640px) {
  .global-site .nav-shell { min-height: 70px; }
  .global-hero { padding: 48px 0 56px; }
  .global-hero h1 { font-size: clamp(2.35rem,11.5vw,3.15rem); overflow-wrap: anywhere; }
  .global-hero .hero-actions { flex-direction: column; align-items: stretch; }
  .global-hero .hero-actions .button, .global-hero .hero-actions .hero-link { width: 100%; text-align: center; justify-content: center; white-space: normal; }
  .global-boundary { margin-top: 31px; }
  .capability-panel article { grid-template-columns: 36px 1fr; }
  .global-context, .global-approach, .global-organisations, .global-governance, .global-pilot { padding: 68px 0; }
  .global-pilot-panel { padding: 28px 22px; }
  .global-pilot-side .button { width: 100%; text-align: center; white-space: normal; }
}
