:root {
  --brand: #ff572a;
  --brand-deep: #de4010;
  --brand-light: #ff7d55;
  --brand-soft: #fff1e9;
  --warm: #f77a20;
  --pink: #f92b50;
  --ink: #17171c;
  --ink-soft: #5f616b;
  --line: #ebe8e4;
  --paper: #fffdfb;
  --page: #f7f7f7;
  --dark: #101014;
  --white: #fff;
  --shadow: 0 26px 70px rgba(95, 47, 21, 0.12);
  --container: 1200px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--brand); border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; transition: .3s ease; }
.site-header.scrolled { height: 68px; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(236,231,225,.9); box-shadow: 0 8px 36px rgba(40,25,15,.06); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-logo { width: 42px; height: 42px; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 20px rgba(255,87,42,.22); }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: 18px; font-weight: 800; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; color: #8e8b88; font: 700 8px/1 "Manrope", sans-serif; letter-spacing: .15em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.main-nav > a { position: relative; color: #3f3d3c; transition: color .2s; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--brand); transition: right .25s; }
.main-nav > a:hover, .main-nav > a.active { color: var(--brand); }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: 4px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 2px; transition: .25s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; white-space: nowrap; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg, .text-link svg { width: 18px; height: 18px; }
.btn-small { min-height: 40px; padding: 0 18px; font-size: 13px; }
.btn-large { min-height: 54px; padding: 0 26px; font-size: 15px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--brand-light), var(--brand-deep)); box-shadow: 0 12px 28px rgba(255,87,42,.24); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(255,87,42,.34); }
.btn-ghost { color: #393635; background: rgba(255,255,255,.68); border-color: #e6e0dc; }
.btn-soft { color: var(--brand-deep); background: rgba(255,255,255,.76); border-color: rgba(255,87,42,.12); box-shadow: 0 10px 30px rgba(82,45,20,.06); }
.btn-white { color: var(--brand-deep); background: #fff; box-shadow: 0 14px 34px rgba(90,20,0,.2); }
.btn-outline-white { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }

.hero { position: relative; min-height: 920px; padding: 158px 0 0; overflow: hidden; background: radial-gradient(circle at 75% 16%, #fff8dd 0, rgba(255,248,221,0) 30%), linear-gradient(145deg, #fffdf9 0%, #fff5eb 56%, #fffaf5 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,87,42,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,87,42,.045) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, #000 0, transparent 74%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { width: 460px; height: 460px; top: -180px; right: -110px; background: rgba(255,181,80,.18); }
.hero-glow-two { width: 380px; height: 380px; left: -220px; top: 330px; background: rgba(255,87,42,.1); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; color: #884018; background: rgba(255,244,232,.8); border: 1px solid rgba(255,135,65,.18); border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 5px rgba(255,87,42,.12); }
.hero h1 { margin: 26px 0 24px; font-size: clamp(48px, 5.1vw, 72px); line-height: 1.12; letter-spacing: -.045em; font-weight: 900; }
.hero h1 span { position: relative; color: var(--brand); }
.hero h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 9px; background: url("data:image/svg+xml,%3Csvg width='400' height='10' viewBox='0 0 400 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8C102 1 302 1 398 6' stroke='%23ffb18e' stroke-width='4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { max-width: 590px; margin: 0; color: #62605f; font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: #77726e; font-size: 13px; }
.hero-checks li { display: flex; align-items: center; gap: 7px; }
.hero-checks svg { width: 17px; height: 17px; padding: 2px; color: #fff; background: #ff9271; border-radius: 50%; stroke-width: 2.5; }

.hero-visual { position: relative; height: 620px; }
.visual-orbit { position: absolute; border: 1px solid rgba(255,123,65,.14); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; top: 25px; left: 50%; transform: translateX(-50%); }
.orbit-two { width: 430px; height: 430px; top: 95px; left: 50%; transform: translateX(-50%); border-style: dashed; }
.phone { position: absolute; overflow: hidden; background: #17171a; border: 7px solid #1a1a1e; border-radius: 40px; box-shadow: 0 30px 70px rgba(54,25,10,.25), inset 0 0 0 2px rgba(255,255,255,.15); }
.phone img { width: 100%; height: 100%; object-fit: contain; }
.phone.source-phone { overflow: hidden; background: transparent; border: 0; border-radius: 46px; box-shadow: 0 30px 70px rgba(54,25,10,.2); }
.phone.source-phone .phone-speaker { display: none; }
.phone-speaker { position: absolute; z-index: 2; top: 8px; left: 50%; width: 54px; height: 15px; transform: translateX(-50%); background: #111; border-radius: 999px; }
.phone-main { z-index: 3; width: 288px; height: 594px; top: 10px; left: 54%; transform: translateX(-50%) rotate(2deg); animation: phone-float 5s ease-in-out infinite; }
.phone-side { z-index: 2; width: 238px; height: 491px; top: 90px; left: 5%; transform: rotate(-7deg); filter: saturate(.95); animation: phone-float-side 6s ease-in-out infinite; }
@keyframes phone-float { 0%,100% { transform: translateX(-50%) rotate(2deg) translateY(0); } 50% { transform: translateX(-50%) rotate(1deg) translateY(-12px); } }
@keyframes phone-float-side { 0%,100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(10px); } }
.float-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 17px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: 0 20px 50px rgba(91,48,23,.15); backdrop-filter: blur(14px); }
.float-card small, .float-card strong { display: block; white-space: nowrap; }
.float-card small { margin-bottom: 3px; color: #99928d; font-size: 10px; }
.float-card strong { font-size: 13px; }
.float-live { top: 52px; right: -7px; }
.float-order { bottom: 116px; right: -24px; }
.float-growth { bottom: 26px; left: 24px; }
.pulse { width: 10px; height: 10px; margin: 0 4px; background: #ff3b3b; border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,59,59,.12); animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(255,59,59,0); } }
.float-icon { display: grid; width: 38px; height: 38px; place-items: center; color: var(--brand); background: #fff2e9; border-radius: 12px; }
.float-icon svg { width: 20px; height: 20px; }
.capability-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 26px; padding: 25px 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 24px; box-shadow: 0 20px 60px rgba(99,54,29,.1); backdrop-filter: blur(16px); }
.capability-strip div { padding: 0 18px; text-align: center; border-right: 1px solid #eee8e4; }
.capability-strip div:last-child { border: 0; }
.capability-strip strong { display: block; font: 800 29px/1.2 "Manrope", sans-serif; }
.capability-strip strong::after { content: "+"; margin-left: 2px; color: var(--brand); font-size: 15px; }
.capability-strip div:last-child strong::after { content: ""; }
.capability-strip span { display: block; margin-top: 6px; color: #88827e; font-size: 12px; }

.section { position: relative; padding: 120px 0; }
.section-heading { max-width: 690px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 14px; color: var(--brand); font: 800 12px/1 "Manrope", "Noto Sans SC", sans-serif; letter-spacing: .16em; }
.section-kicker.light { color: #ffb392; }
.section-heading h2, .architecture-copy h2, .growth-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: -.035em; font-weight: 800; }
.section-heading p, .architecture-copy > p, .growth-copy > p { margin: 20px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.9; }
.source-answer { background: linear-gradient(180deg,#fff 0%,#fff8f3 100%); }
.source-answer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.source-answer-grid article { min-height: 260px; padding: 30px; background: #fff; border: 1px solid #f0e7e1; border-radius: var(--radius-md); box-shadow: 0 20px 55px rgba(92,48,24,.06); }
.source-answer-grid span { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.source-answer-grid h3 { margin: 24px 0 13px; font-size: 24px; }
.source-answer-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.verified-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 18px 0 0; overflow: hidden; background: #eadfd8; border: 1px solid #eadfd8; border-radius: 18px; }
.verified-facts > div { min-width: 0; padding: 22px 24px; background: #fff; }
.verified-facts dt { color: var(--brand); font-size: 12px; font-weight: 800; }
.verified-facts dd { margin: 9px 0 0; color: #69635f; font-size: 13px; line-height: 1.75; }
.source-answer-link { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 28px; margin-top: 18px; padding: 24px 28px; color: #fff; background: #211815; border-radius: 18px; }
.source-answer-link strong { font-size: 17px; }
.source-answer-link p { margin: 0; color: #a99e99; font-size: 12px; line-height: 1.75; }
.source-answer-link a { padding: 12px 16px; color: #fff; background: var(--brand); border-radius: 9px; white-space: nowrap; font-size: 12px; font-weight: 700; }
.capabilities { background: #fff; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cap-card { position: relative; min-height: 330px; padding: 30px; overflow: hidden; background: #faf9f8; border: 1px solid #f0ece8; border-radius: var(--radius-md); transition: transform .3s, box-shadow .3s, border-color .3s; }
.cap-card:hover { transform: translateY(-6px); background: #fff; border-color: #f5c9b7; box-shadow: 0 24px 50px rgba(80,40,20,.09); }
.cap-card-featured { grid-row: span 2; min-height: 678px; color: #fff; background: linear-gradient(155deg, #ff835f 0%, #e63f15 45%, #9e2609 100%); border: 0; }
.cap-card-featured::before { content: ""; position: absolute; width: 330px; height: 330px; top: 105px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025); }
.cap-card-featured:hover { background: linear-gradient(155deg, #ff835f 0%, #e63f15 45%, #9e2609 100%); border-color: transparent; }
.card-icon { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin-bottom: 40px; place-items: center; color: var(--brand); background: #fff; border: 1px solid #f1e6df; border-radius: 14px; box-shadow: 0 9px 22px rgba(91,47,23,.07); }
.card-icon svg { width: 24px; height: 24px; }
.cap-card-featured .card-icon { color: #fff; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.2); }
.card-tag { position: absolute; top: 32px; right: 30px; padding: 6px 10px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.17); border-radius: 99px; font-size: 11px; }
.cap-card h3 { position: relative; z-index: 1; margin: 0 0 13px; font-size: 22px; }
.cap-card p { position: relative; z-index: 1; margin: 0; color: #6e6b68; font-size: 14px; line-height: 1.8; }
.cap-card-featured p { color: rgba(255,255,255,.78); }
.cap-card ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 26px 0 0; list-style: none; }
.cap-card li { padding: 6px 9px; color: #7b7672; background: #fff; border: 1px solid #eee9e5; border-radius: 8px; font-size: 11px; }
.mini-live-card { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 32px; padding: 24px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 18px; box-shadow: 0 30px 60px rgba(80,10,0,.25); }
.mini-live-card > span { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: #fff; background: #ff4040; border-radius: 99px; font: 700 10px/1 "Manrope", sans-serif; }
.mini-live-card > span i { width: 5px; height: 5px; background: #fff; border-radius: 50%; }
.mini-live-card strong { display: block; margin: 18px 0 26px; font-size: 17px; }
.mini-bars { height: 90px; display: flex; align-items: end; gap: 8px; }
.mini-bars b { flex: 1; height: var(--h, 30%); background: linear-gradient(to top, #ff572a, #ffb176); border-radius: 5px 5px 1px 1px; }
.mini-bars b:nth-child(1) { --h: 30%; }.mini-bars b:nth-child(2) { --h: 46%; }.mini-bars b:nth-child(3) { --h: 40%; }.mini-bars b:nth-child(4) { --h: 68%; }.mini-bars b:nth-child(5) { --h: 57%; }.mini-bars b:nth-child(6) { --h: 88%; }
.loop-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: center; margin-top: 18px; padding: 48px; background: #fff8f2; border: 1px solid #f8e1d3; border-radius: var(--radius-lg); }
.loop-copy h3 { margin: 0; font-size: 28px; line-height: 1.45; }
.loop-copy p { margin: 14px 0 0; color: #76716d; font-size: 14px; line-height: 1.8; }
.growth-loop { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; padding: 0; margin: 0; list-style: none; }
.growth-loop li { position: relative; padding: 20px 10px; text-align: center; background: #fff; border: 1px solid #f2ded1; border-radius: 16px; }
.growth-loop li:not(:last-child)::after { content: "›"; position: absolute; z-index: 2; top: 50%; right: -10px; width: 20px; height: 20px; color: var(--brand); background: #fff8f2; transform: translateY(-50%); font-size: 20px; line-height: 18px; }
.growth-loop span, .growth-loop strong, .growth-loop small { display: block; }
.growth-loop span { color: #ffb293; font: 800 11px "Manrope", sans-serif; }
.growth-loop strong { margin: 9px 0 4px; font-size: 13px; }
.growth-loop small { color: #9c9793; font-size: 10px; }

.products { background: var(--page); }
.product-showcase { overflow: hidden; background: #fff; border: 1px solid #ece9e6; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(48,34,27,.08); }
.product-tabs { display: grid; grid-template-columns: repeat(4, 1fr); background: #fbfaf9; border-bottom: 1px solid #ebe8e5; }
.product-tabs button { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; padding: 24px 26px; text-align: left; background: none; border: 0; border-right: 1px solid #ebe8e5; cursor: pointer; transition: background .2s; }
.product-tabs button:last-child { border-right: 0; }
.product-tabs button.active { background: #fff; }
.product-tabs button.active::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: -1px; height: 3px; background: var(--brand); border-radius: 3px 3px 0 0; }
.product-tabs button > span { grid-row: 1 / 3; padding-top: 2px; color: #c2bbb6; font: 800 12px "Manrope", sans-serif; }
.product-tabs button.active > span { color: var(--brand); }
.product-tabs strong { font-size: 15px; }
.product-tabs small { color: #99938e; font-size: 11px; }
.product-stage { min-height: 610px; }
.product-pane { min-height: 610px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; padding: 58px 74px; animation: fade-up .45s ease; }
@keyframes fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.product-pane[hidden], .feature-pane[hidden] { display: none !important; }
.pane-label { color: var(--brand); font: 800 11px "Manrope", sans-serif; letter-spacing: .12em; }
.pane-copy h3 { margin: 17px 0; font-size: 34px; line-height: 1.35; letter-spacing: -.025em; }
.pane-copy > p { margin: 0; color: #6c6966; font-size: 15px; line-height: 1.85; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 26px 0; list-style: none; color: #4f4d4b; font-size: 13px; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list svg { width: 20px; height: 20px; padding: 4px; color: #fff; background: var(--brand); border-radius: 50%; stroke-width: 2.5; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-size: 14px; font-weight: 700; }
.text-link:hover svg { transform: translateX(3px); }
.text-link svg { transition: transform .2s; }
.phone-duo { position: relative; height: 500px; }
.product-phone { top: 0; width: 225px; height: 466px; border-width: 6px; border-radius: 34px; }
.product-phone.back { left: 7%; transform: rotate(-5deg); }
.product-phone.front { right: 7%; z-index: 2; transform: rotate(4deg); }
.poster-frame { justify-self: center; width: min(100%, 250px); height: 555px; overflow: hidden; background: #f7f4f2; border-radius: 22px; box-shadow: 0 24px 60px rgba(114,51,21,.2); }
.poster-frame img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.dashboard-mock { overflow: hidden; background: #f7f8fa; border: 8px solid #1d2027; border-radius: 20px; box-shadow: 0 30px 70px rgba(24,28,37,.2); transform: perspective(1200px) rotateY(-4deg); }
.dash-top { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; background: #292d36; }
.dash-top i { width: 7px; height: 7px; border-radius: 50%; background: #ff6556; }.dash-top i:nth-child(2) { background: #ffbd2e; }.dash-top i:nth-child(3) { background: #27c93f; }
.dash-top span { width: 36%; height: 9px; margin-left: 18%; background: #3d424d; border-radius: 99px; }
.dash-body { height: 380px; display: grid; grid-template-columns: 76px 1fr; }
.dash-body aside { padding: 25px 12px; background: #242936; }
.dash-body aside b { display: block; width: 100%; height: 8px; margin-bottom: 24px; background: #3c4351; border-radius: 99px; }.dash-body aside b:first-child { background: var(--brand); }
.dash-main { padding: 22px; }
.dash-title { display: flex; justify-content: space-between; align-items: center; }
.dash-title b, .dash-title span { display: block; height: 8px; background: #30343c; border-radius: 9px; }.dash-title b { width: 90px; }.dash-title span { width: 130px; margin-top: 7px; background: #dadde2; }
.dash-title em { width: 60px; height: 24px; background: var(--brand); border-radius: 6px; }
.dash-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 18px 0; }
.dash-metrics div { padding: 13px; background: #fff; border: 1px solid #eceff3; border-radius: 8px; }
.dash-metrics small, .dash-metrics strong { display: block; }.dash-metrics small { color: #90949b; font-size: 8px; }.dash-metrics strong { margin-top: 7px; font: 700 14px "Manrope"; }
.dash-chart { position: relative; height: 125px; padding: 12px; background: #fff; border: 1px solid #eceff3; border-radius: 8px; }
.dash-chart span { display: block; width: 60px; height: 7px; background: #cccfd5; border-radius: 99px; }
.dash-chart svg { position: absolute; inset: 32px 12px 12px; width: calc(100% - 24px); height: calc(100% - 44px); overflow: visible; }
.dash-chart path { fill: none; stroke: var(--brand); stroke-width: 3; }
.dash-table { display: grid; gap: 8px; margin-top: 14px; }.dash-table i { height: 7px; background: #e2e4e8; border-radius: 99px; }
.product-pane[data-pane="data"] { color: #fff; background: #10131d; }
.pane-copy-dark > p { color: #aeb4c3; }
.product-pane[data-pane="data"] .check-list { color: #e5e9f1; }
.bigscreen-mock { padding: 17px; overflow: hidden; background: linear-gradient(155deg,#0d203d,#0a1429); border: 1px solid #1d4d78; border-radius: 16px; box-shadow: 0 26px 70px rgba(0,0,0,.35), inset 0 0 50px rgba(22,117,193,.1); }
.bigscreen-head { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 5px 12px; color: #6b9cc5; font: 600 8px "Manrope"; }
.bigscreen-head strong { position: absolute; left: 50%; color: #deefff; transform: translateX(-50%); font-size: 15px; letter-spacing: .12em; }
.bigscreen-metrics { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.bigscreen-metrics div { padding: 12px 9px; background: rgba(20,71,115,.28); border: 1px solid rgba(56,153,217,.24); border-radius: 7px; }
.bigscreen-metrics small, .bigscreen-metrics b { display: block; }.bigscreen-metrics small { color: #70a2cc; font-size: 7px; }.bigscreen-metrics b { margin-top: 7px; color: #58d6ff; font: 700 13px "Manrope"; }
.bigscreen-grid { display: grid; grid-template-columns: 1.55fr .8fr; gap: 8px; margin-top: 8px; }
.screen-chart, .screen-rank { position: relative; height: 205px; padding: 14px; background: rgba(15,52,88,.28); border: 1px solid rgba(56,153,217,.2); border-radius: 8px; }
.screen-chart > span, .screen-rank > span { color: #b7d8f2; font-size: 8px; }
.screen-chart svg { position: absolute; inset: 45px 14px 20px; width: calc(100% - 28px); height: calc(100% - 65px); }
.screen-chart path { fill: none; stroke: #41c9ff; stroke-width: 3; filter: drop-shadow(0 0 5px #2ca7e6); }
.screen-rank i { display: block; height: 9px; margin-top: 22px; background: linear-gradient(90deg,#efb83e 80%,rgba(56,153,217,.14) 80%); border-radius: 99px; }.screen-rank i:nth-of-type(2) { background: linear-gradient(90deg,#41c9ff 64%,rgba(56,153,217,.14) 64%); }.screen-rank i:nth-of-type(3) { background: linear-gradient(90deg,#41c9ff 49%,rgba(56,153,217,.14) 49%); }.screen-rank i:nth-of-type(4) { background: linear-gradient(90deg,#41c9ff 32%,rgba(56,153,217,.14) 32%); }

.growth { overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 0, #302017 0, transparent 32%), linear-gradient(140deg,#121215,#19130f 62%,#15100d); }
.growth-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.growth-orb-one { width: 460px; height: 460px; top: -250px; right: -90px; border: 1px solid rgba(255,112,57,.14); box-shadow: 0 0 0 80px rgba(255,112,57,.025), 0 0 0 160px rgba(255,112,57,.015); }
.growth-orb-two { width: 300px; height: 300px; bottom: -250px; left: -80px; background: rgba(255,87,42,.08); }
.growth-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.growth-copy h2 { max-width: 480px; }
.growth-copy > p { color: #aaa5a2; }
.growth-points { display: grid; gap: 20px; margin-top: 40px; }
.growth-points > div { display: flex; align-items: center; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.growth-points strong { width: 58px; color: #ff875e; font: 800 34px "Manrope"; }
.growth-points span { font-size: 14px; font-weight: 600; }.growth-points small { color: #85817e; font-size: 11px; font-weight: 400; }
.automation-board { padding: 28px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 25px; box-shadow: 0 40px 90px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.board-head { display: flex; justify-content: space-between; align-items: center; color: #c9c4c1; font-size: 12px; }
.board-head span { display: flex; align-items: center; gap: 8px; }.board-head i { width: 7px; height: 7px; background: #2ee288; border-radius: 50%; box-shadow: 0 0 0 6px rgba(46,226,136,.1); }.board-head em { padding: 5px 8px; color: #ff9c7e; background: rgba(255,87,42,.12); border-radius: 5px; font: 700 9px "Manrope"; }
.flow-row { display: grid; grid-template-columns: 1fr 26px 1fr 26px 1fr; align-items: center; margin: 28px 0; }
.flow-node { min-height: 126px; padding: 17px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.flow-node.start { border-color: rgba(255,108,60,.4); background: rgba(255,87,42,.08); }
.flow-node svg { width: 20px; height: 20px; color: #ff7e55; }
.flow-node span, .flow-node strong { display: block; }.flow-node span { margin-top: 16px; color: #7f7a77; font-size: 9px; }.flow-node strong { margin-top: 4px; font-size: 11px; }
.flow-line { position: relative; height: 1px; background: rgba(255,255,255,.15); }.flow-line i { position: absolute; right: -1px; top: -3px; width: 7px; height: 7px; border-top: 1px solid #8e8985; border-right: 1px solid #8e8985; transform: rotate(45deg); }
.board-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.board-stats div { padding: 15px; background: #fff; border-radius: 12px; }
.board-stats span, .board-stats strong, .board-stats small { display: block; }.board-stats span { color: #8b8784; font-size: 9px; }.board-stats strong { margin: 7px 0 3px; color: #292725; font: 800 18px "Manrope"; }.board-stats small { color: #aaa5a1; font-size: 8px; }.board-stats small.up { color: #17b26a; }
.board-funnel { display: grid; gap: 8px; margin-top: 22px; }
.board-funnel div { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; height: 29px; overflow: hidden; padding: 0 11px; border-radius: 6px; }
.board-funnel span { position: absolute; inset: 0 auto 0 0; width: var(--w); background: linear-gradient(90deg,rgba(255,87,42,.35),rgba(255,126,85,.12)); border-left: 2px solid #ff7952; }
.board-funnel b, .board-funnel em { position: relative; z-index: 1; font-size: 9px; font-style: normal; }.board-funnel b { color: #c8c2bf; }.board-funnel em { color: #8f8985; }

.commerce-scenes { background: #fffaf6; }
.poster-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.poster-gallery figure { position: relative; margin: 0; padding: 12px; overflow: hidden; background: #fff; border: 1px solid #f0e7e1; border-radius: 24px; box-shadow: 0 20px 60px rgba(92,48,24,.08); transition: transform .3s; }
.poster-gallery figure:hover { transform: translateY(-8px); }
.poster-gallery img { display: block; width: 100%; aspect-ratio: 412 / 915; object-fit: contain; object-position: top center; background: #f7f4f2; border-radius: 15px; }
.poster-gallery figcaption { padding: 19px 10px 10px; }.poster-gallery strong, .poster-gallery span { display: block; }.poster-gallery strong { font-size: 17px; }.poster-gallery span { margin-top: 6px; color: #88827e; font-size: 12px; }

.app-screen-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.app-screen-grid figure,
.overview-material-grid figure,
.official-promo-grid figure,
.system-evidence-grid figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid #eee5df; border-radius: 24px; box-shadow: 0 22px 60px rgba(75, 42, 25, .09); }
.app-screen-grid figure,
.overview-material-grid figure,
.official-promo-grid figure,
.system-evidence-grid figure { min-width: 0; width: 100%; }
.app-screen-grid img,
.overview-material-grid img,
.official-promo-grid img,
.system-evidence-grid img { display: block; width: 100%; height: auto; object-fit: contain; }
.app-screen-grid figure { padding: 12px; }
.app-screen-grid img { border-radius: 17px; background: linear-gradient(160deg, #fff8f3, #f2eee9); }
.app-screen-grid figcaption,
.overview-material-grid figcaption,
.official-promo-grid figcaption,
.system-evidence-grid figcaption { padding: 20px 16px 14px; }
.app-screen-grid strong,
.app-screen-grid span,
.overview-material-grid strong,
.overview-material-grid span,
.official-promo-grid strong,
.official-promo-grid span,
.system-evidence-grid strong,
.system-evidence-grid span { display: block; }
.app-screen-grid strong,
.overview-material-grid strong,
.official-promo-grid strong,
.system-evidence-grid strong { font-size: 17px; }
.app-screen-grid span,
.overview-material-grid span,
.official-promo-grid span,
.system-evidence-grid span { margin-top: 6px; color: #88827e; font-size: 12px; line-height: 1.7; }

.official-overview { background: #fff; }
.overview-material-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.overview-material-grid img { aspect-ratio: 1; }

.official-promo-section { background: linear-gradient(180deg, #fff8f3 0%, #fff 100%); }
.official-promo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.official-promo-grid figure { padding: 10px; }
.official-promo-grid img { aspect-ratio: 3 / 4; border-radius: 16px; }

.system-evidence { background: #f5f7ff; }
.system-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.system-evidence-grid figure { padding: 12px; border-color: #dfe5f5; box-shadow: 0 26px 70px rgba(38, 70, 139, .1); }
.system-evidence-grid img { border-radius: 16px; }
.material-source { margin: 28px 0 0; color: #737987; font-size: 12px; text-align: center; }
.material-source a { color: var(--brand); font-weight: 700; }

.architecture { background: #fff; }
.architecture-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.tech-groups { display: grid; gap: 11px; margin-top: 32px; }
.tech-groups > div { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.tech-groups span { width: 64px; color: #99928d; font-size: 11px; }
.tech-groups b { padding: 7px 10px; color: #4c4947; background: #faf8f6; border: 1px solid #ede8e4; border-radius: 8px; font: 700 11px "Manrope",sans-serif; }
.architecture-diagram { padding: 28px; background: #faf9f7; border: 1px solid #ece8e3; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(44,34,28,.07); }
.arch-layer { padding: 18px; background: #fff; border: 1px solid #eae6e1; border-radius: 15px; }
.layer-name { display: block; margin-bottom: 12px; color: #a09a95; font-size: 10px; font-weight: 700; }
.arch-layer > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.arch-layer b { display: flex; justify-content: center; align-items: center; gap: 6px; min-height: 45px; padding: 8px; color: #4b4845; background: #faf8f6; border-radius: 9px; font-size: 11px; }
.arch-layer b svg { width: 16px; height: 16px; color: var(--brand); }
.terminal-layer { border-color: #f4cbbb; }.terminal-layer b { color: #8a3a1c; background: #fff2eb; }
.service-layer > div { grid-template-columns: repeat(8,1fr); }.service-layer b { min-height: 40px; padding: 6px 3px; }
.arch-connector { position: relative; display: flex; justify-content: center; gap: 70px; height: 34px; }.arch-connector::before { content: ""; position: absolute; top: 16px; left: 30%; right: 30%; height: 1px; background: #ddd7d2; }.arch-connector i { position: relative; z-index: 1; width: 7px; height: 7px; margin-top: 13px; background: var(--brand); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #e6d2c8; }
.arch-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.arch-bottom .arch-layer > div { grid-template-columns: repeat(3,1fr); }.arch-bottom .arch-layer:last-child > div { grid-template-columns: repeat(4,1fr); }
.deployment-band { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; margin-top: 70px; padding: 34px 40px; color: #fff; background: linear-gradient(120deg,#241711,#482013 72%,#74270e); border-radius: 24px; overflow: hidden; }
.deployment-icon { display: grid; width: 64px; height: 64px; place-items: center; color: #ff956f; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; }.deployment-icon svg { width: 31px; height: 31px; }
.deployment-band h3 { margin: -3px 0 6px; font-size: 22px; }.deployment-band p { margin: 0; color: #bcb2ad; font-size: 12px; }
.deployment-band ul { display: flex; gap: 8px; padding: 0; margin: 0; list-style: none; }.deployment-band li { padding: 8px 11px; color: #e8dcd5; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.09); border-radius: 8px; font-size: 10px; }

.features { background: #f7f7f7; }
.feature-browser { background: #fff; border: 1px solid #ebe8e5; border-radius: 26px; box-shadow: 0 26px 70px rgba(38,30,25,.07); }
.feature-nav { display: grid; grid-template-columns: repeat(6,1fr); padding: 9px; background: #f0eeec; border-radius: 22px 22px 0 0; }
.feature-nav button { padding: 15px 8px; color: #77726e; background: none; border: 0; border-radius: 13px; font-size: 13px; font-weight: 600; cursor: pointer; }
.feature-nav button.active { color: var(--brand); background: #fff; box-shadow: 0 7px 20px rgba(57,40,29,.07); }
.feature-content { padding: 42px; }
.feature-pane { animation: fade-up .4s ease; }
.feature-intro { display: flex; align-items: center; gap: 18px; margin-bottom: 31px; }
.feature-intro > span { display: grid; width: 54px; height: 54px; flex: none; place-items: center; color: var(--brand); background: #fff0e8; border-radius: 15px; }.feature-intro svg { width: 26px; height: 26px; }
.feature-intro h3 { margin: 0 0 5px; font-size: 20px; }.feature-intro p { margin: 0; color: #88827e; font-size: 12px; }
.feature-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.feature-list span { position: relative; padding: 14px 12px 14px 29px; color: #4d4a48; background: #faf9f8; border: 1px solid #efebe8; border-radius: 10px; font-size: 12px; }
.feature-list span::before { content: ""; position: absolute; top: 50%; left: 13px; width: 6px; height: 6px; background: var(--brand); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 4px #ffe9df; }
.homepage-feature-details { min-width: 0; margin-top: 78px; scroll-margin-top: 90px; }
.feature-detail-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; margin-bottom: 28px; }
.feature-detail-heading h3 { max-width: 760px; margin: 10px 0 12px; font-size: clamp(32px,4vw,48px); line-height: 1.35; }
.feature-detail-heading p { max-width: 820px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.9; }
.feature-detail-stats { display: flex; gap: 8px; }
.feature-detail-stats span { display: grid; min-width: 90px; padding: 14px; color: #766e68; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-align: center; font-size: 10px; }
.feature-detail-stats strong { display: block; margin-bottom: 4px; color: var(--brand); font-size: 24px; }
.home-feature-tools { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); align-items: center; gap: 30px; margin-bottom: 20px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 12px 32px rgba(47,34,27,.05); }
.feature-search > label { display: block; margin-bottom: 7px; color: #685e59; font-size: 10px; font-weight: 800; }
.feature-search > div { display: flex; align-items: center; gap: 8px; min-height: 43px; padding: 0 12px; background: #f8f6f4; border: 1px solid var(--line); border-radius: 10px; }
.feature-search > div:focus-within { border-color: #f2a286; box-shadow: 0 0 0 3px rgba(255,87,42,.08); }
.feature-search > div > span { color: var(--brand); font-size: 21px; line-height: 1; }
.feature-search input { width: 100%; min-width: 0; padding: 10px 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 12px; }
.feature-search button { padding: 6px 8px; color: var(--brand); background: #fff; border: 1px solid #f0d6cc; border-radius: 7px; font-size: 10px; cursor: pointer; }
.feature-search > p { margin: 7px 0 0; color: var(--ink-soft); font-size: 10px; }
.feature-jump { display: flex; min-width: 0; gap: 7px; padding: 2px 0 5px; overflow-x: auto; scrollbar-width: thin; }
.feature-jump a { padding: 9px 12px; color: #655c57; background: #f8f6f4; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; font-size: 10px; font-weight: 700; }
.feature-jump a:hover { color: var(--brand); background: var(--brand-soft); border-color: #efc5b6; }
.feature-catalog { display: grid; min-width: 0; gap: 20px; }
.feature-group { min-width: 0; scroll-margin-top: 85px; padding: 31px 32px 34px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 42px rgba(48,35,28,.045); }
.feature-group-heading { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; margin-bottom: 24px; }
.feature-group-heading > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--brand); background: var(--brand-soft); border-radius: 14px; font: 800 12px/1 sans-serif; }
.feature-group-heading h3 { margin: 1px 0 5px; font-size: 27px; line-height: 1.45; }
.feature-group-heading p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.feature-group h4 { margin: 30px 0 13px; padding-left: 12px; border-left: 3px solid var(--brand); font-size: 17px; }
.feature-copy { margin: 0 0 17px; color: var(--ink-soft); font-size: 13px; line-height: 1.95; }
.feature-table-wrap { width: 100%; max-width: 100%; min-width: 0; margin-top: 13px; overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; outline: none; }
.feature-table-wrap:focus { border-color: #efab91; box-shadow: 0 0 0 3px rgba(255,87,42,.08); }
.homepage-feature-details table { width: 100%; min-width: 780px; table-layout: fixed; border-collapse: collapse; }
.homepage-feature-details th,.homepage-feature-details td { padding: 15px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.homepage-feature-details th { color: #665d58; background: #f7f4f2; font-size: 11px; letter-spacing: .02em; }
.homepage-feature-details td { color: #554e4a; font-size: 12px; line-height: 1.75; }
.homepage-feature-details th:first-child,.homepage-feature-details td:first-child { width: 19%; color: var(--ink); font-weight: 700; }
.homepage-feature-details tbody tr:last-child td { border-bottom: 0; }
.homepage-feature-details tbody tr:nth-child(even) { background: #fcfbfa; }
.homepage-feature-details tbody tr:hover { background: #fff8f5; }
.homepage-feature-details code { padding: 2px 5px; color: #a34020; background: #fff0e9; border-radius: 5px; font-family: Consolas,Monaco,monospace; font-size: 10px; }
.feature-state { display: inline-flex; align-items: center; padding: 5px 9px; color: #5d5652; background: #f2efed; border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.feature-state.is-ready { color: #286641; background: #e9f7ef; }
.feature-state.is-config { color: #9a4b22; background: #fff1e8; }
.feature-empty { padding: 70px 30px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.feature-empty strong { font-size: 22px; }
.feature-empty p { margin: 9px 0 0; color: var(--ink-soft); }
.home-feature-boundary { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; margin-top: 25px; padding: 34px 38px; color: #fff; background: linear-gradient(130deg,#221714,#5b2716); border-radius: 19px; }
.home-feature-boundary > div { margin-right: 22px; }
.home-feature-boundary span { color: #ff9b77; font-size: 10px; font-weight: 800; }
.home-feature-boundary h3 { margin: 8px 0 10px; font-size: 25px; }
.home-feature-boundary p { max-width: 800px; margin: 0; color: #c3b5ae; font-size: 12px; line-height: 1.85; }
.home-feature-boundary > a { padding: 13px 18px; color: #fff; background: var(--brand); border-radius: 8px; white-space: nowrap; font-size: 11px; font-weight: 700; }
.home-feature-boundary > a.secondary { color: #e6d9d3; background: rgba(255,255,255,.09); }

.knowledge-section { background: #fff; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.knowledge-card { display: flex; min-height: 290px; padding: 29px; flex-direction: column; background: #faf8f6; border: 1px solid #eee9e5; border-radius: 18px; transition: transform .25s,border-color .25s,box-shadow .25s; }
.knowledge-card:hover { border-color: #f2bba7; transform: translateY(-6px); box-shadow: 0 22px 46px rgba(53,36,27,.09); }
.knowledge-card > span { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.knowledge-card h3 { margin: 17px 0 11px; font-size: 19px; line-height: 1.58; }
.knowledge-card p { margin: 0; color: #7f7873; font-size: 12px; line-height: 1.8; }
.knowledge-card strong { margin-top: auto; padding-top: 22px; color: var(--brand); font-size: 11px; }
.knowledge-action { display: flex; justify-content: center; margin-top: 35px; }

.cta-section { padding: 90px 0; background: #f7f7f7; }
.cta-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; min-height: 310px; padding: 58px 64px; overflow: hidden; color: #fff; background: linear-gradient(125deg,#ff7147 0%,#e63d12 48%,#a92608 100%); border-radius: 32px; box-shadow: 0 30px 70px rgba(207,57,16,.24); }
.cta-card::after { content: ""; position: absolute; width: 350px; height: 350px; right: 8%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04),0 0 0 140px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { max-width: 650px; margin: 4px 0 12px; font-size: clamp(32px,4vw,48px); line-height: 1.3; }.cta-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }

.site-footer { padding: 72px 0 24px; color: #d7d3d0; background: #111113; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 60px; padding-bottom: 55px; }
.brand-light .brand-copy strong { color: #fff; }.brand-light .brand-copy small { color: #777; }
.footer-brand p { max-width: 330px; margin: 22px 0 0; color: #777371; font-size: 13px; line-height: 1.8; }
.footer-links { display: grid; align-content: start; gap: 12px; }.footer-links strong { margin-bottom: 6px; color: #fff; font-size: 13px; }.footer-links a { width: fit-content; color: #777371; font-size: 12px; transition: color .2s; }.footer-links a:hover { color: #ff8b66; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #5f5c5a; border-top: 1px solid #272629; font-size: 10px; }
.footer-bottom .icp-link { color: inherit; transition: color .2s; }
.footer-bottom .icp-link:hover { color: #ff8b66; }

.reveal { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.3,1); }
.reveal-ready .reveal { opacity: 0; transform: translateY(24px); }
.reveal-ready .reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }.main-nav > a { display: none; }
  .hero-grid { gap: 20px; }.hero h1 { font-size: 53px; }
  .hero-visual { transform: scale(.9); transform-origin: center; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }.cap-card-featured { grid-row: span 2; }
  .loop-panel { grid-template-columns: 1fr; }
  .product-pane { padding: 48px; gap: 30px; }
  .growth-grid { gap: 40px; }
  .architecture-grid { gap: 40px; }
  .deployment-band { grid-template-columns: auto 1fr; }.deployment-band ul { grid-column: 2; }
  .feature-list { grid-template-columns: repeat(3,1fr); }
  .feature-detail-heading { grid-template-columns: 1fr; }
  .feature-detail-stats { justify-content: flex-start; }
  .home-feature-tools { grid-template-columns: 1fr; gap: 13px; }
  .home-feature-boundary { grid-template-columns: 1fr 1fr; }
  .home-feature-boundary > div { grid-column: 1/-1; margin: 0 0 10px; }
  .knowledge-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 66px; background: rgba(255,255,255,.85); border-bottom: 1px solid rgba(236,231,225,.8); backdrop-filter: blur(16px); }
  .brand-logo { width: 38px; height: 38px; }.brand-copy strong { font-size: 16px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 66px 0 auto; display: grid; gap: 0; padding: 18px 16px 24px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px rgba(37,26,20,.12); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .3s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav > a { display: block; padding: 14px 8px; border-bottom: 1px solid #f0edeb; }.main-nav > a::after { display: none; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; margin: 16px 0 0; }.nav-actions .btn { width: 100%; }
  .hero { min-height: auto; padding: 112px 0 60px; }.hero-grid { grid-template-columns: 1fr; text-align: center; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.hero-copy h1,.hero-copy .hero-lead { width: 100%; }.hero h1 { margin-top: 22px; font-size: clamp(40px,11vw,58px); }.hero-lead { font-size: 16px; }.hero-checks { justify-content: center; }
  .hero-visual { width: 600px; max-width: 100%; height: 590px; margin: 15px auto 0; transform: scale(.88); }.phone-side { left: 2%; }.float-order { right: 0; }
  .capability-strip { grid-template-columns: repeat(3,1fr); gap: 20px 0; margin-top: -10px; }.capability-strip div:nth-child(3) { border-right: 0; }
  .section { padding: 90px 0; }.section-heading { margin-bottom: 40px; }
  .source-answer-grid { grid-template-columns: 1fr; }.source-answer-grid article { min-height: auto; }.verified-facts { grid-template-columns: repeat(2,1fr); }.source-answer-link { grid-template-columns: 1fr auto; }.source-answer-link p { grid-column: 1/-1; grid-row: 2; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.cap-card-featured { grid-column: 1/-1; grid-row: auto; min-height: 560px; }
  .product-tabs { overflow-x: auto; grid-template-columns: repeat(4,190px); }.product-pane { grid-template-columns: 1fr; padding: 44px; }.product-pane > * { min-width: 0; }.product-stage,.product-pane { min-height: 930px; }.phone-duo { width: 100%; max-width: 500px; margin: auto; }.poster-frame { width: 250px; }
  .growth-grid { grid-template-columns: 1fr; }.growth-copy h2 { max-width: none; }
  .poster-gallery { gap: 12px; }.poster-gallery figure { padding: 8px; }
  .app-screen-grid,.official-promo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .system-evidence-grid { grid-template-columns: 1fr; }
  .architecture-grid { grid-template-columns: 1fr; }.architecture-copy { max-width: 650px; }.deployment-band { grid-template-columns: auto 1fr; }
  .feature-nav { grid-template-columns: repeat(3,1fr); gap: 4px; }.feature-list { grid-template-columns: repeat(2,1fr); }
  .knowledge-grid { grid-template-columns: repeat(2,1fr); }
  .cta-card { grid-template-columns: 1fr; padding: 48px; }.cta-actions { flex-direction: row; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand-copy small { display: none; }
  .hero { padding-top: 100px; }.eyebrow { font-size: 11px; }.hero h1 { font-size: 39px; line-height: 1.2; }.hero-lead { font-size: 14px; line-height: 1.8; }.hero-lead br { display: none; }
  .hero-actions { width: 100%; flex-direction: column; }.hero-actions .btn { width: 100%; }.hero-checks { display: grid; text-align: left; }
  .hero-visual { width: 100%; height: 500px; margin-inline: auto; transform: scale(.82); transform-origin: top center; }.phone-main { left: 58%; }.phone-side { left: -2%; }.float-live { right: -35px; }.float-order { right: -40px; }
  .capability-strip { grid-template-columns: repeat(2,1fr); margin-top: -90px; padding-block: 22px; }.capability-strip div { border-right: 1px solid #eee8e4 !important; }.capability-strip div:nth-child(even) { border-right: 0 !important; }.capability-strip strong { font-size: 25px; }
  .section { padding: 72px 0; }.section-heading h2,.architecture-copy h2,.growth-copy h2 { font-size: 32px; }.section-heading p,.architecture-copy > p,.growth-copy > p { font-size: 14px; }
  .source-answer-grid h3 { font-size: 21px; }.verified-facts { grid-template-columns: 1fr; }.source-answer-link { grid-template-columns: 1fr; padding: 24px; }.source-answer-link p { grid-column: auto; grid-row: auto; }.source-answer-link a { text-align: center; white-space: normal; }
  .capability-grid { grid-template-columns: 1fr; }.cap-card { min-height: auto; }.cap-card-featured { min-height: 540px; }.card-icon { margin-bottom: 28px; }.loop-panel { padding: 28px 20px; }.growth-loop { grid-template-columns: 1fr; }.growth-loop li { display: grid; grid-template-columns: 32px 1fr 1fr; align-items: center; text-align: left; }.growth-loop li:not(:last-child)::after { top: auto; left: 50%; right: auto; bottom: -13px; transform: rotate(90deg); }
  .product-tabs { grid-template-columns: repeat(4,165px); }.product-tabs button { padding: 20px 16px; }.product-pane { padding: 32px 20px; }.product-stage,.product-pane { min-height: 830px; }.pane-copy h3 { font-size: 28px; }.phone-duo { height: 430px; }.product-phone { width: 190px; height: 395px; border-radius: 29px; }.product-phone.back { left: 0; }.product-phone.front { right: 0; }.poster-frame { width: 220px; height: 490px; }
  .dashboard-mock { transform: none; }.dash-body { height: 300px; grid-template-columns: 56px 1fr; }.dash-main { padding: 12px; }.dash-metrics { gap: 5px; }.dash-metrics div { padding: 8px; }.dash-metrics strong { font-size: 10px; }.dash-chart { height: 90px; }
  .bigscreen-mock { padding: 10px; }.bigscreen-head span,.bigscreen-head time { display: none; }.bigscreen-head { height: 28px; justify-content: center; }.bigscreen-head strong { white-space: nowrap; }.bigscreen-metrics { grid-template-columns: repeat(2,1fr); }.bigscreen-grid { grid-template-columns: 1fr; }.screen-rank { display: none; }
  .growth-points strong { font-size: 29px; }.automation-board { padding: 18px; margin-inline: -4px; }.flow-row { grid-template-columns: 1fr; gap: 8px; }.flow-line { width: 1px; height: 12px; margin: auto; }.flow-line i { right: -3px; top: 4px; transform: rotate(135deg); }.flow-node { min-height: 92px; }.flow-node span { margin-top: 8px; }.board-stats { gap: 5px; }.board-stats div { padding: 10px 8px; }.board-stats strong { font-size: 13px; }
  .poster-gallery { grid-template-columns: 1fr; gap: 20px; }.poster-gallery figure { padding: 10px; }
  .app-screen-grid,.overview-material-grid,.official-promo-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .app-screen-grid figure,.official-promo-grid figure,.system-evidence-grid figure { padding: 8px; border-radius: 18px; }
  .architecture-diagram { padding: 14px; }.arch-layer { padding: 13px; }.arch-layer > div { grid-template-columns: repeat(2,1fr); }.service-layer > div { grid-template-columns: repeat(4,1fr); }.arch-bottom { grid-template-columns: 1fr; }.arch-bottom .arch-layer:last-child > div { grid-template-columns: repeat(2,1fr); }.arch-connector { height: 24px; }.arch-connector::before { top: 11px; }.arch-connector i { margin-top: 8px; }
  .deployment-band { grid-template-columns: 1fr; padding: 28px; }.deployment-band ul { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; }.deployment-icon { width: 54px; height: 54px; }
  .feature-nav { display: flex; overflow-x: auto; border-radius: 18px 18px 0 0; }.feature-nav button { min-width: 104px; }.feature-content { padding: 26px 18px; }.feature-intro { align-items: flex-start; }.feature-list { grid-template-columns: 1fr; }
  .homepage-feature-details { margin-top: 58px; }
  .feature-detail-heading { gap: 22px; }
  .feature-detail-heading h3 { font-size: 31px; }
  .feature-detail-stats { display: grid; grid-template-columns: repeat(3,1fr); }
  .feature-detail-stats span { min-width: 0; padding: 12px 8px; }
  .home-feature-tools { padding: 14px; }
  .feature-group { padding: 24px 18px 27px; }
  .feature-group-heading { grid-template-columns: 44px 1fr; gap: 13px; }
  .feature-group-heading > span { width: 40px; height: 40px; }
  .feature-group-heading h3 { font-size: 23px; }
  .homepage-feature-details table { min-width: 720px; }
  .homepage-feature-details th,.homepage-feature-details td { padding: 13px 14px; }
  .home-feature-boundary { grid-template-columns: 1fr; padding: 30px 24px; }
  .home-feature-boundary > div { grid-column: auto; }
  .home-feature-boundary > a { text-align: center; }
  .knowledge-grid { grid-template-columns: 1fr; }.knowledge-card { min-height: 250px; }
  .cta-section { padding: 55px 0; }.cta-card { padding: 38px 24px; text-align: center; border-radius: 24px; }.cta-card h2 { font-size: 31px; }.cta-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 22px; }.footer-brand { grid-column: 1/-1; }.footer-bottom { gap: 20px; flex-direction: column; }
}

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