@charset "UTF-8";@font-face{font-family:"975Maru SC";src:url(/assets/975MaruSC-Regular-u-MB0Nmz.ttf) format("truetype");font-weight:100 500;font-style:normal;font-display:swap}@font-face{font-family:"975Maru SC";src:url(/assets/975MaruSC-Bold-Dd9uUEZH.ttf) format("truetype");font-weight:600 900;font-style:normal;font-display:swap}:root{--primary: #f97316;--primary-light: #ffedd5;--primary-dark: #c2410c;--text: #292524;--text-secondary: #78716c;--background: #ffffff;--radius: .75rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"975Maru SC",PingFang SC,Microsoft YaHei,sans-serif;color:#292524;line-height:1.75;letter-spacing:.05em;background:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"975Maru SC",PingFang SC,Microsoft YaHei,sans-serif;font-weight:700;line-height:1.25;letter-spacing:.05em}h1{font-size:clamp(3.375rem,5vw,5.625rem)}h2{font-size:clamp(2.25rem,4vw,3.375rem)}h3{font-size:clamp(1.875rem,3vw,2.25rem)}p{line-height:1.75}a{color:inherit;text-decoration:none;transition:color .25s ease}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1700px;margin:0 auto;padding-left:clamp(1rem,5vw,10rem);padding-right:clamp(1rem,5vw,10rem)}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"975Maru SC",PingFang SC,Microsoft YaHei,sans-serif;font-size:1.5rem;font-weight:600;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border:none;border-radius:9999px;cursor:pointer;transition:all .25s ease;text-decoration:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 0 40px #f973164d}.btn:hover:before{opacity:1}.btn:active{transform:translateY(0)}.btn-outline{background:transparent;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border:2px solid #f97316}.btn-outline:before{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);opacity:0}.btn-outline:hover{color:#fff;-webkit-text-fill-color:#ffffff;-webkit-background-clip:unset;background-clip:unset;background:transparent;box-shadow:0 4px 6px #00000012}.btn-outline:hover:before{opacity:1}.btn-ghost{background:transparent;color:#292524;-webkit-text-fill-color:currentColor}.btn-ghost:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;box-shadow:none}.btn-lg{padding:1rem 2rem;font-size:1.6875rem}.btn-sm{padding:.5rem 1rem;font-size:1.3125rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounceDown{0%,to{transform:translateY(0) rotate(45deg);opacity:1}50%{transform:translateY(8px) rotate(45deg);opacity:.6}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in-up{animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-scale-in{animation:scaleIn .5s cubic-bezier(.16,1,.3,1) forwards}.animate-float{animation:float 3s ease-in-out infinite}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.delay-9{animation-delay:.9s}.delay-10{animation-delay:1s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5f5f4}::-webkit-scrollbar-thumb{background:#d6d3d1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#a8a29e}::selection{background:#fed7aa;color:#7c2d12}:focus-visible{outline:2px solid #f97316;outline-offset:2px}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 20px #00000014;transition:all .25s ease}.card:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-title{font-size:clamp(2.25rem,4vw,3.375rem);color:#292524;margin-bottom:1rem}.section-header .section-title.highlight{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header .section-subtitle{font-size:1.6875rem;color:#78716c;max-width:600px;margin:0 auto}.decorative-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24)}.decorative-line{width:60px;height:4px;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border-radius:9999px}.navbar{position:fixed;top:0;left:0;width:100%;z-index:300;padding:1rem 0;background:linear-gradient(180deg,#ffffffd1,#fffcf8c2);backdrop-filter:blur(16px) saturate(200%);-webkit-backdrop-filter:blur(16px) saturate(200%);border-bottom:1px solid rgba(41,37,36,.06);box-shadow:0 1px #f973160f;transition:all .25s ease}.navbar.scrolled{padding:.75rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1700px;margin:0 auto;padding:0 clamp(1.5rem,5vw,6rem)}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .25s ease}.logo img{height:60px;width:auto;transition:transform .25s ease}.logo:hover{transform:scale(1.02)}.logo:hover img{transform:scale(1.05)}.nav-links{display:flex;align-items:center;list-style:none;gap:.5rem}.nav-links li{position:relative}.nav-links a{display:block;padding:.5rem 1rem;font-size:1.5rem;font-weight:500;color:#292524;-webkit-text-fill-color:currentColor;text-decoration:none;border-radius:.75rem;transition:all .25s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:4px;left:50%;width:0;height:2px;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border-radius:9999px;transition:all .25s ease;transform:translate(-50%)}.nav-links a:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links a.active{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.nav-links a.active:after{width:20px}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:transparent;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:100%;height:2px;background:#292524;border-radius:9999px;transition:all .25s ease}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:last-child{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.nav-container{padding:0 1.5rem}.nav-links{gap:.25rem}.nav-links a{padding:.5rem .75rem;font-size:1.3125rem}}@media(max-width:768px){.navbar{padding:.75rem 0}.logo img{height:44px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:linear-gradient(180deg,#ffffffd1,#fffcf8c2);backdrop-filter:blur(16px) saturate(200%);-webkit-backdrop-filter:blur(16px) saturate(200%);padding:1rem;border-bottom:1px solid rgba(41,37,36,.06);box-shadow:0 10px 15px #0000001a;gap:.5rem}.nav-links.open{display:flex;animation:fadeIn .3s ease}.nav-links li{width:100%}.nav-links a{width:100%;padding:.75rem 1rem;text-align:center;border-radius:.5rem}.nav-links a:after{display:none}.mobile-menu-btn{display:flex}}.qr-modal-overlay{position:fixed;inset:0;background:#1c191799;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.qr-modal{background:#fff;border-radius:1rem;padding:2rem;text-align:center;position:relative;max-width:460px;width:90vw;box-shadow:0 20px 25px #0000001a;animation:modalFadeIn .25s ease-out}.qr-modal img{width:100%!important;max-width:380px!important;height:auto!important;display:block;margin:0 auto;border-radius:.5rem}.qr-modal p{margin-top:1rem;color:#78716c;font-size:1.3125rem}.qr-modal-close{position:absolute;top:.5rem;right:.75rem;background:none;border:none;font-size:2.25rem;color:#a8a29e;cursor:pointer;line-height:1}.qr-modal-close:hover{color:#292524}.footer{background:#f5f5f4;padding:2.5rem 0;margin-top:3rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;max-width:1700px;margin:0 auto;padding:0 clamp(1.5rem,5vw,6rem);box-sizing:border-box}.footer-section{flex:1;margin-right:1.5rem;min-width:200px}.footer-section h3{margin-bottom:1rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section p,.footer-section a{margin-bottom:.5rem;display:block;color:#78716c;-webkit-text-fill-color:currentColor;text-decoration:none;font-size:1.3125rem}.footer-section a:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links li a{color:#78716c;-webkit-text-fill-color:currentColor;text-decoration:none;font-size:1.3125rem;transition:color .25s ease}.footer-links li a:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.social-icons{display:flex;margin-top:1rem}.social-icons a{margin-right:.75rem;font-size:1.875rem;color:#78716c;-webkit-text-fill-color:currentColor;cursor:pointer}.social-icons a:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.social-icons a img{width:30px;height:30px}.qr-code{width:160px;height:160px;border-radius:.75rem}.footer-bottom{text-align:center;margin-top:2rem;padding:1rem clamp(1.5rem,5vw,6rem) 0;border-top:1px solid #e7e5e4;width:100%;max-width:1700px;margin-left:auto;margin-right:auto;box-sizing:border-box}.footer-bottom p{font-size:1.3125rem;color:#78716c;margin:0}@media(max-width:1024px){.footer-content{gap:1.5rem;padding:0 1.5rem}.footer-bottom{padding:1rem 1.5rem 0}.footer-section{min-width:180px;margin-right:1rem}}@media(max-width:768px){.footer{padding:2rem 0;margin-top:1.5rem}.footer-content{padding:0 1.5rem}.footer-section{flex:0 0 calc(50% - 1rem);margin-right:0;margin-bottom:1.5rem;min-width:auto}.qr-code{width:100px;height:100px}.footer-bottom{padding:1rem 1.5rem 0}}@media(max-width:640px){.footer{padding:1.5rem 0;margin-top:1.25rem}.footer-content{flex-direction:column;padding:0 1.5rem}.footer-section{flex:none;width:100%;text-align:center;margin-bottom:1.25rem}.footer-section h3{font-size:1.5rem}.social-icons{justify-content:center}.qr-code{margin:0 auto}.footer-bottom{margin-top:1rem;padding:1rem 1.5rem 0}.footer-bottom p{font-size:1.125rem}}@media(max-width:375px){.footer-section p,.footer-section a,.footer-links li a{font-size:1.125rem}.social-icons a img{width:24px;height:24px}.qr-code{width:90px;height:90px}}.layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.main-content{flex:1;margin-top:76px;animation:fadeIn .4s ease forwards}@media(max-width:768px){.main-content{margin-top:64px}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.home-page{background:#fff;overflow-x:hidden}.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:3rem 0}.hero-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1700px;padding:0 clamp(1.5rem,5vw,6rem)}.hero-content{flex:0 0 45%;display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-size:clamp(4.125rem,8.5vw,4.75rem);font-weight:700;color:#292524;margin-bottom:.75rem;line-height:1.25;white-space:nowrap;min-height:1.2em}.hero-title .highlight{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor{display:inline-block;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:400;animation:blink 1s step-end infinite;margin-left:2px}.cursor.hidden{opacity:0;animation:none}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{font-size:1.875rem;color:#78716c;margin-bottom:120px;line-height:1.75;min-height:1.6em;opacity:0}.hero-subtitle.visible{opacity:1}.hero-store-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;justify-content:flex-start;width:100%;max-width:min(100%,40rem);gap:clamp(.875rem,3vw,1.375rem);opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.hero-store-buttons.visible{opacity:1;transform:translateY(0)}.store-pill{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box;gap:1rem;padding:1rem 1.875rem;min-height:5rem;border-radius:20px;border:none;appearance:none;-webkit-appearance:none;cursor:pointer}.store-pill:where(a){text-decoration:none;color:inherit}.store-pill{font-family:"975Maru SC",PingFang SC,Microsoft YaHei,sans-serif;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.store-pill:hover{transform:translateY(-2px)}.store-pill:active{transform:translateY(0)}.store-pill__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:0}.store-pill__icon svg{width:42px;height:42px}.store-pill__text{display:flex;flex-direction:column;gap:.05em;line-height:1.2}.store-pill__title{font-size:clamp(1.5rem,3.4vw,2rem);font-weight:700;letter-spacing:.02em;white-space:nowrap}.store-pill__sub{font-size:clamp(1.0625rem,2.2vw,1.3125rem);font-weight:500;opacity:.92;white-space:nowrap}.store-pill--ios{background:#1c1917;color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 1px #ffffff0f inset}.store-pill--ios:hover{box-shadow:0 6px 20px #1c191747}.store-pill--android{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);color:#fff;border:none}.store-pill--android:hover{box-shadow:0 6px 24px #ea580c6b}.hero-image{flex:0 0 50%;text-align:center;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) .3s both}.hero-image img{max-width:100%;border-radius:.75rem}.scroll-indicator{text-align:center;margin-top:-1rem;margin-bottom:2.5rem;animation:float 2s ease-in-out infinite}.scroll-indicator p{color:#78716c;font-size:1.3125rem;margin-bottom:.5rem}.scroll-indicator .scroll-arrow{width:16px;height:16px;margin:0 auto;border-right:2px solid #78716c;border-bottom:2px solid #78716c;transform:rotate(45deg)}.keywords{background:#f5f5f4;padding:2.5rem 0;text-align:center}.keywords .keyword-item{opacity:0}.keywords.animate-in .keyword-item{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.keyword-list{display:flex;justify-content:center;gap:clamp(2rem,12vw,220px);flex-wrap:wrap}.keyword-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .25s ease}.keyword-item:hover{transform:translateY(-6px)}.keyword-item:hover .keyword-icon{transform:scale(1.1)}.keyword-icon{width:40px;height:40px;transition:transform .25s ease}.keyword-text{font-size:1.6875rem;color:#292524;letter-spacing:.05em}.features{display:flex;flex-direction:column;align-items:center;margin-top:3rem;background:#fff}.feature-item{display:flex;align-items:center;width:100%;max-width:1700px;margin-bottom:2.5rem;margin-top:3rem;padding:0 clamp(1.5rem,5vw,6rem);gap:4rem;opacity:0;transform:translateY(30px)}.feature-item.animate-in{animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.feature-item.reverse{flex-direction:row-reverse}.feature-item.reverse .feature-content{text-align:right}.feature-item.reverse .feature-text{margin-left:auto}.feature-image{flex:0 0 40%;overflow:hidden;border-radius:.75rem}.feature-image img{width:100%;height:auto;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.feature-image:hover img{transform:scale(1.05)}.feature-content{flex:1;padding:2rem}.feature-title{font-size:clamp(2.25rem,3vw,3.375rem);font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-text{font-size:1.5rem;color:#78716c;line-height:1.75;max-width:500px}.testimonials{background:#f5f5f4;padding:3rem 1rem;position:relative;overflow:hidden}.testimonials .section-title{opacity:0}.testimonials.animate-in .section-title{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.testimonials .section-title{text-align:center;margin-bottom:1.5rem}.testimonials .section-title h2{font-size:clamp(2.25rem,4vw,2.8125rem);background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.testimonials .section-title p{font-size:1.5rem;color:#78716c}.testimonials-viewport{position:relative;width:100%}.testimonials-grid{display:flex;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.testimonial-item{flex:0 0 100%;min-width:100%;padding:1.5rem;text-align:center;transition:opacity .5s ease;opacity:0}.testimonial-item.active{opacity:1}.testimonial-avatar{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;padding:3px;box-sizing:border-box;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24)}.testimonial-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.testimonial-author{font-size:1.6875rem;font-weight:600;color:#292524;margin-bottom:.25rem}.testimonial-role{font-size:1.3125rem;color:#78716c;margin-bottom:1rem}.testimonial-text{font-size:1.5rem;color:#78716c;line-height:2;max-width:800px;margin:1.5rem auto}.carousel-controls{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);width:100%;max-width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;pointer-events:none;z-index:2}.carousel-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border:none;border-radius:50%;font-size:1.875rem;color:#fff;cursor:pointer;pointer-events:auto;transition:all .25s ease}.carousel-button:hover{filter:brightness(.92);transform:scale(1.1)}.carousel-button:active{transform:scale(.95)}.cta{text-align:center;padding:3rem 0;background:#fff;scroll-margin-top:5.5rem}@media(min-width:768px){.cta{scroll-margin-top:6rem}}.cta{opacity:0}.cta.animate-in{animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards}.cta.animate-in .cta-store-buttons{animation:scaleUp .6s cubic-bezier(.16,1,.3,1) .2s forwards}.cta .cta-title{font-size:clamp(2.25rem,4vw,2.8125rem);color:#292524;margin-bottom:1rem}.cta .cta-text{font-size:1.5rem;color:#78716c;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-store-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;justify-content:center;width:min(100%,40rem);margin-left:auto;margin-right:auto;gap:clamp(.875rem,3vw,1.375rem);margin-bottom:2.5rem;opacity:0}@media(max-width:1280px){.hero{padding:2.5rem 0;min-height:auto}.hero-inner{flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.hero-image{flex:none;width:100%;max-width:min(100%,42rem);order:-1}.hero-content{flex:none;width:100%;align-items:center}.hero-title{margin-bottom:.25rem}.hero-subtitle{margin-bottom:2rem;min-height:1.35em}.feature-item{flex-direction:column!important;gap:1.5rem}.feature-item.reverse{flex-direction:column!important}.feature-item.reverse .feature-content{text-align:center}.feature-item.reverse .feature-text{margin-left:0;margin-right:0}.feature-image{flex:none;width:100%}.feature-content{flex:none;width:100%;text-align:center}.feature-text{margin-left:auto;margin-right:auto;text-align:center}.testimonials-viewport .testimonials-grid{padding-left:clamp(2.5rem,9vw,3.75rem);padding-right:clamp(2.5rem,9vw,3.75rem);box-sizing:border-box;align-items:flex-start}.testimonials .testimonial-item:not(.active){height:0;min-height:0;overflow:hidden;padding:0;pointer-events:none}.testimonials .carousel-controls{padding:0}.cta{padding-top:2.5rem;padding-bottom:2rem}.cta .cta-text,.cta-store-buttons{margin-bottom:1.5rem}}@media(max-width:1024px){.hero{min-height:auto;padding:2rem 0 2.5rem}.hero-title{font-size:4.5rem;white-space:normal}.feature-content{padding:1rem}}@media(max-width:768px){.hero{padding:2rem 1.25rem 2.5rem}.hero-inner{flex-direction:column;text-align:center;padding:0 1.25rem;gap:2rem}.hero-content{flex:none;width:100%;margin-bottom:0;align-items:center}.hero-title,.hero-subtitle{width:100%}.hero-title{font-size:3.375rem;line-height:1.3;margin-bottom:.25rem}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;min-height:1.3em;line-height:1.5}.hero-store-buttons{grid-template-columns:1fr;justify-content:center;max-width:min(100%,14rem);margin-left:auto;margin-right:auto;gap:1rem}.hero-store-buttons .store-pill,.cta-store-buttons .store-pill{padding:.875rem 1.25rem;min-height:4.25rem;gap:.75rem;justify-content:flex-start;text-align:left}.hero-store-buttons .store-pill .store-pill__icon svg,.cta-store-buttons .store-pill .store-pill__icon svg{width:36px;height:36px}.hero-image{flex:none;width:100%}.scroll-indicator{display:none}.keywords{padding:2rem 1rem}.keyword-list{gap:1.5rem}.keyword-icon{width:36px;height:36px}.keyword-text{font-size:1.5rem}.features{margin-top:2rem}.feature-item{flex-direction:column!important;padding:0 1.25rem;margin-top:2rem;margin-bottom:1.5rem;gap:1.25rem}.feature-item.reverse .feature-content{text-align:center}.feature-image{flex:none;width:100%}.feature-content{flex:none;width:100%;padding:1rem;text-align:center}.feature-title{font-size:2.25rem}.testimonials{padding:2rem 1rem}.testimonials .section-title{margin-bottom:1rem}.testimonials .section-title h2{font-size:2.25rem}.testimonials .testimonial-item{padding:1.25rem}.testimonial-text{margin:1rem .5rem}.cta{padding:2rem 1.25rem 1.5rem}.cta .cta-text{margin-bottom:1.25rem}.cta-store-buttons{grid-template-columns:1fr;width:100%;max-width:min(100%,14rem);gap:1rem;margin-bottom:1rem}.cta-store-buttons .store-pill{width:100%;max-width:none}}@media(max-width:640px){.hero{padding:1.5rem 1rem 2rem}.hero-inner{padding:0}.hero-title{font-size:2.8125rem;margin-bottom:.25rem}.hero-subtitle{font-size:1.3125rem;margin-bottom:2rem;min-height:1.25em;line-height:1.5}.keyword-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.25rem;justify-items:center;align-items:start}.feature-item{padding:0 1rem;margin-top:1.5rem;margin-bottom:1rem}.feature-title{font-size:1.875rem;line-height:1.3}.feature-text{font-size:1.3125rem}.testimonials{padding:1.5rem .75rem}.testimonials .testimonial-item.active{padding:1rem}.testimonial-avatar{width:64px;height:64px}.testimonial-author{font-size:1.5rem}.testimonial-text{font-size:1.3125rem;line-height:1.75;margin:.75rem 0}.carousel-button{width:36px;height:36px;font-size:1.5rem}.cta{padding:1.5rem 1rem 1.25rem}.cta-title{font-size:1.875rem;margin-bottom:.75rem}.cta .cta-text{font-size:1.3125rem;margin-bottom:1rem}.hero-store-buttons .store-pill,.cta-store-buttons .store-pill{padding:.75rem 1rem;min-height:4rem;gap:.625rem}.hero-store-buttons .store-pill .store-pill__icon svg,.cta-store-buttons .store-pill .store-pill__icon svg{width:32px;height:32px}.cta-store-buttons{margin-bottom:.75rem}.qr-fallback img{width:80px;height:80px}}@media(max-width:375px){.hero-title{font-size:2.25rem}.keyword-item{flex-direction:row;gap:.75rem}.keyword-icon{width:28px;height:28px}.keyword-text{font-size:1.3125rem}.feature-title{font-size:1.6875rem}}.our-story-page{background:#fff;padding:3rem 0}.story-content{max-width:800px;margin:0 auto;padding:0 1.25rem}.story-content .section-title{font-size:clamp(2.8125rem,5vw,3.375rem);color:#292524;text-align:center;margin-bottom:2.5rem}.story-content h2{font-size:clamp(1.875rem,3vw,2.25rem);color:#292524;margin:3rem 0 1.5rem;line-height:1.4}.story-content p{font-size:1.6875rem;color:#78716c;line-height:2;margin-bottom:1.25rem;text-align:justify}.story-content p em{font-style:italic;font-weight:500}.story-content .story-quote{font-size:1.875rem;font-style:italic;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:1.5rem 0;border-left:none;position:relative;line-height:1.75;padding-top:1.25rem;padding-right:1.5rem;padding-bottom:1.25rem;padding-left:calc(2.25rem + 4px)}.story-content .story-quote:before{content:"";position:absolute;left:1.5rem;top:1.25rem;bottom:1.25rem;width:4px;border-radius:2px;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24)}.story-content .story-image{width:50%;height:auto;display:block;margin:1.5rem auto;border-radius:.75rem}.story-content .story-image:first-of-type{width:20%}.story-content .back-home{text-align:center;margin-top:3rem}.story-content .btn{display:inline-block!important;width:auto!important;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);color:#fff;font-size:1.5rem;font-weight:600;border-radius:9999px;text-decoration:none;transition:all .25s ease}.story-content .btn:hover{filter:brightness(.94)}@media(max-width:768px){.our-story-page{padding:2rem 0}.story-content{padding:0 1rem}.story-content .section-title{font-size:2.8125rem;margin-bottom:2rem}.story-content h2{font-size:1.875rem;margin:2rem 0 1rem}.story-content p{font-size:1.5rem}.story-content .story-quote{font-size:1.5rem;padding-top:1rem;padding-right:1.25rem;padding-bottom:1rem;padding-left:calc(2.25rem + 4px)}.story-content .story-quote:before{top:1rem;bottom:1rem}.story-content .story-image{width:70%}.story-content .story-image:first-of-type{width:30%}}@media(max-width:640px){.our-story-page{padding:1.5rem 0}.story-content{padding:0 1rem}.story-content .section-title{font-size:2.25rem}.story-content h2{font-size:1.6875rem;margin:1.5rem 0 .75rem}.story-content p{font-size:1.3125rem;margin-bottom:1rem}.story-content .story-quote{font-size:1.3125rem;margin:1rem 0;padding-top:.75rem;padding-right:1rem;padding-bottom:.75rem;padding-left:calc(2.25rem + 4px)}.story-content .story-quote:before{top:.75rem;bottom:.75rem}.story-content .story-image{width:80%;margin:1rem auto}.story-content .story-image:first-of-type{width:35%}.story-content .back-home{margin-top:2rem}}@media(max-width:375px){.story-content .section-title{font-size:1.875rem}.story-content h2{font-size:1.5rem}.story-content .story-image{width:90%}.story-content .story-image:first-of-type{width:40%}}.blog-page{background:#fff;padding:3rem 0;min-height:calc(100vh - 200px)}.section-title{font-size:clamp(2.25rem,4vw,2.8125rem);text-align:center;margin-bottom:.75rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.section-subtitle{font-size:1.5rem;color:#78716c;text-align:center;margin-bottom:2rem;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .1s both}.tag-filter{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;padding:0 1rem;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .2s both}.tag-btn{padding:.5rem 1rem;border-radius:9999px;border:none;font-size:1.3125rem;font-weight:500;transition:all .25s ease;background:#f5f5f4;color:#78716c;cursor:pointer}.tag-btn:hover{transform:translateY(-2px)}.tag-btn.active{background:#4a90e2;color:#fff}.tag-btn.family{background:#fff1f1;color:#666}.tag-btn.family.active{background:#ff4d4d;color:#fff}.tag-btn.youth{background:#ebfaeb;color:#666}.tag-btn.youth.active{background:#28a745;color:#fff}.tag-btn.life{background:#ffedd5;color:#78716c}.tag-btn.life.active{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);color:#fff}.tag-btn.love{background:#fff2f7;color:#666}.tag-btn.love.active{background:#e83e8c;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1700px;margin:2rem auto 0;padding:0 4rem}.blog-card{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.blog-card.hidden{display:none}.card-img{width:100%;height:200px;object-fit:cover}.card-content{flex:1;display:flex;flex-direction:column;padding:1.25rem}.card-title{font-size:1.6875rem;font-weight:600;color:#292524;margin-bottom:.5rem;line-height:1.25}.blog-meta{display:flex;color:#78716c;font-size:1.3125rem;margin-bottom:.75rem}.blog-meta span{margin-right:.75rem}.blog-excerpt{font-size:1.3125rem;color:#78716c;line-height:1.75;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-family{padding-top:1rem;margin-top:auto;border-top:1px solid #e7e5e4}.blog-family .blog-family-title{font-size:1.3125rem;font-weight:500;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.blog-family .blog-family-comment{font-size:1.3125rem;color:#78716c;line-height:1.5}.blog-card .btn-outline{display:inline-block;padding:.5rem 1rem;margin-top:1rem;font-size:1.3125rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background:transparent;border:1px solid #f97316;border-radius:.5rem;text-decoration:none;transition:all .25s ease}.blog-card .btn-outline:hover{background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);color:#fff;-webkit-text-fill-color:#ffffff;-webkit-background-clip:unset;background-clip:unset}@media(max-width:1280px){.blog-grid{grid-template-columns:repeat(3,1fr);padding:0 2.5rem}}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}}@media(max-width:768px){.blog-page{padding:2rem 0}.section-title{font-size:2.25rem}.section-subtitle{margin-bottom:1.5rem}.tag-filter{gap:.5rem;margin-bottom:1.5rem;padding:0 1rem}.tag-btn{padding:.5rem .75rem;font-size:1.125rem}.blog-grid{gap:1.25rem;padding:0 1rem;margin-top:1.5rem}.card-img{height:160px}.card-content{padding:1rem}.card-title{font-size:1.5rem}.blog-meta{font-size:1.125rem}.blog-excerpt{font-size:1.125rem;-webkit-line-clamp:2}.blog-family .blog-family-title,.blog-family .blog-family-comment{font-size:1.125rem}}@media(max-width:640px){.blog-page{padding:1.5rem 0}.blog-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.card-img{height:180px}.tag-filter{padding:0 .75rem}.tag-btn{padding:.25rem .75rem}}@media(max-width:375px){.section-title{font-size:1.875rem}.section-subtitle{font-size:1.3125rem}}.blog-post-page{background:#fff8f0;padding:3rem 0;min-height:calc(100vh - 200px)}.blog-post-page .container{max-width:960px;padding:0 1.5rem}.post-content{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 4px 6px #00000012}.post-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e7e5e4}.post-title{font-size:clamp(2.25rem,4vw,3.375rem);color:#292524;margin-bottom:1rem;line-height:1.25}.post-meta{display:flex;justify-content:center;gap:1.25rem}.post-meta span{font-size:1.5rem;color:#78716c}.post-meta span:not(:last-child):after{content:"·";margin-left:1.25rem;color:#d6d3d1}.post-image{margin-bottom:1.5rem;border-radius:1rem;overflow:hidden}.post-image img{width:100%;height:auto;display:block}.post-body{margin-bottom:1.5rem}.post-body p{font-size:1.6875rem;color:#78716c;line-height:2;margin-bottom:1.25rem;text-align:justify}.post-body p:first-child:first-letter{font-size:4.5rem;font-weight:700;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;float:left;margin-right:.75rem;margin-top:.25rem;line-height:1}.family-comment{background:#f973161a;padding:1.5rem;border-radius:1rem;margin:2rem 0;border-left:none;position:relative;padding-left:calc(1.5rem + 4px)}.family-comment:before{content:"";position:absolute;left:1.5rem;top:1.5rem;bottom:1.5rem;width:4px;border-radius:2px;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24)}.family-comment h3{font-size:1.5rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.family-comment p{font-size:1.5rem;color:#78716c;line-height:1.75;margin:0;font-style:italic}.post-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e7e5e4;margin-top:2rem}.post-footer .btn{display:inline-block!important;width:auto!important;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border-radius:9999px;color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;transition:all .25s ease}.post-footer .btn:hover{filter:brightness(.94)}@media(max-width:768px){.blog-post-page{padding:2rem 0}.post-content{padding:1.5rem;border-radius:1rem}.post-title{font-size:2.25rem}.post-meta{gap:.75rem}.post-meta span{font-size:1.3125rem}.post-meta span:not(:last-child):after{margin-left:.75rem}.post-body p{font-size:1.5rem}.post-body p:first-child:first-letter{font-size:3.375rem}.family-comment{padding:1rem;padding-left:calc(1rem + 4px)}.family-comment:before{left:1rem;top:1rem;bottom:1rem}}@media(max-width:640px){.blog-post-page{padding:1.5rem 0}.post-content{padding:1.25rem;border-radius:.75rem;margin:0 .75rem}.post-header{margin-bottom:1rem;padding-bottom:1rem}.post-title{font-size:1.875rem}.post-meta{flex-direction:column;gap:.25rem}.post-meta span:after{display:none}.post-body p{font-size:1.3125rem;margin-bottom:1rem}.post-body p:first-child:first-letter{font-size:2.8125rem}.family-comment{padding:1rem;padding-left:calc(1rem + 4px);margin:1.5rem 0;border-radius:.75rem}.family-comment:before{left:1rem;top:1rem;bottom:1rem}.family-comment h3,.family-comment p{font-size:1.3125rem}.post-footer{margin-top:1.5rem;padding-top:1rem}}@media(max-width:375px){.post-title{font-size:1.6875rem}.post-body p:first-child:first-letter{font-size:2.25rem}}.contact-page{background:#fff;padding:3rem 0;min-height:calc(100vh - 200px)}.contact-inner{width:100%;max-width:1700px;margin:0 auto;padding:0 clamp(1.5rem,5vw,6rem)}.section-title{font-size:clamp(2.25rem,4vw,2.8125rem);text-align:center;margin-bottom:.75rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.5rem;color:#78716c;text-align:center;margin-bottom:2.5rem}.contact-split{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;column-gap:clamp(5rem,17vw,10rem);row-gap:2.5rem;width:100%}.contact-split__left{flex:0 0 auto;width:min(480px,100%);min-width:0}.contact-split__right{flex:0 0 auto;width:min(420px,100%);min-width:0;display:flex;justify-content:center;margin-top:clamp(2rem,4vw,3rem)}.contact-community-card{width:100%;max-width:420px;padding:2.5rem 2rem;background:#f5f5f4;border-radius:1.5rem;text-align:center;box-shadow:0 1px 2px #0000000d}.contact-community-title{font-size:clamp(1.875rem,2.5vw,2.25rem);font-weight:700;color:#292524;margin-bottom:.75rem}.contact-community-desc{font-size:1.3125rem;color:#78716c;line-height:1.75;margin-bottom:2rem}.contact-community-media{display:flex;justify-content:center}.contact-community-media img{width:100%;max-width:100%;height:auto;border-radius:.75rem;box-shadow:0 4px 20px #00000014;object-fit:contain}.contact-message-wrap{max-width:520px;margin:0 auto}.contact-form{position:relative;max-width:480px}.form-group{margin-bottom:1.25rem;position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#78716c;font-weight:500;font-size:1.3125rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e7e5e4;border-radius:.5rem;font-size:1.5rem;font-family:"975Maru SC",PingFang SC,Microsoft YaHei,sans-serif;color:#292524;transition:all .25s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a8a29e}.form-group textarea{min-height:3.75rem;resize:vertical;line-height:1.75}.form-group .form-tip{color:#a8a29e;font-size:1.125rem;margin-top:.5rem;display:block}.contact-form .btn,.contact-page .btn{width:100%;padding:1rem;font-size:1.5rem;font-weight:500;border-radius:.5rem;letter-spacing:.05em}.contact-form .btn:disabled,.contact-page .btn:disabled{background:#d6d3d1;cursor:not-allowed}.contact-form .btn:disabled:hover,.contact-page .btn:disabled:hover{transform:none;box-shadow:none}.message-box{background:#fff;padding:3rem 2rem;border-radius:.75rem;box-shadow:0 4px 6px #00000012;text-align:center}.message-box .message-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:block}.message-box h3{font-size:2.25rem;margin-bottom:.75rem;color:#292524}.message-box p{font-size:1.5rem;color:#78716c;margin-bottom:1.25rem;line-height:1.75}.message-box.success h3{color:#10b981}.message-box.error h3{color:#ef4444}.spinner{width:20px;height:20px;border:3px solid #e7e5e4;border-top-color:#f97316;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.contact-page{padding:2rem 0}.section-title{font-size:2.25rem}.section-subtitle{margin-bottom:1.5rem}.contact-split{flex-direction:column;align-items:stretch;gap:2.5rem}.contact-split__left,.contact-split__right{flex:none;width:100%}.contact-split__right{order:2;margin-top:0}.contact-split__left{order:1}.contact-form{max-width:none}.contact-community-card{max-width:none;padding:2rem 1.5rem}.contact-community-qr img{max-width:200px}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.75rem}.message-box{padding:2rem 1.25rem}.message-box .message-icon{width:56px;height:56px}.message-box h3{font-size:1.875rem}}@media(max-width:640px){.contact-page{padding:1.5rem 0}.section-title{font-size:1.875rem}.section-subtitle{font-size:1.3125rem}.contact-inner{padding:0 1rem}.contact-community-card{padding:1.5rem 1.25rem}.form-group label{font-size:1.125rem}.form-group input,.form-group textarea{font-size:1.3125rem}.message-box{padding:1.5rem 1rem}.message-box h3{font-size:1.6875rem}.message-box p{font-size:1.3125rem}}.help-center-page{background:#fff;padding:3rem 0 5rem;min-height:calc(100vh - 200px)}.help-center-inner{width:100%;max-width:1700px;margin:0 auto;padding:0 clamp(1rem,5vw,10rem)}.help-center-header{text-align:center;margin-bottom:2.5rem}.section-title{font-size:clamp(2.25rem,4vw,2.8125rem);margin-bottom:.75rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.5rem;color:#78716c;line-height:1.75;max-width:36em;margin:0 auto}.help-tabs-wrap{margin-bottom:2rem;display:flex;justify-content:center}.help-tabs{width:100%;position:sticky;top:64px;z-index:200;padding:.5rem 0 1rem;margin:0;background:linear-gradient(180deg,#fff 85%,#fff0)}@media(min-width:768px){.help-tabs{top:76px}}.help-tabs-scroll{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;padding:.25rem 0;width:100%;max-width:100%}.help-tab{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:1.125rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;border:1px solid #e7e5e4;border-radius:9999px;background:#fafaf9;color:#78716c;cursor:pointer;transition:color .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease;white-space:nowrap;max-width:100%}@media(min-width:768px){.help-tab{font-size:1.3125rem;padding:.75rem 1.25rem}}.help-tab:hover:not(.is-active){color:#292524;border-color:#d6d3d1}.help-tab.is-active{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);border-color:transparent;box-shadow:0 4px 6px #00000012}.help-tab.is-active .help-tab-icon{color:#fff}.help-tab:focus-visible{outline:2px solid #f97316;outline-offset:2px}.help-tab-icon{display:flex;align-items:center;justify-content:center;color:inherit;opacity:.95}.help-tab-icon svg{display:block}.help-tab-label{line-height:1.2}.help-panel{width:100%;max-width:min(56rem,100%);margin-left:auto;margin-right:auto}.help-panel[hidden]{display:none}.help-faq-cards{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem;width:100%}.help-faq-card{background:#fff;border:1px solid #e7e5e4;border-radius:1rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.help-faq-card__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;font-family:inherit;font-size:clamp(1.3125rem,2.2vw,1.5rem);font-weight:700;color:#292524;text-align:left;line-height:1.25;letter-spacing:.05em;background:transparent;border:none;cursor:pointer;transition:background .25s ease}.help-faq-card__trigger:hover{background:#fff8f0}.help-faq-card__trigger:focus-visible{outline:2px solid #f97316;outline-offset:-2px}.help-faq-card__question{flex:1;min-width:0}.help-faq-card__chevron{flex-shrink:0;width:.55em;height:.55em;border-right:2px solid #a8a29e;border-bottom:2px solid #a8a29e;transform:rotate(45deg);margin-top:-.2em;transition:transform .25s ease,border-color .25s ease}.help-faq-card__chevron.is-open{transform:rotate(-135deg);margin-top:.15em;border-color:#f97316}.help-faq-card__panel{padding:0 1.25rem 1.25rem}.help-faq-card__panel[hidden]{display:none}.help-faq-card__answer{font-size:1.3125rem;font-weight:400;color:#78716c;line-height:1.75;margin:0;border-top:1px solid #e7e5e4;padding-top:1rem;white-space:normal}.help-faq-card__answer-preline{white-space:pre-line}.help-faq-card__answer-rich{display:flex;flex-direction:column;gap:.5rem}.help-faq-card__bullet-heading{margin:0;font-weight:600;color:#78716c}.help-faq-card__bullet-para{margin:0}.help-faq-card__bullet-list{margin:0;padding-left:1.15em;list-style-type:disc;list-style-position:outside}.help-faq-card__bullet-item{padding-left:.35em;margin:0 0 .2em}.help-faq-card__bullet-item:last-child{margin-bottom:0}.help-faq-card__lead{display:block;font-size:1.3125rem;font-weight:700;color:#f97316;line-height:1.75;margin-bottom:.75rem}.help-faq-card__body{display:block;font-size:1.3125rem;font-weight:400;color:#78716c;line-height:1.75}.help-faq-inline-link{font-weight:600;color:#f97316;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.15em;transition:color .25s ease,filter .25s ease}.help-faq-inline-link:hover{color:#f97316;filter:brightness(.92)}.help-faq-inline-link:focus-visible{outline:2px solid #f97316;outline-offset:2px;border-radius:.25rem}.product-updates-page{background:#fff;padding:3rem 0 5rem;min-height:calc(100vh - 200px)}.product-updates-inner{width:100%;max-width:1700px;margin:0 auto;padding:0 clamp(1rem,5vw,10rem)}.product-updates-header{text-align:center;margin-bottom:2.5rem}.product-updates-header .section-title{font-size:clamp(2.25rem,4vw,2.8125rem);margin-bottom:.75rem;background:linear-gradient(135deg,#f97316,#fb923c,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-updates-header .section-subtitle{font-size:1.5rem;color:#78716c;line-height:1.75;max-width:40em;margin:0 auto}.product-updates-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}@media(max-width:1100px){.product-updates-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.product-updates-grid{grid-template-columns:1fr}}.product-updates-grid__cell{margin:0;padding:0;min-width:0}.product-update-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:#fff;border:1px solid #e7e5e4;border-radius:.75rem;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.product-update-card:hover{border-color:#fed7aa;box-shadow:0 8px 24px #ea580c14;transform:translateY(-2px)}.product-update-card:hover .product-update-card__cta{color:#ea580c}.product-update-card:focus-visible{outline:2px solid #f97316;outline-offset:2px}.product-update-card__media{width:100%;flex-shrink:0;height:11.25rem;background:#f5f5f4;overflow:hidden}@media(min-width:640px){.product-update-card__media{height:12.25rem}}@media(min-width:1101px){.product-update-card__media{height:13.5rem}}.product-update-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.product-update-card__body{display:flex;flex-direction:column;flex:1;padding:1rem;gap:.5rem;text-align:left}.product-update-card__date{font-size:1.125rem;color:#a8a29e;font-variant-numeric:tabular-nums}.product-update-card__title{margin:0;font-size:1.5rem;font-weight:700;color:#292524;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-update-card__summary{margin:0;flex:1;font-size:1.3125rem;color:#78716c;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-update-card__cta{margin-top:auto;font-size:1.3125rem;font-weight:600;color:#f97316;transition:color .25s ease}
