:root {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Microsoft YaHei", sans-serif;
  color: #000;
  background: #fff;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.app { min-height: 100vh; overflow-x: hidden; }
.mobile-header, .mobile-hero-copy, .workflow-mobile, .agent-mobile { display: none; }

.desktop-header {
  position: fixed; inset: 0 0 auto; z-index: 1100; height: 84px; display: flex; align-items: center;
  background: #fff; border-bottom: 1px solid #e9ecf1; box-shadow: 0 2px 8px #0000000f;
}
.header-inner { width: 100%; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; }
.header-left { display: flex; align-items: center; gap: 56px; }
.logo-link, .mobile-logo { display: inline-flex; align-items: center; color: #111; text-decoration: none; white-space: nowrap; }
.brand-logo { display: block; width: 118px; height: 49px; object-fit: contain; }
.desktop-header nav { display: flex; align-items: center; gap: 32px; }
.nav-link { color: #000; font-size: 16px; line-height: 24px; text-decoration: none; background: none; border: 0; padding: 0; transition: opacity .2s; display: inline-flex; align-items: center; gap: 4px; cursor: pointer; }
.nav-link:hover { opacity: .7; }
.nav-link.active { font-weight: 600; }
.nav-dropdown { position: relative; padding: 30px 0; margin: -30px 0; }
.nav-dropdown svg { transition: transform .2s; }
.nav-dropdown:hover svg { transform: rotate(180deg); }
.dropdown-panel { position: absolute; top: 72px; left: -12px; min-width: 180px; padding: 6px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px -4px #0000001f, 0 2px 8px -2px #00000014; }
.nav-dropdown:hover .dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-panel a { display: block; padding: 10px 16px; color: #000000e6; font-size: 14px; line-height: 22px; border-radius: 8px; text-decoration: none; white-space: nowrap; }
.dropdown-panel a:hover { background: #0000000a; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-wrap { position: relative; }
.language-button { height: 44px; padding: 0 21px; display: flex; align-items: center; gap: 4px; color: #000; font-size: 14px; background: none; border: 0; cursor: pointer; }
.language-menu { position: absolute; top: 44px; right: 0; z-index: 5; width: 108px; height: 92px; padding: 6px; background: #fff; border-radius: 6px; box-shadow: 0 8px 24px -4px #0000001f, 0 2px 8px -2px #00000014; }
.language-menu button { width: 100%; height: 38px; padding: 0 8px; display: flex; justify-content: space-between; align-items: center; background: none; border: 0; border-radius: 6px; font-size: 13px; cursor: pointer; }
.language-menu button:hover { background: #0000000a; }
.trial-button { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; color: #fff; background: #000000bf; border-radius: 22px; font-size: 16px; font-weight: 600; text-decoration: none; box-shadow: 0 2px 4px -2px #0003; transition: .2s; }
.trial-button:hover { background: #000000e6; transform: translateY(-1px); }

.hero { position: relative; height: 780px; padding-top: 84px; overflow: hidden; background: linear-gradient(#fcf8f3 40%, #fff 100%); }
.hero-inner { width: 960px; height: 100%; margin: 0 auto; position: relative; }
.hero-copy { padding-top: 140px; position: relative; z-index: 2; width: 576px; }
.hero h1 { margin: 0 0 16px; font-size: 48px; font-weight: 600; line-height: 72px; letter-spacing: -.02em; }
.hero-copy p { margin: 0; font-size: 24px; line-height: 32px; }
.hero-visual { position: absolute; z-index: 1; top: 0; right: -264px; width: 736px; height: 736px; object-fit: contain; pointer-events: none; }
.prompt-box { position: relative; z-index: 3; width: 960px; margin-top: 140px; background: #fff; border: .5px solid transparent; border-radius: 24px; box-shadow: 0 12px 24px -10px #0000000a, 0 8px 16px -6px #0000000f; }
.prompt-box::before { content: ""; position: absolute; inset: -1px; pointer-events: none; border-radius: 25px; padding: .5px; background: conic-gradient(from 90deg, #ddddfd, #a8dcf2, #f2ceb8, #c7e9e5); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.prompt-box::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; border-radius: 24px; filter: blur(48px); background: linear-gradient(139.7deg, #5f7dff66, #70f1d71f 28%, #ff91481f 71%, #26a4ff66); }
.prompt-input { height: 56px; padding: 0 24px; display: flex; align-items: center; }
.prompt-input input { width: 100%; outline: none; border: 0; background: transparent; color: #000; font-size: 16px; line-height: 24px; }
.prompt-input input::placeholder { color: #00000045; }
.prompt-tools { height: 64px; padding: 0 16px 16px; display: flex; align-items: center; justify-content: space-between; }
.tool-group { display: flex; align-items: center; }
.tool-group button { height: 32px; padding: 5px 12px; display: inline-flex; align-items: center; gap: 4px; color: #000000e6; background: none; border: 0; border-radius: 16px; font-size: 14px; white-space: nowrap; cursor: pointer; }
.tool-group button:hover { background: #0000000a; }
.tool-group .plus-button { width: 32px; justify-content: center; padding: 0; font-size: 24px; font-weight: 300; }
.tool-group i { width: 1px; height: 16px; margin: 0 8px; background: #0000001f; }
.send-button { width: 32px; height: 32px; padding: 0; border: 0; background: none; }
.send-button svg { width: 32px; height: 32px; }

.section-pad { max-width: 1920px; margin: 0 auto; padding-left: 80px; padding-right: 80px; background: #fff; }
.section-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; color: #000; text-align: center; font-size: 48px; font-weight: 600; line-height: 56px; }
.section-title > span { white-space: nowrap; }
.spark { flex-shrink: 0; margin: 0 4px; color: #4ecdc4; font-size: 24px; }

.platform { padding-top: 60px; padding-bottom: 100px; }
.platform .section-title { margin-bottom: 100px; }
.platform-grid { max-width: 1760px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.platform-card { position: relative; min-height: 294px; padding: 32px 48px 48px; display: flex; flex-direction: column; justify-content: flex-start; overflow: visible; background: #f7f4f0; border-radius: 32px; transition: transform .3s, box-shadow .3s; }
.platform-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px #00000014; }
.platform-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 32px; pointer-events: none; }
.platform-icon { position: absolute; top: -40px; right: 24px; z-index: 2; width: 102px; height: 102px; object-fit: contain; pointer-events: none; }
.platform-heading { position: relative; z-index: 1; margin-bottom: 32px; }
.platform-heading span { display: block; margin-bottom: 8px; font-size: 24px; line-height: 32px; }
.platform-heading h3 { margin: 0; font-size: 32px; font-weight: 600; line-height: 48px; }
.platform-card p { position: relative; z-index: 1; margin: 0; color: #000000b3; font-size: 16px; line-height: 24px; }

.workflow { padding-top: 100px; padding-bottom: 100px; }
.workflow .section-title { margin-bottom: 80px; line-height: 1.35; }
.workflow-grid { max-width: 1760px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.workflow-row { display: grid; gap: 16px; }
.top-row { grid-template-columns: repeat(3, 1fr); }
.bottom-row { grid-template-columns: 1fr 1fr; }
.workflow-left { display: flex; flex-direction: column; gap: 16px; }
.workflow-card { position: relative; padding: 32px; display: flex; flex-direction: column; overflow: hidden; border-radius: 32px; transition: transform .3s, box-shadow .3s; }
.workflow-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px #0000000f; }
.workflow-small { height: 340px; }
.workflow-wide { height: 340px; }
.workflow-tall { height: 696px; }
.workflow-heading { display: flex; align-items: baseline; gap: 16px; margin-bottom: 8px; flex-shrink: 0; }
.workflow-heading b { font-family: "Segoe UI", sans-serif; font-size: 32px; line-height: 48px; }
.workflow-heading span { font-size: 32px; font-weight: 600; line-height: 48px; }
.workflow-card p { margin: 0 0 12px; color: #000000b3; font-size: 16px; line-height: 24px; }
.workflow-image { flex: 1; min-height: 0; display: flex; justify-content: flex-start; align-items: flex-end; overflow: hidden; border-radius: 16px; }
.workflow-image img { width: auto; max-width: 100%; height: 100%; object-fit: contain; }
.workflow-tall .workflow-image { max-height: 540px; }
.workflow-tall .workflow-image img { width: 100%; height: auto; max-height: 100%; }

.agents { padding-top: 100px; padding-bottom: 100px; }
.agents .section-title { margin-bottom: 52px; }
.agent-desktop { max-width: 1760px; margin: 0 auto; }
.agent-tabs { position: relative; z-index: 2; width: 100%; display: flex; gap: clamp(8px, .83vw, 16px); }
.agent-tab { flex: 1 1 0; min-width: 0; height: 136px; padding: 24px clamp(16px, 1.67vw, 32px); display: flex; align-items: center; gap: clamp(8px, .83vw, 16px); overflow: visible; outline: 0; cursor: pointer; background: #fff; border: 1px solid #dce0e4; border-bottom: 0; border-radius: 32px 32px 0 0; transition: .2s; }
.agent-tab.selected { position: relative; z-index: 2; cursor: default; background: #f7f4f0; border-color: transparent; }
.agent-tab img { flex-shrink: 0; width: clamp(56px, 4.58vw, 88px); height: clamp(56px, 4.58vw, 88px); object-fit: cover; border-radius: 50%; }
.agent-tab img.body-avatar { position: relative; z-index: 3; width: clamp(112px, 8.65vw, 166px); height: clamp(156px, 11.98vw, 230px); margin-top: clamp(-80px, -4.17vw, -48px); margin-bottom: clamp(-80px, -4.17vw, -48px); object-position: top; object-fit: contain; border-radius: 0; }
.agent-tab > span { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; text-align: left; }
.agent-tab small { color: #000000b3; font-size: clamp(16px, 1.25vw, 24px); line-height: clamp(24px, 1.67vw, 32px); }
.agent-tab strong { overflow-wrap: anywhere; font-family: "Segoe UI", sans-serif; font-size: clamp(18px, 1.46vw, 28px); font-weight: 510; line-height: clamp(26px, 2.5vw, 48px); }
.agent-tab.selected small { color: #000; }
.agent-tab.selected strong { font-size: clamp(22px, 1.88vw, 36px); font-weight: 600; }
.agent-panel { position: relative; overflow: hidden; background: #f7f4f0; border-radius: 0 0 32px 32px; }
.agent-screen { width: 100%; padding: 45px 38px 0; display: block; }
.agent-summary { padding: 32px 48px 48px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.agent-description { max-width: 782px; }
.agent-description p { margin: 0 0 24px; font-size: 24px; font-weight: 500; line-height: 36px; }
.agent-description button, .mobile-agent-card > button { padding: 16px 32px; color: #fff; background: #000000bf; border: 0; border-radius: 32px; font-size: 24px; font-weight: 600; line-height: 32px; box-shadow: 0 2px 4px #0003; cursor: pointer; }
.agent-stats { display: flex; gap: 28px; }
.agent-stats > div { width: 260px; }
.stat-value { color: #00b6c3; font-family: "Segoe UI", sans-serif; font-size: 56px; font-weight: 590; line-height: 56px; }
.stat-value small { font-size: 24px; line-height: 24px; }
.agent-stats span { display: block; margin-top: 8px; font-size: 16px; line-height: 24px; }

.lakehouse { padding-top: 100px; padding-bottom: 100px; }
.lakehouse .section-title { margin-bottom: 80px; }
.lakehouse-card { display: grid; grid-template-columns: 1fr 1.2fr; overflow: hidden; background: #f7f8fa; border: 1px solid #f0f3f7; border-radius: 32px; }
.lakehouse-copy { position: relative; z-index: 1; padding: 48px; }
.lakehouse-copy h3 { margin: 0 0 24px; font-size: 36px; font-weight: 600; line-height: 48px; }
.lakehouse-copy p { margin: 0 0 40px; font-size: 24px; line-height: 36px; }
.lakehouse-stats { display: flex; gap: 80px; }
.lakehouse-stats > div { display: flex; flex-direction: column; gap: 8px; }
.lakehouse-stats strong { color: #00b6c3; font-family: "Segoe UI", sans-serif; font-size: 48px; font-weight: 590; line-height: 56px; }
.lakehouse-stats strong small { font-size: 24px; line-height: 24px; }
.lakehouse-stats span { font-size: 16px; line-height: 24px; }
.lakehouse-visual { padding: 73px 0 0 132px; display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; }
.lakehouse-visual img { display: block; width: 100%; height: auto; object-fit: contain; }

.footer-cta { position: relative; height: 640px; overflow: hidden; }
.beach { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.footer-content { position: relative; z-index: 1; height: 100%; padding: 56px 80px 40px; display: flex; flex-direction: column; }
.footer-copy { margin-bottom: 32px; }
.footer-copy h2 { margin: 0; font-size: 56px; font-weight: 600; line-height: 72px; }
.experience-button { width: fit-content; height: 56px; padding: 0 28px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: #000000bf; border-radius: 28px; font-size: 20px; font-weight: 600; text-decoration: none; box-shadow: 0 2px 4px -2px #0003; transition: .2s; }
.experience-button:hover { background: #000000e6; transform: translateY(-2px); }
.footer-content > p { margin: auto 0 0; color: #00000080; font-size: 16px; line-height: 28px; }

.client-page { padding-top: 84px; background: #fff; }
.client-page[hidden] { display: none; }
.client-hero { min-height: 500px; padding-top: 48px; padding-bottom: 48px; display: grid; place-items: center; background: linear-gradient(#fcf8f3 40%, #fff 100%); }
.client-hero-copy { width: min(100%, 980px); margin: 0 auto; text-align: center; }
.client-hero-mark { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.client-hero-mark img { width: 58px; height: 58px; padding: 8px; background: #fff; border: 1px solid #dcebec; border-radius: 50%; box-shadow: 0 10px 28px #17324d14; }
.client-kicker { padding: 5px 12px; color: #000; background: #fff; border: 1px solid #dcebec; border-radius: 16px; font-size: 13px; font-weight: 600; line-height: 20px; }
.client-hero h1 { margin: 22px 0 12px; font-size: 56px; font-weight: 600; line-height: 1.2; }
.client-hero h1 span { color: #000; }
.client-hero-copy > p { max-width: 760px; margin: 0 auto; color: #59636d; font-size: 18px; line-height: 30px; }
.client-hero-actions { margin-top: 28px; display: flex; justify-content: center; gap: 16px; }
.client-download-button, .client-footer-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 28px; text-decoration: none; transition: .2s; }
.client-download-button { min-width: 220px; height: 54px; padding: 0 26px; color: #fff; background: #353535; font-size: 17px; font-weight: 600; }
.client-download-button:hover, .client-footer-button:hover { background: #111; transform: translateY(-1px); }
.windows-mark { width: 16px; height: 16px; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 2px; }
.windows-mark i { display: block; background: currentColor; }
.client-download-hint { margin: 10px auto 0 !important; color: #7c8490 !important; text-align: center; font-size: 13px !important; line-height: 20px !important; }
.client-benefits { padding-top: 128px; padding-bottom: 96px; }
.client-benefits .section-title, .client-support .section-title, .client-steps .section-title { margin-bottom: 56px; }
.client-benefit-grid { max-width: 1760px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.client-benefit { min-height: 176px; padding: 28px; display: flex; align-items: flex-start; gap: 16px; border-radius: 24px; }
.client-benefit:nth-child(1) { background: #e0f6f7; }
.client-benefit:nth-child(2) { background: #f2f5f9; }
.client-benefit:nth-child(3) { background: #e5edff; }
.client-benefit-icon { width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center; color: #00aeb8; background: #fff; border-radius: 10px; font-size: 20px; }
.client-benefit h3 { margin: 0 0 10px; font-size: 22px; font-weight: 600; line-height: 32px; }
.client-benefit p { margin: 0; color: #5b6471; font-size: 15px; line-height: 24px; }
.client-support { padding-top: 96px; padding-bottom: 96px; background: #fafbfc; }
.client-support-grid { max-width: 1760px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 64px; }
.client-support-grid article { padding: 28px 0; border-top: 1px solid #dfe4ea; }
.client-support-grid b { color: #00aeb8; font-family: "Segoe UI", sans-serif; font-size: 22px; line-height: 32px; }
.client-support-grid h3 { margin: 10px 0 8px; font-size: 24px; font-weight: 600; line-height: 34px; }
.client-support-grid p { margin: 0; color: #5b6471; font-size: 16px; line-height: 24px; }
.client-steps { padding-top: 96px; padding-bottom: 96px; }
.client-step-grid { max-width: 1760px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.client-step-grid article { min-height: 176px; padding: 28px; border-top: 1px solid #dfe4ea; }
.client-step-grid strong { color: #00aeb8; font-family: "Segoe UI", sans-serif; font-size: 32px; line-height: 40px; }
.client-step-grid h3 { margin: 12px 0 8px; font-size: 22px; font-weight: 600; line-height: 32px; }
.client-step-grid p { margin: 0; color: #5b6471; font-size: 15px; line-height: 24px; }
.client-system { max-width: 1760px; margin: 32px auto 0; padding: 20px 24px; display: flex; justify-content: space-between; gap: 24px; background: #f7f8fa; border-radius: 16px; font-size: 14px; line-height: 24px; }
.client-system strong { font-weight: 600; }
.client-system span { color: #687386; }
.client-footer-cta { padding: 64px 80px 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: #dff4f4; }
.client-footer-cta h2 { margin: 0 0 10px; font-size: 40px; font-weight: 600; line-height: 52px; }
.client-footer-cta p { margin: 0; color: #55606b; font-size: 17px; line-height: 28px; }
.client-footer-button { min-width: 170px; height: 52px; color: #fff; background: #353535; font-size: 16px; font-weight: 600; }

.trial-page { height: 100vh; padding-top: 84px; overflow: hidden; background: linear-gradient(116deg, #fcf8f3 0%, #f7fbfb 58%, #fff 100%); }
.trial-page[hidden] { display: none; }
.trial-shell { height: calc(100vh - 84px); min-height: 0; padding-top: clamp(20px, 3vh, 32px); padding-bottom: clamp(20px, 3vh, 32px); display: grid; grid-template-columns: minmax(320px, 580px) minmax(280px, 360px); gap: clamp(32px, 4vw, 72px); align-items: center; justify-content: center; background: transparent; }
.trial-intro { max-width: 580px; }
.trial-intro h1 { margin: 0 0 18px; font-size: clamp(42px, 3vw, 58px); font-weight: 600; line-height: 1.24; }
.trial-intro > p { max-width: 520px; margin: 0; color: #58626d; font-size: 18px; line-height: 32px; }
.trial-points { margin-top: clamp(28px, 4vh, 42px); display: flex; flex-direction: column; gap: 0; }
.trial-points > div { min-height: 64px; padding: 12px 0; display: flex; align-items: center; gap: 18px; border-top: 1px solid #dfe5e6; }
.trial-points b { width: 34px; color: #00aeb8; font-family: "Segoe UI", sans-serif; font-size: 15px; font-weight: 600; }
.trial-points span { display: flex; flex-direction: column; gap: 3px; }
.trial-points strong { font-size: 16px; font-weight: 600; line-height: 24px; }
.trial-points small { color: #707984; font-size: 13px; line-height: 20px; }
.trial-contact-card { min-height: 0; padding: clamp(12px, 2vh, 24px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: transparent; border: 0; border-radius: 0; box-shadow: none; text-align: center; }
.sales-qr-frame { width: clamp(220px, 18vw, 280px); aspect-ratio: 1; padding: 12px; background: #fff; border: 1px solid #e1e6e9; border-radius: 16px; box-shadow: 0 10px 24px #17324d12; }
.sales-qr-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.sales-qr-hint { margin: 14px 0 0; color: #7b848e; font-size: 13px; line-height: 20px; }

@media (max-width: 1000px) and (min-width: 701px) {
  .header-left { gap: 32px; }
  .desktop-header nav { gap: 18px; }
  .section-pad { padding-left: 32px; padding-right: 32px; }
  .section-title { font-size: 40px; }
}

@media (max-width: 900px) and (min-width: 701px) {
  .trial-page { height: auto; min-height: 100vh; overflow: visible; }
  .trial-shell { height: auto; min-height: calc(100vh - 84px); display: block; padding-top: 40px; padding-bottom: 48px; }
  .trial-intro { max-width: 680px; margin: 0 auto; }
  .trial-intro h1 { font-size: 44px; }
  .trial-points { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .trial-points > div { display: block; }
  .trial-points b { display: block; margin-bottom: 8px; }
  .trial-form-wrap { max-width: 680px; min-height: 0; margin: 40px auto 0; }
  .trial-contact-card { max-width: 680px; margin: 40px auto 0; }
}

@media (max-width: 700px) {
  .desktop-header, .hero-inner, .workflow-grid, .agent-desktop { display: none; }
  .mobile-header, .mobile-hero-copy, .workflow-mobile, .agent-mobile { display: flex; }
  .mobile-header { position: fixed; inset: 0 0 auto; z-index: 1100; height: 64px; padding: 16px 12px; align-items: center; justify-content: space-between; background: #ffffffe6; backdrop-filter: blur(12px); }
  .mobile-logo .brand-logo { width: 116px; height: auto; }
  .mobile-header-actions { display: flex; align-items: center; gap: 8px; }
  .menu-button { width: 32px; height: 32px; padding: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; background: linear-gradient(#fafbfc, #f2f4f7); border: 0; border-radius: 16px; box-shadow: 0 2px 4px -2px #0000001f; cursor: pointer; }
  .menu-button span { width: 13px; height: 1.5px; background: #222; border-radius: 2px; }
  .mobile-language { height: 32px; padding: 0 9px; display: flex; align-items: center; gap: 2px; color: #000; background: #fff; border: 1px solid #f0a316; border-radius: 4px; font-size: 13px; font-weight: 500; white-space: nowrap; }
  .mobile-trial { padding: 5px 16px; color: #fff; background: #000000bf; border-radius: 16px; font-size: 14px; font-weight: 500; text-decoration: none; box-shadow: 0 2px 4px -2px #0003; white-space: nowrap; }
  .mobile-menu { position: absolute; top: 58px; left: 12px; width: 152px; padding: 8px; display: flex; flex-direction: column; gap: 2px; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px #0002; }
  .mobile-menu a { padding: 10px 12px; border-radius: 8px; font-size: 14px; text-decoration: none; }
  .mobile-menu a:hover { background: #f5f5f5; }

  .hero { height: 478px; padding-top: 72px; background: linear-gradient(#fcf8f3 40%, #fff 100%); }
  .mobile-hero-copy { display: block; width: 100%; padding: 28px 32px 0; text-align: center; }
  .hero h1 { margin: 0 0 8px; font-size: 24px; line-height: 36px; }
  .mobile-hero-copy p { margin: 0 0 26px; font-size: 12px; line-height: 16px; }
  .mobile-hero-copy img { position: relative; left: 50%; width: calc(100% + 64px); max-width: none; margin-left: -50%; transform: translateX(-32px); display: block; }

  .section-pad { max-width: none; padding-left: 24px; padding-right: 24px; }
  .section-title { justify-content: flex-start; gap: 4px; margin: 0 0 32px !important; text-align: left; font-size: 20px; line-height: 30px; }
  .section-title > span { white-space: normal; }
  .section-title .spark { margin: 0; font-size: 16px; }

  .platform { height: 712px; padding-top: 48px; padding-bottom: 48px; }
  .platform-grid { display: flex; flex-direction: column; gap: 20px; }
  .platform-card { min-height: 0; height: 166px; padding: 36px 28px 28px; border-radius: 20px; }
  .platform-card:hover { transform: none; box-shadow: none; }
  .platform-bg { display: none; }
  .platform-icon { top: -10px; right: 16px; width: 64px; height: 64px; }
  .platform-heading { margin-bottom: 16px; }
  .platform-heading span { margin-bottom: 4px; font-size: 14px; line-height: 20px; }
  .platform-heading h3 { font-size: 20px; line-height: 30px; }
  .platform-card p { font-size: 10px; line-height: 16px; }

  .workflow { height: 1734px; padding-top: 48px; padding-bottom: 48px; }
  .workflow .section-title { margin-top: -24px !important; }
  .workflow-mobile { flex-direction: column; gap: 20px; }
  .workflow-card { height: 242px; padding: 24px; border-radius: 20px; }
  .workflow-card:hover { transform: none; box-shadow: none; }
  .workflow-heading { gap: 8px; margin-bottom: 6px; }
  .workflow-heading b, .workflow-heading span { font-size: 20px; line-height: 30px; }
  .workflow-card p { margin: 0 0 16px; font-size: 10px; line-height: 14px; }
  .workflow-image { width: 100%; border-radius: 12px; }
  .workflow-image img, .workflow-tall .workflow-image img { width: 100%; height: auto; max-height: 100%; object-fit: contain; }

  .agents { height: 1729px; padding-top: 48px; padding-bottom: 48px; }
  .agent-mobile { flex-direction: column; gap: 40px; }
  .mobile-agent-card { position: relative; min-height: 493px; margin-top: 40px; padding: 16px 24px 24px; background: #f7f4f0; border-radius: 20px; }
  .mobile-agent-title { display: flex; align-items: center; gap: 12px; margin-top: -56px; }
  .mobile-agent-title img { width: 100px; height: 100px; object-fit: contain; object-position: top; }
  .mobile-agent-title span { font-size: 14px; line-height: 20px; }
  .mobile-agent-title h3 { margin: 0; font-family: "Segoe UI", sans-serif; font-size: 20px; line-height: 30px; }
  .mobile-agent-screen { height: 178px; margin-top: -35px; margin-bottom: 16px; overflow: hidden; }
  .mobile-agent-screen img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .mobile-agent-card p { margin: 0 0 16px; font-size: 14px; line-height: 22px; }
  .mobile-agent-card .agent-stats { gap: 24px; margin-bottom: 20px; }
  .mobile-agent-card .agent-stats > div { width: auto; flex: 1; }
  .mobile-agent-card .stat-value { font-size: 32px; line-height: 32px; white-space: nowrap; }
  .mobile-agent-card .stat-value small { font-size: 14px; }
  .mobile-agent-card .agent-stats span { margin-top: 4px; font-size: 12px; line-height: 16px; }
  .mobile-agent-card > button { padding: 10px 20px; border-radius: 20px; font-size: 14px; line-height: 20px; }

  .lakehouse { height: 624px; padding-top: 48px; padding-bottom: 48px; }
  .lakehouse-card { display: block; padding: 24px 0 0 24px; border: 0; border-radius: 20px; }
  .lakehouse-copy { padding: 0; }
  .lakehouse-copy h3 { margin: 0 0 12px; font-size: 20px; line-height: 30px; }
  .lakehouse-copy p { margin: 0 24px 20px 0; font-size: 14px; line-height: 22px; }
  .lakehouse-stats { gap: 32px; margin-bottom: 24px; }
  .lakehouse-stats strong { font-size: 32px; line-height: 32px; }
  .lakehouse-stats strong small { font-size: 14px; }
  .lakehouse-stats span { font-size: 12px; line-height: 16px; }
  .lakehouse-visual { margin-left: -24px; padding: 0; display: block; }
  .lakehouse-visual::before { content: ""; display: block; height: 1px; margin: 0 24px 24px; background: #00000014; }
  .lakehouse-visual img { width: 100%; margin-top: 16px; }

  .footer-cta { height: 259px; padding-top: 10px; }
  .beach { position: absolute; top: auto; bottom: 0; height: 185px; object-fit: cover; }
  .footer-content { padding: 0 24px 16px; }
  .footer-copy { margin-bottom: 24px; }
  .footer-copy h2 { font-size: 24px; line-height: 36px; }
  .experience-button { height: auto; padding: 10px 20px; border-radius: 20px; font-size: 14px; line-height: 20px; }
  .footer-content > p { margin: auto -10px 0; text-align: center; color: #333; font-size: 10px; line-height: 16px; }

  .client-page { padding-top: 64px; }
  .client-hero { min-height: 500px; padding-top: 40px; padding-bottom: 40px; }
  .client-hero-copy { width: 100%; }
  .client-hero-mark { gap: 8px; }
  .client-hero-mark img { width: 52px; height: 52px; padding: 7px; }
  .client-hero h1 { margin: 18px 0 12px; font-size: 34px; line-height: 44px; }
  .client-hero h1 span { display: block; }
  .client-hero-copy > p { max-width: 520px; font-size: 15px; line-height: 24px; }
  .client-hero-actions { width: 100%; max-width: 320px; margin: 24px auto 0; flex-direction: column; gap: 10px; }
  .client-download-button { width: 100%; min-width: 0; height: 48px; font-size: 15px; }
  .client-benefits, .client-support, .client-steps { padding-top: 48px; padding-bottom: 48px; }
  .client-benefits .section-title, .client-support .section-title, .client-steps .section-title { margin-bottom: 32px !important; }
  .client-benefit-grid, .client-support-grid, .client-step-grid { display: flex; flex-direction: column; gap: 16px; }
  .client-benefit { min-height: 0; padding: 22px; border-radius: 20px; }
  .client-benefit h3 { font-size: 20px; line-height: 28px; }
  .client-benefit p, .client-support-grid p, .client-step-grid p { font-size: 14px; line-height: 22px; }
  .client-support-grid { gap: 0; }
  .client-support-grid article { padding: 20px 0; }
  .client-support-grid h3 { margin: 6px 0; font-size: 20px; line-height: 28px; }
  .client-step-grid { gap: 0; }
  .client-step-grid article { min-height: 0; padding: 20px 0; }
  .client-step-grid strong { font-size: 28px; line-height: 34px; }
  .client-step-grid h3 { margin: 8px 0 6px; font-size: 20px; line-height: 28px; }
  .client-system { margin-top: 24px; padding: 16px; display: block; font-size: 13px; line-height: 22px; }
  .client-system strong, .client-system span { display: block; }
  .client-system span { margin-top: 6px; }
  .client-footer-cta { padding: 40px 24px; display: block; }
  .client-footer-cta h2 { font-size: 28px; line-height: 38px; }
  .client-footer-cta p { font-size: 14px; line-height: 22px; }
  .client-footer-button { width: 100%; height: 48px; margin-top: 24px; }

  .trial-page { padding-top: 64px; }
  .trial-page { height: auto; min-height: 100vh; overflow: visible; }
  .trial-shell { height: auto; min-height: calc(100vh - 64px); padding: 32px 20px 40px; display: block; }
  .trial-intro { max-width: none; }
  .trial-intro h1 { margin: 0 0 12px; font-size: 32px; line-height: 44px; }
  .trial-intro > p { font-size: 15px; line-height: 24px; }
  .trial-points { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .trial-points > div { min-width: 0; min-height: 0; padding: 14px 0 16px; display: block; }
  .trial-points b { display: block; margin-bottom: 8px; font-size: 13px; }
  .trial-points strong { font-size: 14px; line-height: 22px; }
  .trial-points small { display: none; }
  .trial-contact-card { min-height: 0; margin-top: 16px; padding: 12px 0 24px; }
  .sales-qr-frame { width: min(240px, 70vw); }
}

@media (max-width: 370px) {
  .mobile-header-actions { gap: 6px; }
  .mobile-language { padding: 0 6px; }
  .mobile-trial { padding: 5px 10px; }
  .mobile-logo .brand-logo { width: 108px; }
}
