:root {
  --growth-ink: #102f31;
  --growth-ink-2: #183e40;
  --growth-paper: #f5f2e9;
  --growth-card: #fffdf7;
  --growth-sage: #dce5dc;
  --growth-coral: #d96c55;
  --growth-muted: #62716d;
  --growth-line: rgba(16, 47, 49, 0.15);
  --growth-radius: 18px;
  --growth-shadow: 0 22px 70px rgba(16, 47, 49, 0.09);
}

html { overflow-x: clip; }
body { text-rendering: optimizeLegibility; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(217, 108, 85, 0.55); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: #fff; color: var(--growth-ink); border: 1px solid var(--growth-ink); }
.skip-link:focus { top: 16px; }
.header { background: rgba(245, 242, 233, 0.9); backdrop-filter: blur(18px); }
.header-cta { min-height: 42px; padding-inline: 18px; }
.header:has(.language-switch) { grid-template-columns: minmax(150px, 1fr) auto auto auto; column-gap: 16px; }
.language-switch { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 68px; height: 36px; padding: 0 10px; border: 1px solid rgba(16, 47, 49, 0.22); border-radius: 999px; background: transparent; color: var(--ink); font: 700 11px/1 Manrope, sans-serif; letter-spacing: .04em; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.language-switch:hover { border-color: var(--ink); background: rgba(16, 47, 49, .05); }
.language-switch i { width: 1px; height: 12px; background: rgba(16, 47, 49, .22); }
.language-switch span { opacity: .42; transition: opacity .2s ease; }
.language-switch span.active { opacity: 1; }
.language-switch:focus-visible { outline: 3px solid rgba(201, 118, 76, .28); outline-offset: 3px; }
.nav a[href="/automation-check"] { color: var(--growth-coral); }
.brand img { object-fit: cover; }
h1, h2 { text-wrap: balance; }
html[lang="en"] .i18n-heading-space { display: inline; }
html[lang="en"] .growth-hero h1 span { display: inline; }
html[lang="en"] .growth-hero h1 span::before { content: " "; }

.growth-home { background: var(--growth-paper); color: var(--growth-ink); }
.growth-shell { width: min(1180px, calc(100vw - 48px)); margin-inline: auto; }
.growth-eyebrow { margin: 0 0 18px; font: 700 11px/1.4 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: var(--growth-coral); }
.growth-eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 11px 3px 0; background: currentColor; }
.growth-section { padding: 112px 0; }
.growth-section-head { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .55fr); gap: 64px; align-items: end; margin-bottom: 48px; }
.growth-section-head h2, .growth-callout h2, .growth-evidence-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.18; letter-spacing: -.035em; }
.growth-section-head > p, .growth-evidence-copy > p { margin: 0; color: var(--growth-muted); font-size: 16px; line-height: 1.9; }

.growth-hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 72px; align-items: center; padding: 78px 0 92px; }
.growth-hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 4.2vw, 56px); line-height: 1.18; letter-spacing: -.045em; }
.growth-hero h1 span { display: block; color: var(--growth-coral); }
.growth-hero-lead { max-width: 660px; margin: 28px 0 0; color: var(--growth-muted); font-size: 17px; line-height: 1.9; }
.growth-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.growth-btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 23px; border: 1px solid var(--growth-ink); font-weight: 700; font-size: 14px; transition: transform .2s, background .2s, color .2s; }
.growth-btn:hover { transform: translateY(-2px); }
.growth-btn.primary { background: var(--growth-ink); color: #fff; }
.growth-btn.primary:hover { background: var(--growth-ink-2); }
.growth-btn.secondary { background: transparent; color: var(--growth-ink); }
.growth-btn.light { background: #fff; color: var(--growth-ink); border-color: #fff; }
.growth-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--growth-muted); font-size: 12px; }
.growth-trust span::before { content: "✓"; margin-right: 7px; color: var(--growth-coral); font-weight: 800; }

