:root{--primary: #D6000F;--primary-dark: #A8000C;--primary-soft: #FFF0F0;--primary-muted: #FFE8E8;--on-primary: #FFFFFF;--bg: #FAFAFA;--surface: #FFFFFF;--text: #1A1A1A;--text-secondary: #555555;--text-muted: #888888;--border: #EEEEEE;--header-bg: rgba(255, 255, 255, .95);--carousel-bg: #FFFFFF;--carousel-arrow-bg: rgba(255, 255, 255, .92);--footer-bg: #1E1E1E;--footer-text: rgba(255, 255, 255, .7);--footer-text-muted: rgba(255, 255, 255, .8);--footer-text-strong: #FFFFFF;--footer-border: rgba(255, 255, 255, .1);--footer-legal-text: rgba(255, 255, 255, .35);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(214, 0, 15, .1);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--max-width: 1200px;--header-height: 72px;--fab-offset: 1.25rem;--fab-size: 44px;--fab-gap: .5rem;--font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif}[data-theme=dark]{color-scheme:dark;--primary-soft: #2A1517;--primary-muted: #3A1A1D;--bg: #121212;--surface: #1E1E1E;--text: #E0E0E0;--text-secondary: #A3A3A3;--text-muted: #888888;--border: #2A2A2A;--header-bg: rgba(30, 30, 30, .95);--carousel-bg: #1E1E1E;--carousel-arrow-bg: rgba(40, 40, 40, .92);--footer-bg: #1E1E1E;--footer-legal-text: rgba(255, 255, 255, .28);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.3;color:var(--text)}h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700}h2{font-size:clamp(1.375rem,3vw,2rem);font-weight:700}h3{font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(3rem,6vw,5rem) 0}.section--alt{background:var(--surface)}.section__header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.section__header p{font-size:clamp(1rem,2vw,1.125rem)}.grid-2,.grid-3,.grid-4{display:grid;gap:1.5rem}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.split{display:grid;gap:2rem;align-items:center}@media (min-width: 768px){.split{grid-template-columns:1fr 1fr;gap:3rem}}.page-hero{padding:clamp(2.5rem,5vw,4rem) 0;background:linear-gradient(135deg,var(--primary-soft) 0%,var(--surface) 60%);border-bottom:1px solid var(--border)}.page-hero__lead{font-size:clamp(1rem,2vw,1.25rem)}.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:var(--header-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);transition:box-shadow .2s}.site-header.is-scrolled{box-shadow:var(--shadow-sm)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1rem}.site-logo{display:flex;align-items:center;flex-shrink:0}.site-logo img{height:56px;width:auto}.site-nav{display:none;align-items:center;gap:.25rem}.site-nav a{padding:.5rem .875rem;color:var(--text-secondary);font-size:.9375rem;font-weight:600;border-radius:var(--radius-sm);transition:color .2s,background .2s}.site-nav a:hover,.site-nav a.is-active{color:var(--primary);background:var(--primary-soft);font-weight:700}.site-header__actions{display:none;align-items:center;gap:.75rem}.menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:var(--radius-sm)}.menu-toggle:hover{background:var(--primary-soft)}.menu-toggle__bar{display:block;width:22px;height:2px;background:var(--text);position:relative;transition:background .2s}.menu-toggle__bar:before,.menu-toggle__bar:after{content:"";position:absolute;left:0;width:22px;height:2px;background:var(--text);transition:transform .2s}.menu-toggle__bar:before{top:-7px}.menu-toggle__bar:after{top:7px}.menu-toggle.is-open .menu-toggle__bar{background:transparent}.menu-toggle.is-open .menu-toggle__bar:before{transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open .menu-toggle__bar:after{transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--surface);padding:1rem 1.25rem 2rem;overflow-y:auto;z-index:99}.mobile-nav.is-open{display:block}.mobile-nav a{display:block;padding:.875rem 0;font-size:1.0625rem;color:var(--text);border-bottom:1px solid var(--border)}.mobile-nav a.is-active{color:var(--primary);font-weight:600}.mobile-nav .btn{margin-top:1.5rem;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--on-primary);border-bottom:none;padding:.875rem 1.5rem;font-size:1.0625rem}.mobile-nav .btn:hover{color:var(--on-primary)}@media (min-width: 1024px){.site-nav,.site-header__actions{display:flex}.menu-toggle{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.625rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.4;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.btn--primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:var(--on-primary)}.btn--outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn--outline:hover{background:var(--primary-soft);color:var(--primary-dark)}.btn--lg{padding:.875rem 2rem;font-size:1.0625rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-muted);transition:box-shadow .2s,border-color .2s}.card__icon{display:block;width:48px;height:48px;margin-bottom:1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-size:contain;background-position:center;background-repeat:no-repeat}.care-cards .card__icon{width:85px;height:85px}.card__title{margin-bottom:.5rem}.card p:last-child{margin-bottom:0}.scene-intro{max-width:840px;margin:0 auto 2.5rem;padding:1.5rem 1.75rem;background:var(--primary-soft);border-left:4px solid var(--primary);border-radius:var(--radius-md)}.scene-intro p{margin:0;color:var(--text-secondary);line-height:1.75;font-size:1rem}.scene-intro strong{color:var(--primary-dark)}.feature-block{padding:2rem 0;border-bottom:1px solid var(--border)}.feature-block:last-child{border-bottom:none}.feature-block.split{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.feature-block.split>div:not(.feature-block__visual){order:1}.feature-block.split .feature-block__visual{order:2}@media (min-width: 768px){.feature-block.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-block.split>div:not(.feature-block__visual),.feature-block.split .feature-block__visual{order:unset}}.feature-block__visual{max-width:240px;margin:0 auto}.phone-shot-frame{width:fit-content;max-width:240px;margin:0 auto;padding:6px;background:var(--text);border-radius:14px;box-shadow:var(--shadow-lg)}.phone-shot-frame--lg{max-width:300px;padding:7px;border-radius:16px}.phone-shot-frame--lg img{border-radius:8px}.phone-shot-frame img{display:block;width:220px;max-width:100%;height:auto;border-radius:8px}.phone-shot-frame img.phone-shot,.phone-shot-frame img[data-placeholder].phone-shot{aspect-ratio:unset;object-fit:unset}.phone-shot-frame--lg img.phone-shot,.phone-shot-frame--lg img[data-placeholder].phone-shot{width:276px}.hero__mockup{width:fit-content;max-width:100%;margin:0 auto;padding:7px;background:var(--text);border-radius:16px;box-shadow:var(--shadow-lg)}.hero__mockup>img{display:block;width:clamp(200px,36vw,260px);height:auto;border-radius:8px}.hero__mockup>img.phone-shot,.hero__mockup>img[data-placeholder].phone-shot{aspect-ratio:unset;object-fit:unset}img[data-placeholder].phone-shot{aspect-ratio:9 / 16;object-fit:cover}img[data-placeholder]{background:var(--primary-muted)}.pricing-card{display:flex;flex-direction:column;height:100%;text-align:center}.pricing-card--featured{border-color:var(--primary);box-shadow:var(--shadow-lg);position:relative;order:-1}@media (min-width: 768px){.pricing-grid .pricing-card--chain{order:1}.pricing-grid .pricing-card--featured{order:2}.pricing-grid .pricing-card--distribution{order:3}}.pricing-card__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:var(--on-primary);font-size:.75rem;font-weight:600;padding:.25rem .875rem;border-radius:999px}.pricing-card__price{font-size:1.5rem;font-weight:700;color:var(--primary);margin:1rem 0 .25rem}.pricing-card__note{font-size:.8125rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.5}.pricing-card__unit{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-left:.125rem}.open-page{max-width:var(--max-width);margin:0 auto}.open-page__split{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.open-page__steps-title{margin-bottom:1.25rem;font-size:1.25rem}@media (min-width: 768px){.open-page__split{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:3rem;align-items:start}.open-page__visual{position:sticky;top:calc(var(--header-height) + 1.5rem)}}.open-page__qr-wrap{text-align:center;padding:2rem 1.5rem;margin-bottom:0}.open-page__qr{display:block;width:clamp(200px,56vw,240px);height:clamp(200px,56vw,240px);margin:0 auto .5rem;object-fit:contain}.open-page__account{font-size:1.125rem;font-weight:600;margin:0}.open-page__hint{font-size:.9375rem;color:var(--text-secondary);margin:0 0 .25rem}.open-steps{list-style:none;padding:0;margin:0;counter-reset:open-step}.open-steps__item{position:relative;padding:0 0 1.5rem 3rem;counter-increment:open-step}.open-steps__item:before{content:counter(open-step);position:absolute;left:0;top:0;width:2rem;height:2rem;line-height:2rem;text-align:center;font-weight:700;font-size:.875rem;color:var(--on-primary);background:var(--primary);border-radius:50%}.open-steps__item strong{display:block;margin-bottom:.375rem}.open-steps__item p{margin:0;color:var(--text-secondary);font-size:.9375rem;line-height:1.65}.open-page__note{padding:1.5rem}.open-page__note h3{margin-bottom:1rem}.open-page__note ul{margin:0;padding-left:1.25rem;color:var(--text-secondary)}.open-page__note li{padding:.375rem 0}.pricing-card__features{text-align:left;flex:1;margin:1rem 0 1.5rem}.pricing-card__features li{padding:.375rem 0 .375rem 1.5rem;position:relative;color:var(--text-secondary);font-size:.9375rem}.pricing-card__features li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.compare-table{width:100%;border-collapse:collapse;font-size:.9375rem}.compare-table th,.compare-table td{padding:.875rem 1rem;text-align:center;border-bottom:1px solid var(--border)}.compare-table th{background:var(--primary-soft);color:var(--text);font-weight:600}.compare-table td:first-child,.compare-table th:first-child{text-align:left}.compare-table .check{color:var(--primary);font-weight:700}.compare-table .dash{color:var(--text-muted)}.compare-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-item__q{font-weight:600;color:var(--text);margin-bottom:.5rem}.faq-item__a{color:var(--text-secondary);margin:0}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--on-primary);text-align:center;padding:clamp(2.5rem,5vw,4rem) 1.25rem;border-radius:var(--radius-lg)}.cta-banner h2{color:var(--on-primary);margin-bottom:.75rem}.cta-banner p{color:#ffffffe6;margin-bottom:1.5rem;max-width:520px;margin-left:auto;margin-right:auto}.cta-banner .btn--outline{color:var(--on-primary);border-color:var(--on-primary)}.cta-banner .btn--outline:hover{background:#ffffff26;color:var(--on-primary)}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:3rem 0 1.5rem;margin-top:4rem}.site-footer a{color:var(--footer-text-muted)}.site-footer a:hover{color:var(--footer-text-strong)}.site-footer__grid{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand img{height:52px;width:auto;max-width:100%;object-fit:contain;margin-bottom:1rem}.site-footer__title{color:var(--footer-text-strong);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.site-footer__links li{margin-bottom:.5rem}.site-footer__bottom{padding-top:1.5rem;border-top:1px solid var(--footer-border);font-size:.8125rem;text-align:center}.site-footer__legal{margin:.75rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;color:var(--footer-legal-text)}.site-footer__legal a{color:var(--footer-legal-text)}.site-footer__legal a:hover{color:#ffffff73}.site-footer__gongan{display:inline-flex;align-items:center;gap:.25rem}.site-footer__gongan img{display:block;width:16px;height:16px}.contact-card{text-align:center;padding:2rem 1.5rem}.contact-card__qr{display:block;width:clamp(168px,52vw,200px);height:clamp(168px,52vw,200px);margin:0 auto .5rem;object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:var(--surface);border:1px solid var(--border)}.qr-scan-hint{font-size:.875rem;color:var(--text-secondary);margin:0 0 1rem}.hero-carousel{width:clamp(200px,36vw,260px);background:transparent}.hero-carousel__viewport{position:relative;width:100%;overflow:hidden;border-radius:8px;background:var(--carousel-bg)}.hero-carousel__track{display:flex;height:100%;transition:transform .5s ease;will-change:transform}.hero-carousel__slide{flex:0 0 100%;width:100%;min-width:0;height:100%;box-sizing:border-box}.hero-carousel__slide--clone{pointer-events:none}.hero-carousel__slide--single,.hero-carousel__slide--pair{display:flex;flex-direction:column}.hero-carousel__slide--pair{position:relative;height:100%}.hero-carousel__pair-stack{display:flex;flex-direction:column;width:100%;height:100%;min-height:0}.hero-carousel__pair-stack .hero-carousel__cell:first-child{flex-shrink:0}.hero-carousel__pair-stack .hero-carousel__cell:last-child{flex-shrink:0;margin-top:auto}.hero-carousel__pair-stack>*+*{border-top:1px solid var(--border)}.hero-carousel__cell{flex-shrink:0;display:block;width:100%}.hero-carousel__cell-link{display:block;width:100%;text-decoration:none;color:inherit;-webkit-user-drag:none}.hero-carousel__cell-link img,.hero-carousel__cell>img{display:block;width:100%;max-width:100%;height:auto;-webkit-user-drag:none;user-drag:none}.hero-carousel__caption{display:block;padding:.3rem .45rem .35rem;font-size:.6875rem;line-height:1.35;text-align:center;color:var(--primary-dark);background:var(--primary-soft)}.hero-carousel__cta{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;max-width:calc(100% - 4.5rem);min-height:36px;margin:0;padding:.5rem 1rem;font-size:.8125rem;border-radius:var(--radius-sm);white-space:nowrap}.hero-carousel__cta.btn:hover{transform:translate(-50%,-50%)}.hero-carousel__cell img.phone-shot,.hero-carousel__cell img[data-placeholder].phone-shot{aspect-ratio:unset;object-fit:unset;width:100%;max-width:100%;height:auto}.hero-carousel__arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:var(--carousel-arrow-bg);color:var(--text);box-shadow:var(--shadow-sm);cursor:pointer;transition:background .2s,color .2s}.hero-carousel__arrow:hover{background:var(--primary);color:var(--on-primary)}.hero-carousel__arrow--prev{left:.35rem}.hero-carousel__arrow--next{right:.35rem}@media (max-width: 767px){.hero-carousel{width:clamp(240px,68vw,300px)}.hero-carousel__arrow{width:24px;height:24px}}@media (prefers-reduced-motion: reduce){.hero-carousel__track{transition:none}}.hero{padding:clamp(3rem,8vw,6rem) 0;background:linear-gradient(160deg,var(--primary-soft) 0%,var(--surface) 50%,var(--bg) 100%)}.hero__inner{display:grid;gap:2.5rem;align-items:center}@media (min-width: 768px){.hero__inner{grid-template-columns:1fr 1fr;gap:3rem}}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-secondary);margin-bottom:1.5rem}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.value-prop{text-align:center;padding:1.5rem}.value-prop__icon{display:block;width:56px;height:56px;margin:0 auto 1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-size:contain;background-position:center;background-repeat:no-repeat}.tag{display:inline-block;background:var(--primary-soft);color:var(--primary);font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;margin-bottom:1rem}.arch-diagram{background:transparent;border:none;border-radius:0;padding:0}.arch-diagram--landscape{max-width:480px;margin:0 auto}.arch-diagram--landscape img{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.tech-list{display:flex;flex-wrap:wrap;gap:.75rem}.tech-list span{background:var(--primary-soft);color:var(--primary-dark);font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:var(--radius-sm)}.theme-toggle{position:fixed;right:var(--fab-offset);bottom:calc(var(--fab-offset) + env(safe-area-inset-bottom,0px));z-index:90;display:flex;align-items:center;justify-content:center;width:var(--fab-size);height:var(--fab-size);padding:0;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text);box-shadow:var(--shadow-md);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.theme-toggle:hover{background:var(--primary-soft);color:var(--primary);border-color:var(--primary-muted)}.theme-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.theme-toggle__icon{display:block}.back-to-top{position:fixed;right:var(--fab-offset);bottom:calc(var(--fab-offset) + var(--fab-size) + var(--fab-gap) + env(safe-area-inset-bottom,0px));z-index:90;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:var(--primary);color:var(--on-primary);box-shadow:var(--shadow-md);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:opacity .2s,visibility .2s,transform .2s,background .2s}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--primary-dark)}.back-to-top:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.back-to-top__icon{display:block}@media (prefers-reduced-motion: reduce){.back-to-top{transition:opacity .2s,visibility .2s,background .2s}.theme-toggle{transition:background .2s,color .2s,border-color .2s}}
