:root {
  --ink: #101b42;
  --muted: #5f6b8a;
  --line: #dfe6f4;
  --blue: #1769ff;
  --violet: #6638f5;
  --cyan: #10bde9;
  --surface: #f7f9ff;
  --white: #fff;
  --shadow: 0 24px 70px rgba(26, 58, 130, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "IBM Plex Sans Thai", system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 790px; }
.section { padding: 108px 0; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .14em; }
h1, h2, h3 { margin: 0; line-height: 1.16; letter-spacing: -.035em; }
h1, h2 { font-family: "Space Grotesk", "IBM Plex Sans Thai", sans-serif; }
h1 { font-size: clamp(2.55rem, 5vw, 5.1rem); max-width: 750px; }
h2 { font-size: clamp(2.05rem, 4vw, 3.65rem); }
h3 { font-size: 1.25rem; }
h1 span, h2 span { color: var(--violet); }
p { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(223,230,244,.8); backdrop-filter: blur(18px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .95rem; white-space: nowrap; }
.brand-lockup { display: block; width: 190px; height: 48px; object-fit: contain; object-position: left center; }
.brand strong { font-weight: 700; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; color: #fff; font-family: "Space Grotesk"; font-weight: 700; font-size: 1.15rem; background: linear-gradient(135deg, var(--cyan), var(--blue) 50%, var(--violet)); box-shadow: 0 9px 22px rgba(41, 103, 255, .25); }
.nav-links { display: flex; align-items: center; gap: 18px; color: #4c5979; font-size: .84rem; white-space: nowrap; }
.nav-links a { white-space: nowrap; }
.nav-links a:hover { color: var(--blue); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nav-cta { min-width: 76px; padding: 10px 16px; color: #fff; background: var(--ink); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(21, 56, 123, .18); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: 1.4rem; }

.hero { position: relative; overflow: hidden; padding-top: 88px; background: radial-gradient(circle at 80% 5%, rgba(210, 224, 255, .62), transparent 34%), linear-gradient(180deg, #fff, #f9fbff); }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 46px; }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 610px; margin: 24px 0 30px; font-size: 1.14rem; }
.hero-product-note { display: grid; gap: 2px; max-width: 610px; margin: -11px 0 25px; padding: 12px 15px; border-left: 3px solid var(--violet); border-radius: 0 10px 10px 0; background: rgba(239, 235, 255, .62); }
.hero-product-note b { color: #4e32bf; font-size: .9rem; }
.hero-product-note span { color: #626d8c; font-size: .82rem; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 23px; font-size: .97rem; }
.button-primary { color: #fff; background: linear-gradient(100deg, var(--blue), var(--violet)); box-shadow: 0 14px 28px rgba(52, 87, 228, .24); }
.button-ghost { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.button-ghost span { margin-left: 8px; color: var(--blue); }
.button-outline { color: var(--blue); border: 1px solid #bdd0ff; background: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 48px; }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof b { font-family: "Space Grotesk"; color: var(--ink); font-size: .73rem; letter-spacing: .08em; }
.hero-proof span { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 530px; display: flex; align-items: center; }
.hero-visual img { position: relative; z-index: 1; width: 100%; border-radius: 22px; box-shadow: var(--shadow); border: 1px solid rgba(191, 210, 250, .72); }
.hero-project-visual { position: relative; z-index: 1; width: 100%; margin: 0; }
.hero-project-visual img { display: block; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.hero-project-visual figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 10px; margin: 11px 4px 0; color: #65728f; font-size: .76rem; line-height: 1.45; }
.hero-project-visual figcaption strong { color: var(--ink); font-size: .78rem; }
.glow { position: absolute; border-radius: 50%; filter: blur(3px); }
.glow-one { width: 280px; height: 280px; right: 0; top: 0; background: rgba(126, 90, 255, .18); }
.glow-two { width: 220px; height: 220px; left: -50px; bottom: 0; background: rgba(10, 195, 242, .16); }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 11px 15px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 32px rgba(43, 70, 125, .15); font-size: .82rem; font-weight: 600; }
.note-one { top: 11%; left: -34px; }.note-two { right: -22px; bottom: 15%; }
.dot { width: 8px; height: 8px; border-radius: 50%; }.dot-green { background: #18c786; }.dot-violet { background: var(--violet); }

/* Static product preview: clearly labelled as a sample so it cannot be mistaken for live client data. */
.ad-ui-window { position: relative; z-index: 1; width: 100%; overflow: hidden; border: 1px solid #d3def4; border-radius: 20px; background: #f8faff; box-shadow: 0 28px 70px rgba(34, 61, 126, .2); transform: rotate(1.2deg); }
.ad-ui-topbar { display: flex; align-items: center; gap: 10px; height: 43px; padding: 0 14px; border-bottom: 1px solid #e3e9f5; background: #fff; color: #72809e; font-size: .58rem; }
.window-dots { display: flex; gap: 4px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #c6d0e3; }.window-dots i:first-child { background: #ff9a9a; }.window-dots i:nth-child(2) { background: #ffd47e; }.window-dots i:nth-child(3) { background: #76d7ad; }
.ui-breadcrumb { white-space: nowrap; }.ui-sample { margin-left: auto; padding: 4px 7px; border-radius: 5px; color: #6372a1; background: #eef2ff; font-size: .48rem; font-weight: 700; white-space: nowrap; }
.ad-ui-body { display: grid; grid-template-columns: 104px 1fr; min-height: 335px; }.ad-ui-sidebar { display: flex; flex-direction: column; gap: 4px; padding: 15px 9px; border-right: 1px solid #e3e9f5; background: #fff; color: #7b88a5; font-size: .54rem; }.ad-ui-sidebar span { padding: 7px 8px; border-radius: 6px; }.ad-ui-sidebar .side-active { color: var(--blue); background: #edf3ff; font-weight: 700; }.ui-logo { display: grid; width: 24px; height: 24px; place-items: center; margin: 0 0 10px 7px; border-radius: 7px; color: #fff; background: linear-gradient(135deg, #277dff, #7049ed); font-size: .75rem; }
.ad-ui-main { min-width: 0; padding: 17px 16px 14px; }.ui-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }.ui-heading small { color: #7a87a3; font-size: .54rem; }.ui-heading h3 { margin-top: 1px; font-family: "IBM Plex Sans Thai"; font-size: .9rem; letter-spacing: -.02em; }.ui-date { padding: 5px 7px; border: 1px solid #dce4f3; border-radius: 5px; color: #6c7998; font-size: .49rem; white-space: nowrap; }
.ui-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-bottom: 10px; }.ui-kpis > div { min-width: 0; padding: 8px 8px 7px; border: 1px solid #e0e7f4; border-radius: 7px; background: #fff; }.ui-kpis small { display: block; overflow: hidden; color: #7e8aa5; font-size: .47rem; text-overflow: ellipsis; white-space: nowrap; }.ui-kpis b { display: block; margin: 2px 0; color: #17244d; font-family: "Space Grotesk"; font-size: .83rem; letter-spacing: -.04em; }.ui-kpis em { font-style: normal; font-size: .46rem; }.up { color: #0aa66c; }.down { color: #0aa66c; }
.ui-content-grid { display: grid; grid-template-columns: 1.32fr .82fr; gap: 9px; margin-bottom: 9px; }.ui-chart-card, .ui-insight-card, .ui-table-card { min-width: 0; padding: 10px; border: 1px solid #e0e7f4; border-radius: 8px; background: #fff; }.ui-card-title { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 8px; color: #74809e; font-size: .5rem; }.ui-card-title b { color: #24335e; font-size: .59rem; }.ui-card-title span { white-space: nowrap; }.ui-count { display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; color: #fff; background: var(--violet); font-size: .45rem; }
.ui-chart { position: relative; height: 72px; overflow: hidden; border-bottom: 1px solid #e9eef7; background: repeating-linear-gradient(to bottom, transparent 0, transparent 23px, #edf1f8 24px); }.ui-chart::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 24.5%, #edf1f8 25%, transparent 25.5%, transparent 49.5%, #edf1f8 50%, transparent 50.5%, transparent 74.5%, #edf1f8 75%, transparent 75.5%); }.ui-chart i { position: absolute; bottom: 0; width: 7px; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #77b1ff, #286eff); }.chart-line { position: absolute; z-index: 1; left: 2%; right: 1%; bottom: 16%; height: 54%; border-top: 2px solid var(--violet); clip-path: polygon(0 80%, 14% 67%, 28% 75%, 43% 45%, 56% 50%, 70% 31%, 84% 22%, 100% 0, 100% 5%, 84% 27%, 70% 36%, 56% 55%, 43% 50%, 28% 80%, 14% 72%, 0 85%); background: transparent; }.ui-chart-labels { display: flex; justify-content: space-between; padding-top: 5px; color: #98a3ba; font-size: .42rem; }
.ui-insight-card p { display: flex; gap: 5px; margin: 7px 0 0; color: #63718e; font-size: .5rem; line-height: 1.45; }.insight-dot { flex: 0 0 auto; width: 6px; height: 6px; margin-top: 3px; border-radius: 50%; }.insight-dot.blue { background: #3178ff; }.insight-dot.purple { background: #7656e9; }.insight-dot.orange { background: #f2a23b; }
.ui-table-card { padding-bottom: 6px; }.ui-table { overflow: hidden; }.ui-row { display: grid; grid-template-columns: 1.7fr .72fr .62fr .82fr; align-items: center; gap: 7px; min-height: 25px; border-top: 1px solid #edf1f7; color: #62708f; font-size: .46rem; }.ui-row span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ui-row-head { min-height: 21px; border-top: 0; color: #9aa5bc; font-size: .42rem; }.ui-row strong { justify-self: start; padding: 3px 5px; border-radius: 4px; font-size: .41rem; font-weight: 600; white-space: nowrap; }.status-live { color: #089262; background: #e8f9f1; }.status-test { color: #5e43c9; background: #f0edff; }.status-watch { color: #9b6b14; background: #fff4db; }
.people-thumb { position: absolute; z-index: 3; right: -25px; bottom: -52px; width: 156px; overflow: hidden; border: 5px solid #fff; border-radius: 13px; background: #fff; box-shadow: 0 17px 34px rgba(43, 70, 125, .2); transform: rotate(-5deg); }.people-thumb img { width: 100%; height: 88px; object-fit: cover; }.people-thumb span { display: block; padding: 5px 7px 7px; color: #4b5a7d; font-size: .54rem; font-weight: 700; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 20px; color: #66718c; font-size: .82rem; text-align: center; }
.trust-grid i { width: 4px; height: 4px; border-radius: 50%; background: #a3b4d6; }
.demo-video { background: linear-gradient(145deg, #f7f9ff, #fff); }
.demo-video-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 56px; }
.demo-video-copy > p:not(.eyebrow) { max-width: 500px; margin: 22px 0; font-size: 1.03rem; }
.demo-video-copy .check-list { gap: 10px; }
.demo-video-frame { position: relative; overflow: hidden; border: 1px solid #d7e1f2; border-radius: 22px; background: #091735; box-shadow: var(--shadow); }
.demo-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #091735; }
.demo-video-caption { display: block; padding: 11px 15px; color: #c7d5f4; background: #101e43; font-size: .78rem; }
.product-model { background: #fff; }
.product-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-model-card { padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fbfcff, #fff); box-shadow: 0 14px 36px rgba(40, 68, 125, .06); }
.product-model-card h3 { margin: 12px 0 20px; font-size: 1.45rem; }
.product-model-label { display: inline-flex; padding: 5px 9px; border-radius: 6px; color: #2763d9; background: #eaf1ff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; }
.product-model-label.secondary { color: #5b40c8; background: #f0ecff; }
.product-model-card .check-list { gap: 11px; }
.product-model-card .check-list li { font-size: .9rem; }
.feature-jump-nav { border-bottom: 1px solid var(--line); background: #fff; }.feature-jump-inner { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 58px; overflow-x: auto; }.feature-jump-label { margin-right: 8px; color: #8a96b0; font-size: .68rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }.feature-jump-inner a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid #e4e9f3; border-radius: 999px; color: #55627f; font-size: .75rem; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }.feature-jump-inner a:hover { border-color: #b9caff; color: var(--blue); background: #f5f8ff; }.feature-jump-inner a span { color: #9aa7c1; font-size: .85rem; }
.problem { background: var(--surface); }
.intro { margin-bottom: 48px; }.intro h2 { margin-bottom: 20px; }.intro > p { max-width: 660px; font-size: 1.05rem; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.pain-card, .feature-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.pain-card p, .feature-card p { margin: 10px 0 0; font-size: .92rem; }
.icon { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 28px; border-radius: 12px; color: var(--blue); background: #eaf1ff; font-size: 1.4rem; }
.split-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; }
.split-intro > p { margin: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step-card { min-height: 210px; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(49, 86, 153, .05); }
.step-number { margin-bottom: 42px; color: var(--blue); font-family: "Space Grotesk"; font-size: .78rem; font-weight: 700; }
.step-card p { margin: 11px 0 0; font-size: .87rem; }
.feature-showcase { overflow: hidden; background: #fff; }.feature-showcase.alt { background: var(--surface); }
.showcase-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: 70px; }.showcase-grid.reverse { grid-template-columns: 1.24fr .76fr; }.reverse .showcase-copy { grid-column: 2; grid-row: 1; }.reverse .showcase-image { grid-column: 1; grid-row: 1; }
.showcase-copy > p:not(.eyebrow) { max-width: 520px; margin: 24px 0; font-size: 1.03rem; }.showcase-image img { width: 100%; border-radius: 20px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.check-list, .price-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }.check-list li, .price-list li { position: relative; padding-left: 26px; color: #3d4969; font-size: .92rem; }.check-list li::before, .price-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.feature-list-section { background: #fff; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.feature-card { min-height: 185px; }.feature-card h3 { margin-top: 12px; }.feature-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 12px; font-size: 1.2rem; font-weight: 700; }.blue { color: var(--blue); background: #e9f0ff; }.purple { color: #7446f6; background: #f0ebff; }.cyan { color: #079ec3; background: #e4f8fc; }.violet { color: var(--violet); background: #f3eaff; }.indigo { color: #4e58ce; background: #e9ebff; }.green { color: #0d9c67; background: #e4faf2; }
.visual-map { background: var(--surface); }.capability-map { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 16px 46px rgba(40, 68, 125, .06); }.capability-flow { display: flex; align-items: center; gap: 9px; }.flow-node { display: flex; flex: 1; align-items: center; gap: 9px; min-width: 0; padding: 13px 11px; border: 1px solid #e2e8f4; border-radius: 12px; background: #fbfcff; }.flow-node b { display: block; color: var(--ink); font-size: .78rem; white-space: nowrap; }.flow-node small { display: block; margin-top: 2px; overflow: hidden; color: #7885a2; font-size: .62rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }.flow-icon { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--blue); background: #e9f0ff; font-family: "Space Grotesk"; font-size: .66rem; font-weight: 700; }.violet-bg { color: #7045e8; background: #f0ebff; }.cyan-bg { color: #078eaf; background: #e4f8fc; }.green-bg { color: #0d9c67; background: #e4faf2; }.dark-bg { color: #fff; background: linear-gradient(140deg, #27396e, #5c3ccb); }.flow-arrow { color: #a8b4cf; font-family: "Space Grotesk"; font-size: 1.25rem; }
.capability-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 19px; }.capability-cards article { padding: 18px; border: 1px solid #e3e9f4; border-radius: 14px; background: #fff; }.mini-icon { display: grid; width: 30px; height: 30px; place-items: center; margin-bottom: 11px; border-radius: 9px; font-size: .9rem; font-weight: 700; }.blue-bg { color: var(--blue); background: #e9f0ff; }.purple-bg { color: #7045e8; background: #f0ebff; }.capability-cards h3 { font-size: 1rem; }.capability-cards p { margin: 7px 0 0; font-size: .8rem; line-height: 1.55; }.visual-note { display: flex; align-items: baseline; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e7edf7; color: #687694; font-size: .76rem; }.visual-note span { flex: 0 0 auto; padding: 4px 8px; border-radius: 6px; color: #6352c8; background: #f0edff; font-size: .63rem; font-weight: 700; }.visual-note b { color: #334366; font-weight: 600; }.visual-note small { margin-left: auto; color: #97a2b9; font-size: .66rem; }
.project-structure { background: var(--surface); }.project-console { overflow: hidden; border: 1px solid #cfdaf0; border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(31, 61, 125, .11); }.project-console-top { display: flex; align-items: center; gap: 6px; min-height: 46px; padding: 0 17px; border-bottom: 1px solid #e4eaf5; color: #7f8ba5; background: #fbfcff; font-size: .65rem; }.console-dot { width: 8px; height: 8px; border-radius: 50%; }.console-dot.red { background: #ff9b9b; }.console-dot.yellow { background: #ffd275; }.console-dot.green { background: #6fd4a7; }.console-path { margin-left: 8px; font-family: "Space Grotesk"; font-size: .59rem; }.console-badge { margin-left: auto; padding: 5px 8px; border-radius: 6px; color: #4f5eb2; background: #eef1ff; font-size: .57rem; font-weight: 700; }.project-console-body { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 520px; }.project-tree { padding: 24px 27px 26px; border-right: 1px solid #e4eaf5; background: #fcfdff; color: #53617f; font-family: "Space Grotesk", "IBM Plex Sans Thai", sans-serif; font-size: .72rem; line-height: 1.3; }.tree-line { display: flex; align-items: baseline; gap: 8px; min-height: 25px; }.tree-line b { width: 12px; color: #6c79a6; font-size: .73rem; }.tree-line small { margin-left: auto; color: #99a5bd; font-family: "IBM Plex Sans Thai"; font-size: .64rem; }.tree-line.folder { color: #354a87; font-weight: 700; }.tree-line.indent { padding-left: 25px; color: #71809e; font-family: "IBM Plex Sans Thai"; font-size: .65rem; }.root-line { margin-bottom: 7px; padding-bottom: 11px; border-bottom: 1px dashed #dfe6f2; color: var(--ink); font-size: .78rem; font-weight: 700; }.project-inspector { padding: 27px 28px; background: #fff; }.inspector-title { display: grid; gap: 5px; margin-bottom: 18px; }.inspector-title span { color: var(--blue); font-family: "Space Grotesk"; font-size: .61rem; font-weight: 700; letter-spacing: .12em; }.inspector-title b { color: var(--ink); font-size: 1.22rem; }.project-inspector article { display: flex; gap: 11px; padding: 13px 0; border-top: 1px solid #edf1f7; }.inspector-icon { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border-radius: 8px; font-family: "Space Grotesk"; font-size: .55rem; font-weight: 700; }.project-inspector article b { color: #334367; font-size: .84rem; }.project-inspector article p { margin: 3px 0 0; color: #7b87a3; font-size: .7rem; line-height: 1.45; }.inspector-status { display: flex; gap: 9px; align-items: center; margin-top: 15px; padding: 12px; border: 1px solid #ccefe0; border-radius: 10px; background: #f1fcf7; }.status-check { display: grid; flex: 0 0 auto; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: #12a775; font-size: .72rem; font-weight: 700; }.inspector-status b { display: block; color: #167454; font-family: "Space Grotesk"; font-size: .57rem; }.inspector-status small { display: block; margin-top: 3px; color: #6d927f; font-size: .62rem; }.architecture-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 18px; }.architecture-pillars article { padding: 18px; border: 1px solid #e0e7f3; border-radius: 15px; background: #fff; }.architecture-pillars span { display: block; margin-bottom: 21px; color: var(--blue); font-family: "Space Grotesk"; font-size: .69rem; font-weight: 700; }.architecture-pillars b { color: #344468; font-size: .91rem; }.architecture-pillars p { margin: 7px 0 0; font-size: .75rem; line-height: 1.55; }
.module-chip-block { padding: 14px 0 0; border-top: 1px solid #edf1f7; }.module-chip-block > span { display: block; margin-bottom: 8px; color: #77849f; font-size: .63rem; font-weight: 700; }.module-chips { display: flex; flex-wrap: wrap; gap: 5px; }.module-chips i { padding: 4px 6px; border: 1px solid #dfe6f3; border-radius: 5px; color: #63718f; background: #fbfcff; font-family: "Space Grotesk"; font-size: .52rem; font-style: normal; }
.safety { background: linear-gradient(140deg, #101b42, #1f2d69); }.safety-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 50px 54px; border: 1px solid rgba(163, 184, 255, .24); border-radius: 24px; color: #fff; background: linear-gradient(120deg, rgba(28, 54, 123, .7), rgba(67, 42, 166, .6)); }.safety-panel h2 { color: #fff; }.safety-panel h2 span { color: #a5b9ff; }.safety-panel p:not(.eyebrow) { max-width: 620px; color: #d4dcf5; }.safety-lock { display: grid; width: 76px; height: 76px; place-items: center; border-radius: 24px; color: #fff; font-size: 2.6rem; background: linear-gradient(140deg, #2883ff, #7046f7); }.safety-points { display: grid; gap: 9px; color: #dce5ff; font-size: .86rem; white-space: nowrap; }
.packages { background: var(--surface); }.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 950px; }.price-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 18px 45px rgba(40, 68, 125, .06); }.price-card.featured { border: 2px solid #9e89ff; box-shadow: 0 22px 50px rgba(84, 61, 196, .13); }.price-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }.price-label { color: var(--blue); font-size: .8rem; font-weight: 700; letter-spacing: .06em; }.price-badge { padding: 5px 10px; border-radius: 99px; color: #5e36e2; background: #f0ecff; font-size: .75rem; font-weight: 700; }.price-card h3 { font-size: 1.55rem; }.price-description { min-height: 56px; margin: 12px 0 20px; }.price { margin-bottom: 26px; color: var(--ink); font-family: "Space Grotesk"; font-size: 3.35rem; font-weight: 700; letter-spacing: -.06em; }.price del { margin-right: 7px; color: #9aa5bb; font-size: 1.25rem; font-weight: 500; letter-spacing: -.03em; }.price-early-bird { color: #5b36df; }.price small { display: block; margin-top: 2px; color: var(--muted); font-family: "IBM Plex Sans Thai"; font-size: .75rem; font-weight: 400; letter-spacing: 0; }.price-list { min-height: 220px; margin-bottom: 26px; }.coupon-note { margin: -10px 0 0; padding: 9px 12px; border: 1px dashed #b8a9ff; border-radius: 9px; color: #5a42b4; background: #f7f4ff; font-size: .78rem; text-align: center; }.coupon-note span { margin-right: 5px; color: #7b64e8; font-weight: 700; }.price-footnote { margin: 10px 0 0; font-size: .76rem; text-align: center; }
.onboarding { background: #fff; }.onboarding-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }.onboarding-step { padding: 24px 0; border-top: 1px solid var(--line); }.onboarding-step span { color: var(--blue); font-family: "Space Grotesk"; font-size: .83rem; font-weight: 700; }.onboarding-step h3 { margin: 28px 0 8px; }.onboarding-step p { margin: 0; font-size: .9rem; }
.faq { background: var(--surface); }.faq-list { max-width: 820px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { cursor: pointer; padding: 22px 4px; color: var(--ink); font-size: 1.02rem; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; float: right; color: var(--blue); font-size: 1.4rem; font-weight: 400; }.faq-list details[open] summary::after { content: "–"; }.faq-list details p { max-width: 700px; margin: -5px 0 24px; font-size: .92rem; }
.final-cta { padding: 90px 0; background: radial-gradient(circle at 18% 20%, rgba(45, 139, 255, .18), transparent 30%), linear-gradient(130deg, #101b42, #31216b); }.final-panel { text-align: center; }.final-panel h2 { color: #fff; }.final-panel h2 span { color: #a9bcff; }.final-panel > p:not(.eyebrow) { max-width: 600px; margin: 22px auto 28px; color: #d7def5; }.final-panel small { display: block; margin-top: 28px; color: #abb7dc; }.final-panel .button-ghost { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }.final-panel .hero-actions { justify-content: center; }
.footer { padding: 23px 0; background: #0a1333; color: #aab6d5; font-size: .78rem; }.footer-inner { display: flex; justify-content: space-between; gap: 18px; }.footer a { color: #dae3ff; }

@media (max-width: 960px) { .nav-links { gap: 14px; font-size: .84rem; }.hero-grid, .showcase-grid, .showcase-grid.reverse, .demo-video-grid { grid-template-columns: 1fr; gap: 36px; }.hero-visual { min-height: auto; }.pain-grid { grid-template-columns: repeat(2, 1fr); }.steps-grid { grid-template-columns: repeat(3, 1fr); }.step-card:last-child { grid-column: 2; }.split-intro { grid-template-columns: 1fr; gap: 4px; }.safety-panel { grid-template-columns: auto 1fr; }.safety-points { grid-column: 2; grid-template-columns: repeat(3, auto); }.reverse .showcase-copy, .reverse .showcase-image { grid-column: auto; grid-row: auto; }.showcase-copy { order: 1; }.showcase-image { order: 2; }.capability-flow { flex-wrap: wrap; }.flow-node { flex: 1 1 calc(33.333% - 20px); }.flow-arrow { display: none; }.capability-cards { grid-template-columns: repeat(2, 1fr); }project-console-body { grid-template-columns: 1fr; }.project-tree { border-right: 0; border-bottom: 1px solid #e4eaf5; }.architecture-pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .container { width: min(100% - 28px, 560px); }.section { padding: 78px 0; }.nav { min-height: 66px; }.nav-toggle { display: block; }.nav-links { position: absolute; top: 66px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }.nav-links.open { display: flex; }.nav-links a { padding: 12px 13px; }.nav-cta { text-align: center; }.hero { padding-top: 64px; }.hero-proof { gap: 13px; margin-top: 34px; }.hero-product-note { margin-top: -8px; }.floating-note { position: relative; inset: auto; margin-top: 12px; width: fit-content; }.hero-visual { display: block; padding-bottom: 22px; }.hero-visual .note-one { margin-left: 12px; }.hero-visual .note-two { margin-left: auto; }.ad-ui-window { transform: none; }.ad-ui-body { grid-template-columns: 68px 1fr; }.ad-ui-sidebar { padding-inline: 5px; font-size: .45rem; }.ad-ui-sidebar span { padding-inline: 4px; }.ui-logo { margin-left: 3px; }.ad-ui-main { padding: 12px 8px 10px; }.ui-content-grid { grid-template-columns: 1fr; }.ui-insight-card { display: none; }.ui-kpis { gap: 4px; }.ui-kpis > div { padding-inline: 5px; }.ui-kpis b { font-size: .7rem; }.ui-row { grid-template-columns: 1.6fr .7fr .6fr .9fr; gap: 4px; }.people-thumb { right: -4px; bottom: -16px; width: 132px; }.people-thumb img { height: 72px; }.feature-jump-inner { justify-content: flex-start; padding-top: 8px; padding-bottom: 8px; }.feature-jump-label { margin-right: 2px; }.capability-map { padding: 19px 14px; }.flow-node { flex-basis: calc(50% - 8px); }.flow-node small { font-size: .57rem; }.capability-cards { grid-template-columns: 1fr; }.visual-note { display: block; }.visual-note b, .visual-note small { display: block; margin: 8px 0 0; }project-console-top { padding-inline: 11px; }.console-path { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.project-tree { padding: 19px 14px; font-size: .64rem; }.tree-line small { display: none; }.tree-line.indent { padding-left: 18px; }.project-inspector { padding: 21px 16px; }.architecture-pillars { grid-template-columns: 1fr; }.product-model-grid { grid-template-columns: 1fr; }.product-model-card { padding: 24px 21px; }.trust-grid { flex-direction: column; gap: 7px; padding: 15px 0; }.trust-grid i { display: none; }.pain-grid, .feature-grid, .pricing-grid, .onboarding-grid { grid-template-columns: 1fr; }.steps-grid { grid-template-columns: repeat(2, 1fr); }.step-card:last-child { grid-column: auto; }.safety-panel { grid-template-columns: 1fr; padding: 30px 24px; }.safety-points { grid-column: auto; grid-template-columns: 1fr; }.price-card { padding: 28px 22px; }.price-list { min-height: 0; }.footer-inner { flex-direction: column; }.brand { font-size: .8rem; }.brand-lockup { width: 166px; height: 47px; }.brand-mark { width: 30px; height: 30px; }.hero-actions .button { width: 100%; } }