.workflow-board { position: relative; padding: 24px; background: var(--growth-ink); color: #fff; border-radius: 24px; box-shadow: var(--growth-shadow); overflow: hidden; }
.workflow-board::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.workflow-top, .workflow-status, .workflow-row, .workflow-summary { position: relative; z-index: 1; }
.workflow-top { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); font: 700 10px Manrope, sans-serif; letter-spacing: .14em; }
.workflow-status { display: inline-flex; align-items: center; gap: 8px; color: #c8e9d7; }
.workflow-status i { width: 7px; height: 7px; background: #5bd296; border-radius: 99px; box-shadow: 0 0 0 5px rgba(91,210,150,.13); }
.workflow-row { display: grid; grid-template-columns: 1fr 24px 1fr 24px 1fr; gap: 8px; align-items: stretch; margin: 28px 0; }
.workflow-row article { min-height: 148px; padding: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; }
.workflow-row span { color: #eb967f; font: 700 10px Manrope, sans-serif; letter-spacing: .12em; }
.workflow-row b { display: block; margin: 16px 0 8px; font-size: 15px; }
.workflow-row p { margin: 0; color: #b8c8c5; font-size: 11px; line-height: 1.65; }
.workflow-row > i { align-self: center; text-align: center; color: #eb967f; font-style: normal; }
.workflow-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.workflow-summary div { padding: 18px; background: var(--growth-card); color: var(--growth-ink); border-radius: 12px; }
.workflow-summary small { display: block; color: var(--growth-muted); }
.workflow-summary strong { display: block; margin-top: 9px; font-size: 22px; }

.hero-system { position: relative; isolation: isolate; padding: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: var(--growth-ink); color: #fff; box-shadow: 0 30px 90px rgba(16,47,49,.2); }
.hero-system::before { content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; right: -110px; top: -140px; border-radius: 50%; background: rgba(217,108,85,.2); filter: blur(70px); }
.hero-system-top { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 7px 12px; font: 700 11px/1 Manrope, sans-serif; letter-spacing: .12em; }
.hero-system-status { display: inline-flex; align-items: center; gap: 9px; color: #c8e9d7; letter-spacing: .04em; }
.hero-system-status i { width: 7px; height: 7px; border-radius: 50%; background: #5bd296; box-shadow: 0 0 0 5px rgba(91,210,150,.13); }
.hero-system-viewport { position: relative; overflow: hidden; aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: #e8eceb; }
.hero-system-viewport::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(8,31,32,.72)); pointer-events: none; }
.hero-system-viewport img { width: 100%; height: 100%; object-fit: cover; object-position: top; transform: scale(1.025); animation: hero-product-drift 16s ease-in-out infinite alternate; }
.hero-system-scan { position: absolute; z-index: 2; left: 0; right: 0; top: -20%; height: 28%; background: linear-gradient(transparent, rgba(103,230,188,.13), transparent); transform: translateY(-130%); animation: hero-system-scan 6.5s ease-in-out infinite; pointer-events: none; }
.hero-system-proof { position: absolute; z-index: 3; left: 18px; bottom: 16px; display: grid; gap: 4px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(9,35,36,.78); backdrop-filter: blur(10px); }
.hero-system-proof small { color: #eb967f; font: 700 11px/1 Manrope, sans-serif; letter-spacing: .12em; }
.hero-system-proof strong { font-size: 14px; }
.hero-system-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; padding: 16px 5px 9px; }
.hero-system-flow div { display: grid; gap: 5px; min-width: 0; }
.hero-system-flow small { color: #8da6a1; font: 700 11px/1 Manrope, sans-serif; letter-spacing: .09em; }
.hero-system-flow strong { font-size: 13px; }
.hero-system-flow > i { color: #eb967f; font-style: normal; }
.hero-system-note { margin: 6px 5px 2px; color: #9bb0ac; font-size: 12px; line-height: 1.55; }

@keyframes hero-product-drift { to { transform: scale(1.065) translate3d(-.6%, -.4%, 0); } }
@keyframes hero-system-scan { 0%, 18% { transform: translateY(-130%); opacity: 0; } 30% { opacity: 1; } 72% { opacity: 1; } 88%, 100% { transform: translateY(520%); opacity: 0; } }

.credibility-strip { background: #fff; border-block: 1px solid var(--growth-line); }
.credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credibility-grid div { min-height: 116px; padding: 28px; border-right: 1px solid var(--growth-line); }
.credibility-grid div:first-child { border-left: 1px solid var(--growth-line); }
.credibility-grid strong { display: block; margin-bottom: 8px; font-size: 14px; }
.credibility-grid span { color: var(--growth-muted); font-size: 12px; line-height: 1.6; }

.flow-story { position: relative; overflow: hidden; padding: 132px 0 126px; background: #0d2f31; color: #fff; }
.flow-story::before { content: ""; position: absolute; width: 560px; height: 560px; left: -240px; top: -260px; border-radius: 50%; background: rgba(217,108,85,.11); filter: blur(80px); }
.flow-story-intro { position: relative; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.55fr); gap: 80px; align-items: end; }
.flow-story-intro .growth-eyebrow { grid-column: 1 / -1; margin-bottom: -46px; }
.flow-statement { max-width: 900px; margin: 0; font-size: clamp(42px,5.6vw,76px); line-height: 1.2; letter-spacing: -.045em; }
.flow-char { display: inline-block; will-change: transform; }
.flow-char.space { width: .28em; }
.flow-statement.visible .flow-char:not(.space) { animation: flow-breathe 4.8s ease-in-out infinite; animation-delay: calc(var(--char-index) * 65ms); }
.flow-story-lead { max-width: 440px; margin: 0; color: #b7c8c4; font-size: 16px; line-height: 1.9; }
.flow-path { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 84px; padding-top: 34px; }
.flow-path::before { content: ""; position: absolute; left: 0; right: 0; top: 4px; height: 1px; background: linear-gradient(90deg, rgba(141,166,161,.25), #eb967f, rgba(141,166,161,.25)); }
.flow-path::after { content: ""; position: absolute; left: 0; top: 0; width: 9px; height: 9px; border-radius: 50%; background: #eb967f; box-shadow: 0 0 0 8px rgba(235,150,127,.12); animation: flow-dot 8s ease-in-out infinite; }
.flow-path article { position: relative; min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.045); transition-delay: var(--flow-delay,0ms); }
.flow-path article::before { content: ""; position: absolute; width: 7px; height: 7px; left: 26px; top: -34px; border-radius: 50%; background: #7b9893; box-shadow: 0 0 0 5px rgba(123,152,147,.12); }
.flow-path article:nth-child(2) { --flow-delay: 80ms; }
.flow-path article:nth-child(3) { --flow-delay: 160ms; }
.flow-path article:nth-child(4) { --flow-delay: 240ms; }
.flow-path span { color: #eb967f; font: 700 12px/1 Manrope, sans-serif; letter-spacing: .11em; }
.flow-path h3 { margin: 58px 0 13px; font-size: 22px; }
.flow-path p { margin: 0; color: #adc0bc; font-size: 14px; line-height: 1.8; }

@keyframes flow-breathe { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes flow-dot { 0%,10% { left: 0; } 45%,55% { left: calc(50% - 5px); } 90%,100% { left: calc(100% - 9px); } }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pain-card { min-height: 210px; padding: 28px; background: rgba(255,255,255,.58); border: 1px solid var(--growth-line); border-radius: var(--growth-radius); }
.pain-card span { display: inline-grid; width: 36px; height: 36px; place-items: center; background: var(--growth-sage); border-radius: 10px; font: 700 11px Manrope, sans-serif; }
.pain-card h3 { margin: 32px 0 10px; font-size: 20px; }
.pain-card p { margin: 0; color: var(--growth-muted); line-height: 1.75; font-size: 13px; }

.before-after { background: var(--growth-ink); color: #fff; }
.before-after .growth-section-head > p { color: #b7c7c3; }
.compare-grid { display: grid; grid-template-columns: 1fr 64px 1fr; align-items: stretch; }
.compare-card { padding: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--growth-radius); }
.compare-card.after { background: #fff; color: var(--growth-ink); }
.compare-card > span { font: 700 11px Manrope, sans-serif; letter-spacing: .15em; color: #ef9a84; }
.compare-card h3 { margin: 16px 0 28px; font-size: 28px; }
.compare-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.compare-card li { display: flex; gap: 12px; color: #bdcbc8; font-size: 14px; }
.compare-card.after li { color: var(--growth-muted); }
.compare-card li::before { content: "—"; color: #ef9a84; }
.compare-arrow { display: grid; place-items: center; color: #ef9a84; font-size: 26px; }

.solution-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 14px; }
.solution-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--growth-line); border-radius: var(--growth-radius); background: var(--growth-card); }
.solution-card.featured { background: var(--growth-sage); }
.solution-card > span { font: 700 11px Manrope, sans-serif; letter-spacing: .14em; color: var(--growth-coral); }
.solution-card h3 { margin: 52px 0 14px; font-size: 26px; line-height: 1.35; }
.solution-card p { margin: 0; color: var(--growth-muted); font-size: 14px; line-height: 1.8; }
.solution-card ul { margin: 26px 0 34px; padding: 0; display: grid; gap: 10px; list-style: none; font-size: 13px; }
.solution-card li::before { content: "↳"; margin-right: 8px; color: var(--growth-coral); }
.solution-card a { margin-top: auto; font-weight: 700; font-size: 13px; }

.growth-evidence { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: center; }
.growth-evidence-copy ul { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.growth-evidence-copy li { display: flex; gap: 12px; color: var(--growth-muted); font-size: 14px; }
.growth-evidence-copy li::before { content: "✓"; color: var(--growth-coral); font-weight: 800; }
.evidence-panel { padding: 18px; background: #fff; border: 1px solid var(--growth-line); border-radius: 20px; box-shadow: var(--growth-shadow); }
.evidence-panel img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border-radius: 12px; border: 1px solid var(--growth-line); }
.evidence-panel figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 6px 4px; color: var(--growth-muted); font-size: 11px; }

.growth-callout { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: 60px; background: var(--growth-coral); color: #fff; border-radius: 24px; }
.growth-callout p { margin: 16px 0 0; color: rgba(255,255,255,.82); line-height: 1.75; }
.growth-callout .growth-btn { min-width: 190px; }

.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--growth-line); border-radius: 20px; overflow: hidden; }
.why-grid article { min-height: 230px; padding: 30px; background: rgba(255,255,255,.48); border-right: 1px solid var(--growth-line); }
.why-grid article:last-child { border-right: 0; }
.why-grid span { color: var(--growth-coral); font: 700 11px Manrope, sans-serif; }
.why-grid h3 { margin: 46px 0 12px; font-size: 19px; }
.why-grid p { margin: 0; color: var(--growth-muted); font-size: 13px; line-height: 1.75; }

.growth-contact { background: #e9e5da; }
.growth-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.growth-contact-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; letter-spacing: -.035em; }
.growth-contact-copy > p { color: var(--growth-muted); line-height: 1.85; }
.growth-contact-direct { display: grid; gap: 12px; margin-top: 28px; font-size: 13px; }
.growth-contact-direct a { font-weight: 700; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.form-status a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.form-status.is-error { color: #9c3828; }
.form-status.is-success { color: #126d4a; }

.site-footer { display: grid; grid-template-columns: 1.15fr 2fr; gap: 72px; width: 100%; padding: 64px max(24px, calc((100vw - 1180px)/2)); background: #0d2f31; color: #fff; }
.site-footer .brand { color: #fff; align-self: start; }
.site-footer .brand img { width: 44px; height: 44px; border-radius: 50%; }
.site-footer-intro p { max-width: 360px; margin: 24px 0; color: #b8c8c5; font-size: 13px; line-height: 1.75; }
.site-footer-intro a { font-size: 13px; color: #fff; }
.site-footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.site-footer-links div { display: grid; align-content: start; gap: 11px; }
.site-footer-links b { margin-bottom: 5px; color: #7f9995; font: 700 10px Manrope, sans-serif; letter-spacing: .13em; }
.site-footer-links a { color: #fff; font-size: 13px; }
.site-footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: #8da4a0; font-size: 11px; }

.automation-page { background: var(--growth-paper); color: var(--growth-ink); }
.automation-hero { padding: 90px 0 52px; text-align: center; }
.automation-hero h1 { max-width: 820px; margin: 0 auto; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.2; letter-spacing: -.04em; }
.automation-hero > p:not(.growth-eyebrow) { max-width: 650px; margin: 24px auto 0; color: var(--growth-muted); line-height: 1.85; }
.assessment-shell { width: min(940px, calc(100vw - 48px)); margin: 0 auto 110px; display: grid; grid-template-columns: 210px minmax(0,1fr); border: 1px solid var(--growth-line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: var(--growth-shadow); }
.assessment-aside { padding: 32px; background: var(--growth-ink); color: #fff; }
.assessment-aside strong { font-size: 13px; }
.assessment-progress { margin-top: 26px; display: grid; gap: 18px; }
.assessment-progress span { display: flex; align-items: center; gap: 10px; color: #8da6a1; font-size: 11px; }
.assessment-progress span::before { content: ""; width: 8px; height: 8px; border: 1px solid currentColor; border-radius: 50%; }
.assessment-progress span.active { color: #fff; }
.assessment-progress span.active::before { background: var(--growth-coral); border-color: var(--growth-coral); box-shadow: 0 0 0 5px rgba(217,108,85,.15); }
.assessment-main { min-height: 590px; padding: 42px; }
.assessment-step[hidden] { display: none; }
.assessment-step h2 { margin: 0; font-size: 29px; }
.assessment-step > p { color: var(--growth-muted); line-height: 1.75; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 78px; display: flex; align-items: center; padding: 18px; border: 1px solid var(--growth-line); border-radius: 12px; color: var(--growth-muted); font-size: 13px; line-height: 1.45; cursor: pointer; }
.choice input:checked + span { border-color: var(--growth-coral); background: rgba(217,108,85,.08); color: var(--growth-ink); box-shadow: inset 0 0 0 1px var(--growth-coral); }
.assessment-fields { display: grid; gap: 16px; margin-top: 26px; }
.assessment-fields.two { grid-template-columns: 1fr 1fr; }
.assessment-fields label, .consent { display: grid; gap: 8px; color: var(--growth-muted); font-size: 12px; }
.assessment-fields input, .assessment-fields select, .assessment-fields textarea { width: 100%; min-height: 50px; border: 1px solid var(--growth-line); border-radius: 8px; background: #fff; padding: 12px 14px; color: var(--growth-ink); font: inherit; }
.assessment-fields textarea { min-height: 100px; resize: vertical; }
.assessment-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.assessment-actions button { min-height: 50px; padding: 0 22px; border: 1px solid var(--growth-ink); background: var(--growth-ink); color: #fff; font-weight: 700; cursor: pointer; }
.assessment-actions .back { background: transparent; color: var(--growth-ink); }
.assessment-actions button:disabled { opacity: .45; cursor: not-allowed; }
.consent { grid-template-columns: 20px 1fr; align-items: start; line-height: 1.6; }
.consent input { width: 18px; height: 18px; min-height: auto; }
.score-wrap { text-align: center; }
.score-ring { width: 174px; height: 174px; display: grid; place-items: center; margin: 20px auto 28px; border-radius: 50%; background: conic-gradient(var(--growth-coral) calc(var(--score,0)*1%), #e7e7df 0); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 12px; border-radius: 50%; background: #fff; }
.score-ring strong { position: relative; z-index: 1; font: 700 46px Manrope,sans-serif; }
.score-ring strong small { font-size: 15px; color: var(--growth-muted); }
.recommendations { display: grid; gap: 10px; margin: 26px 0; text-align: left; }
.recommendations p { margin: 0; padding: 14px 16px; background: var(--growth-paper); border-radius: 10px; font-size: 13px; }

.legal-page { min-height: 65vh; padding: 90px 0 120px; }
.legal-page h1 { font-size: clamp(38px,5vw,58px); margin: 0 0 28px; }
.legal-page h2 { margin: 42px 0 12px; font-size: 22px; }
.legal-page p, .legal-page li { max-width: 820px; color: var(--growth-muted); font-size: 14px; line-height: 1.9; }

.product-screen img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.product-screen.has-image { overflow: hidden; }
.product-screen.has-image figcaption { padding: 14px 18px; }

@media (max-width: 980px) {
  .header:has(.language-switch) { grid-template-columns: 1fr auto auto; column-gap: 8px; }
  .language-switch { min-width: 64px; }
  .growth-shell { width: min(100% - 36px, 760px); }
  .growth-hero { grid-template-columns: 1fr; gap: 50px; padding-top: 58px; }
  .hero-system { max-width: 720px; }
  .growth-section-head, .growth-evidence, .growth-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .credibility-grid { grid-template-columns: 1fr 1fr; }
  .pain-grid, .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card.featured { grid-column: 1/-1; min-height: 330px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid article:nth-child(2) { border-right: 0; }
  .why-grid article { border-bottom: 1px solid var(--growth-line); }
  .growth-callout { grid-template-columns: 1fr; padding: 46px; }
  .site-footer { grid-template-columns: 1fr; gap: 42px; }
  .assessment-shell { grid-template-columns: 1fr; }
  .assessment-aside { padding: 22px; }
  .assessment-progress { grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 18px; }
  .assessment-progress span { font-size: 0; }
  .assessment-progress span::before { width: 100%; height: 4px; border-radius: 4px; }
}

@media (max-width: 620px) {
  .growth-shell { width: calc(100% - 32px); }
  .growth-section { padding: 84px 0; }
  .growth-section-head { margin-bottom: 34px; }
  .growth-hero { min-height: auto; padding: 46px 0 68px; }
  .growth-hero h1 { font-size: 34px; line-height: 1.24; letter-spacing: -.035em; }
  .growth-hero-lead { font-size: 15px; }
  .growth-actions { display: grid; }
  .growth-btn { width: 100%; }
  .workflow-board { padding: 18px; border-radius: 18px; }
  .workflow-row { grid-template-columns: 1fr; }
  .workflow-row > i { rotate: 90deg; }
  .workflow-row article { min-height: auto; }
  .credibility-grid, .pain-grid, .solution-grid, .why-grid { grid-template-columns: 1fr; }
  .credibility-grid div, .credibility-grid div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--growth-line); }
  .pain-card { min-height: 185px; }
  .solution-card.featured { grid-column: auto; }
  .compare-grid { grid-template-columns: 1fr; gap: 12px; }
  .compare-arrow { rotate: 90deg; min-height: 38px; }
  .compare-card { padding: 28px; }
  .growth-callout { padding: 34px 26px; }
  .site-footer { padding: 52px 24px 28px; }
  .site-footer-links { grid-template-columns: 1fr 1fr; }
  .site-footer-bottom { display: grid; }
  .why-grid article { border-right: 0; }
  .assessment-shell { width: calc(100% - 24px); margin-bottom: 80px; border-radius: 16px; }
  .assessment-main { min-height: 620px; padding: 28px 20px; }
  .choice-grid, .assessment-fields.two { grid-template-columns: 1fr; }
  .assessment-actions button { flex: 1; }
  .automation-hero { padding: 68px 16px 38px; }
  .hero-system { padding: 10px; border-radius: 20px; }
  .hero-system-top { font-size: 10px; }
  .hero-system-viewport { border-radius: 12px; }
  .hero-system-proof { left: 11px; bottom: 10px; padding: 8px 10px; }
  .hero-system-proof strong { font-size: 12px; }
  .hero-system-flow { gap: 5px; }
  .hero-system-flow small { font-size: 10px; }
  .hero-system-flow strong { font-size: 12px; }
  .hero-system-note { font-size: 11px; }
  .flow-story { padding: 92px 0; }
  .flow-story-intro { grid-template-columns: 1fr; gap: 26px; }
  .flow-story-intro .growth-eyebrow { grid-column: auto; margin-bottom: 0; }
  .flow-statement { font-size: 40px; line-height: 1.28; }
  .flow-story-lead { font-size: 15px; }
  .flow-path { grid-template-columns: 1fr; gap: 12px; margin-top: 56px; padding: 0 0 0 30px; }
  .flow-path::before { left: 4px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; background: linear-gradient(rgba(141,166,161,.25), #eb967f, rgba(141,166,161,.25)); }
  .flow-path::after { left: 0; top: 0; animation: flow-dot-mobile 8s ease-in-out infinite; }
  .flow-path article { min-height: 190px; padding: 25px; }
  .flow-path article::before { left: -30px; top: 27px; }
  .flow-path h3 { margin-top: 42px; }
  html[lang="en"] .growth-hero h1,
  html[lang="en"] .page-hero h1,
  html[lang="en"] .contact-page-copy h1 { font-size: 32px; line-height: 1.22; letter-spacing: -.035em; }
}

@keyframes flow-dot-mobile { 0%,10% { top: 0; } 45%,55% { top: calc(50% - 5px); } 90%,100% { top: calc(100% - 9px); } }

/* Readability baseline: keep display headings compact while making supporting copy easier to scan. */
.brand small,
.language-switch,
.overline,
.growth-eyebrow,
.workflow-top,
.workflow-row span,
.pain-card span,
.compare-card > span,
.solution-card > span,
.why-grid span,
.capability-list article > span,
.capability-list article > div > p:first-child,
.case-detail-head,
.case-detail-title span,
.case-story span,
.belief-grid span,
.direct-contact span,
.contact-expect span,
.purpose-card > span,
.values-list article > span,
.product-heading > p,
.product-panel > small,
.product-status,
.real-product-meta span,
.real-product-meta b,
.real-product-meta em,
.real-product-copy dt,
.screen-bar b,
.boundary-flow article span,
.version-roadmap > div:last-child > span,
.featured-insight span,
.insight-grid article > p,
.practical-guide article span,
.case-metrics span { font-size: 12px; }

.growth-trust,
.workflow-row p,
.credibility-grid span,
.pain-card p,
.solution-card ul,
.solution-card a,
.why-grid p,
.growth-contact-direct,
.site-footer-intro p,
.site-footer-intro a,
.site-footer-links a,
.capability-list li,
.page-cta p,
.case-evidence-copy li,
.case-safety p,
.case-safety span,
.company-note dt,
.company-note dd,
.direct-contact > div,
.contact-expect > p,
.contact-expect div p,
.values-list p,
.commitment-section > div span,
.product-heading > span,
.product-feature li,
.product-feature a,
.product-cards a,
.product-panel > span,
.product-panel p,
.product-panel b,
.product-cards article > p:last-of-type,
.product-cards article > div span,
.product-legend p,
.featured-insight a,
.insight-grid span,
.real-product-copy dd,
.text-link,
.boundary-flow p,
.version-roadmap li,
.recommendations p { font-size: 14px; }

.compare-card li,
.growth-evidence-copy li,
.case-story p,
.case-evidence-copy > p:not(.overline),
.purpose-card > p,
.featured-insight p,
.real-product-copy > p:not(.overline),
.version-roadmap p,
.legal-page p,
.legal-page li { font-size: 15px; }

.growth-btn,
.button { font-size: 15px; }
.contact-form label,
.assessment-fields label,
.consent { font-size: 13px; }
.contact-form input,
.contact-form select,
.contact-form textarea,
.assessment-fields input,
.assessment-fields select,
.assessment-fields textarea { font-size: 16px; }
.site-footer-links b { font-size: 11px; }
.site-footer-bottom,
.product-screen figcaption,
.evidence-panel figcaption { font-size: 12px; }

@media (min-width: 981px) {
  .assessment-progress span { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .growth-btn { transition: none; }
  .hero-system-viewport img,
  .hero-system-scan,
  .flow-statement.visible .flow-char,
  .flow-path::after { animation: none; }
}

/* Editorial consultancy direction: warm, restrained and product-led. */
.growth-home {
  --growth-ink: #282925;
  --growth-ink-2: #383a34;
  --growth-paper: #f1ede4;
  --growth-card: #f8f5ee;
  --growth-sage: #d9dfd3;
  --growth-coral: #b64a31;
  --growth-muted: #686961;
  --growth-line: rgba(40, 41, 37, .22);
  --growth-radius: 0;
  --growth-shadow: none;
  background: var(--growth-paper);
  color: var(--growth-ink);
}
.growth-home ::selection { background: #d9dfd3; color: #282925; }
.growth-home .header { background: rgba(241, 237, 228, .96); border-color: var(--growth-line); backdrop-filter: none; }
.growth-home .brand img { border-radius: 2px; }
.growth-home .nav a[href="/automation-check"] { color: inherit; }
.growth-home .header-cta { min-height: 40px; padding: 10px 14px; border: 1px solid var(--growth-ink); }
.growth-home .language-switch { border-radius: 2px; border-color: var(--growth-line); }
.growth-home h1,
.growth-home h2,
.growth-home .growth-contact-copy h2 { font-family: "Noto Serif TC", "Times New Roman", serif; font-weight: 700; }
.growth-home .growth-shell { width: min(1180px, calc(100vw - 56px)); }
.growth-home .growth-eyebrow { margin-bottom: 18px; color: var(--growth-coral); font: 700 12px/1.5 "Noto Sans TC", sans-serif; letter-spacing: .08em; text-transform: none; }
.growth-home .growth-eyebrow::before { width: 18px; height: 1px; margin: 0 10px 4px 0; }
.growth-home .growth-section { padding: 118px 0; }
.growth-home .growth-section-head { gap: 88px; margin-bottom: 56px; }
.growth-home .growth-section-head h2,
.growth-home .growth-callout h2,
.growth-home .growth-evidence-copy h2 { font-size: clamp(34px, 3.7vw, 50px); line-height: 1.4; letter-spacing: -.03em; }

.growth-home .growth-hero { min-height: 720px; grid-template-columns: minmax(340px, .72fr) minmax(500px, 1.28fr); gap: 72px; align-items: end; padding: 92px 0 84px; border-bottom: 1px solid var(--growth-line); }
.growth-home .growth-hero h1 { max-width: 610px; font-size: clamp(44px, 4.4vw, 60px); line-height: 1.34; letter-spacing: -.045em; }
.growth-home .growth-hero h1 span { color: var(--growth-coral); }
.growth-home .growth-hero-lead { max-width: 590px; margin-top: 26px; font-size: 16px; line-height: 2; }
.growth-home .growth-actions { margin-top: 34px; }
.growth-home .growth-btn { min-height: 50px; padding-inline: 20px; border-radius: 0; font-size: 14px; }
.growth-home .growth-btn:hover { transform: none; }
.growth-home .growth-btn.primary { background: var(--growth-ink); }
.growth-home .growth-trust { display: grid; gap: 9px; margin-top: 32px; font-size: 13px; }
.growth-home .growth-trust span { display: flex; align-items: baseline; gap: 12px; }
.growth-home .growth-trust span::before { content: none; }
.growth-home .growth-trust b { color: var(--growth-coral); font: 700 10px/1 Manrope, sans-serif; letter-spacing: .08em; }
.hero-product { align-self: end; margin: 0; }
.hero-product-image { padding: 10px; border: 1px solid var(--growth-ink); background: #fff; }
.hero-product-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border: 1px solid rgba(40,41,37,.14); }
.hero-product figcaption { display: grid; grid-template-columns: .72fr 1fr; gap: 28px; padding: 18px 2px 0; }
.hero-product figcaption div { display: grid; gap: 5px; }
.hero-product figcaption span { color: var(--growth-coral); font-size: 12px; font-weight: 700; }
.hero-product figcaption strong { font-size: 15px; }
.hero-product figcaption p { margin: 0; color: var(--growth-muted); font-size: 13px; line-height: 1.75; }

.growth-home .credibility-strip { background: transparent; border-top: 0; border-bottom: 1px solid var(--growth-line); }
.growth-home .credibility-grid div { min-height: 140px; padding: 34px 26px; background: transparent; }
.growth-home .credibility-grid div:first-child { padding-left: 0; border-left: 0; }
.growth-home .credibility-grid div:last-child { padding-right: 0; border-right: 0; }
.growth-home .credibility-grid strong { font-family: "Noto Serif TC", serif; font-size: 17px; }
.growth-home .credibility-grid span { font-size: 13px; }

.growth-home .flow-story { padding: 124px 0; background: #e4ddd0; color: var(--growth-ink); border-bottom: 1px solid var(--growth-line); }
.growth-home .flow-story::before { content: none; }
.growth-home .flow-story-intro { grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr); column-gap: 100px; row-gap: 18px; align-items: start; }
.growth-home .flow-story-intro .growth-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.growth-home .flow-statement { max-width: 520px; font-size: clamp(38px, 4vw, 54px); line-height: 1.42; letter-spacing: -.035em; }
.growth-home .flow-story-lead { align-self: end; max-width: 500px; color: var(--growth-muted); font-size: 16px; line-height: 2; }
.growth-home .flow-path { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 72px; padding: 0; border-top: 1px solid var(--growth-ink); }
.growth-home .flow-path::before,
.growth-home .flow-path::after { content: none; }
.growth-home .flow-path article { display: grid; grid-template-columns: 80px minmax(220px, .7fr) 1fr; gap: 28px; align-items: center; min-height: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--growth-line); border-radius: 0; background: transparent; }
.growth-home .flow-path article::before { content: none; }
.growth-home .flow-path span { color: var(--growth-coral); font: 700 12px/1 Manrope, sans-serif; }
.growth-home .flow-path h3 { margin: 0; font-family: "Noto Serif TC", serif; font-size: 23px; }
.growth-home .flow-path p { margin: 0; color: var(--growth-muted); font-size: 15px; line-height: 1.85; }

.growth-home .pain-grid { grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--growth-line); border-left: 1px solid var(--growth-line); }
.growth-home .pain-card { min-height: 230px; padding: 32px; border: 0; border-right: 1px solid var(--growth-line); border-bottom: 1px solid var(--growth-line); border-radius: 0; background: rgba(255,255,255,.26); }
.growth-home .pain-card span { display: block; width: auto; height: auto; background: none; color: var(--growth-coral); font-size: 11px; }
.growth-home .pain-card h3 { margin: 54px 0 12px; font-family: "Noto Serif TC", serif; font-size: 22px; }
.growth-home .pain-card p { font-size: 14px; line-height: 1.85; }

.growth-home .before-after { background: #f7f4ed; color: var(--growth-ink); border-block: 1px solid var(--growth-line); }
.growth-home .before-after .growth-section-head > p { color: var(--growth-muted); }
.growth-home .compare-grid { grid-template-columns: 1fr 54px 1fr; }
.growth-home .compare-card { padding: 42px; border: 1px solid var(--growth-ink); border-radius: 0; }
.growth-home .compare-card.after { background: var(--growth-sage); color: var(--growth-ink); }
.growth-home .compare-card > span { color: var(--growth-coral); }
.growth-home .compare-card h3 { font-family: "Noto Serif TC", serif; }
.growth-home .compare-card li,
.growth-home .compare-card.after li { color: var(--growth-muted); }
.growth-home .compare-arrow { color: var(--growth-ink); }

.growth-home .solution-grid { grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--growth-line); border-left: 1px solid var(--growth-line); }
.growth-home .solution-card,
.growth-home .solution-card.featured { min-height: 430px; padding: 34px; border: 0; border-right: 1px solid var(--growth-line); border-bottom: 1px solid var(--growth-line); border-radius: 0; background: rgba(255,255,255,.25); }
.growth-home .solution-card.featured { background: #fff; }
.growth-home .solution-card h3 { margin-top: 70px; font-family: "Noto Serif TC", serif; font-size: 25px; }
.growth-home .solution-card p,
.growth-home .solution-card ul,
.growth-home .solution-card a { font-size: 14px; }

.growth-home .growth-evidence { grid-template-columns: .72fr 1.28fr; gap: 80px; }
.growth-home .evidence-panel { padding: 10px; border: 1px solid var(--growth-ink); border-radius: 0; box-shadow: none; }
.growth-home .evidence-panel img { border-radius: 0; }
.growth-home .growth-callout { padding: 58px; background: #2d2e2a; border-radius: 0; }
.growth-home .growth-callout .growth-eyebrow { color: #d89b88; }
.growth-home .why-grid { border-radius: 0; }
.growth-home .why-grid article { background: transparent; }
.growth-home .why-grid h3 { font-family: "Noto Serif TC", serif; }
.growth-home .growth-contact { background: #ded8cc; border-top: 1px solid var(--growth-line); }
.growth-home .light-form { border-color: var(--growth-ink); }
.growth-home .contact-form input,
.growth-home .contact-form select,
.growth-home .contact-form textarea { border-radius: 0; }
.growth-home .site-footer { background: #2d2e2a; }
.growth-home .site-footer-links b { color: #c9bdb2; font-family: "Noto Sans TC", sans-serif; letter-spacing: .06em; }
html[lang="en"] .growth-home .growth-hero h1 { font-size: clamp(40px, 3.8vw, 52px); }
html[lang="en"] .growth-home .flow-statement { font-size: clamp(34px, 3.2vw, 44px); }
html[lang="en"] .growth-home .growth-section-head h2,
html[lang="en"] .growth-home .growth-callout h2,
html[lang="en"] .growth-home .growth-evidence-copy h2,
html[lang="en"] .growth-home .growth-contact-copy h2 { font-size: clamp(31px, 3vw, 42px); }

@media (max-width: 980px) {
  .growth-home .growth-hero { grid-template-columns: 1fr; gap: 54px; padding-top: 72px; }
  .growth-home .hero-copy { max-width: 720px; }
  .growth-home .flow-story-intro { grid-template-columns: 1fr; gap: 24px; }
  .growth-home .flow-story-intro .growth-eyebrow { grid-column: auto; }
  .growth-home .flow-path article { grid-template-columns: 60px minmax(190px, .7fr) 1fr; }
  .growth-home .solution-grid { grid-template-columns: 1fr 1fr; }
  .growth-home .growth-evidence { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .growth-home .growth-shell { width: min(100% - 32px, 1180px); }
  .growth-home .growth-section { padding: 84px 0; }
  .growth-home .growth-hero { padding: 58px 0 66px; }
  .growth-home .growth-hero h1 { font-size: 36px; line-height: 1.42; }
  .growth-home .growth-hero-lead { font-size: 15px; }
  .hero-product figcaption { grid-template-columns: 1fr; gap: 10px; }
  .growth-home .credibility-grid div,
  .growth-home .credibility-grid div:first-child,
  .growth-home .credibility-grid div:last-child { min-height: 0; padding: 24px 0; border-left: 0; border-right: 0; border-bottom: 1px solid var(--growth-line); }
  .growth-home .flow-story { padding: 84px 0; }
  .growth-home .flow-statement { font-size: 34px; }
  .growth-home .flow-path { margin-top: 50px; }
  .growth-home .flow-path article { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; }
  .growth-home .flow-path article p { grid-column: 2; }
  .growth-home .pain-grid,
  .growth-home .solution-grid { grid-template-columns: 1fr; }
  .growth-home .pain-card { min-height: 205px; }
  .growth-home .compare-grid { grid-template-columns: 1fr; gap: 12px; }
  .growth-home .compare-arrow { rotate: 90deg; min-height: 36px; }
  .growth-home .compare-card { padding: 30px; }
  .growth-home .solution-card,
  .growth-home .solution-card.featured { min-height: 380px; }
  .growth-home .growth-callout { padding: 36px 26px; }
  html[lang="en"] .growth-home .growth-hero h1,
  html[lang="en"] .growth-home .flow-statement,
  html[lang="en"] .growth-home .growth-section-head h2,
  html[lang="en"] .growth-home .growth-callout h2,
  html[lang="en"] .growth-home .growth-evidence-copy h2,
  html[lang="en"] .growth-home .growth-contact-copy h2 { font-size: 32px; }
}

/* Bilingual typography calibration: compact Chinese, resilient English. */
html[lang="zh-Hant"] .growth-home .growth-hero h1 { font-size: clamp(38px, 3.7vw, 50px); line-height: 1.42; }
html[lang="zh-Hant"] .growth-home .flow-statement { font-size: clamp(34px, 3.25vw, 44px); line-height: 1.5; }
html[lang="zh-Hant"] .growth-home .growth-section-head h2,
html[lang="zh-Hant"] .growth-home .growth-callout h2,
html[lang="zh-Hant"] .growth-home .growth-evidence-copy h2,
html[lang="zh-Hant"] .growth-home .growth-contact-copy h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.48; }
html[lang="zh-Hant"] .page-hero h1,
html[lang="zh-Hant"] .contact-page-copy h1,
html[lang="zh-Hant"] .automation-hero h1 { font-size: clamp(34px, 3.3vw, 46px); line-height: 1.42; }
html[lang="zh-Hant"] .case-detail-title h2 { font-size: 42px; }
html[lang="zh-Hant"] .company-note h2,
html[lang="zh-Hant"] .values-intro h2 { font-size: 38px; }
html[lang="zh-Hant"] .real-product-copy h2,
html[lang="zh-Hant"] .product-boundary h2,
html[lang="zh-Hant"] .featured-insight h2,
html[lang="zh-Hant"] .practical-guide h2 { font-size: 34px; }
html[lang="zh-Hant"] .page-cta h2,
html[lang="zh-Hant"] .commitment-section h2 { font-size: 36px; }

html[lang="en"] body { letter-spacing: -.005em; }
html[lang="en"] .growth-home h1,
html[lang="en"] .growth-home h2,
html[lang="en"] .growth-home .growth-contact-copy h2 { font-family: Manrope, "Noto Sans TC", sans-serif; font-weight: 600; letter-spacing: -.035em; }
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] p,
html[lang="en"] a,
html[lang="en"] button { overflow-wrap: anywhere; }
html[lang="en"] .nav { gap: 20px; font-size: 13px; }
html[lang="en"] .header-cta { padding-inline: 12px; font-size: 13px; text-align: center; }
html[lang="en"] .growth-btn,
html[lang="en"] .button,
html[lang="en"] .contact-form button { line-height: 1.35; text-align: center; }
html[lang="en"] .page-hero h1,
html[lang="en"] .contact-page-copy h1 { font-size: clamp(34px, 3.2vw, 44px); line-height: 1.35; letter-spacing: -.035em; }
html[lang="en"] .company-note h2,
html[lang="en"] .values-intro h2,
html[lang="en"] .product-boundary h2 { font-size: 36px; line-height: 1.4; }
html[lang="en"] .product-heading,
html[lang="en"] .product-boundary,
html[lang="en"] .version-roadmap { column-gap: 56px; }

@media (max-width: 620px) {
  html[lang="zh-Hant"] .growth-home .growth-hero h1,
  html[lang="zh-Hant"] .growth-home .flow-statement,
  html[lang="zh-Hant"] .page-hero h1,
  html[lang="zh-Hant"] .contact-page-copy h1,
  html[lang="zh-Hant"] .automation-hero h1 { font-size: 32px; }
  html[lang="zh-Hant"] .growth-home .growth-section-head h2,
  html[lang="zh-Hant"] .growth-home .growth-callout h2,
  html[lang="zh-Hant"] .growth-home .growth-evidence-copy h2,
  html[lang="zh-Hant"] .growth-home .growth-contact-copy h2 { font-size: 29px; }
  html[lang="zh-Hant"] .case-detail-title h2,
  html[lang="zh-Hant"] .company-note h2,
  html[lang="zh-Hant"] .values-intro h2,
  html[lang="zh-Hant"] .product-boundary h2 { font-size: 29px; }
  html[lang="en"] .nav { gap: 14px; }
  html[lang="en"] .page-hero h1,
  html[lang="en"] .contact-page-copy h1,
  html[lang="en"] .automation-hero h1 { font-size: 30px; line-height: 1.38; }
}

/* Flagship homepage V2 */
.growth-home-v2 {
  --v2-ink: #20211e;
  --v2-paper: #f1ede4;
  --v2-wine: #71372f;
  --v2-rust: #b45035;
  --v2-brass: #a1814e;
  --v2-mist: #dcdde2;
  --v2-line: rgba(32,33,30,.2);
  background: var(--v2-paper);
}
.growth-home-v2 .growth-shell { width: min(1280px, calc(100vw - 64px)); }
.growth-home-v2 .header { width: min(1280px, calc(100vw - 64px)); height: 76px; background: rgba(241,237,228,.94); border-color: var(--v2-line); }
.growth-home-v2 .brand img { border-radius: 0; }
.growth-home-v2 .header-cta { min-height: 38px; background: var(--v2-ink); color: #fff; border-color: var(--v2-ink); }
.growth-home-v2 .header-demo { display: inline-flex; align-items: center; gap: 16px; border: 1px solid var(--v2-ink); }
.growth-home-v2 .header-demo span { margin-left: 0; color: #d5b87f; font-size: 10px; }
.growth-home-v2 .language-switch { height: 34px; background: rgba(255,255,255,.25); }
.growth-home-v2 .v2-kicker { margin: 0; color: var(--v2-rust); font: 700 11px/1.5 Manrope,"Noto Sans TC",sans-serif; letter-spacing: .13em; }
.growth-home-v2 .v2-kicker::before { content: ""; display: inline-block; width: 24px; height: 1px; margin: 0 11px 4px 0; background: currentColor; }

.v2-hero { position: relative; min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(400px,.78fr) minmax(590px,1.22fr); gap: 54px; align-items: center; padding: 62px 0 96px; }
.v2-hero-copy { position: relative; z-index: 2; max-width: 620px; }
.v2-hero h1 { max-width: 620px; margin: 24px 0 0; color: var(--v2-ink); font-family: "Noto Serif TC","Times New Roman",serif; font-size: clamp(48px,4.35vw,68px); font-weight: 600; line-height: 1.3; letter-spacing: -.045em; }
.v2-hero h1 span { display: block; color: var(--v2-wine); }
.v2-hero-lead { max-width: 580px; margin: 28px 0 0; color: #60625c; font-size: 16px; line-height: 1.95; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.v2-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 22px; border: 1px solid var(--v2-ink); font-size: 14px; font-weight: 700; transition: background .2s,color .2s,transform .2s; }
.v2-button:hover { transform: translateY(-2px); }
.v2-button.solid { background: var(--v2-ink); color: #fff; }
.v2-button.solid:hover { background: var(--v2-wine); border-color: var(--v2-wine); }
.v2-button.line { color: var(--v2-ink); }
.v2-button.line:hover { background: rgba(255,255,255,.65); }
.v2-demo-button span { color: #d5b87f; }
.v2-hero-notes { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 30px; color: #77786f; font-size: 12px; }
.v2-hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.v2-hero-notes span::before { content: ""; width: 5px; height: 5px; background: var(--v2-brass); border-radius: 50%; }
.v2-scroll-cue { position: absolute; left: 0; bottom: 28px; display: flex; align-items: center; gap: 12px; color: #8b8b82; font: 700 9px/1 Manrope,sans-serif; letter-spacing: .14em; }
.v2-scroll-cue span { width: 36px; height: 1px; background: currentColor; transform-origin: left; animation: v2-scroll-line 2.5s ease-in-out infinite; }

.orchestration-stage { --stage-x: 0px; --stage-y: 0px; position: relative; min-height: 610px; overflow: hidden; border: 1px solid rgba(183,147,89,.52); background: radial-gradient(circle at 76% 32%,rgba(131,111,80,.4),transparent 34%),linear-gradient(145deg,#373934 0%,#232420 48%,#151614 100%); box-shadow: 0 42px 100px rgba(26,23,20,.26); perspective: 1200px; isolation: isolate; }
.orchestration-stage::before { content: ""; position: absolute; z-index: 1; width: 520px; height: 520px; right: -120px; top: -170px; border-radius: 50%; background: rgba(183,147,89,.17); filter: blur(40px); }
.orchestration-stage.is-webgl-ready::after { content: ""; position: absolute; z-index: 6; inset: 54px 0 0; pointer-events: none; background: linear-gradient(90deg,rgba(10,11,9,.18),transparent 24%,transparent 80%,rgba(10,11,9,.28)),linear-gradient(180deg,transparent 68%,rgba(10,11,9,.22)); }
.stage-top { position: absolute; z-index: 7; left: 0; right: 0; top: 0; height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid rgba(32,33,30,.2); background: rgba(245,242,235,.82); font: 700 10px/1 Manrope,sans-serif; letter-spacing: .12em; }
.stage-top b { color: var(--v2-wine); }
.stage-grid { position: absolute; z-index: 1; inset: 54px 0 0; opacity: .22; background-image: linear-gradient(rgba(232,217,186,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(232,217,186,.09) 1px,transparent 1px); background-size: 42px 42px; }
.workflow-3d { position: absolute; z-index: 3; inset: 54px 0 0; display: block; width: 100%; height: calc(100% - 54px); pointer-events: none; opacity: 0; transition: opacity .8s ease; }
.orchestration-stage.is-webgl .workflow-3d { opacity: 1; }
.orchestration-stage.is-webgl .stage-grid { opacity: .12; }
.stage-grid::after { content: ""; position: absolute; top: 0; bottom: 0; width: 18%; background: linear-gradient(90deg,transparent,rgba(216,194,154,.16),transparent); animation: v2-stage-sweep 8s ease-in-out infinite; }
.data-sheet { position: absolute; z-index: 4; width: 190px; min-height: 116px; padding: 15px; border: 1px solid rgba(32,33,30,.26); background: rgba(250,248,243,.94); box-shadow: 0 16px 36px rgba(40,36,33,.14); transform: translate3d(calc(var(--stage-x) * -.35),calc(var(--stage-y) * -.35),0); transition: opacity .45s ease,transform .45s ease; }
.data-sheet::after { content: ""; position: absolute; left: 100%; top: 50%; width: 62px; border-top: 1px dashed rgba(113,55,47,.48); }
.data-sheet span { display: block; margin-bottom: 15px; color: var(--v2-wine); font: 700 9px/1.2 Manrope,"Noto Sans TC",sans-serif; letter-spacing: .08em; }
.data-sheet i { display: block; width: var(--row-width,100%); height: 5px; margin-top: 8px; background: #d6d1c7; }
.data-sheet i:nth-child(2) { --row-width: 82%; }
.data-sheet i:nth-child(3) { --row-width: 64%; }
.data-sheet i:nth-child(4) { --row-width: 91%; }
.sheet-a { left: 3%; top: 18%; animation: v2-sheet-a 7s ease-in-out infinite; }
.sheet-b { left: -1%; top: 43%; animation: v2-sheet-b 8.5s ease-in-out infinite; }
.sheet-c { left: 7%; top: 68%; animation: v2-sheet-c 9.5s ease-in-out infinite; }
.system-window { position: absolute; z-index: 5; width: 73%; right: 4%; top: 17%; margin: 0; overflow: hidden; border: 1px solid rgba(32,33,30,.38); background: #fff; box-shadow: 0 30px 60px rgba(43,38,35,.2); transform: translate3d(var(--stage-x),var(--stage-y),0) rotateY(-3deg) rotateX(1deg); transition: opacity .45s ease,transform .45s ease; animation: v2-window-float 9s ease-in-out infinite; }
.system-window-bar { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border-bottom: 1px solid rgba(32,33,30,.16); background: #efeee9; }
.system-window-bar span { display: flex; gap: 6px; }
.system-window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #a9a9a2; }
.system-window-bar b { color: #66675f; font-size: 10px; }
.system-window img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; }
.system-window figcaption { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(32,33,30,.16); }
.system-window figcaption span { padding: 12px; text-align: center; border-right: 1px solid rgba(32,33,30,.14); color: #5d5e58; font-size: 11px; font-weight: 700; }
.system-window figcaption span:last-child { border-right: 0; }
.stage-status { position: absolute; z-index: 7; left: 24px; bottom: 20px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid rgba(32,33,30,.22); background: rgba(245,242,235,.86); backdrop-filter: blur(8px); color: #51524d; font-size: 11px; font-weight: 700; }
.stage-status i { width: 7px; height: 7px; border-radius: 50%; background: #3f8c68; box-shadow: 0 0 0 5px rgba(63,140,104,.13); animation: v2-status-pulse 2.2s ease-in-out infinite; }
.orchestration-stage.is-webgl-ready .data-sheet { opacity: 0; transform: translate3d(-24px,0,0) scale(.96); pointer-events: none; }
.orchestration-stage.is-webgl-ready .system-window { opacity: 0; transform: translate3d(24px,0,0) rotateY(-3deg) rotateX(1deg) scale(.98); pointer-events: none; }
.orchestration-stage.is-webgl-ready .stage-top { background: rgba(245,242,235,.94); }
.orchestration-stage.is-webgl-ready .stage-status { border-color: rgba(183,147,89,.42); background: rgba(20,21,18,.78); color: #eee8dc; }

.demo-modal { width: min(1040px,calc(100vw - 48px)); max-width: none; max-height: calc(100vh - 48px); padding: 0; overflow: auto; border: 1px solid rgba(213,184,127,.58); border-radius: 0; background: #1d1e1b; color: #f5f0e6; box-shadow: 0 45px 140px rgba(0,0,0,.55); }
.demo-modal::backdrop { background: rgba(15,15,13,.82); backdrop-filter: blur(12px); }
.demo-modal-head { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.demo-modal-head > div { display: grid; gap: 8px; }
.demo-modal-head span { color: #c5a66d; font: 700 9px/1 Manrope,sans-serif; letter-spacing: .15em; }
.demo-modal-head h2 { margin: 0; font-family: "Noto Serif TC",serif; font-size: 22px; font-weight: 600; }
.demo-modal-head button { display: inline-flex; align-items: center; gap: 11px; padding: 10px 0 10px 18px; border: 0; border-left: 1px solid rgba(255,255,255,.2); background: transparent; color: #d6d1c7; font-size: 11px; cursor: pointer; }
.demo-modal-head button span { color: #fff; font: 400 25px/1 sans-serif; letter-spacing: 0; }
.demo-modal-frame { padding: 18px; background: #0f100e; }
.demo-modal-frame video { display: block; width: 100%; max-height: calc(100vh - 230px); aspect-ratio: 16/9; object-fit: contain; background: #080907; }
.demo-modal-foot { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 22px; border-top: 1px solid rgba(255,255,255,.14); }
.demo-modal-foot span { color: #c5a66d; font: 700 9px/1 Manrope,"Noto Sans TC",sans-serif; letter-spacing: .1em; }
.demo-modal-foot p { margin: 0; color: #a9aaa3; font-size: 11px; }
body:has(.demo-modal[open]) { overflow: hidden; }

.v2-proof { background: #282824; color: #fff; }
.v2-proof .growth-shell { display: grid; grid-template-columns: repeat(4,1fr); }
.v2-proof article { min-height: 140px; display: grid; align-content: center; grid-template-columns: 42px 1fr; padding: 28px 26px; border-right: 1px solid rgba(255,255,255,.14); }
.v2-proof article:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.v2-proof article > span { grid-row: 1/3; color: #bca379; font: 700 10px/1 Manrope,sans-serif; }
.v2-proof strong { font-family: "Noto Serif TC",serif; font-size: 17px; font-weight: 600; }
.v2-proof p { margin: 8px 0 0; color: #a7a79f; font-size: 12px; }

.v2-transformation { padding: 132px 0; background: #e1e0e4; }
.v2-section-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px 100px; align-items: end; }
.v2-section-intro .v2-kicker { grid-column: 1/-1; }
.v2-section-intro h2 { max-width: 760px; margin: 0; color: var(--v2-ink); font-family: "Noto Serif TC",serif; font-size: clamp(38px,3.8vw,52px); font-weight: 600; line-height: 1.45; letter-spacing: -.035em; }
.v2-section-intro > p:last-child { max-width: 480px; margin: 0 0 8px; color: #60625d; font-size: 15px; line-height: 1.95; }
.v2-flow-list { margin-top: 74px; border-top: 1px solid var(--v2-ink); }
.v2-flow-list article { display: grid; grid-template-columns: 70px minmax(260px,.75fr) 1fr; gap: 30px; align-items: center; padding: 29px 4px; border-bottom: 1px solid rgba(32,33,30,.2); }
.v2-flow-list article > span { color: var(--v2-wine); font: 700 11px/1 Manrope,sans-serif; }
.v2-flow-list small { color: #777871; font: 700 9px/1 Manrope,sans-serif; letter-spacing: .12em; }
.v2-flow-list h3 { margin: 8px 0 0; font-family: "Noto Serif TC",serif; font-size: 23px; }
.v2-flow-list p { max-width: 560px; margin: 0; color: #60625d; font-size: 14px; line-height: 1.85; }
.v2-flow-list article:nth-child(2) { transition-delay: 80ms; }
.v2-flow-list article:nth-child(3) { transition-delay: 160ms; }
.v2-flow-list article:nth-child(4) { transition-delay: 240ms; }

.v2-products { padding: 132px 0; background: #f4f1e9; }
.v2-products .v2-section-intro { margin-bottom: 76px; }
.product-scene { display: grid; grid-template-columns: .54fr 1.46fr; min-height: 560px; margin-top: 22px; border: 1px solid var(--v2-line); }
.product-scene-copy { display: flex; flex-direction: column; padding: 54px 46px; }
.product-scene-copy > span { color: #bca379; font: 700 10px/1.2 Manrope,sans-serif; letter-spacing: .12em; }
.product-scene-copy h3 { margin: 100px 0 20px; font-family: "Noto Serif TC",serif; font-size: 34px; line-height: 1.4; }
.product-scene-copy p { margin: 0; color: inherit; opacity: .7; font-size: 14px; line-height: 1.9; }
.product-scene-copy a { width: max-content; margin-top: auto; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.product-scene figure { position: relative; min-width: 0; margin: 0; padding: 38px; display: grid; align-content: center; overflow: hidden; }
.product-scene figure::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(32,33,30,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(32,33,30,.12) 1px,transparent 1px); background-size: 40px 40px; }
.product-shot-link { position: relative; z-index: 1; display: block; overflow: hidden; color: inherit; }
.product-scene figure img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; border: 1px solid rgba(32,33,30,.25); box-shadow: 0 26px 64px rgba(25,25,23,.18); transition: transform .35s ease; }
.product-shot-link > span { position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; background: rgba(32,33,30,.86); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .04em; opacity: 0; transform: translateY(5px); transition: opacity .25s ease,transform .25s ease; }
.product-shot-link:hover img,.product-shot-link:focus-visible img { transform: scale(1.008); }
.product-shot-link:hover > span,.product-shot-link:focus-visible > span { opacity: 1; transform: none; }
.product-scene figure figcaption { position: relative; z-index: 1; padding-top: 14px; color: inherit; opacity: .65; font-size: 11px; }
.local-scene { background: #282824; color: #fff; }
.local-scene figure { background: #d5d3d5; color: var(--v2-ink); }
.cloud-scene { grid-template-columns: 1.46fr .54fr; background: #ded7ca; color: var(--v2-ink); }
.cloud-scene .product-scene-copy { order: 2; }
.cloud-scene figure { order: 1; background: #cfd7d6; }

.v2-method { padding: 130px 0; background: var(--v2-wine); color: #fff; }
.v2-method .growth-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.v2-method .v2-kicker { color: #d9b6a9; }
.v2-method-copy h2 { margin: 25px 0 22px; font-family: "Noto Serif TC",serif; font-size: clamp(38px,3.8vw,52px); font-weight: 600; line-height: 1.45; letter-spacing: -.035em; }
.v2-method-copy > p { max-width: 470px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.95; }
.v2-method .v2-button { margin-top: 30px; color: #fff; border-color: rgba(255,255,255,.55); }
.v2-method .v2-button:hover { background: #fff; color: var(--v2-wine); }
.v2-method-steps { border-top: 1px solid rgba(255,255,255,.4); }
.v2-method-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 34px 4px; border-bottom: 1px solid rgba(255,255,255,.28); }
.v2-method-steps article > span { color: #d9b6a9; font: 700 11px/1 Manrope,sans-serif; }
.v2-method-steps h3 { margin: 0 0 10px; font-family: "Noto Serif TC",serif; font-size: 23px; }
.v2-method-steps p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.85; }

.v2-contact { padding: 130px 0; background: #e3ddd1; }
.v2-contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.v2-contact-copy h2 { margin: 25px 0 22px; font-family: "Noto Serif TC",serif; font-size: clamp(38px,3.8vw,52px); font-weight: 600; line-height: 1.45; letter-spacing: -.035em; }
.v2-contact-copy > p { max-width: 500px; color: #60625d; font-size: 15px; line-height: 1.95; }
.v2-contact-copy > div { display: grid; gap: 12px; margin-top: 34px; }
.v2-contact-copy a { width: max-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.growth-home-v2 .v2-contact .light-form { padding: 42px; border: 1px solid var(--v2-ink); background: #f8f6f0; }
.growth-home-v2 .v2-contact .light-form button { background: var(--v2-ink); }
.growth-home-v2 .site-footer { background: #282824; }

html[lang="en"] .growth-home-v2 .v2-hero h1,
html[lang="en"] .growth-home-v2 .v2-section-intro h2,
html[lang="en"] .growth-home-v2 .v2-method-copy h2,
html[lang="en"] .growth-home-v2 .v2-contact-copy h2,
html[lang="en"] .growth-home-v2 .product-scene-copy h3,
html[lang="en"] .growth-home-v2 .v2-flow-list h3,
html[lang="en"] .growth-home-v2 .v2-method-steps h3 { font-family: Manrope,"Noto Sans TC",sans-serif; letter-spacing: -.035em; }
html[lang="en"] .growth-home-v2 .v2-hero h1 { font-size: clamp(44px,3.8vw,60px); line-height: 1.2; }
html[lang="en"] .growth-home-v2 .v2-section-intro h2,
html[lang="en"] .growth-home-v2 .v2-method-copy h2,
html[lang="en"] .growth-home-v2 .v2-contact-copy h2 { font-size: clamp(34px,3.2vw,46px); line-height: 1.25; }

@keyframes v2-scroll-line { 0%,100% { transform: scaleX(.35); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes v2-stage-sweep { 0%,15% { left: -25%; opacity: 0; } 30% { opacity: 1; } 75% { opacity: 1; } 90%,100% { left: 110%; opacity: 0; } }
@keyframes v2-sheet-a { 0%,100% { margin-top: 0; rotate: -1deg; } 50% { margin-top: -8px; rotate: .6deg; } }
@keyframes v2-sheet-b { 0%,100% { margin-top: 0; rotate: .8deg; } 50% { margin-top: 9px; rotate: -.7deg; } }
@keyframes v2-sheet-c { 0%,100% { margin-top: 0; rotate: -1.2deg; } 50% { margin-top: -7px; rotate: .4deg; } }
@keyframes v2-window-float { 0%,100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes v2-status-pulse { 0%,100% { opacity: .6; } 50% { opacity: 1; box-shadow: 0 0 0 8px rgba(63,140,104,.1); } }

@media (max-width: 1080px) {
  .growth-home-v2 .growth-shell,
  .growth-home-v2 .header { width: min(100% - 48px,1280px); }
  .v2-hero { grid-template-columns: 1fr; min-height: auto; gap: 60px; padding-top: 76px; }
  .v2-hero-copy { max-width: 760px; }
  .orchestration-stage { min-height: 620px; }
  .v2-scroll-cue { display: none; }
  .v2-section-intro { grid-template-columns: 1fr; gap: 24px; }
  .v2-section-intro .v2-kicker { grid-column: auto; }
  .v2-flow-list article { grid-template-columns: 55px minmax(230px,.75fr) 1fr; }
  .product-scene,.cloud-scene { grid-template-columns: 1fr; }
  .cloud-scene .product-scene-copy,.cloud-scene figure { order: initial; }
  .product-scene-copy { min-height: 360px; }
  .product-scene-copy h3 { margin-top: 65px; }
  .v2-method .growth-shell,.v2-contact-grid { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 620px) {
  .growth-home-v2 .growth-shell,
  .growth-home-v2 .header { width: calc(100% - 32px); }
  .growth-home-v2 .header { height: 78px; }
  .v2-hero { padding: 54px 0 72px; gap: 46px; }
  .v2-hero h1 { font-size: 38px; line-height: 1.38; }
  .v2-hero-lead { font-size: 15px; }
  .v2-actions { display: grid; }
  .v2-button { width: 100%; }
  .v2-hero-notes { display: grid; }
  .mobile-nav .mobile-demo-link { margin-bottom: 8px; padding-inline: 14px; background: var(--v2-ink); color: #fff; }
  .orchestration-stage { min-height: 500px; }
  .stage-top { height: 48px; padding-inline: 12px; font-size: 8px; }
  .stage-grid { inset: 48px 0 0; }
  .workflow-3d { inset: 48px 0 0; height: calc(100% - 48px); }
  .orchestration-stage.is-webgl-ready::after { inset: 48px 0 0; }
  .data-sheet { width: 124px; min-height: 86px; padding: 11px; }
  .data-sheet::after { width: 24px; }
  .data-sheet span { margin-bottom: 10px; font-size: 7px; }
  .data-sheet i { height: 4px; margin-top: 6px; }
  .sheet-a { left: 3%; top: 16%; }
  .sheet-b { left: -4%; top: 34%; }
  .sheet-c { left: 5%; top: 52%; }
  .system-window { width: 83%; right: -3%; top: 23%; }
  .system-window-bar { height: 32px; }
  .system-window-bar b { font-size: 8px; }
  .system-window figcaption span { padding: 9px 3px; font-size: 8px; }
  .stage-status { left: 12px; right: 12px; bottom: 12px; font-size: 9px; }
  .demo-modal { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .demo-modal-head { min-height: 74px; padding: 14px 16px; }
  .demo-modal-head h2 { font-size: 17px; }
  .demo-modal-head button { padding-left: 12px; font-size: 0; }
  .demo-modal-frame { padding: 7px; }
  .demo-modal-frame video { max-height: calc(100vh - 190px); }
  .demo-modal-foot { display: grid; gap: 8px; padding: 13px 16px; }
  .v2-proof .growth-shell { grid-template-columns: 1fr 1fr; }
  .v2-proof article,.v2-proof article:first-child { min-height: 125px; grid-template-columns: 32px 1fr; padding: 22px 12px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .v2-proof strong { font-size: 14px; }
  .v2-transformation,.v2-products,.v2-method,.v2-contact { padding: 88px 0; }
  .v2-section-intro h2,.v2-method-copy h2,.v2-contact-copy h2 { font-size: 31px; line-height: 1.5; }
  .v2-flow-list { margin-top: 50px; }
  .v2-flow-list article { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; }
  .v2-flow-list article p { grid-column: 2; }
  .v2-flow-list h3 { font-size: 20px; }
  .v2-products .v2-section-intro { margin-bottom: 48px; }
  .product-scene { min-height: 0; }
  .product-scene-copy { min-height: 350px; padding: 34px 26px; }
  .product-scene-copy h3 { margin-top: 55px; font-size: 28px; }
  .product-scene figure { padding: 18px; }
  .product-shot-link > span { opacity: 1; transform: none; }
  .v2-method .growth-shell,.v2-contact-grid { gap: 50px; }
  .v2-method-steps article { grid-template-columns: 42px 1fr; gap: 12px; }
  .v2-method-steps h3 { font-size: 20px; }
  .growth-home-v2 .v2-contact .light-form { padding: 26px 20px; }
  html[lang="en"] .growth-home-v2 .v2-hero h1 { font-size: 34px; line-height: 1.25; }
  html[lang="en"] .growth-home-v2 .v2-section-intro h2,
  html[lang="en"] .growth-home-v2 .v2-method-copy h2,
  html[lang="en"] .growth-home-v2 .v2-contact-copy h2 { font-size: 29px; line-height: 1.32; }
}

@media (prefers-reduced-motion: reduce) {
  .v2-scroll-cue span,.stage-grid::after,.data-sheet,.system-window,.stage-status i { animation: none; }
  .data-sheet,.system-window { transform: none; transition: none; }
  .workflow-3d { display: none; }
}

/* Product demo library */
.product-scene-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: auto; }
.product-scene-copy .product-scene-links a { margin-top: 0; }
.product-scene-copy .product-scene-links a:last-child { border-bottom-color: #bca379; color: #d8c39f; }
.cloud-scene .product-scene-copy .product-scene-links a:last-child { color: #785043; border-bottom-color: #785043; }

.product-demos { width: var(--container); margin: 30px auto 140px; padding-top: 120px; border-top: 1px solid var(--line); }
.product-demos-head { display: grid; grid-template-columns: minmax(280px,.9fr) minmax(320px,1.1fr); column-gap: 80px; align-items: end; margin-bottom: 54px; }
.product-demos-head .overline { grid-column: 1 / -1; }
.product-demos-head h2 { margin: 20px 0 0; font-size: clamp(36px,4vw,54px); line-height: 1.35; letter-spacing: -.045em; }
.product-demos-head > p:last-child { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.demo-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.demo-card { min-width: 0; border: 1px solid var(--line); background: #f7f4ed; }
.demo-video-frame { padding: 12px; background: #282824; }
.demo-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #151514; }
.demo-card-copy { padding: 28px 26px 32px; }
.demo-card-copy span { color: #8b5a4c; font: 700 9px/1.2 Manrope,sans-serif; letter-spacing: .12em; }
.demo-card-copy h3 { margin: 18px 0 12px; font-size: 22px; line-height: 1.45; }
.demo-card-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.demo-disclaimer { margin: 20px 0 0; color: var(--muted); font-size: 11px; text-align: right; }

html[lang="en"] .product-demos-head h2,
html[lang="en"] .demo-card-copy h3 { font-family: Manrope,"Noto Sans TC",sans-serif; }

@media (max-width: 960px) {
  .product-demos-head { grid-template-columns: 1fr; gap: 20px; }
  .product-demos-head .overline { grid-column: auto; }
  .demo-grid { grid-template-columns: 1fr; gap: 24px; }
  .demo-card { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); align-items: center; }
}

@media (max-width: 620px) {
  .product-scene-links { align-items: flex-start; flex-direction: column; }
  .product-demos { margin-bottom: 95px; padding-top: 80px; }
  .product-demos-head { margin-bottom: 38px; }
  .product-demos-head h2 { font-size: 31px; }
  .demo-card { display: block; }
  .demo-video-frame { padding: 8px; }
  .demo-card-copy { padding: 24px 22px 27px; }
  .demo-disclaimer { text-align: left; line-height: 1.7; }
}
