:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f7f7f5;
  --surface-strong: #efefec;
  --text: #171717;
  --muted: #66665f;
  --line: #dfdfda;
  --black: #171717;
  --white: #ffffff;
  --blue: #e8f2ff;
  --blue-strong: #0c5dd6;
  --orange: #fff0e2;
  --orange-strong: #d95a00;
  --green: #e7f7f1;
  --green-strong: #087c64;
  --magenta: #f8eaf3;
  --magenta-strong: #9b1f65;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --shadow: 0 18px 55px rgba(20, 20, 20, 0.08);
  --max: 1220px;
  --header-h: 76px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #151515;
  --surface: #202020;
  --surface-strong: #292929;
  --text: #f4f4f1;
  --muted: #b2b2aa;
  --line: #373733;
  --black: #f4f4f1;
  --white: #171717;
  --blue: #172b43;
  --blue-strong: #8dbfff;
  --orange: #3a281c;
  --orange-strong: #ffad73;
  --green: #16322c;
  --green-strong: #7dd9bd;
  --magenta: #351f2d;
  --magenta-strong: #e59dc5;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: #ffd9bf; color: #111; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 1000;
  transform: translateY(-150%);
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--text); color: var(--bg);
  font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.page-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  min-height: var(--header-h);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - 40px), 1340px);
  min-height: var(--header-h);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.02; gap: 3px; }
.brand-copy strong { font-size: 18px; letter-spacing: -0.02em; }
.brand-copy small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 26px; }
.site-nav a { color: var(--muted); font-size: 14px; font-weight: 650; transition: color .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.language-switcher button { border: 0; background: transparent; padding: 6px 9px; border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switcher button.is-active { background: var(--text); color: var(--bg); }
.theme-toggle { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); display: grid; place-items: center; cursor: pointer; }
.header-cta { padding: 10px 16px; border-radius: 10px; background: var(--text); color: var(--bg); font-size: 13px; font-weight: 800; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); place-content: center; gap: 4px; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { width: 18px; height: 2px; border-radius: 4px; background: var(--text); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: min(820px, calc(100vh - var(--header-h)));
  padding-block: clamp(64px, 9vw, 118px) 86px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(46px, 7vw, 100px);
}

/* Malaysia visual identity — retained skyline and floral accents only. */
.hero::before,
.approach-section::before,
.reference-panel::after,
.ecosystem-section::after,
.support-section::after,
.site-footer::before,
.product-future::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  filter: saturate(0);
}
.hero::before {
  z-index: 0;
  left: -70px;
  right: -40px;
  bottom: 0;
  height: 76%;
  background-image: url('/assets/malaysia-kl-skyline.svg');
  background-position: left bottom;
  background-size: min(1780px, 132vw) auto;
  opacity: .095;
  transform: translateY(var(--malaysia-kl-shift, 0px));
}
.hero > * { position: relative; z-index: 1; }

.audience-strip {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.audience-strip > * { position: relative; z-index: 1; }

.apps-section,
.approach-section,
.reference-section,
.ecosystem-section,
.support-section,
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.apps-section > * { position: relative; z-index: 1; }

.product-future::before {
  z-index: 0;
  width: 220px;
  height: 220px;
  right: -54px;
  bottom: -70px;
  background: url('/assets/malaysia-bunga-raya.svg') center/contain no-repeat;
  opacity: .064;
}
.product-future > * { position: relative; z-index: 1; }

.approach-section::before {
  z-index: 0;
  width: 285px;
  height: 285px;
  left: -115px;
  bottom: -92px;
  background: url('/assets/malaysia-bunga-raya.svg') center/contain no-repeat;
  opacity: .058;
  transform: rotate(12deg);
}
.approach-section > * { position: relative; z-index: 1; }

.reference-section > * { position: relative; z-index: 1; }

.reference-panel {
  position: relative;
  isolation: isolate;
}
.reference-panel::after {
  z-index: 0;
  width: 520px;
  height: 180px;
  right: -65px;
  bottom: -18px;
  background: url('/assets/malaysia-kl-skyline.svg') right bottom/contain no-repeat;
  opacity: .075;
  filter: invert(1) saturate(0);
}
.reference-panel > * { position: relative; z-index: 1; }

.ecosystem-section::after {
  z-index: 0;
  width: 205px;
  height: 205px;
  right: -72px;
  bottom: 22px;
  background: url('/assets/malaysia-bunga-raya.svg') center/contain no-repeat;
  opacity: .050;
  transform: rotate(-10deg);
}
.ecosystem-section > * { position: relative; z-index: 1; }

.support-section::after {
  z-index: 0;
  width: 310px;
  height: 310px;
  right: -105px;
  bottom: -112px;
  background: url('/assets/malaysia-bunga-raya.svg') center/contain no-repeat;
  opacity: .058;
  transform: rotate(-8deg);
}
.support-section > * { position: relative; z-index: 1; }

.site-footer::before {
  z-index: 0;
  left: -30px;
  right: -30px;
  bottom: 0;
  height: 138px;
  background: url('/assets/malaysia-kl-skyline.svg') center bottom/min(1280px, 106vw) auto no-repeat;
  opacity: .060;
}
.site-footer > * { position: relative; z-index: 1; }

html[data-theme="dark"] .hero::before,
html[data-theme="dark"] .approach-section::before,
html[data-theme="dark"] .reference-panel::after,
html[data-theme="dark"] .ecosystem-section::after,
html[data-theme="dark"] .support-section::after,
html[data-theme="dark"] .site-footer::before,
html[data-theme="dark"] .product-future::before {
  filter: invert(1) saturate(0);
}
html[data-theme="dark"] .hero::before { opacity: .070; }
html[data-theme="dark"] .approach-section::before,
html[data-theme="dark"] .ecosystem-section::after,
html[data-theme="dark"] .support-section::after,
html[data-theme="dark"] .product-future::before,
html[data-theme="dark"] .site-footer::before,
html[data-theme="dark"] .reference-panel::after { opacity: .035; }

.eyebrow, .section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow > span:first-child { width: 18px; height: 2px; border-radius: 3px; background: #ff6b1a; }
.hero h1, .section-heading h2, .reference-copy h2, .support-heading h2, .ecosystem-layout h2 {
  margin: 0;
  font-size: clamp(48px, 7.2vw, 88px);
  line-height: .97;
  letter-spacing: -0.055em;
  font-weight: 800;
}
.hero h1 em, .section-heading h2 em, .reference-copy h2 em, .support-heading h2 em, .ecosystem-layout h2 em { font-style: normal; color: var(--muted); font-weight: 650; }
.hero-lead { max-width: 690px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.button { min-height: 48px; padding: 12px 18px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font-weight: 800; font-size: 14px; border: 1px solid transparent; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--text); color: var(--bg); }
.button-light { background: var(--surface); border-color: var(--line); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-proof span, .feature-chips span, .audience-chips span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: var(--muted); background: var(--bg); font-size: 12px; font-weight: 750; }

.hero-visual { min-width: 0; }
.suite-board {
  position: relative;
  isolation: isolate;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.suite-caption, .suite-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 4px 5px 16px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.suite-caption b { font-size: 34px; color: var(--text); letter-spacing: -.05em; }
.suite-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.suite-icon { aspect-ratio: 1 / 1; border-radius: 28px; padding: 16px; overflow: hidden; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--line) 72%, transparent); transition: transform .2s ease, box-shadow .2s ease; }
.suite-icon:hover { transform: translateY(-4px) rotate(-1deg); box-shadow: 0 14px 30px rgba(0,0,0,.09); }
.suite-icon:nth-child(even):hover { transform: translateY(-4px) rotate(1deg); }
.suite-icon img { width: 100%; height: 100%; object-fit: contain; }
.suite-blue { background: var(--blue); }
.suite-orange { background: var(--orange); }
.suite-green { background: var(--green); }
.suite-magenta { background: var(--magenta); }
.suite-footer { padding: 16px 5px 4px; font-size: 10px; }
.suite-footer span:last-child { color: var(--text); }

.audience-strip { border-block: 1px solid var(--line); background: var(--surface); }
.audience-inner { min-height: 116px; display: grid; grid-template-columns: minmax(260px,.7fr) 1.3fr; align-items: center; gap: 32px; padding-block: 20px; }
.audience-inner > p { margin: 0; font-weight: 750; font-size: 15px; }
.audience-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }

