:root {
  color-scheme: light;
  --ink: #1a211b;
  --muted: #72756d;
  --charcoal: #151b17;
  --gold: #f2cf73;
  --paper: #f8f5ee;
  --line: #dfd9cc;
  --gutter: clamp(24px, 4.1vw, 112px);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--charcoal);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; background: var(--paper); }
main { display: block; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, h4, p { margin: 0; }
button, a, summary { touch-action: manipulation; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #bc8623; outline-offset: 5px; }
.container { width: 100%; padding-inline: var(--gutter); }
.icon { width: 38px; height: 38px; flex: 0 0 auto; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 12px 20px; color: #111; background: var(--gold); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 88px; color: #f6f1df; background: linear-gradient(#151b17c9, #151b1700); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 48px; height: 48px; }
.brand-copy { display: flex; flex-direction: column; gap: 4px; }
.brand-copy strong { font-size: 24px; font-weight: 650; letter-spacing: 2px; line-height: 1.2; }
.brand-copy small { font-size: 10px; letter-spacing: 7px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(20px, 2.6vw, 52px); margin-left: auto; font-size: 14px; }
.desktop-nav a, .header-login { padding-block: 15px; transition: color .2s; white-space: nowrap; }
.desktop-nav a:hover, .header-login:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: clamp(20px, 3vw, 56px); margin-left: auto; font-size: 14px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 22px; padding: 15px 28px; border-radius: 5px; border: 1px solid transparent; font-size: 16px; font-weight: 650; letter-spacing: .5px; line-height: 1.4; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #25200e; background: linear-gradient(115deg, #ffe295, #e6bb58); border-color: #edcc7d; box-shadow: 0 3px 15px #0000000d; }
.button-primary:hover { background: #ffe49c; box-shadow: 0 5px 24px #efc56a26; }
.button-small { min-height: 44px; font-size: 14px; padding: 10px 28px; }
.button-outline { color: #fff9e9; border-color: #c7b98a; background: #151b174d; }
.button-outline:hover { background: #f2cf731a; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: clamp(580px, 37vw, 790px); display: flex; align-items: center; color: #fff; background: #151b17; overflow: hidden; }
.hero-content { position: relative; z-index: 2; padding-top: 115px; padding-bottom: 90px; pointer-events: none; }
.hero-content a { pointer-events: auto; }
.eyebrow { font-size: 13px; letter-spacing: 5px; color: #dfdfce; margin-bottom: 30px; }
h1 { font-size: clamp(42px, 4vw, 82px); line-height: 1.22; letter-spacing: -2px; font-weight: 750; }
h1 em { font-style: normal; color: var(--gold); }
.hero-lead { font-size: clamp(15px, 1.16vw, 21px); line-height: 1.85; color: #e4e4da; margin-top: 30px; }
.hero-actions { display: flex; gap: 18px; margin-top: 42px; }
.hero-visual { position: absolute; inset: 0 0 0 26%; z-index: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 57% 68%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #151b17 0%, #151b17eb 6%, #151b1780 20%, transparent 42%); }
.hero-visual figcaption { position: absolute; bottom: 25px; left: 30%; right: 4%; z-index: 1; color: #f1eee1; text-align: center; font-size: 11px; letter-spacing: 2px; text-shadow: 0 1px 8px #000; }
.trust-strip { background: linear-gradient(110deg, #111713, #20261e 52%, #101713); color: #f1eddf; border-top: 1px solid #80765a; border-bottom: 1px solid #222c22; }
.trust-list { display: grid; grid-template-columns: 1fr 1fr 1.25fr; padding-block: 27px; }
.trust-list > div { display: flex; align-items: center; justify-content: center; gap: 28px; border-right: 1px solid #696b57; padding-inline: 24px; }
.trust-list > div:nth-child(3) { border: 0; }
.trust-list .icon { color: #e7cc86; width: 48px; height: 48px; }
.trust-list strong, .trust-list small { display: block; }
.trust-list strong { font-size: 18px; font-weight: 500; letter-spacing: 1px; }
.trust-list small { margin-top: 7px; font-size: 12px; color: #c4c5b9; letter-spacing: .5px; }
.trust-list .mobile-trust { display: none; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
h2 { font-family: "Noto Serif CJK SC", "Songti SC", "SimSun", serif; font-size: clamp(27px, 2.65vw, 48px); font-weight: 700; line-height: 1.35; letter-spacing: -.8px; }
.section-heading > p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.product-section { padding-block: 40px 23px; background: radial-gradient(ellipse at 20% 0, #fffdf7, transparent 70%), var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { height: clamp(340px, 25.5vw, 490px); position: relative; isolation: isolate; overflow: hidden; border-radius: 7px; background-size: cover; background-position: center; }
.product-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, #2c261bd1, #372a1866 60%, #1a211b22); }
.customer-card { background-image: url('assets/coffee-gold-v1.webp'); }
.merchant-card { background-image: url('assets/grocery-gold-v1.webp'); background-position: 40% center; }
.admin-card { background-image: url('assets/coffee-gold-v1.webp'); background-position: 25% center; }
.product-copy { position: absolute; top: 28px; left: 28px; z-index: 2; color: #fff7e6; }
.product-copy > div { display: flex; align-items: center; gap: 16px; }
.step-number { font-family: Georgia, serif; font-size: clamp(28px, 2.6vw, 48px); font-weight: 400; color: #efd080; }
.product-copy h3 { font-size: clamp(18px, 1.5vw, 28px); font-weight: 500; letter-spacing: 1px; }
.product-copy p { font-size: clamp(13px, 1.05vw, 19px); line-height: 1.85; margin-top: 18px; color: #efe9d7; }
.phone-mock { position: absolute; right: 6%; top: 22px; width: 43%; height: 110%; border: 6px solid #292a25; border-radius: 33px; background: #faf9f5; color: #202522; box-shadow: 2px 0 0 2px #c8c5b7, 12px 20px 30px #0004; overflow: hidden; transform: rotate(4deg); padding-top: 7px; font-family: "Microsoft YaHei", sans-serif; }
.customer-phone { right: 6%; top: 80px; }
.phone-notch { position: absolute; top: 6px; left: 32%; width: 38%; height: 14px; background: #1b1c19; border-radius: 12px; }
.phone-bar { display: flex; justify-content: space-between; padding: 5px 12px 10px; font-size: 9px; font-weight: 600; }
.phone-page-title { text-align: center; font-size: 12px; font-weight: 700; padding: 10px 6px; }
.customer-phone > img { width: 100%; height: 40%; object-fit: cover; object-position: 73% 65%; }
.phone-content { padding: 14px 12px; }
.phone-content > b { display: block; font-size: 12px; margin-bottom: 7px; }
.phone-content small { font-size: 9px; color: #888; }
.phone-choice { font-size: 10px; display: flex; justify-content: space-between; padding-block: 20px; }
.phone-choice span { color: #8a6b22; }
.phone-cta { display: block; border-radius: 5px; background: #efce77; color: #342b17; font-size: 10px; text-align: center; padding: 8px 5px; }
.phone-note { font-size: 9px; line-height: 1.6; margin-top: 12px; color: #687c57; }
.merchant-phone { right: 4%; top: 36px; transform: rotate(5deg); }
.order-tabs { display: flex; justify-content: space-around; font-size: 9px; padding: 14px 2px; border-bottom: 1px solid #ddd; }
.order-tabs b { border-bottom: 2px solid #cca84d; }
.demo-order { margin: 10px 8px; border-bottom: 1px solid #ddd; padding-bottom: 12px; }
.demo-order > small { font-size: 8px; display: flex; justify-content: space-between; color: #aaa; }
.demo-order em { font-style: normal; color: #b98235; }
.demo-order > div { display: flex; gap: 8px; align-items: center; padding: 14px 0; }
.demo-order img { width: 38px; height: 38px; border-radius: 4px; object-fit: cover; object-position: right; }
.demo-order b { font-size: 10px; font-weight: 500; }
.demo-order b small { display: block; font-size: 8px; color: #888; margin-top: 5px; }
.phone-cta.muted { background: #e9ece7; color: #7e8379; }
.dashboard-mock { position: absolute; width: 84%; height: 73%; top: 31%; left: 37%; transform: perspective(1000px) rotateY(-15deg) rotate(-3deg); border: 7px solid #202523; border-radius: 9px; box-shadow: 0 0 0 2px #bcbcae, 4px 25px 35px #0006; background: #f7f9f8; overflow: hidden; }
.window-bar { height: 27px; display: flex; align-items: center; gap: 4px; background: #e9ece9; padding: 0 8px; }
.window-bar i { width: 4px; height: 4px; border-radius: 50%; background: #aab4ae; }
.window-bar span { font-size: 8px; margin-left: 9px; color: #747a74; }
.dashboard-layout { display: flex; height: calc(100% - 27px); }
.dashboard-side { width: 21%; flex-shrink: 0; display: flex; flex-direction: column; gap: 15px; padding: 12px 7px; background: #2c332e; color: #eee; font-size: 8px; }
.dashboard-side strong { color: #f1d18b; font-size: 14px; }
.dashboard-main { width: 79%; padding: 18px 16px; }
.dashboard-main h4 { font-size: 15px; padding-bottom: 18px; }
.dashboard-toolbar { display: flex; justify-content: space-between; font-size: 8px; color: #7c8580; margin-bottom: 17px; }
.dashboard-toolbar > span { background: #e6eee9; padding: 2px; }
.dashboard-row { display: flex; gap: 8px; align-items: center; min-height: 43px; border-bottom: 1px solid #e4e8e6; font-size: 9px; }
.dashboard-row img { width: 28px; height: 28px; object-fit: cover; object-position: right; }
.dashboard-row b { color: #6c9d88; font-size: 8px; font-weight: 400; margin-left: auto; }
.table-head { justify-content: space-between; background: #eff2f0; min-height: 24px; }
.dashboard-status { display: flex; gap: 12px; font-size: 8px; margin-top: 15px; color: #6d9274; }
.demo-disclaimer { text-align: right; color: #89867c; font-size: 11px; margin-top: 12px; letter-spacing: 1px; }
.value-section { background: #fffdf9; padding-block: 28px 40px; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; }
.value-grid article { display: flex; gap: 24px; border-right: 1px solid var(--line); padding-inline: 30px; }
.value-grid article:first-child { padding-left: 0; }
.value-grid article:last-child { border: 0; }
.value-grid .icon { width: 40px; height: 40px; }
.value-grid h3 { font-size: 18px; font-weight: 600; margin: 0 0 14px; }
.value-grid p { font-size: 14px; line-height: 1.85; color: var(--muted); }
.industry-section { padding-block: 30px 10px; background: var(--paper); }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.industry-card { position: relative; isolation: isolate; height: clamp(240px, 17vw, 330px); border-radius: 7px; overflow: hidden; color: #fff7e8; }
.industry-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 67%; transition: transform .6s ease; }
.industry-card::before { content: ""; z-index: -1; position: absolute; inset: 0; background: linear-gradient(90deg, #10170ed6, #18220f55 65%, #00000010); }
.industry-card:hover > img { transform: scale(1.035); }
.industry-copy { position: absolute; left: 36px; top: 50%; transform: translateY(-50%); max-width: calc(100% - 95px); }
.industry-copy h3 { font-family: "Noto Serif CJK SC", "Songti SC", "SimSun", serif; font-size: 34px; letter-spacing: 2px; margin-bottom: 15px; }
.industry-copy p { font-size: 15px; line-height: 1.9; color: #f2eeda; }
.industry-arrow { position: absolute; right: 24px; bottom: 27px; font-size: 28px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #ece4c966; border-radius: 50%; transition: background .2s; }
.industry-arrow:hover { background: #efc86a; color: #222; }
.solution-panels { min-width: 0; }
.solution-panels > article + article { margin-top: 16px; }
.solution-panels > article[hidden] + article { margin-top: 0; }
.solution-tab-list { display: flex; justify-content: flex-end; gap: 4px; margin-block: 12px 0; flex-wrap: wrap; }
.solution-tab-list a { padding: 12px 18px; font-size: 12px; color: #676b61; min-height: 44px; display: inline-flex; align-items: center; border-radius: 4px; }
.solution-tab-list a:hover, .solution-tab-list a[aria-selected="true"] { color: #55401d; background: #ece4d3; }
.flow-section { background: var(--paper); padding-block: 25px 38px; }
.flow-layout { display: flex; align-items: center; gap: 40px; }
.flow-heading { flex: 0 0 auto; }
.flow-heading h2 { font-size: 26px; }
.flow-heading p { font-size: 12px; color: var(--muted); margin-top: 8px; }
.flow-steps { flex: 1; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.flow-steps li { position: relative; display: flex; align-items: center; gap: 14px; }
.flow-steps li:not(:last-child)::after { content: "→"; position: absolute; right: 0; color: #8b8b7e; font-size: 24px; }
.flow-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; background: #ece2ce; border-radius: 50%; }
.flow-icon .icon { width: 26px; height: 26px; }
.flow-steps h3 { font-size: 14px; font-weight: 550; margin-bottom: 7px; }
.flow-steps p { font-size: 11px; color: var(--muted); line-height: 1.6; }
.help-layout { display: grid; grid-template-columns: minmax(0, 1fr) 27%; grid-template-areas: "faq responsibility"; gap: 52px; padding-block: 8px 40px; background: var(--paper); }
.responsibility { grid-area: responsibility; border-left: 1px solid #d3caba; padding-left: 38px; align-self: center; }
.responsibility h2 { font-family: inherit; font-size: 19px; letter-spacing: 0; line-height: 1.7; margin-bottom: 10px; }
.responsibility p { font-size: 15px; line-height: 1.9; }
.responsibility small { display: block; font-size: 12px; color: var(--muted); line-height: 1.8; margin-top: 12px; }
.faq-section { grid-area: faq; min-width: 0; }
.faq-section > h2 { font-size: 27px; margin-bottom: 15px; }
.faq-list details { border-bottom: 1px solid #ded8cb; }
.faq-list details:first-child { border-top: 1px solid #ded8cb; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 46px; padding: 10px 14px; cursor: pointer; list-style: none; font-size: 14px; }
.faq-list summary::-webkit-details-marker, .mobile-menu summary::-webkit-details-marker { display: none; }
.faq-list summary i { font-style: normal; color: #7b7e70; font-size: 20px; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list summary:hover { background: #eee8dc80; }
.faq-answer { padding: 2px 42px 18px 14px; }
.faq-answer p { font-size: 13px; line-height: 1.9; color: #737568; }
.final-cta { background: linear-gradient(90deg, #131b15ee, #182018ed), url('assets/coffee-gold-v1.webp') center 40% / cover; color: #f2d181; border-bottom: 1px solid #505647; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 34px; }
.cta-aside { color: #d5d6c5; font-size: 12px; line-height: 2; letter-spacing: 4px; }
.final-cta h2 { font-size: clamp(26px, 2.75vw, 48px); letter-spacing: 1px; }
.final-cta .button { flex-shrink: 0; }
.site-footer { background: #171e18; color: #a7ad9d; }
.footer-main { display: flex; align-items: center; gap: 30px; padding-block: 25px; font-size: 12px; }
.footer-main .brand { color: #e7dbaf; }
.footer-main .brand img { width: 34px; height: 34px; }
.footer-main .brand-copy strong { font-size: 16px; }
.footer-main .brand-copy small { font-size: 7px; letter-spacing: 4px; }
.footer-main > p { margin-right: auto; }
.footer-main > a:not(.brand) { padding-block: 12px; }
.footer-main > a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-block: 0 18px; font-size: 10px; color: #89917f; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(15px); transition: opacity .65s, transform .65s; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
@media (min-width: 1800px) {
  .phone-bar { font-size: 11px; }
  .phone-page-title { font-size: 15px; }
  .phone-content > b { font-size: 15px; }
  .phone-choice, .phone-cta { font-size: 12px; }
  .demo-order b { font-size: 13px; }
  .demo-order > small, .demo-order b small { font-size: 10px; }
  .order-tabs { font-size: 11px; }
  .demo-order img { width: 48px; height: 48px; }
  .dashboard-row { min-height: 55px; font-size: 12px; }
  .dashboard-main h4 { font-size: 20px; }
  .dashboard-side { font-size: 11px; gap: 23px; }
  .dashboard-toolbar { font-size: 10px; }
}
@media (max-width: 1150px) {
  .desktop-nav { gap: 18px; font-size: 12px; }
  .header-inner { gap: 20px; }
  .brand-copy strong { font-size: 20px; }
  .brand img { width: 42px; height: 42px; }
  .header-actions { gap: 18px; }
  .header-login { display: none; }
  .hero { min-height: 555px; }
  h1 { font-size: 43px; }
  .hero-visual { left: 30%; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { font-size: 14px; padding-inline: 20px; }
  .trust-list > div { padding-inline: 12px; gap: 16px; }
  .trust-list strong { font-size: 15px; }
  .trust-list small { font-size: 10px; }
  .trust-list .icon { width: 37px; height: 37px; }
  .product-card { height: 330px; }
  .product-copy { top: 20px; left: 20px; }
  .product-copy > div { gap: 10px; }
  .product-copy p { font-size: 12px; }
  .phone-mock { width: 49%; right: 3%; }
  .customer-phone, .merchant-phone { top: 125px; }
  .dashboard-mock { top: 42%; left: 18%; width: 105%; }
  .value-grid article { gap: 15px; padding-inline: 20px; }
  .value-grid h3 { font-size: 16px; }
  .value-grid p { font-size: 12px; }
  .value-grid .icon { width: 30px; height: 30px; }
  .flow-layout { flex-direction: column; align-items: stretch; gap: 24px; }
  .flow-heading { display: flex; gap: 20px; align-items: center; }
  .flow-heading p { margin: 0; }
  .flow-steps { gap: 20px; }
  .help-layout { gap: 25px; grid-template-columns: minmax(0, 1fr) 29%; }
  .responsibility { padding-left: 25px; }
  .responsibility h2 { font-size: 16px; }
  .responsibility p { font-size: 13px; }
  .cta-aside { display: none; }
  .footer-main { flex-wrap: wrap; gap: 20px; }
}
@media (max-width: 800px) {
  :root { --gutter: 24px; }
  html { scroll-padding-top: 20px; }
  .site-header { height: 76px; }
  .desktop-nav { display: none; }
  .header-actions { gap: 18px; }
  .header-join { padding: 10px 16px; min-height: 44px; font-size: 12px; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; width: 44px; height: 48px; list-style: none; cursor: pointer; }
  .menu-icon, .menu-icon::before, .menu-icon::after { width: 26px; height: 2px; background: #f1e8ce; display: block; position: relative; }
  .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
  .menu-icon::before { top: -8px; }.menu-icon::after { top: 8px; }
  .mobile-menu[open] .menu-icon { background: transparent; }
  .mobile-menu[open] .menu-icon::before { top: 0; transform: rotate(45deg); }
  .mobile-menu[open] .menu-icon::after { top: 0; transform: rotate(-45deg); }
  .mobile-menu-panel { position: absolute; top: 57px; right: 0; width: min(290px, calc(100vw - 48px)); border: 1px solid #655e46; border-radius: 7px; padding: 12px; background: #1b241e; box-shadow: 0 15px 50px #0005; }
  .mobile-menu-panel a { display: block; padding: 14px; font-size: 15px; border-radius: 3px; }
  .mobile-menu-panel a:hover { background: #f1cf7420; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .hero-content { padding-top: 112px; padding-bottom: 10px; }
  .eyebrow { font-size: 11px; letter-spacing: 2px; margin-bottom: 20px; }
  h1 { font-size: clamp(34px, 6.5vw, 52px); line-height: 1.28; letter-spacing: -1px; }
  .hero-lead { margin-top: 20px; font-size: 16px; line-height: 1.85; max-width: 590px; }
  .hero-actions { margin-top: 27px; }
  .hero-actions .button { min-height: 52px; font-size: 15px; }
  .hero-visual { position: relative; inset: auto; height: 390px; width: 100%; margin-top: 8px; overflow: hidden; }
  .hero-visual img { width: 125%; max-width: none; transform: translateX(-20%); object-fit: cover; object-position: right 68%; }
  .hero-visual::after { background: linear-gradient(#151b17 0%, #151b1700 17%, #151b1700 88%, #151b1766); }
  .hero-visual figcaption { left: 0; right: 0; bottom: 14px; font-size: 10px; letter-spacing: .5px; }
  .trust-list { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .trust-list > div { justify-content: flex-start; gap: 16px; min-height: 98px; padding: 18px 14px; }
  .trust-list > div:nth-child(2) { border-right: 0; }
  .trust-list > div:nth-child(3) { border-right: 1px solid #555e4f; }
  .trust-list > div:nth-child(-n+2) { border-bottom: 1px solid #555e4f; }
  .trust-list .mobile-trust { display: flex; border: 0; }
  .trust-list strong { font-size: 14px; letter-spacing: 0; }
  .trust-list small { font-size: 10px; line-height: 1.6; }
  .trust-list .icon { width: 34px; height: 34px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 22px; }
  h2 { font-size: 32px; line-height: 1.4; letter-spacing: -1px; }
  .section-heading > p { font-size: 13px; }
  .product-section { padding-block: 34px 22px; }
  .product-grid { grid-template-columns: 1fr; gap: 15px; }
  .product-card { height: 300px; }
  .product-copy { top: 28px; left: 28px; }
  .product-copy > div { gap: 18px; }
  .step-number { font-size: 40px; }
  .product-copy h3 { font-size: 24px; }
  .product-copy p { font-size: 16px; margin-top: 17px; }
  .phone-mock { width: 37%; max-width: 220px; right: 8%; top: 30px; height: 410px; }
  .dashboard-mock { top: 38px; left: 51%; width: 68%; height: 300px; }
  .phone-page-title { font-size: 13px; }
  .value-section { padding-block: 28px 32px; }
  .value-grid { grid-template-columns: 1fr 1fr; row-gap: 25px; margin-top: 27px; }
  .value-grid article { padding-inline: 0 18px; gap: 18px; }
  .value-grid article:nth-child(2n) { padding-inline: 22px 0; border: 0; }
  .value-grid h3 { margin-bottom: 10px; font-size: 16px; }
  .value-grid p { font-size: 13px; }
  .industry-grid { grid-template-columns: 1fr; gap: 14px; }
  .industry-card { height: 225px; }
  .industry-copy { left: 28px; }
  .industry-copy h3 { font-size: 30px; }
  .industry-copy p { font-size: 14px; }
  .solution-tab-list { justify-content: flex-start; gap: 0; }
  .solution-tab-list a { font-size: 12px; padding-inline: 15px; }
  .flow-steps { grid-template-columns: 1fr 1fr; gap: 12px; }
  .flow-steps li { border: 1px solid #ddd5c5; border-radius: 5px; padding: 13px; gap: 13px; }
  .flow-steps li::after { display: none; }
  .flow-icon { width: 39px; height: 39px; }
  .help-layout { grid-template-columns: 1fr; grid-template-areas: "faq" "responsibility"; gap: 25px; padding-bottom: 32px; }
  .responsibility { border-left: 0; border-top: 1px solid #d3caba; padding: 23px 0 0; }
  .responsibility h2 { font-size: 16px; }
  .responsibility br { display: none; }
  .responsibility p { font-size: 13px; }
  .responsibility small { font-size: 11px; }
  .faq-list summary { font-size: 14px; min-height: 52px; padding-inline: 0; }
  .faq-answer { padding-left: 0; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; padding-block: 34px; gap: 25px; }
  .final-cta h2 { font-size: 30px; line-height: 1.5; }
  .final-cta .button { min-width: 220px; }
  .footer-main { gap: 16px 24px; }
  .footer-main > p { width: calc(100% - 200px); font-size: 11px; }
  .footer-bottom { font-size: 10px; line-height: 1.8; }
}
@media (max-width: 480px) {
  :root { --gutter: 20px; }
  .brand { gap: 10px; }.brand-copy strong { font-size: 20px; letter-spacing: 1px; }.brand-copy small { font-size: 8px; letter-spacing: 5px; }
  .header-join { display: none; }
  .hero-content { padding-top: 104px; }
  .eyebrow { font-size: 10px; margin-bottom: 19px; }
  h1 { font-size: clamp(30px, 8.5vw, 39px); letter-spacing: -1px; }
  .hero-lead { font-size: 14px; line-height: 1.85; margin-top: 19px; }
  .desktop-break { display: none; }
  .hero-actions { flex-direction: column; gap: 12px; margin-top: 24px; }
  .hero-actions .button { width: 100%; min-height: 50px; font-size: 16px; }
  .hero-visual { height: 295px; margin-top: 5px; }
  .hero-visual img { width: 147%; transform: translateX(-32%); object-position: right 70%; }
  .trust-list { padding-inline: 15px; padding-block: 5px; }
  .trust-list > div { gap: 10px; padding: 17px 10px; min-height: 94px; }
  .trust-list strong { font-size: 13px; line-height: 1.6; }
  .trust-list > div:nth-child(3) strong { font-size: 11px; }
  .trust-list .icon { width: 31px; height: 31px; }
  .trust-list small { font-size: 10px; margin-top: 4px; }
  h2 { font-size: 28px; }
  .section-heading > p { font-size: 12px; }
  .product-card { height: 245px; }
  .product-copy { left: 20px; top: 22px; }
  .product-copy > div { gap: 13px; }
  .step-number { font-size: 33px; }
  .product-copy h3 { font-size: 20px; }
  .product-copy p { font-size: 13px; line-height: 1.9; margin-top: 14px; }
  .phone-mock { width: 42%; right: 4%; top: 46px; border-width: 5px; border-radius: 24px; height: 315px; }
  .phone-notch { height: 11px; }
  .phone-page-title { font-size: 10px; padding: 7px 0; }
  .phone-content { padding: 10px 8px; }
  .phone-content > b { font-size: 10px; }.phone-content small { font-size: 8px; }
  .phone-choice { font-size: 8px; padding-block: 12px; }
  .phone-note { font-size: 8px; }
  .phone-cta { font-size: 8px; padding: 6px; }
  .phone-bar { font-size: 7px; padding-inline: 8px; }
  .order-tabs { padding-block: 10px; font-size: 8px; }
  .demo-order { margin-inline: 6px; }
  .demo-order > div { padding-block: 10px; gap: 5px; }
  .demo-order img { width: 28px; height: 28px; }.demo-order b { font-size: 8px; }
  .dashboard-mock { left: 49%; top: 65px; width: 90%; height: 240px; }
  .dashboard-main { padding: 12px 10px; }.dashboard-main h4 { font-size: 12px; padding-bottom: 10px; }
  .dashboard-side { gap: 13px; font-size: 7px; }
  .dashboard-toolbar { margin-bottom: 7px; font-size: 7px; }
  .dashboard-row { min-height: 34px; font-size: 8px; }.dashboard-row img { width: 22px; height: 22px; }
  .value-grid article { gap: 10px; padding-right: 10px; }
  .value-grid article:nth-child(2n) { padding-left: 14px; }
  .value-grid .icon { width: 27px; height: 27px; }
  .value-grid h3 { font-size: 14px; }.value-grid p { font-size: 11px; }
  .industry-card { height: 195px; }
  .industry-copy { left: 22px; }.industry-copy h3 { font-size: 26px; margin-bottom: 12px; }.industry-copy p { font-size: 12px; line-height: 1.9; }
  .industry-arrow { width: 40px; height: 44px; right: 15px; bottom: 20px; font-size: 23px; }
  .solution-tab-list a { padding-inline: 12px; }
  .flow-section { padding-block: 18px 28px; }.flow-layout { gap: 20px; }
  .flow-heading h2 { font-size: 25px; }.flow-heading p { font-size: 10px; }
  .flow-steps { gap: 9px; }.flow-steps li { padding: 12px 9px; gap: 8px; }
  .flow-icon { width: 33px; height: 33px; }.flow-icon .icon { width: 22px; height: 22px; }
  .flow-steps h3 { font-size: 12px; }.flow-steps p { font-size: 9px; }
  .faq-list summary { font-size: 13px; }.faq-answer p { font-size: 12px; }
  .final-cta h2 { font-size: 29px; max-width: 320px; }.final-cta .button { width: 100%; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-main > p { width: 100%; font-size: 11px; }
  .footer-main > a:not(.brand) { padding-block: 7px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
  .button:hover, .industry-card:hover > img { transform: none; }
}
