@font-face { font-family: Inter; src: url('../fonts/Inter-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url('../fonts/Inter-700.ttf') format('truetype'); font-weight: 600 800; font-display: swap; }
@font-face { font-family: 'MusPal Homepage SC'; src: url('assets/fonts/muspal-homepage-sc.woff2?v=20260918-1') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'MusPal Homepage TC'; src: url('assets/fonts/muspal-homepage-tc.woff2?v=20260918-1') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
:root { color-scheme: light; --coral: #ff6a4b; --teal: #008079; --paper: #fffcf5; --header-height: 80px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); }
body { margin: 0; color: #000; background: #fff; font-family: Inter, Arial, 'PingFang TC', sans-serif; font-size: 14px; line-height: 17px; letter-spacing: 0; }
h1,h2,h3,h4,p,figure,blockquote { margin: 0; }
h1,h2,h3,h4 { font-weight: 700; }
button,input,select { font: inherit; }
button,a,select,input { -webkit-tap-highlight-color: transparent; }
button,select { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible { outline: 3px solid #006762; outline-offset: 5px; }
.homepage { overflow: clip; }
/* Reserve the display face for headings; smaller, longer text uses regular glyphs. */
.homepage>section { --heading-font: 'MusPal Homepage SC', Inter, Arial, 'PingFang SC', sans-serif; font-family: Inter, Arial, 'PingFang SC', sans-serif; font-size: 15px; line-height: 24px; font-synthesis: style; text-shadow: none; -webkit-text-stroke: 0; }
html[lang=zh-Hant] .homepage>section { --heading-font: 'MusPal Homepage TC', Inter, Arial, 'PingFang TC', sans-serif; font-family: Inter, Arial, 'PingFang TC', sans-serif; }
.homepage>section :is(h1,h2,h3,h4) { font-family: var(--heading-font); font-weight: 400; }
.sr-only,.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.skip-link:focus { position: fixed; top: 8px; left: 8px; z-index: 100; background: #fff; padding: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 39px; background: linear-gradient(90deg,#52f8c9,#2981b1); color: #fff; font-weight: 600; text-align: center; transition: box-shadow .18s,transform .18s; }
.button:hover { box-shadow: 0 4px 12px #00676224; transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.hero { height: 742px; padding-top: var(--header-height); background: linear-gradient(180deg,#ffd987,#ff684a); border-bottom-left-radius: 195px; position: relative; isolation: isolate; overflow: hidden; }
.hero-texture { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; mix-blend-mode: soft-light; pointer-events: none; z-index: -1; }
.header { position: absolute; top: 0; left: 0; right: 0; height: var(--header-height); z-index: 50; }
.header.is-sticky { position: fixed; background: #fff; box-shadow: 0 2px 12px #00000012; }
.header.is-sticky .navigation { color: #526560; }
.header.is-sticky .select-control { color: #66716e; }
.header-inner { width: min(1038px,calc(100% - 64px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 34px; position: relative; }
.brand { flex: 0 0 103px; }
.navigation { display: flex; align-items: center; gap: 34px; color: #906d66; font-weight: 600; white-space: nowrap; }
.navigation a:hover { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.select-control { display: flex; align-items: center; gap: 4px; color: #8f8f8f; }
.select-control select { appearance: none; background: transparent; border: 0; border-radius: 0; color: inherit; padding: 0; text-decoration: underline; line-height: 18px; }
.select-control select option { background: #fff; color: #222; }
.language-control select { width: 56px; }
.currency-control select { width: 30px; }
.login-button { width: 103px; height: 32px; white-space: nowrap; }
.menu-button { display: none; width: 40px; height: 40px; flex-shrink: 0; padding: 10px; border: 0; border-radius: 8px; background: transparent; }
.menu-button span { display: block; height: 2px; background: var(--teal); margin: 4px 0; }
.hero-inner { width: min(859px,calc(100% - 48px)); margin: 66px auto 0; display: grid; grid-template-columns: 395px 400px; gap: 64px; align-items: center; }
.hero-content { min-height: 416px; }
.hero-logo { width: 296px; height: 65px; margin-bottom: 24px; }
.hero h1 { width: 360px; max-width: 100%; color: #fff; font-size: 36px; line-height: 44px; margin-bottom: 24px; }
.hero h1 strong { color: var(--teal); }
.hero-description { width: 360px; max-width: 100%; color: #fff; line-height: 24px; margin-bottom: 24px; }
.hero-links { display: flex; flex-direction: column; align-items: center; width: 272px; gap: 12px; }
.trial-button { width: 272px; min-height: 40px; box-shadow: 0 0 2px 1px #ffffffbf; padding: 8px 16px; }
.plans-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hero-devices { width: 400px; height: auto; aspect-ratio: 2122/1984; object-fit: contain; }
.intro { min-height: 246px; position: relative; text-align: center; padding: 38px 24px 52px; }
.intro h2 { font-size: 36px; line-height: 44px; margin-bottom: 24px; position: relative; }
.intro h2 span:first-child,.teal { color: var(--teal); }
.intro p { max-width: 804px; margin: auto; white-space: pre-line; position: relative; }
.peeking-pal { position: absolute; left: calc(50% + 357px); top: 92px; width: 222.18px; height: 133.71px; z-index: 2; }
.intro::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 32px; background: linear-gradient(#0002,#00000002); pointer-events: none; }
.intro-dots { position: absolute; inset: 0; pointer-events: none; }
.intro-dots i { position: absolute; display: block; border-radius: 50%; background: #f85e4b; }
.intro-dots i:nth-child(1) { width: 46px; height: 46px; left: 29px; top: 48px; }
.intro-dots i:nth-child(2) { width: 85px; height: 85px; left: -27px; top: 111px; }
.intro-dots i:nth-child(3) { width: 44px; height: 44px; left: 130px; top: 131px; }
.intro-dots i:nth-child(4) { width: 76px; height: 76px; right: 28px; top: 43px; }
.intro-dots i:nth-child(5) { width: 35px; height: 35px; right: 69px; top: 157px; }
.intro-dots i:nth-child(6) { width: 76px; height: 76px; right: -53px; top: 134px; }
.demo { padding: 64px 24px; }
.demo-inner { max-width: 802px; margin: auto; display: grid; grid-template-columns: 309px 471px; gap: 22px; align-items: start; }
.demo-copy { padding-top: 28px; }
.demo h2 { font-size: 36px; line-height: 44px; width: 310px; }
.demo h2>span { display: block; }
.demo h2>.demo-accent { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 10px; color: var(--teal); }
.demo-accent strong { font-size: 48px; line-height: 58px; white-space: nowrap; }
.demo p { width: 274px; margin-top: 10px; margin-bottom: 24px; }
.store-links { display: flex; align-items: center; gap: 21px; justify-content: center; }
.store-links a { display: block; flex: 0 0 144px; transition: transform .2s; }
.store-links a:hover { transform: translateY(-2px); }
.store-links img { object-fit: contain; }
.store-links img[src*="GooglePlay"] { transform: scaleY(-1); }
.demo-media { min-width: 0; width: 100%; }
.demo-player { position: relative; width: 100%; aspect-ratio: 471/265; border-radius: 6px; overflow: hidden; background: #151515; }
.demo-video { display: block; border: 0; background: transparent; padding: 0; position: absolute; inset: 0; width: 100%; height: 100%; }
.demo-video>img { width: 100%; height: 100%; object-fit: cover; }
.demo-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-fallback { display: inline-block; margin-top: 12px; color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.video-fallback[hidden] { display: none; }
.play-affordance { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; border-radius: 50%; background: #008079e6; opacity: 1; transition: background .2s; }
.play-affordance::after { content: ''; position: absolute; top: 16px; left: 21px; border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.demo-video:hover .play-affordance,.demo-video:focus-visible .play-affordance { background: #006762; }
.pattern-band { background: var(--coral) url('assets/222-182-imgFrame68.png') center/cover; }
.section-heading { text-align: center; }
.section-heading h2 { font-size: 36px; line-height: 53px; }
.section-heading p { font-size: 15px; line-height: 24px; margin-top: 12px; }
.pain-points { min-height: 604px; padding: 64px 24px; border-radius: 24px; color: #fff; }
.pain-points h2 em { color: #00ffdd; font-style: normal; }
.pain-grid { display: grid; grid-template-columns: repeat(3,254px); gap: 22px; max-width: 806px; margin: 22px auto 0; }
.pain-card { background: var(--paper); border-radius: 24px; text-align: center; color: #000; padding: 28px 34px 47px; }
.pain-card img { width: 185px; height: 192px; object-fit: cover; margin: 0 auto 4px; }
.pain-card h3 { font-size: 24px; line-height: 29px; color: var(--teal); margin-bottom: 4px; }
.pain-card p { font-size: 15px; line-height: 24px; }
.features { padding: 64px 24px; }
.intro p,.demo p,.features .section-heading p { color: #666; }
.comparison { display: grid; grid-template-columns: 309px 474px; align-items: center; gap: 22px; max-width: 805px; margin: 24px auto 0; }
.comparison h3 { border-radius: 24px; font-size: 24px; line-height: 29px; display: flex; align-items: center; justify-content: center; }
.traditional h3 { background: #b5b5b5; color: #fff; min-height: 54px; margin-bottom: 8px; }
.traditional-list,.feature-list { display: grid; gap: 14px; }
.traditional-list article { min-height: 156px; background: #f0f0f0; border-radius: 24px; padding: 28px 24px; color: var(--teal); text-align: center; }
.traditional-list article:nth-child(2) { background: #e2e0e0; }
.comparison h4 { font-size: 24px; line-height: 33px; margin-bottom: 7px; }
.comparison p { font-size: 15px; line-height: 24px; }
.muspal-features h3 { background: linear-gradient(90deg,#ff6a4b,#ffec7d); color: #fff; height: 68px; gap: 8px; margin-bottom: 8px; }
.feature-list article { min-height: 156px; border: 3px solid #f1604d; border-radius: 24px; display: flex; align-items: center; justify-content: center; gap: 36px; padding: 20px 22px; color: var(--coral); }
.feature-list article:nth-child(odd) { background: #fff8f3; }
.feature-list article>img { flex-shrink: 0; }
.feature-list article>div { width: 202px; text-align: center; }
.pricing { position: relative; background: var(--coral); color: var(--paper); padding: 64px 24px; }
.pricing-inner { max-width: 804px; margin: auto; position: relative; left: 20.5px; }
.pricing-dots { position: absolute; top: 82px; left: 50%; transform: translateX(-50%); width: 1556px; height: 347px; max-width: none; pointer-events: none; }
.pricing h2 { white-space: nowrap; }
.billing-controls { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: center; justify-content: center; border: 0; margin: 12px 0 0; padding: 0; min-height: 44px; }
.billing-controls label { display: flex; align-items: center; cursor: pointer; gap: 6px; font-size: 14px; line-height: 22px; min-height: 44px; }
.billing-controls input { appearance: none; flex-shrink: 0; border: 1px solid #fff; border-radius: 50%; width: 20px; height: 20px; margin: 0; background: #fff; }
.billing-controls input:checked { background: var(--coral); box-shadow: inset 0 0 0 4px #fff; }
.save-badge { font-size: 12px; font-weight: 700; line-height: 20px; background: linear-gradient(#f1604d,#ff1a1a); padding: 2px 8px; border-radius: 22px; }
.pricing-table { background: linear-gradient(var(--paper),var(--paper)) padding-box,linear-gradient(90deg,#31efb9,#ff2ffc) border-box; border: 3px solid transparent; border-radius: 24px; color: #000; margin: 24px 0; min-height: 288px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; justify-content: center; padding: 38px 24px; }
.price-plan h3 { font-size: 16px; line-height: 24px; margin-bottom: 8px; }
.price-plan.gold h3 { color: #b7964e; background: linear-gradient(90deg,#ffc13b,#b7964e); background-clip: text; -webkit-text-fill-color: transparent; }
.price-plan.platinum h3 { color: #af68cc; background: linear-gradient(90deg,#31efb9,#ff2ffc 57px); background-clip: text; -webkit-text-fill-color: transparent; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 2px; font-size: 24px; line-height: 29px; }
.price strong { font-size: 24px; }
.price small { font-size: 12px; line-height: 18px; color: #767676; }
.payment-period { font-size: 12px; line-height: 18px; color: #767676; }
.subscribe { display: flex; width: 104px; min-height: 25px; align-items: center; justify-content: center; padding: 4px 10px; font-weight: 700; color: var(--paper); border-radius: 39px; margin: 8px 0; background: linear-gradient(90deg,#ffc13b,#b7964e); }
.subscribe:hover { filter: brightness(1.05); }
.platinum .subscribe { background: linear-gradient(90deg,#31efb9,#ff2ffc); }
.price-plan ul { list-style: none; padding: 0; display: grid; gap: 8px; margin: 8px 0 0; }
.price-plan li { display: flex; gap: 4px; align-items: flex-start; font-size: 14px; line-height: 22px; }
.price-plan li::before { content: ''; width: 11px; height: 11px; margin-top: 5px; flex-shrink: 0; background: url('assets/222-270-imgCharmTick.svg') center/contain no-repeat; }
.price-plan li>div { min-width: 0; flex: 1; }
.quota-bar { display: block; background: #d9d9d9; height: 3px; border-radius: 38px; width: 100%; }
.quota-bar i { display: block; height: 3px; width: 100%; background: #000; border-radius: inherit; }
.institution-plan { border: 1px solid #fff; border-radius: 24px; padding: 38px 24px; margin-bottom: 24px; color: #fff; text-align: center; }
.institution-content { max-width: 581px; margin: auto; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.institution-plan h3 { font-size: 24px; line-height: 29px; max-width: 100%; text-wrap: balance; }
.institution-symbols { white-space: nowrap; }
.institution-plan p { font-size: 15px; line-height: 24px; overflow-wrap: break-word; }
.institution-contact { background: #fff; color: var(--coral); padding: 4px 24px; min-height: 25px; max-width: 100%; line-height: 17px; font-weight: 700; }
.institution-plan ul { display: grid; gap: 8px; list-style: none; padding: 0; margin: 0; max-width: 100%; text-align: left; }
.institution-plan li { display: flex; align-items: flex-start; gap: 4px; font-size: 14px; line-height: 22px; }
.institution-plan li img { flex: 0 0 11px; width: 11px; height: 11px; margin-top: 5px; }
.institution-plan li span { min-width: 0; overflow-wrap: break-word; }
.team { padding: 64px 24px; }
.team-inner { max-width: 785px; margin: auto; }
.team h2 { font-size: 36px; line-height: 53px; text-align: center; }
.team-body { max-width: 700px; display: grid; grid-template-columns: 472px 202px; gap: 26px; align-items: center; margin: 24px auto 0; }
.violin-pal { width: 472px; height: 401px; object-fit: cover; }
.team-points { display: grid; gap: 48px; color: var(--teal); }
.team-points h3 { font-size: 24px; line-height: 33px; margin-bottom: 7px; }
.team-points p { font-size: 15px; line-height: 24px; }
.panasonic-patent { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; color: #0041c0; font-size: 18px; line-height: 26px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.panasonic-patent:visited { color: #0041c0; }
.panasonic-patent:hover { text-decoration-thickness: 3px; }
.panasonic-patent:focus-visible { outline: 2px solid #0041c0; outline-offset: 4px; border-radius: 2px; }
.partners { margin-top: 48px; padding-top: 32px; border-top: 1px solid #e4ebea; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: start; gap: 24px; }
.partners figure { min-width: 0; text-align: center; }
.partners img { object-fit: contain; }
.partners figcaption { margin-top: 10px; }
.partners .panasonic-patent { max-width: 100%; }
.supporter-image { display: flex; align-items: center; justify-content: center; height: 90px; width: 100%; }
.supporter-mark { position: relative; flex: none; width: 100%; overflow: hidden; }
.supporter-mark img { position: absolute; height: auto; max-width: none; }
/* Exclude blank export margins so the visible artwork shares a horizontal centerline. */
.hkstp .supporter-mark { max-width: 178px; aspect-ratio: 1532 / 528; }
.hkstp .supporter-mark img { width: 132.767624%; left: -16.51436%; top: -48.295455%; }
.hktdc .supporter-mark { max-width: 128px; aspect-ratio: 1280 / 900; }
.hktdc .supporter-mark img { width: 100%; left: 0; top: -0.222222%; }
.aws .supporter-mark { max-width: 150px; aspect-ratio: 950 / 569; }
.aws .supporter-mark img { width: 101.052632%; left: -0.526316%; top: -0.527241%; }
.piece .supporter-mark { max-width: 144px; aspect-ratio: 398 / 248; }
.piece .supporter-mark img { width: 112.311558%; left: -6.281407%; top: -40.322581%; }
.cooperation { margin-top: 43px; }
.cooperation h3 { color: var(--teal); font-size: 24px; line-height: 33px; text-align: center; }
.cooperation-logos { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 32px; margin-top: 20px; }
.cooperation-partner { display: flex; align-items: center; justify-content: center; min-width: 0; color: inherit; text-decoration: none; }
.cooperation-partner:focus-visible { outline: 2px solid var(--teal); outline-offset: 8px; border-radius: 4px; }
.cooperation-partner:hover { outline: 1px solid #b9d9d6; outline-offset: 8px; border-radius: 4px; }
.partner-logo { display: flex; align-items: center; justify-content: center; width: 100%; height: 64px; }
.partner-logo img { width: 100%; height: auto; max-height: 64px; object-fit: contain; }
.partner-logo-greenery img { max-width: 215px; }
.partner-logo-hsbc img { max-width: 160px; }
.partner-logo-airwallex img { max-width: 220px; }
.testimonials { padding: 64px 24px; color: #fff; }
.testimonials .section-heading p { font-weight: 700; font-style: italic; }
.review-grid { max-width: 1038px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin: 22px auto 0; }
.review { min-width: 0; background: var(--paper); border-radius: 24px; padding: 24px; color: #000; }
.review-person { display: flex; align-items: center; gap: 14px; min-height: 92px; margin-bottom: 20px; }
.review-avatar { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; overflow: hidden; background: #ddd; }
.review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.review-avatar-jeffrey img { object-position: 50% 18%; transform: scale(1.65); transform-origin: 50% 24%; }
.review-person>div { flex: 1; min-width: 0; }
.review h3 { font-size: 17px; line-height: 24px; margin-bottom: 6px; }
.review-person p { font-size: 13px; line-height: 21px; color: #515151; overflow-wrap: anywhere; }
.review-person p>span,.review-person p>a { display: block; }
.review-person a { color: #006f6a; text-decoration: underline; text-underline-offset: 3px; }
.review-person a:hover { color: #004f4a; }
.review blockquote { font-size: 15px; line-height: 26px; }
.referral { position: relative; background: #008079; min-height: 532px; padding: 64px 24px; isolation: isolate; color: #fff; }
.referral::before,.referral-shade { content: ''; position: absolute; inset: 0; background: url('assets/222-460-imgRectangle1.svg') center/100% 100%; transform: scaleY(-1); z-index: -2; }
.referral-shade { background-image: url('assets/222-460-imgRectangle23.svg'); }
.instruments { position: absolute; width: 1678px; height: 532px; left: 50%; top: 0; transform: translateX(-50%); overflow: hidden; mix-blend-mode: screen; opacity: .5; z-index: -1; pointer-events: none; }
.instruments img { position: absolute; top: -61.84%; left: 0; width: 100%; height: 217.11%; max-width: none; }
.referral-inner { max-width: 701.43px; margin: auto; padding-top: 39px; text-align: center; }
.referral h2 { display: flex; align-items: flex-end; justify-content: center; gap: 24px; font-size: 48px; line-height: 58px; white-space: nowrap; }
.referral h2 img { width: 252.43px; height: 55.56px; }
.referral h3 { font-size: 24px; line-height: 29px; margin-top: 14px; }
.referral p { margin-top: 14px; }
.referral ul { width: max-content; padding: 0; margin: 14px auto 0; display: grid; gap: 8px; list-style: none; text-align: left; }
.referral li { display: flex; gap: 4px; }
.referral li::before { content: ''; width: 16px; height: 17px; flex-shrink: 0; background: url('assets/222-460-imgCharmTick.svg') center/contain no-repeat; }
.referral-button { color: var(--teal); background: #fff; width: 244px; min-height: 40px; padding: 8px 16px; margin-top: 49px; }
.site-footer { background: #fff; border-top: 1px solid #e0eae8; padding: 56px 24px; }
.footer-inner { max-width: 1038px; margin: auto; display: grid; grid-template-columns: minmax(0,1.6fr) repeat(2,minmax(0,1fr)); gap: 48px; }
.footer-brand { min-width: 0; }
.footer-brand>a { display: inline-block; }
.footer-brand img { width: 154px; height: auto; }
.footer-contact { display: grid; gap: 4px; margin-top: 24px; font-size: 14px; line-height: 24px; color: #526560; }
.footer-contact a { color: var(--teal); overflow-wrap: anywhere; }
.footer-copyright { color: #66716e; margin-top: 24px; font-size: 12px; line-height: 20px; }
.footer-links h2 { color: var(--teal); font-size: 18px; line-height: 26px; margin-bottom: 12px; }
.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links a { display: inline-flex; align-items: center; min-height: 36px; color: #45514d; font-size: 14px; line-height: 22px; padding: 7px 0; }
.site-footer a:hover { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
html[lang=en] .hero h1 { font-size: 34px; }
html[lang=en] .section-heading p { line-height: 24px; padding: 14px 0; }
html[lang=en] .pricing h2 { white-space: normal; }
html[lang=en] .comparison h4,html[lang=en] .team-points h3 { font-size: 20px; line-height: 25px; }
html[lang=en] .traditional-list article { height: auto; min-height: 150px; padding: 24px; }
html[lang=en] .feature-list article { min-height: 156px; height: auto; padding: 18px 22px; }
html[lang=en] .referral h2 { font-size: 30px; white-space: normal; }
html[lang=en] .referral h2 img { width: 220px; height: auto; }
html[lang=en] .language-control select { width: 50px; }
@media (min-width: 1800px) { .hero-texture { object-fit: fill; } }
@media (max-width: 1100px) {
  .header-inner { gap: 24px; width: calc(100% - 48px); }
  .navigation { gap: 22px; }
  .header-actions { gap: 12px; }
  .peeking-pal { left: auto; right: 20px; width: 170px; height: auto; top: 121px; }
  .intro-dots { opacity: .45; }
  .intro p { max-width: 720px; }
}
@media (max-width: 900px) {
  .footer-inner { gap: 24px; }
  .pricing-inner { left: 0; }
  .header-inner { gap: 16px; }
  .navigation { display: none; position: absolute; top: calc(var(--header-height) - 4px); left: 0; right: 0; z-index: 5; background: #fff; border-radius: 8px; box-shadow: 0 8px 24px #0002; padding: 12px 20px; }
  .navigation.open { display: grid; gap: 20px; }
  .navigation a { display: flex; align-items: center; min-height: 44px; }
  .menu-button { display: block; }
  .hero-inner { grid-template-columns: minmax(0,395px) minmax(0,400px); gap: 32px; }
  .hero-devices { width: 100%; height: auto; }
  .demo-inner { grid-template-columns: minmax(260px,309px) minmax(0,471px); }
  .demo-media { align-self: center; }
  .pain-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .pain-card { padding: 24px 16px 32px; }
  .pain-card img { object-fit: contain; }
  .comparison { grid-template-columns: minmax(0,309px) minmax(0,474px); }
  .traditional-list article { padding: 28px 24px; }
  .feature-list article { gap: 16px; padding-inline: 16px; }
  .comparison h4 { font-size: 22px; }
  .pricing h2 { white-space: normal; }
  .pricing-table { gap: 32px; }
  .team-body { grid-template-columns: minmax(0,472px) 202px; }
  .partners { gap: 24px; }
  .referral { height: auto; min-height: 532px; padding: 64px 24px; }
  .referral-inner { padding-top: 0; }
  .referral h2 { flex-wrap: wrap; gap: 16px; font-size: 32px; line-height: 42px; white-space: normal; }
  .review-grid { grid-template-columns: 1fr; max-width: 620px; }
  .review-person { min-height: 64px; }
}
@media (max-width: 650px) {
  :root { --header-height: 76px; }
  .site-footer { padding: 40px 24px; }
  .footer-inner { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links a { min-height: 44px; }
  body { font-size: 14px; line-height: 21px; }
  .header-inner { width: calc(100% - 32px); flex-wrap: wrap; gap: 8px; align-content: center; }
  .brand { flex-basis: 103px; }
  .header-actions { gap: 10px; }
  .header-actions .select-control img { display: none; }
  .login-button { width: auto; padding: 0 12px; height: 32px; font-size: 12px; }
  .select-control select { font-size: 12px; }
  .language-control select { width: 49px; }
  .currency-control select { width: 28px; }
  .menu-button { padding: 8px; width: 30px; height: 32px; }
  .hero { height: auto; min-height: 740px; border-bottom-left-radius: 88px; padding-bottom: 44px; }
  .hero-texture { width: 1440px; left: 50%; transform: translateX(-50%); object-fit: fill; }
  .hero-inner { margin: 40px auto 0; display: flex; flex-direction: column; gap: 30px; width: calc(100% - 48px); }
  .hero-content { width: 100%; min-height: 0; }
  .hero-logo { width: 220px; height: auto; margin-bottom: 20px; }
  .hero h1 { width: 100%; font-size: 30px; line-height: 39px; margin-bottom: 18px; }
  .hero-description { width: 100%; line-height: 24px; margin-bottom: 22px; }
  .hero-links { width: min(100%,300px); align-items: stretch; text-align: center; }
  .trial-button { width: 100%; min-height: 44px; }
  .hero-devices { width: min(300px,100%); height: auto; align-self: center; }
  .intro { height: auto; min-height: 320px; padding: 34px 24px 95px; }
  .intro h2 { font-size: 26px; line-height: 35px; margin-bottom: 18px; text-wrap: balance; }
  .intro h2 span { display: inline; }
  .intro p { white-space: normal; line-height: 24px; }
  .intro::after { top: auto; bottom: 0; height: 22px; }
  .intro-dots { opacity: .25; }
  .intro-dots i:nth-child(3) { display: none; }
  .peeking-pal { top: auto; bottom: 15px; right: 16px; width: 130px; }
  .demo { padding: 40px 24px; }
  .demo-inner { display: flex; flex-direction: column; gap: 28px; }
  .demo-copy { padding: 0; width: 100%; }
  .demo h2 { width: 100%; font-size: 30px; line-height: 39px; }
  .demo-accent strong { font-size: 40px; line-height: 48px; }
  .demo p { width: 100%; line-height: 24px; }
  .store-links { justify-content: flex-start; gap: 16px; }
  .store-links a { flex: 0 1 144px; min-width: 0; }
  .store-links img { max-width: 100%; height: auto; }
  .play-affordance { opacity: 1; width: 44px; height: 44px; }
  .play-affordance::after { left: 18px; top: 13px; border-left-width: 13px; border-top-width: 9px; border-bottom-width: 9px; }
  .pain-points,.features,.pricing,.team,.testimonials { padding: 40px 24px; }
  .section-heading h2 { font-size: 26px; line-height: 36px; }
  .section-heading p { line-height: 24px; margin-top: 12px; }
  .pain-points h2 em { display: block; }
  .pain-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; max-width: 390px; }
  .pain-card { display: grid; grid-template-columns: 120px 1fr; grid-template-rows: auto auto; column-gap: 14px; text-align: left; padding: 20px; align-items: center; }
  .pain-card img { grid-row: 1/3; width: 120px; height: 130px; margin: 0; }
  .pain-card h3 { font-size: 23px; align-self: end; margin-bottom: 6px; }
  .pain-card p { align-self: start; }
  .comparison { grid-template-columns: minmax(0,1fr); gap: 28px; margin-top: 28px; max-width: 450px; }
  .traditional-list article { padding: 22px; height: auto; min-height: 112px; }
  .traditional-list article p { max-width: 260px; margin: auto; line-height: 24px; }
  .traditional h3 { min-height: 48px; }
  .muspal-features h3 { height: 56px; }
  .feature-list article { padding: 24px 16px; min-height: 130px; height: auto; }
  .feature-list article>div { width: auto; flex: 1; }
  .feature-list article>img { width: 58px; height: auto; }
  .comparison p { line-height: 24px; }
  .comparison h4 { font-size: 22px; line-height: 29px; }
  .pricing-inner { max-width: 390px; }
  .pricing-dots { width: 900px; height: auto; opacity: .45; }
  .billing-controls { margin-top: 18px; column-gap: 16px; }
  .pricing-table { grid-template-columns: minmax(0,1fr); gap: 24px; padding: 26px 24px; }
  .price-plan { padding-bottom: 24px; border-bottom: 1px solid #d9d9d9; }
  .price-plan:last-child { padding-bottom: 0; border: 0; }
  .price-plan h3 { font-size: 18px; line-height: 24px; }
  .price strong { font-size: 28px; }
  .price small,.payment-period { font-size: 12px; line-height: 20px; }
  .subscribe { min-height: 38px; width: 100%; margin-top: 12px; }
  .price-plan li { line-height: 22px; gap: 8px; }
  .price-plan li>div { width: 100%; }
  .quota-bar { margin-top: 3px; }
  .pricing .store-links { justify-content: center; }
  .institution-plan { padding: 28px 20px; }
  .institution-content { gap: 12px; }
  .institution-plan h3 { font-size: 22px; line-height: 30px; }
  .institution-plan p { line-height: 24px; }
  .institution-contact { min-height: 44px; padding: 10px 24px; line-height: 22px; }
  .institution-plan li img { margin-top: 5px; }
  .team h2 { font-size: 26px; line-height: 36px; }
  .team-body { display: flex; flex-direction: column; gap: 28px; margin-top: 24px; }
  .violin-pal { width: 100%; max-width: 390px; height: auto; }
  .team-points { gap: 28px; max-width: 390px; }
  .team-points p { line-height: 24px; }
  .partners { gap: 8px; margin-top: 36px; padding-top: 28px; }
  .supporter-image { height: 52px; }
  .hktdc .supporter-mark { max-width: 73.95px; }
  .aws .supporter-mark { max-width: 86.81px; }
  .piece .supporter-mark { max-width: 83.45px; }
  .partners figcaption { margin-top: 4px; }
  .partners .panasonic-patent { font-size: 11px; line-height: 15px; text-underline-offset: 2px; text-decoration-thickness: 1px; }
  .cooperation { margin-top: 38px; }
  .cooperation h3 { font-size: 22px; line-height: 30px; }
  .cooperation-logos { gap: 12px; }
  .partner-logo { height: 52px; }
  .partner-logo img { max-height: 52px; }
  .review-grid { grid-template-columns: 1fr; max-width: 390px; margin-top: 28px; gap: 18px; }
  .review { padding: 20px 24px; }
  .review-person { gap: 12px; margin-bottom: 16px; }
  .review blockquote { line-height: 26px; }
  .referral { height: auto; min-height: 532px; padding: 48px 24px; }
  .referral-inner { padding: 0; }
  .referral h2 { flex-direction: column; align-items: center; gap: 18px; font-size: 30px; line-height: 39px; white-space: normal; }
  .referral h2 img { width: 220px; height: auto; }
  .referral h3 { font-size: 22px; line-height: 30px; margin-top: 20px; }
  .referral p { line-height: 24px; }
  .referral ul { max-width: 100%; line-height: 22px; margin-top: 24px; }
  .referral li::before { height: 22px; }
  .referral-button { margin-top: 32px; min-height: 44px; }
  .instruments { width: 1350px; height: 100%; }
  html[lang=en] .hero h1 { font-size: 30px; line-height: 39px; }
  html[lang=en] .referral h2 { font-size: 28px; }
  html[lang=en] .section-heading p { padding: 0; }
}
@media (max-width: 374px) {
  :root { --header-height: 94px; }
  .header-actions { flex-wrap: wrap; max-width: 147px; gap: 4px 10px; justify-content: flex-end; }
  .login-button { min-width: 91px; }
  .hero h1 { font-size: 27px; line-height: 36px; }
  .pain-card { grid-template-columns: 94px 1fr; padding: 16px; gap: 8px; }
  .pain-card img { width: 94px; height: auto; }
  .billing-controls { gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
}