.apps-section { padding-block: 118px 110px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.6fr); column-gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading .section-kicker { grid-column: 1 / -1; }
.section-heading h2 { font-size: clamp(42px, 5.6vw, 70px); }
.section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.section-heading-narrow { grid-template-columns: 1.15fr .7fr; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.product-card {
  min-height: 590px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--radius-lg);
  border: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-blue { background: var(--blue); }
.product-orange { background: var(--orange); }
.product-green { background: var(--green); }
.product-magenta { background: var(--magenta); }
.product-topline { display: flex; justify-content: space-between; gap: 18px; align-items: center; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.product-topline span:first-child { color: var(--text); font-size: 13px; }
.product-icon { width: 118px; height: 118px; margin: 34px 0 30px; border-radius: 28px; overflow: hidden; box-shadow: 0 14px 28px rgba(0,0,0,.12); }
.product-icon img { width: 100%; height: 100%; object-fit: contain; }
.product-family { margin: 0 0 8px; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-card h3 { margin: 0; max-width: 580px; font-size: clamp(30px, 3vw, 44px); line-height: 1.04; letter-spacing: -.04em; }
.product-card > p:not(.product-family) { margin: 18px 0 20px; max-width: 620px; color: color-mix(in srgb, var(--text) 72%, var(--muted)); font-size: 16px; }
.feature-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.feature-chips span { background: color-mix(in srgb, var(--bg) 72%, transparent); border-color: color-mix(in srgb, var(--text) 12%, transparent); color: color-mix(in srgb, var(--text) 75%, var(--muted)); }
.product-actions { margin-top: auto; padding-top: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; border-top: 1px solid color-mix(in srgb, var(--text) 12%, transparent); }
.product-actions a { font-size: 13px; font-weight: 850; }
.product-actions a:hover { text-decoration: underline; text-underline-offset: 4px; }


.product-carousel { display: grid; gap: 20px; }
.carousel-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.carousel-toolbar .section-kicker { margin: 0 0 6px; }
.carousel-hint { margin: 0; color: var(--muted); font-size: 15px; }
.carousel-controls { display: flex; gap: 10px; align-items: center; }
.carousel-button {
  width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: var(--surface);
  color: var(--text); font-size: 18px; font-weight: 850; box-shadow: var(--shadow-soft); cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, opacity .18s ease;
}
.carousel-button:hover:not(:disabled) { transform: translateY(-2px); background: var(--surface-strong); }
.carousel-button:disabled { opacity: .38; cursor: not-allowed; }
.product-viewport { overflow-x: auto; overflow-y: visible; padding: 4px 2px 10px; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.product-viewport::-webkit-scrollbar { display: none; }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; align-items: stretch; }
.product-card { scroll-snap-align: start; scroll-margin-left: 10px; position: relative; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease; box-shadow: 0 12px 30px rgba(0,0,0,.05); }
.product-card::after { content: ''; position: absolute; inset: auto 28px 0; height: 3px; border-radius: 999px; background: color-mix(in srgb, var(--text) 32%, transparent); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.product-card:hover, .product-card:focus-visible { transform: translateY(-6px); box-shadow: 0 16px 42px rgba(0,0,0,.08); }
.product-card:hover::after, .product-card:focus-visible::after, .product-card.is-selected::after { transform: scaleX(1); }
.product-card.is-selected { border-color: color-mix(in srgb, #ff8b45 28%, var(--line)); box-shadow: 0 18px 44px rgba(0,0,0,.09); }
.product-card.is-selected .product-icon, .product-card:hover .product-icon { transform: translateY(-3px) scale(1.03); }
.product-icon { transition: transform .2s ease; }
.product-future { background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 92%, white), color-mix(in srgb, var(--surface) 98%, transparent)); border-style: dashed; }
.product-icon-future { display: grid; place-items: center; font-size: 44px; font-weight: 300; color: var(--muted); background: color-mix(in srgb, var(--surface) 88%, white); }
.carousel-progress { display: flex; justify-content: center; gap: 8px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 999px; border: 0; padding: 0; background: color-mix(in srgb, var(--line) 85%, transparent); cursor: pointer; transition: transform .18s ease, background .18s ease, width .18s ease; }
.carousel-dot.is-active { width: 30px; background: #ff8b45; }
.quick-view {
  padding: clamp(22px, 3.4vw, 30px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: color-mix(in srgb, var(--surface) 80%, var(--bg));
}
.quick-view-topline { display: grid; gap: 6px; margin-bottom: 16px; }
.quick-view-topline .section-kicker { margin: 0; }
.quick-view-note { margin: 0; color: var(--muted); font-size: 15px; }
.quick-view-layout { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; }
.quick-view-icon { width: 120px; height: 120px; border-radius: 28px; overflow: hidden; box-shadow: 0 16px 30px rgba(0,0,0,.08); background: color-mix(in srgb, var(--surface) 90%, white); }
.quick-view-icon img { width: 100%; height: 100%; object-fit: contain; }
.quick-view-icon-placeholder { width: 100%; height: 100%; display: grid; place-items: center; font-size: 46px; font-weight: 300; color: var(--muted); }
.quick-view-copy h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.04; letter-spacing: -.035em; }
.quick-view-copy > p:not(.product-family) { margin: 14px 0 16px; max-width: 860px; color: color-mix(in srgb, var(--text) 72%, var(--muted)); }
.quick-view-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; color: var(--muted); font-size: 13px; font-weight: 700; }
.quick-view-meta span { padding: 8px 10px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); }
.quick-view-actions { margin-top: 18px; }

.future-card {
  margin-top: 18px;
  padding: 30px;
  min-height: 230px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}
.future-symbol { width: 86px; height: 86px; border-radius: 24px; display: grid; place-items: center; background: var(--surface-strong); color: var(--muted); font-size: 42px; font-weight: 300; }
.future-card .section-kicker { margin-bottom: 7px; }
.future-card h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.future-card p:not(.section-kicker) { max-width: 790px; margin: 9px 0 0; color: var(--muted); }
.future-badge { align-self: start; padding: 8px 11px; border-radius: 999px; background: var(--surface-strong); color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.approach-section { background: var(--surface); border-block: 1px solid var(--line); }
.approach-section .page-shell { padding-block: 112px; }
.principle-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.principle { min-height: 340px; padding: 28px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-md); display: grid; grid-template-columns: 1fr auto; align-content: start; }
.principle-no { color: var(--muted); font-size: 12px; font-weight: 850; }
.principle-glyph { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 14px; display: grid; place-items: center; background: var(--surface); font-weight: 850; }
.principle h3 { grid-column: 1 / -1; margin: 82px 0 10px; font-size: 27px; letter-spacing: -.03em; }
.principle p { grid-column: 1 / -1; margin: 0; max-width: 530px; color: var(--muted); }

.reference-section { padding-block: 108px; position: relative; isolation: isolate; overflow: clip; }
.reference-section > * { position: relative; z-index: 1; }
.reference-panel { overflow: hidden; padding: clamp(30px, 5vw, 58px); border-radius: var(--radius-xl); background: #191919; color: #f5f5f2; }
.eyebrow-light { color: #aaa9a2; }
.reference-copy { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.6fr); column-gap: 50px; align-items: end; }
.reference-copy .eyebrow { grid-column: 1 / -1; }
.reference-copy h2 { font-size: clamp(44px, 5.8vw, 72px); }
.reference-copy h2 em { color: #aaa9a2; }
.reference-copy > p:last-child { margin: 0 0 4px; color: #bbbcb4; }
.reference-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 54px; }
.reference-columns article { padding: 26px; min-height: 260px; border: 1px solid #383836; border-radius: 20px; background: #222222; }
.reference-label { display: inline-flex; min-width: 46px; height: 32px; padding-inline: 10px; align-items: center; justify-content: center; border-radius: 10px; background: #31312f; color: #d2d2cb; font-size: 11px; font-weight: 850; }
.reference-columns h3 { margin: 64px 0 8px; font-size: 26px; letter-spacing: -.03em; }
.reference-columns p { margin: 0; color: #b6b7af; }
.reference-boundary { margin-top: 14px; padding: 22px 26px; border: 1px solid #383836; border-radius: 20px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; background: #202020; }
.reference-boundary strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.reference-boundary p { margin: 0; color: #b6b7af; }

.ecosystem-section { padding-block: 30px 112px; }
.ecosystem-layout { padding: clamp(28px,5vw,58px); border-radius: var(--radius-xl); background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px,7vw,90px); }
.ecosystem-layout h2 { font-size: clamp(40px, 5vw, 62px); }
.ecosystem-list { display: grid; }
.ecosystem-list > div { display: grid; grid-template-columns: 62px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.ecosystem-list > div:last-child { border-bottom: 0; }
.ecosystem-list b { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; border: 1px solid var(--line); background: var(--bg); font-size: 14px; }
.ecosystem-list span { display: grid; gap: 4px; }
.ecosystem-list strong { font-size: 17px; }
.ecosystem-list small { color: var(--muted); font-size: 14px; }

.support-section { padding-block: 110px; border-top: 1px solid var(--line); }
.support-heading { margin-bottom: 44px; }
.support-heading h2 { font-size: clamp(42px,5.6vw,70px); }
.support-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 18px; align-items: start; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; min-height: 84px; display: flex; justify-content: space-between; gap: 30px; align-items: center; cursor: pointer; font-weight: 750; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); font-size: 16px; transition: transform .2s ease; }
.faq details[open] summary b { transform: rotate(45deg); }
.faq details p { margin: -2px 58px 24px 0; color: var(--muted); }
.contact-card { position: sticky; top: calc(var(--header-h) + 22px); padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.contact-mark { width: 64px; height: 64px; margin-bottom: 70px; }
.contact-mark img { width: 100%; height: 100%; object-fit: contain; }
.contact-card h3 { margin: 0; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; }
.contact-card p { color: var(--muted); }
.contact-actions { display: grid; gap: 12px; margin-top: 24px; }
.contact-actions .button { justify-content: space-between; }
.text-link { font-size: 14px; font-weight: 800; padding-block: 4px; }

.site-footer { border-top: 1px solid var(--line); background: var(--surface); }
.footer-main { min-height: 220px; padding-block: 48px; display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 36px; align-items: start; }
.footer-main > p { margin: 0; max-width: 420px; color: var(--muted); }
.footer-links { display: grid; gap: 9px; justify-items: start; }
.footer-links a { font-size: 13px; font-weight: 750; color: var(--muted); }
.footer-links a:hover { color: var(--text); }
.footer-bottom { min-height: 68px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; align-items: center; color: var(--muted); }
.distribution { text-align: right; }

:focus-visible { outline: 3px solid #ff8b45; outline-offset: 3px; }
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .site-nav { position: absolute; top: calc(var(--header-h) - 1px); left: 20px; right: 20px; display: none; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg); box-shadow: var(--shadow); justify-content: stretch; align-items: stretch; flex-direction: column; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; border-radius: 10px; }
  .site-nav a:hover { background: var(--surface); }
  .nav-toggle { display: grid; justify-self: end; }
  .header-actions { justify-self: end; }
  .header-inner { gap: 12px; }
  .hero { grid-template-columns: 1fr 430px; gap: 40px; }
  .hero h1 { font-size: clamp(48px, 7vw, 72px); }
  .product-card { min-height: 560px; }
}

@media (max-width: 1050px) {
  .product-track { grid-auto-columns: calc((100% - 18px) / 2); }
}

@media (max-width: 820px) {
  .carousel-toolbar { align-items: start; flex-direction: column; }
  .carousel-controls { align-self: flex-end; }
  .product-track { grid-auto-columns: minmax(320px, 78%); }
  .quick-view-layout { grid-template-columns: 96px 1fr; gap: 18px; }
  .quick-view-icon { width: 96px; height: 96px; border-radius: 22px; }
}

@media (max-width: 540px) {
  .product-track { grid-auto-columns: minmax(260px, 86%); gap: 12px; }
  .carousel-button { width: 42px; height: 42px; }
  .quick-view { padding: 20px; }
  .quick-view-layout { grid-template-columns: 1fr; }
  .quick-view-icon { width: 84px; height: 84px; }
  .quick-view-copy h3 { font-size: 29px; }
}

@media (max-width: 820px) {
  :root { --header-h: 68px; }
  .hero::before { left: -90px; right: -90px; bottom: 0; height: 44%; background-size: 930px auto; background-position: left bottom; opacity: .034; }
            .approach-section::before { width: 205px; height: 205px; left: -92px; bottom: -70px; opacity: .016; }
          .reference-panel::after { width: 360px; height: 130px; right: -82px; bottom: -24px; opacity: .032; }
    .ecosystem-section::after { width: 160px; height: 160px; right: -72px; opacity: .013; }
    .support-section::after { width: 220px; height: 220px; right: -95px; bottom: -80px; opacity: .016; }
  .site-footer::before { height: 105px; background-size: 900px auto; opacity: .035; }
  .page-shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { width: calc(100% - 24px); min-height: var(--header-h); grid-template-columns: minmax(0,1fr) auto auto; gap: 9px; }
  .header-cta { display: none; }
  .brand-copy small { display: none; }
  .language-switcher button { padding: 5px 8px; }
  .theme-toggle { width: 34px; height: 34px; }
  .hero { min-height: auto; padding-block: 54px 48px; grid-template-columns: 1fr; gap: 38px; }
  .hero-visual { max-width: 620px; width: 100%; margin-inline: auto; }
  .hero-lead { font-size: 18px; }
  .audience-inner { grid-template-columns: 1fr; gap: 14px; padding-block: 24px; }
  .audience-chips { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; scrollbar-width: none; }
  .audience-chips::-webkit-scrollbar { display: none; }
  .audience-chips span { flex: 0 0 auto; }
  .apps-section { padding-block: 76px; }
  .section-heading, .section-heading-narrow, .reference-copy { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p:last-child, .reference-copy > p:last-child { max-width: 650px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .future-card { grid-template-columns: auto 1fr; }
  .future-badge { grid-column: 2; justify-self: start; }
  .approach-section .page-shell { padding-block: 76px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle { min-height: 290px; }
  .reference-section { padding-block: 76px; }
  .reference-columns { grid-template-columns: 1fr; }
  .reference-boundary { grid-template-columns: 1fr; gap: 10px; }
  .ecosystem-layout { grid-template-columns: 1fr; }
  .support-section { padding-block: 76px; }
  .support-grid { grid-template-columns: 1fr; }
  .contact-card { position: static; }
  .contact-mark { margin-bottom: 36px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 540px) {
  .header-actions { gap: 5px; }
  .header-inner { width: calc(100% - 18px); gap: 7px; }
  .hero::before { left: -150px; right: -150px; height: 36%; background-size: 760px auto; opacity: .035; }
            .approach-section::before { width: 160px; height: 160px; left: -76px; opacity: .022; }
          .reference-panel::after { width: 275px; height: 98px; right: -88px; opacity: .03; }
    .ecosystem-section::after { width: 125px; height: 125px; right: -58px; opacity: .018; }
    .support-section::after { width: 165px; height: 165px; right: -72px; bottom: -52px; opacity: .024; }
  .site-footer::before { height: 82px; background-size: 720px auto; opacity: .02; }
  .theme-toggle { display: grid; }
  .site-header .brand img { width: 32px; height: 32px; }
  .brand-copy strong { font-size: 16px; }
  .language-switcher button { padding: 5px 7px; font-size: 10px; }
  .nav-toggle { width: 38px; height: 38px; }
  .hero { padding-block: 46px 42px; gap: 32px; }
  .hero h1 { font-size: clamp(40px, 12vw, 52px); line-height: .99; }
  .hero-lead { margin-top: 24px; font-size: 16px; line-height: 1.52; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .suite-board { border-radius: 24px; padding: 10px; }
  .suite-grid { gap: 8px; }
  .suite-icon { border-radius: 19px; padding: 7px; }
  .suite-board::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none; width: 180px; height: 180px; left: -70px; bottom: -48px;
  background: url('/assets/malaysia-bunga-raya.svg') center/contain no-repeat; opacity: .030; filter: saturate(0); transform: rotate(8deg);
}
.suite-board > * { position: relative; z-index: 1; }
html[data-theme="dark"] .suite-board::before { filter: invert(1) saturate(0); opacity: .50; }

.suite-caption { padding: 3px 4px 10px; }
  .suite-footer { padding: 10px 4px 3px; }
  .section-heading h2, .support-heading h2, .ecosystem-layout h2 { font-size: 38px; line-height: 1.01; }
  .product-card { padding: 20px; border-radius: 22px; }
  .product-icon { width: 84px; height: 84px; border-radius: 20px; margin-block: 24px 20px; }
  .product-card h3 { font-size: 29px; line-height: 1.06; }
  .product-card > p:not(.product-family) { font-size: 15px; margin-block: 14px 18px; }
  .product-topline { font-size: 9px; }
  .product-actions { flex-direction: column; }
  .future-card { padding: 22px; grid-template-columns: 1fr; }
  .future-symbol { width: 70px; height: 70px; }
  .future-badge { grid-column: 1; }
  .principle { padding: 22px; }
  .principle h3 { margin-top: 58px; }
  .reference-panel { border-radius: 24px; padding: 21px; }
  .reference-copy h2 { font-size: 37px; line-height: 1.02; }
  .reference-columns article { padding: 22px; }
  .ecosystem-layout { padding: 21px; border-radius: 24px; }
  .ecosystem-list > div { grid-template-columns: 52px 1fr; gap: 12px; }
  .ecosystem-list b { width: 46px; height: 46px; border-radius: 13px; }
  .faq summary { min-height: 78px; font-size: 16px; }
  .faq details p { margin-right: 0; }
  .contact-card { padding: 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main > p { grid-column: 1; grid-row: auto; }
  .footer-bottom { min-height: 90px; padding-block: 18px; flex-direction: column; align-items: flex-start; }
  .distribution { text-align: left; }
}

@media (max-width: 820px) {
  .hero::before { left: -110px; right: -150px; bottom: 18px; height: 72%; background-size: 1180px auto; background-position: left bottom; opacity: .072; }
        .approach-section::before, .support-section::after { width: 190px; height: 190px; opacity: .050; }
  .approach-section::after, .support-section::before, .ecosystem-section::before, .ecosystem-section::after { width: 150px; height: 150px; opacity: .045; }
    .reference-panel::after { width: 330px; height: 120px; opacity: .065; }
  .site-footer::before { height: 105px; background-size: 900px auto; opacity: .050; }
}

@media (max-width: 540px) {
  .hero::before { left: -150px; right: -220px; top: 118px; bottom: auto; height: 560px; background-size: 1040px auto; background-position: left top; opacity: .060; }
          .product-future::before { width: 150px; height: 150px; right: -52px; opacity: .050; }
    .reference-panel::after { right: -92px; width: 300px; opacity: .060; }
}

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

/* Privacy Policy — controlled bilingual update, 2026-08-19. */
.legal {
  min-height: 100vh;
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--blue) 58%, transparent), transparent 28%),
    var(--bg);
}
.legal [hidden] { display: none !important; }
.legalHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  padding: 0 max(20px, calc((100vw - 1340px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--text);
  background: color-mix(in srgb, var(--bg) 94%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.legalHeader .brand { min-width: 0; }
.legalHeader .brand img { width: 38px; height: 38px; object-fit: contain; }
.legalHeaderActions { display: flex; align-items: center; gap: 14px; }
.legalBackLink {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.legalBackLink:hover, .legalBackLink:focus-visible { color: var(--text); }
.legalContent {
  width: min(calc(100% - 40px), 920px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 120px;
}
.legalContent h1 {
  max-width: 800px;
  margin: 0;
  color: var(--text);
  font-size: clamp(48px, 8vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}
.legalContent .updated {
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.policyLead {
  max-width: 790px;
  margin: 0 0 34px;
  color: var(--muted) !important;
  font-size: clamp(16px, 2vw, 18px) !important;
  line-height: 1.72 !important;
}
.legalContent section {
  scroll-margin-top: calc(var(--header-h) + 24px);
  padding: 5px 0 10px;
}
.legalContent section + section { border-top: 1px solid var(--line); }
.legalContent h2 {
  margin: 38px 0 12px;
  color: var(--text);
  font-size: clamp(23px, 3vw, 29px);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.legalContent h3 {
  margin: 23px 0 9px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.3;
}
.legalContent p, .legalContent li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}
.legalContent p { margin: 0 0 14px; }
.legalContent strong { color: var(--text); }
.legalContent a { color: var(--blue-strong); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legalContent a:hover, .legalContent a:focus-visible { text-decoration: underline; }
.policyNotice {
  margin: 30px 0 24px;
  padding: 20px 22px;
  border: 1px solid color-mix(in srgb, var(--blue-strong) 22%, var(--line));
  border-left: 4px solid var(--blue-strong);
  border-radius: 14px;
  background: color-mix(in srgb, var(--blue) 72%, var(--bg));
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.policyAppNav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 46px;
}
.policyAppNav a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}
.policyAppNav a:hover, .policyAppNav a:focus-visible {
  border-color: color-mix(in srgb, var(--blue-strong) 46%, var(--line));
  background: color-mix(in srgb, var(--blue) 56%, var(--surface));
  text-decoration: none;
}
.policyList {
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}
.policyList li {
  position: relative;
  padding-left: 22px;
}
.policyList li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .78em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--blue-strong);
  transform: rotate(45deg);
}
.policyAppSection {
  position: relative;
  margin: 18px 0;
  padding: 24px 26px 18px !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px;
  background: var(--surface);
}
.policyAppSection h2 { margin-top: 6px; }
.policyAppEyebrow {
  margin: 0 !important;
  color: var(--blue-strong) !important;
  font-size: 10px !important;
  font-weight: 850;
  letter-spacing: .14em;
}
.policyFooterNote {
  margin-top: 44px;
  padding: 18px 20px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
html[data-theme="dark"] .policyNotice {
  background: color-mix(in srgb, var(--blue) 62%, var(--bg));
}
@media (max-width: 680px) {
  .legalHeader {
    min-height: 72px;
    padding-inline: 16px;
  }
  .legalHeader .brand-copy small { display: none; }
  .legalHeaderActions { gap: 8px; }
  .legalBackLink { font-size: 11px; }
  .legalContent { width: min(calc(100% - 30px), 920px); padding-top: 54px; padding-bottom: 90px; }
  .policyAppNav { grid-template-columns: 1fr; }
  .policyAppSection { padding: 20px 18px 14px !important; }
}
@media (max-width: 430px) {
  .legalHeader .brand-copy { display: none; }
  .legalHeader .brand img { width: 34px; height: 34px; }
  .legalBackLink { max-width: 112px; white-space: normal; line-height: 1.2; text-align: right; }
}

/* 2026-08-19 controlled visual-density update: engineering principles + reference profiles */
.principle-visual {
  grid-column: 1 / -1;
  min-height: 104px;
  margin-top: 18px;
  border: 1px solid color-mix(in srgb, var(--line) 88%, transparent);
  border-radius: 16px;
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.principle h3 { margin-top: 28px; }
.principle-visual-calc { flex-direction: column; gap: 10px; padding: 18px; }
.calc-flow { width: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(6px, 1vw, 12px); }
.calc-flow span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.calc-flow b { color: var(--muted); font-size: 12px; }
.calc-flow .visual-pass { border-color: color-mix(in srgb, #168a5b 48%, var(--line)); color: #168a5b; }
html[data-theme="dark"] .calc-flow .visual-pass { color: #83d7ae; }
.principle-visual-calc code { color: var(--muted); font: 800 13px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.principle-visual-reference { gap: 10px; padding: 18px; position: relative; }
.reference-node { min-width: 58px; min-height: 42px; padding: 8px 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--bg); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.principle-visual-reference > b { color: var(--muted); }
.principle-visual-reference > small { position: absolute; right: 12px; bottom: 8px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.principle-visual-status { flex-wrap: wrap; gap: 8px; padding: 20px; }
.principle-visual-status span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.principle-visual-status .status-pass { color: #157a51; border-color: color-mix(in srgb, #157a51 45%, var(--line)); }
.principle-visual-status .status-fail { color: #b63b36; border-color: color-mix(in srgb, #b63b36 45%, var(--line)); }
.principle-visual-status .status-warning { color: #9a6500; border-color: color-mix(in srgb, #c48800 48%, var(--line)); }
.principle-visual-status .status-verify { color: #315f9c; border-color: color-mix(in srgb, #315f9c 45%, var(--line)); }
html[data-theme="dark"] .principle-visual-status .status-pass { color: #83d7ae; }
html[data-theme="dark"] .principle-visual-status .status-fail { color: #ff9c96; }
html[data-theme="dark"] .principle-visual-status .status-warning { color: #f0c86c; }
html[data-theme="dark"] .principle-visual-status .status-verify { color: #9ec7ff; }
.principle-visual-platform { gap: 18px; padding: 18px; }
.platform-badge { min-width: 132px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg); }
.platform-badge > b { font-size: 10px; letter-spacing: .07em; }
.platform-link { color: var(--muted); font-weight: 900; }
.windows-mark { width: 21px; height: 21px; display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); gap: 2px; }
.windows-mark u { display: block; background: currentColor; text-decoration: none; }
.android-mark { width: 24px; height: 20px; display: block; position: relative; border: 2px solid currentColor; border-radius: 9px 9px 5px 5px; border-bottom-width: 5px; }
.android-mark::before, .android-mark::after { content: ""; position: absolute; width: 7px; height: 2px; top: -5px; background: currentColor; border-radius: 2px; }
.android-mark::before { left: 2px; transform: rotate(52deg); }
.android-mark::after { right: 2px; transform: rotate(-52deg); }
.android-mark u { position: absolute; width: 2px; height: 2px; top: 4px; border-radius: 50%; background: currentColor; }
.android-mark u:nth-child(1) { left: 5px; }
.android-mark u:nth-child(2) { right: 5px; }
.android-mark u:nth-child(3) { display: none; }

.reference-columns article { display: grid; grid-template-columns: auto 1fr; align-content: start; column-gap: 16px; }
.reference-label { grid-column: 1; grid-row: 1; }
.reference-visual { grid-column: 1 / -1; min-height: 88px; margin-top: 12px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid #383836; padding: 4px 2px 14px; }
.reference-columns h3, .reference-columns p { grid-column: 1 / -1; }
.reference-columns h3 { margin-top: 26px; }
.reference-visual-malaysia .malaysia-flag { width: 74px; height: 44px; object-fit: cover; border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.reference-visual-malaysia strong { color: #ecece7; font-size: 11px; letter-spacing: .14em; }
.reference-visual-international { justify-content: space-between; }
.global-mark { width: 48px; height: 48px; flex: 0 0 48px; border: 3px solid #20b8ff; border-radius: 50%; position: relative; }
.global-mark::before { content: ""; position: absolute; inset: 7px -3px; border-block: 2px solid #20b8ff; border-radius: 50%; }
.global-mark::after { content: ""; position: absolute; left: 50%; top: -3px; width: 18px; height: 48px; transform: translateX(-50%); border-inline: 2px solid #20b8ff; border-radius: 50%; }
.standards-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.standards-row b { min-width: 44px; padding: 7px 9px; border: 1px solid #454542; border-radius: 999px; color: #d7d7d0; background: #2b2b2a; text-align: center; font-size: 10px; letter-spacing: .05em; }

@media (max-width: 540px) {
  .principle-visual { min-height: 92px; margin-top: 14px; }
  .principle h3 { margin-top: 22px; }
  .calc-flow { gap: 5px; }
  .calc-flow span { padding: 5px 7px; font-size: 8px; }
  .principle-visual-reference { gap: 7px; }
  .reference-node { min-width: 48px; min-height: 38px; font-size: 9px; }
  .principle-visual-platform { gap: 8px; padding: 12px; }
  .platform-badge { min-width: 0; flex: 1 1 0; gap: 7px; padding: 9px 8px; }
  .platform-badge > b { font-size: 8px; }
  .reference-visual-malaysia .malaysia-flag { width: 66px; height: 40px; }
  .global-mark { width: 42px; height: 42px; flex-basis: 42px; }
}

/* Long published app names must remain readable inside the four-column desktop carousel. */
#app-containment h3,
#app-mvhv h3 {
  font-size: clamp(28px, 2.4vw, 36px);
}

/* R9 ambient engineering visual system — restrained depth without decorative patterning. */
:root {
  --ambient-blue: rgba(62, 139, 255, .11);
  --ambient-orange: rgba(255, 145, 72, .10);
  --ambient-green: rgba(31, 169, 129, .09);
  --ambient-magenta: rgba(201, 76, 147, .08);
  --draft-line: rgba(66, 77, 88, .045);
  --draft-dot: rgba(66, 77, 88, .07);
}
html[data-theme="dark"] {
  --ambient-blue: rgba(84, 153, 255, .095);
  --ambient-orange: rgba(255, 151, 88, .075);
  --ambient-green: rgba(68, 194, 158, .07);
  --ambient-magenta: rgba(225, 105, 171, .06);
  --draft-line: rgba(235, 239, 244, .035);
  --draft-dot: rgba(235, 239, 244, .055);
}

.hero {
  background-image:
    radial-gradient(circle at 14% 28%, var(--ambient-blue) 0, transparent 34%),
    radial-gradient(circle at 85% 40%, var(--ambient-orange) 0, transparent 31%);
}
.audience-strip {
  background-image: linear-gradient(90deg,
    color-mix(in srgb, var(--blue) 22%, transparent),
    transparent 38%,
    color-mix(in srgb, var(--green) 18%, transparent));
}
.apps-section {
  background-image:
    radial-gradient(circle at 6% 22%, var(--ambient-blue) 0, transparent 24%),
    radial-gradient(circle at 94% 22%, var(--ambient-orange) 0, transparent 24%),
    radial-gradient(circle at 10% 82%, var(--ambient-green) 0, transparent 25%),
    radial-gradient(circle at 90% 82%, var(--ambient-magenta) 0, transparent 25%);
}
.approach-section {
  background-color: var(--surface);
  background-image:
    radial-gradient(circle at 74% 28%, var(--ambient-blue) 0, transparent 30%),
    linear-gradient(var(--draft-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--draft-line) 1px, transparent 1px),
    radial-gradient(circle, var(--draft-dot) 1px, transparent 1.2px);
  background-size: auto, 48px 48px, 48px 48px, 24px 24px;
  background-position: center, -1px -1px, -1px -1px, 11px 11px;
}
.principle { position: relative; isolation: isolate; }
.principle::before {
  position: absolute;
  z-index: 0;
  right: 18px;
  bottom: -18px;
  font-size: clamp(92px, 10vw, 148px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.08em;
  color: color-mix(in srgb, var(--text) 4.5%, transparent);
  pointer-events: none;
}
.principle > * { position: relative; z-index: 1; }
.principle:nth-child(1)::before { content: "01"; }
.principle:nth-child(2)::before { content: "02"; }
.principle:nth-child(3)::before { content: "03"; }
.principle:nth-child(4)::before { content: "04"; }
html[data-theme="dark"] .principle::before {
  color: color-mix(in srgb, var(--text) 5.5%, transparent);
}
.reference-section {
  background-image:
    url('/assets/engineering-trace-light.svg?v=r9-20260819'),
    radial-gradient(circle at 18% 46%, var(--ambient-blue) 0, transparent 30%),
    radial-gradient(circle at 86% 62%, var(--ambient-green) 0, transparent 27%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: min(760px, 68vw) auto, auto, auto;
  background-position: 102% 12%, center, center;
}
html[data-theme="dark"] .reference-section {
  background-image:
    url('/assets/engineering-trace-dark.svg?v=r9-20260819'),
    radial-gradient(circle at 18% 46%, var(--ambient-blue) 0, transparent 30%),
    radial-gradient(circle at 86% 62%, var(--ambient-green) 0, transparent 27%);
}
.ecosystem-layout {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--surface);
  background-image:
    url('/assets/engineering-trace-light.svg?v=r9-20260819'),
    radial-gradient(circle at 76% 34%, var(--ambient-blue) 0, transparent 34%);
  background-repeat: no-repeat, no-repeat;
  background-size: 720px auto, auto;
  background-position: 112% 116%, center;
}
html[data-theme="dark"] .ecosystem-layout {
  background-image:
    url('/assets/engineering-trace-dark.svg?v=r9-20260819'),
    radial-gradient(circle at 76% 34%, var(--ambient-blue) 0, transparent 34%);
}
.ecosystem-layout > * { position: relative; z-index: 1; }
.support-section {
  background-image:
    radial-gradient(circle at 84% 30%, var(--ambient-orange) 0, transparent 28%),
    radial-gradient(circle at 12% 78%, var(--ambient-blue) 0, transparent 30%);
}
.contact-card {
  box-shadow: 0 18px 48px color-mix(in srgb, var(--text) 6%, transparent);
}
.site-footer {
  background-image: linear-gradient(180deg,
    color-mix(in srgb, var(--blue) 12%, transparent),
    transparent 72%);
}
@media (max-width: 820px) {
  .approach-section { background-size: auto, 42px 42px, 42px 42px, 21px 21px; }
  .reference-section { background-size: 610px auto, auto, auto; background-position: 120% 8%, center, center; }
  .ecosystem-layout { background-size: 560px auto, auto; background-position: 118% 112%, center; }
}
@media (max-width: 540px) {
  .hero {
    background-image:
      radial-gradient(circle at 18% 18%, var(--ambient-blue) 0, transparent 42%),
      radial-gradient(circle at 84% 58%, var(--ambient-orange) 0, transparent 38%);
  }
  .apps-section {
    background-image:
      radial-gradient(circle at 4% 16%, var(--ambient-blue) 0, transparent 30%),
      radial-gradient(circle at 96% 42%, var(--ambient-orange) 0, transparent 30%),
      radial-gradient(circle at 12% 76%, var(--ambient-green) 0, transparent 31%),
      radial-gradient(circle at 92% 92%, var(--ambient-magenta) 0, transparent 30%);
  }
  .approach-section { background-size: auto, 36px 36px, 36px 36px, 18px 18px; }
  .principle::before { right: 12px; bottom: -10px; font-size: 88px; }
  .reference-section { background-size: 460px auto, auto, auto; background-position: 132% 6%, center, center; }
  .ecosystem-layout { background-size: 440px auto, auto; background-position: 130% 110%, center; }
}

/* R11 full-bleed section cleanup — remove visible page-shell walls and boxed section edges.
   Hero and Apps are full-width sections; padding recreates the same controlled content width internally. */
.hero.page-shell,
.apps-section.page-shell {
  width: 100%;
  margin-inline: 0;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
}
@media (max-width: 820px) {
  .hero.page-shell,
  .apps-section.page-shell { padding-inline: 14px; }
}

/* R10 premium interaction and hierarchy polish — presentation only. */
.section-kicker-line {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  margin-bottom: 18px;
}
.section-heading .section-kicker-line { grid-column: 1 / -1; }
.section-kicker-line .section-kicker { margin: 0; }
.section-order {
  flex: 0 0 auto;
  min-width: 34px;
  height: 24px;
  padding-inline: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, #ff8b45 34%, var(--line));
  border-radius: 999px;
  color: color-mix(in srgb, #ff8b45 78%, var(--text));
  background: color-mix(in srgb, #ff8b45 7%, var(--surface));
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}
.section-kicker-line::after {
  content: "";
  width: clamp(44px, 7vw, 112px);
  height: 1px;
  margin-left: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, #ff8b45 72%, var(--line)), transparent);
}

/* Hero: stronger hierarchy and proof without adding visual clutter. */
.hero-copy { max-width: 760px; }
.hero-lead { max-width: 660px; }
.hero-actions .button-dark {
  box-shadow: 0 12px 28px color-mix(in srgb, var(--text) 14%, transparent);
}
.hero-proof { max-width: 720px; gap: 7px; }
.hero-proof span {
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.hero-proof span:first-child {
  color: var(--bg);
  background: var(--text);
  border-color: var(--text);
}
.hero-proof span:hover { transform: translateY(-1px); }
.suite-board {
  border-color: color-mix(in srgb, var(--text) 10%, var(--line));
  box-shadow: 0 26px 70px color-mix(in srgb, var(--text) 10%, transparent), var(--shadow);
}

/* Product cards: consistent structure with restrained app-specific accent behaviour. */
.product-blue { --card-accent: #2f78ff; }
.product-orange { --card-accent: #ff7a1a; }
.product-green { --card-accent: #16a57a; }
.product-magenta { --card-accent: #d34296; }
.product-future { --card-accent: #8b8b83; }
.product-card {
  background-image: radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--card-accent, #ff8b45) 12%, transparent), transparent 34%);
  border-color: color-mix(in srgb, var(--card-accent, #ff8b45) 12%, var(--line));
}
.product-topline span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.product-topline span:first-child::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--card-accent, #ff8b45);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--card-accent, #ff8b45) 10%, transparent);
}
.product-card:hover,
.product-card:focus-visible {
  border-color: color-mix(in srgb, var(--card-accent, #ff8b45) 32%, var(--line));
  box-shadow:
    0 20px 54px color-mix(in srgb, var(--text) 10%, transparent),
    0 0 0 1px color-mix(in srgb, var(--card-accent, #ff8b45) 8%, transparent);
}
.product-card.is-selected {
  border-color: color-mix(in srgb, var(--card-accent, #ff8b45) 36%, var(--line));
  box-shadow:
    0 20px 50px color-mix(in srgb, var(--text) 9%, transparent),
    0 0 0 1px color-mix(in srgb, var(--card-accent, #ff8b45) 10%, transparent);
}
.product-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-block: 7px;
  transition: transform .18s ease, color .18s ease;
}
.product-actions a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--card-accent, #ff8b45);
  transform: scaleX(.22);
  transform-origin: left;
  opacity: .55;
  transition: transform .2s ease, opacity .2s ease;
}
.product-actions a:hover,
.product-actions a:focus-visible { transform: translateY(-1px); text-decoration: none; }
.product-actions a:hover::after,
.product-actions a:focus-visible::after { transform: scaleX(1); opacity: .9; }
.quick-view {
  box-shadow: inset 0 1px color-mix(in srgb, var(--text) 4%, transparent), 0 16px 40px color-mix(in srgb, var(--text) 5%, transparent);
}

/* Engineering approach: clearer public-facing labels and subtle card lift. */
.principle {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.principle:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, #ff8b45 18%, var(--line));
  box-shadow: 0 16px 36px color-mix(in srgb, var(--text) 6%, transparent);
}
.principle-visual-reference {
  display: grid;
  grid-template-columns: minmax(74px, .8fr) auto minmax(116px, 1.1fr) auto minmax(108px, 1fr);
  align-items: center;
  column-gap: 8px;
  padding: 18px 18px 28px;
}
.reference-node {
  min-width: 0;
  width: 100%;
  padding-inline: 10px;
  text-align: center;
  white-space: normal;
  line-height: 1.15;
}
.reference-node-wide { min-width: 0; }
.principle-visual-reference > small {
  left: 18px;
  right: auto;
  bottom: 7px;
  font-size: 7.5px;
  letter-spacing: .11em;
}

/* Reference section: stronger identity without competing with the technical content. */
.reference-copy { position: relative; padding-right: 72px; }
.reference-step {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.07em;
  color: rgba(255,255,255,.075);
}
.reference-columns article {
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}
.reference-columns article:hover {
  transform: translateY(-2px);
  border-color: #4a4a47;
  background: #252525;
}

/* Ecosystem: interactive hierarchy that stays restrained. */
.ecosystem-list > div {
  transition: transform .18s ease, background-color .18s ease;
  border-radius: 14px;
}
.ecosystem-list > div:hover {
  transform: translateX(4px);
  background: color-mix(in srgb, var(--surface-strong) 55%, transparent);
}
.ecosystem-list > div:hover b {
  border-color: color-mix(in srgb, #ff8b45 22%, var(--line));
}

/* Support card and FAQ: small feedback cues, no animation dependency. */
.faq summary { transition: color .18s ease, padding-left .18s ease; }
.faq summary:hover { color: color-mix(in srgb, var(--text) 86%, #ff8b45); padding-left: 3px; }
.contact-card {
  border-color: color-mix(in srgb, #ff8b45 10%, var(--line));
  box-shadow: 0 20px 54px color-mix(in srgb, var(--text) 7%, transparent);
}

/* More deliberate reveal rhythm. Reduced-motion mode below removes all delay. */
html.js .reveal {
  transition-duration: .62s;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.hero-visual { --reveal-delay: 90ms; }
.principle:nth-child(1) { --reveal-delay: 0ms; }
.principle:nth-child(2) { --reveal-delay: 55ms; }
.principle:nth-child(3) { --reveal-delay: 110ms; }
.principle:nth-child(4) { --reveal-delay: 165ms; }
.reference-panel { --reveal-delay: 45ms; }
.contact-card { --reveal-delay: 85ms; }

/* Footer: stronger brand presence and grouped navigation. */
.footer-main {
  min-height: 250px;
  grid-template-columns: minmax(250px, .85fr) minmax(0, 1.45fr);
  gap: clamp(42px, 8vw, 110px);
}
.footer-brand-block { display: grid; align-content: start; gap: 20px; }
.footer-brand-block > p { margin: 0; max-width: 420px; color: var(--muted); }
.footer-proof { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-proof span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb, var(--bg) 74%, transparent);
  font-size: 10px;
  font-weight: 800;
}
.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(22px, 4vw, 52px);
}
.footer-link-group { display: grid; align-content: start; gap: 10px; }
.footer-link-group strong {
  margin-bottom: 4px;
  color: var(--text);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.footer-link-group a,
.footer-link-group span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}
.footer-link-group a { width: fit-content; transition: color .18s ease, transform .18s ease; }
.footer-link-group a:hover,
.footer-link-group a:focus-visible { color: var(--text); transform: translateX(2px); }
.footer-platforms span { font-weight: 650; }
.footer-bottom { position: relative; }
.footer-bottom::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(160px, 32vw);
  height: 1px;
  background: linear-gradient(90deg, #ff8b45, transparent);
}

@media (max-width: 1050px) {
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-link-groups { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .section-kicker-line::after { width: 72px; }
  .reference-copy { padding-right: 58px; }
  .reference-step { font-size: 46px; }
  .principle-visual-reference {
    grid-template-columns: minmax(66px, .8fr) auto minmax(106px, 1.1fr) auto minmax(98px, 1fr);
  }
}

@media (max-width: 540px) {
  .section-kicker-line { gap: 9px; margin-bottom: 16px; }
  .section-kicker-line::after { width: 42px; }
  .section-order { min-width: 31px; height: 22px; font-size: 8px; }
  .hero-proof { gap: 6px; }
  .hero-proof span { font-size: 11px; padding: 6px 9px; }
  .principle-visual-reference {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 14px 27px;
  }
  .principle-visual-reference > b { transform: rotate(90deg); line-height: 1; }
  .reference-node { min-height: 36px; display: grid; place-items: center; }
  .reference-copy { padding-right: 44px; }
  .reference-step { font-size: 38px; top: 0; }
  .footer-link-groups { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 22px; }
  .footer-platforms { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-platforms strong { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html.js .reveal { transition-delay: 0ms !important; }
  .hero-proof span:hover,
  .product-card:hover,
  .product-actions a:hover,
  .principle:hover,
  .reference-columns article:hover,
  .ecosystem-list > div:hover,
  .footer-link-group a:hover { transform: none !important; }
}

@media (max-width: 540px) {
  .principle-visual-reference > b {
    width: 18px;
    height: 18px;
    justify-self: center;
    display: grid;
    place-items: center;
    transform: rotate(90deg);
    line-height: 1;
  }
}
