@import"https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap";@font-face{font-family:SF Pro Rounded;src:url(/assets/SF-Pro-Rounded-Semibold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #050505;--accent-blue: #6786ff;--accent-cyan: #40d6fc;--white: #ffffff;--white-10: rgba(255, 255, 255, .1);--white-20: rgba(255, 255, 255, .2);--white-70: rgba(255, 255, 255, .7);--white-80: rgba(255, 255, 255, .8);--font-primary: "Google Sans Flex", -apple-system, BlinkMacSystemFont, sans-serif;--space-section-x: clamp(24px, 2vw + 16px, 120px);--fs-hero-title: clamp(32px, 2vw + 24px, 42px);--fs-section-title: clamp(24px, 1.5vw + 18px, 32px);--fs-scrapbook-title: clamp(28px, 1.5vw + 20px, 36px);--fs-cta-title: clamp(28px, 1.5vw + 20px, 36px);--fs-feature-title: clamp(22px, 1vw + 18px, 28px);--hero-phone-width: clamp(300px, 50vw, 700px);--footer-gap: clamp(48px, 10vw, 162px)}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--white);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-user-select:none;user-select:none}img,video{-webkit-user-drag:none;user-drag:none;pointer-events:none}.nav{position:absolute;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px var(--space-section-x);height:68px;background:linear-gradient(180deg,#050505,#05050500)}.nav-logo{height:24px;width:auto;object-fit:contain}.nav-btn{padding:10px 24px;border-radius:100px;border:1px solid var(--white-10);background:#ffffff14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--white);font-family:"SF Pro Rounded",var(--font-primary);font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.nav-btn:hover{background:#ffffff26}.hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--bg)}.hero-bg img,.hero-bg video{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#05050500 50%,#0505054d),linear-gradient(180deg,#050505,#05050500 11%,#05050500 51%,#050505d9 71%,#050505);z-index:3}.hero-phone{position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-55%)}.hero-phone img{width:var(--hero-phone-width);height:auto;display:block;mix-blend-mode:lighten}.hero-content{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:6;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.hero-title{font-size:var(--fs-hero-title);font-weight:700;line-height:1.15;max-width:424px;text-shadow:0px 40px 240px rgba(0,0,0,.7)}.hero-subtitle{font-size:16px;font-weight:300;opacity:.8;max-width:340px;line-height:1.5;text-shadow:0px 40px 240px rgba(0,0,0,.7)}.btn-download{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;gap:10px;border-radius:100px;background:#242323;border:none;color:var(--white);font-family:var(--font-primary);font-size:17px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;position:relative}.btn-download:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100px;padding:1px;background:linear-gradient(135deg,#40d6fc,#49dcb2,#fecd2f,#d54dfe,#fc4efa);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.btn-download:hover{background:#2e2d2d}.btn-download-rainbow{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:100px;background:#05050599;color:var(--white);font-family:"SF Pro Rounded",var(--font-primary);font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;position:relative;border:none}.btn-download-rainbow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100px;padding:1px;background:linear-gradient(135deg,#40d6fc,#49dcb2,#fecd2f,#d54dfe,#fc4efa);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.btn-download-rainbow:hover{background:#ffffff14}.divider{width:100%;height:1px;background:var(--white-10)}.desktop-only{display:block}.features-section{padding:80px 0 40px;display:flex;justify-content:center}.features-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;width:100%;padding:0 clamp(24px,3vw,40px)}.feature-card{background:none;border-radius:0;overflow:hidden;display:flex;flex-direction:column}.feature-card-image{width:100%;aspect-ratio:358 / 406;overflow:hidden;position:relative;display:flex;align-items:flex-start;justify-content:center;background:none}.feature-card-image img{width:85%;height:auto;object-fit:contain;margin-top:16px}.feature-card-fade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.feature-card-1 .feature-card-fade{background:linear-gradient(to bottom,transparent 60%,var(--bg) 100%)}.feature-card-2 .feature-card-fade{background:linear-gradient(to top,transparent 60%,var(--bg) 100%)}.feature-card-3 .feature-card-fade{background:linear-gradient(to bottom,transparent 60%,var(--bg) 100%)}.feature-card-info{padding:16px 24px 32px;display:flex;flex-direction:column;gap:4px}.feature-card-label{font-size:12px;font-weight:500;color:var(--accent-blue)}.feature-card-title{font-size:var(--fs-feature-title);font-weight:700;line-height:1.2}@media (min-width: 1229px){.feature-card-title{white-space:nowrap}}.feature-card-desc{font-size:14px;font-weight:300;opacity:.8;line-height:1.6}.holdonto-section{padding:0 40px 80px;display:flex;justify-content:center}.holdonto-card{max-width:1200px;width:100%;background:linear-gradient(180deg,#6786ff1f,#6786ff08);border-radius:32px;border:1px solid rgba(103,134,255,.15);padding:clamp(32px,4vw,60px);position:relative;overflow:hidden}.holdonto-label{display:block;font-size:12px;font-weight:500;color:var(--accent-blue);margin-bottom:8px}.holdonto-title{font-size:var(--fs-section-title);font-weight:700;margin-bottom:12px}.holdonto-desc{font-size:14px;font-weight:300;opacity:.8;max-width:400px;line-height:1.5;margin-bottom:32px}.holdonto-steps{display:flex;gap:16px;flex-wrap:wrap}.holdonto-step{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:100px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:500}.holdonto-step-dot{width:8px;height:8px;border-radius:50%;background:var(--accent-blue)}.holdonto-step-dot.green{background:#49dcb2}.holdonto-step-dot.yellow{background:#fecd2f}.holdonto-step-dot.purple{background:#d54dfe}.scrapbook-section{padding:20px 40px;display:flex;justify-content:center}.scrapbook-card{max-width:1120px;width:100%;background:radial-gradient(ellipse at center,#fff3,#0000000d),#3f65ff;border-radius:32px;padding:clamp(32px,4vw,60px);position:relative;overflow:visible;display:flex;align-items:center;min-height:360px;border:1px solid rgba(255,255,255,.1)}.scrapbook-content{position:relative;z-index:1;max-width:440px;display:flex;flex-direction:column;gap:8px}.scrapbook-label{font-size:14px;font-weight:500;color:var(--white);opacity:.8;letter-spacing:.5px}.scrapbook-title{font-size:var(--fs-scrapbook-title);font-weight:700;color:var(--white);line-height:1.2}.scrapbook-title .desktop-text{display:inline}.scrapbook-title .mobile-text{display:none}.scrapbook-desc{font-size:15px;font-weight:300;color:var(--white);opacity:.85;line-height:1.6;white-space:pre-line;margin-bottom:16px}.scrapbook-checklist{display:grid;grid-template-columns:auto auto;gap:12px 32px}.scrapbook-check-item{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:var(--white)}.scrapbook-check-icon{width:22px;height:22px;border-radius:50%;background:#ffffffe6;color:var(--accent-blue);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.scrapbook-image{position:absolute;right:clamp(-100px,-7vw,-40px);top:50%;transform:translateY(-46%) rotate(-31deg);width:clamp(50%,5vw + 45%,63%);filter:drop-shadow(0px 16px 32px rgba(0,0,0,.5));z-index:2}.scrapbook-image img{width:100%;height:auto;display:block}.testimonials-section{padding:60px 0;position:relative;overflow:hidden}.testimonials-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1000px;height:1000px;background:radial-gradient(circle at center,rgba(252,78,133,.25) 0%,transparent 60%);pointer-events:none;z-index:0}.testimonials-header{text-align:center;margin-bottom:48px;position:relative;z-index:1}.testimonials-heart{width:24px;height:24px;display:block;margin:0 auto 12px}.testimonials-title{font-size:var(--fs-section-title);font-weight:700;margin-bottom:8px}.testimonials-subtitle{font-size:14px;font-weight:300;opacity:.6}.testimonials-grid{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1;align-items:center}.testimonials-row{overflow:hidden;width:100%}.testimonials-track{display:flex;gap:24px;width:max-content}.scroll-left .testimonials-track{animation:scrollLeft 40s linear infinite}.scroll-right .testimonials-track{animation:scrollRight 40s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card{width:358px;height:250px;background:var(--white-10);border-radius:24px;border:1px solid var(--white-20);padding:24px;display:flex;gap:16px;flex-shrink:0;position:relative;overflow:hidden}.testimonial-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.testimonial-quote{font-size:15px;font-weight:700;line-height:1.4;color:var(--white);white-space:pre-line;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}.testimonial-author{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-size:14px;font-weight:500;color:var(--white)}.testimonial-location{font-size:12px;font-weight:300;color:var(--white-70)}.testimonial-image{width:130px;height:210px;border-radius:16px;overflow:hidden;position:relative;flex-shrink:0;align-self:center}.testimonial-image img{width:100%;height:100%;object-fit:cover}.testimonial-image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(-58deg,#40d6fc33,#49dcb233,#fecd2f33,#d54dfe33,#fc4efa33);border-radius:16px}.faq-section{padding:60px 0 20px;display:flex;flex-direction:column;align-items:center}.faq-title{font-size:var(--fs-section-title);font-weight:700;text-align:center;margin-bottom:48px}.faq-list{width:100%;max-width:800px;display:flex;flex-direction:column}.faq-item{border-top:1px solid var(--white-10);padding:24px 32px;cursor:pointer;transition:background .2s}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%}.faq-question-text{font-size:17px;font-weight:600}.faq-chevron{width:16px;height:16px;transition:transform .3s ease;opacity:.6}.faq-chevron.open{transform:rotate(180deg)}.faq-answer{font-size:14px;font-weight:300;opacity:.8;line-height:1.5;display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .25s ease}.faq-answer>span{overflow:hidden}.faq-answer.open{grid-template-rows:1fr;padding-top:8px}.cta-section{padding:20px var(--space-section-x) 60px;display:flex;justify-content:center}.cta-card{max-width:900px;width:100%;border-radius:32px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:16px}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-bg img{width:100%;height:100%;object-fit:cover}.cta-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0505051a;z-index:1}.cta-icon{width:48px;height:48px;position:relative;z-index:2}.cta-title{font-size:var(--fs-cta-title);font-weight:600;position:relative;z-index:2}.cta-subtitle{font-size:14px;font-weight:300;opacity:.8;position:relative;z-index:2;margin-bottom:8px}.cta-section .btn-download-rainbow{position:relative;z-index:2}.footer{position:relative;padding:32px 0 24px;overflow:hidden}.footer-glow{position:absolute;bottom:0;left:0;right:0;height:120px;pointer-events:none;background:linear-gradient(90deg,#40d6fc26,#49dcb226,#fecd2f26,#d54dfe26,#fc4efa26);filter:blur(30px)}.footer-glow-left,.footer-glow-right{display:none}.footer-content{max-width:800px;margin:0 auto;display:flex;gap:var(--footer-gap);position:relative;z-index:1}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{height:24px;width:auto}.footer-copyright{font-family:Poppins,sans-serif;font-size:12px;opacity:.8}.footer-links{display:flex;gap:var(--footer-gap)}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-column-title{font-size:17px;font-weight:600;margin-bottom:0}.footer-column a{font-size:14px;font-weight:300;opacity:.8;color:var(--white);text-decoration:none;transition:opacity .2s}.footer-column a:hover{opacity:1}.hero-content-hidden{pointer-events:none}.hero-content-hidden .hero-btn-morph{pointer-events:all}.hero-content-hidden .hero-title,.hero-content-hidden .hero-subtitle{opacity:0;transition:opacity .3s ease}.hero-title,.hero-subtitle{transition:opacity .3s ease}.hero-dim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:5;pointer-events:none;transition:background .4s ease}.hero-dim.active{background:#000000b3;pointer-events:all}.hero-btn-morph{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:100px;background:#242323;color:var(--white);font-family:"SF Pro Rounded",var(--font-primary);font-size:17px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;width:160px;height:52px;will-change:width,height,border-radius;transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1)}.hero-btn-morph:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#40d6fc,#49dcb2,#fecd2f,#d54dfe,#fc4efa);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.hero-btn-text{transition:opacity .4s ease .3s;white-space:nowrap}.hero-btn-qr{position:absolute;width:200px;height:200px;border-radius:16px;opacity:0;transition:opacity .3s ease .2s}.hero-btn-morph.morphed{width:240px;height:240px;border-radius:28px;padding:20px}.hero-btn-morph.morphed .hero-btn-text{opacity:0;transition:opacity .15s ease}.hero-btn-morph.morphed .hero-btn-qr{opacity:1}.qr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:200;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:background .4s ease}.qr-overlay.active{background:#000c;pointer-events:all;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.qr-container{display:flex;flex-direction:column;align-items:center;gap:20px;transform:scale(.3);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.qr-container.active{transform:scale(1);opacity:1}.qr-image{width:280px;height:280px;border-radius:24px}.qr-text{font-size:16px;font-weight:500;color:var(--white);opacity:.7}.legal-page{min-height:100vh;padding:40px var(--space-section-x) 72px;background:radial-gradient(circle at 20% 0%,rgba(64,214,252,.12),transparent 28%),radial-gradient(circle at 80% 12%,rgba(252,78,250,.1),transparent 26%),var(--bg);color:var(--white);-webkit-user-select:text;user-select:text}.legal-hero,.legal-card{width:min(860px,100%);margin:0 auto}.legal-hero{padding:16px 0 40px}.legal-logo-link{display:inline-flex;align-items:center;margin-bottom:56px}.nav-logo-link{display:inline-flex;align-items:center}.legal-logo{height:24px;width:auto}.legal-eyebrow,.legal-section-label{color:var(--accent-cyan);font-size:13px;font-weight:600;margin-bottom:12px}.legal-hero h1{max-width:720px;font-size:clamp(34px,5vw,64px);line-height:1.04;font-weight:700;margin-bottom:20px}.legal-hero p{max-width:680px;color:var(--white-80);font-size:17px;font-weight:300;line-height:1.7}.legal-jump-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.legal-jump-links a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 18px;border:1px solid var(--white-10);border-radius:100px;color:var(--white);background:#ffffff0f;text-decoration:none;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.legal-jump-links a:hover{background:#ffffff1f;border-color:var(--white-20)}.legal-card{padding:40px 0;border-top:1px solid var(--white-10)}.legal-card h2{font-size:clamp(28px,3vw,42px);line-height:1.15;font-weight:700;margin-bottom:20px}.legal-card h3{color:var(--white);font-size:18px;line-height:1.3;font-weight:700;margin:32px 0 10px}.legal-card p{color:var(--white-80);font-size:15px;font-weight:300;line-height:1.75}@media (max-width: 1228px){.nav-logo{height:22px;width:auto;max-width:120px}.nav-btn{padding:8px 18px;font-size:13px}.hero{height:100svh}.hero-content{bottom:24px;top:auto;gap:12px;padding:0 24px;width:100%}.hero-title{max-width:100%}.hero-subtitle{font-size:14px;max-width:100%}.hero-btn-morph{width:150px;height:48px;font-size:15px;padding:14px 20px;pointer-events:none}.hero-btn-morph.morphed{width:150px;height:48px;border-radius:100px;padding:14px 20px}.hero-btn-morph.morphed .hero-btn-text{opacity:1}.hero-btn-morph.morphed .hero-btn-qr{opacity:0}.hero-dim{display:none}.hero-content-hidden .hero-title,.hero-content-hidden .hero-subtitle{opacity:1}.desktop-only{display:none}.hero:after{display:none}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--white-10)}.feature-card+.feature-card{padding-top:24px;position:relative}.feature-card+.feature-card:before{content:"";position:absolute;top:0;left:-24px;right:-24px;height:1px;background:var(--white-10)}.scrapbook-section:before{content:"";position:absolute;bottom:0;left:-24px;right:-24px;height:1px;background:var(--white-10)}.features-section{position:relative}.features-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--white-10)}.testimonials-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--white-10)}.faq-section{position:relative}.faq-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--white-10)}.features-section{padding:24px 0 0}.features-row{grid-template-columns:1fr;gap:0;padding:0 24px;overflow:visible}.feature-card{overflow:visible}.feature-card{width:100%;align-items:flex-start;text-align:left}.feature-card-image{aspect-ratio:1 / 1}.feature-card-image img{width:70%}.feature-card-1 .feature-card-fade{background:linear-gradient(to bottom,transparent 60%,var(--bg) 100%)!important}.feature-card-2 .feature-card-fade{background:linear-gradient(to top,transparent 60%,var(--bg) 100%)!important}.feature-card-3 .feature-card-fade{background:linear-gradient(to bottom,transparent 60%,var(--bg) 100%)!important}.feature-card-info{padding:4px 0 24px;align-items:flex-start}.feature-card-title{white-space:normal}.feature-card-label{font-size:11px}.scrapbook-section{padding:24px}.scrapbook-card{flex-direction:column-reverse;padding:0;min-height:auto;overflow:visible;background:none;border:none;border-radius:0;align-items:flex-start;gap:4px;margin-bottom:-16px}.scrapbook-content{max-width:100%}.scrapbook-title{color:var(--white);white-space:nowrap}.scrapbook-title .desktop-text{display:none}.scrapbook-title .mobile-text{display:inline}.scrapbook-desc{font-size:14px;color:var(--white)}.scrapbook-label{color:var(--accent-blue)}.scrapbook-checklist{display:none}.scrapbook-image{position:relative;right:auto;top:auto;transform:rotate(-33deg) translateY(0);width:105%;margin:0 auto;filter:drop-shadow(0px 16px 32px rgba(0,0,0,.5));animation:scrapbookFloat 4s ease-in-out infinite}@keyframes scrapbookFloat{0%,to{transform:rotate(-33deg) translateY(0)}50%{transform:rotate(-33deg) translateY(-8px)}}.scrapbook-section:after{content:"";position:absolute;bottom:10%;left:-20%;right:-20%;height:250px;background:linear-gradient(90deg,#40d6fc1f,#49dcb21a,#fecd2f1a,#d54dfe1f,#fc4efa1a);filter:blur(80px);pointer-events:none}.scrapbook-section{position:relative}.testimonials-glow{background:radial-gradient(circle at center,rgba(252,78,133,.25) 0%,transparent 60%)!important}.testimonials-section{padding:32px 0}.testimonials-header{margin-bottom:32px}.testimonials-grid,.testimonials-row{gap:16px}.testimonial-card{width:300px;height:220px;border-radius:20px;padding:20px;gap:12px}.testimonial-quote{font-size:13px;-webkit-line-clamp:6}.testimonial-name{font-size:12px}.testimonial-location{font-size:10px}.testimonial-image{width:100px;height:180px;border-radius:12px}.testimonial-image-overlay{border-radius:12px}.faq-section{padding:32px 24px}.faq-title{margin-bottom:32px}.faq-list{max-width:100%}.faq-item{padding:20px 16px}.faq-question-text{font-size:15px}.faq-answer{font-size:13px}.cta-section{padding:32px 24px}.cta-card{max-width:100%;border-radius:24px;padding:48px 24px;gap:12px}.cta-icon{width:40px;height:40px}.cta-subtitle{font-size:13px}.btn-download-rainbow{font-size:15px;padding:12px 24px}.footer{padding:32px 24px 24px}.footer-content{max-width:100%;flex-direction:column;gap:40px}.footer-brand{order:2;flex-direction:column-reverse;gap:12px;align-items:flex-start}.footer-logo{order:1}.footer-copyright{order:2}.footer-links{order:1;gap:48px}.footer-column-title{font-size:15px}.footer-column a{font-size:13px}.footer-copyright{font-size:11px}.qr-image{width:220px;height:220px}.legal-page{padding:28px 24px 56px}.legal-hero{padding-bottom:28px}.legal-logo-link{margin-bottom:44px}.legal-hero p{font-size:15px}.legal-card{padding:32px 0}.legal-card h3{font-size:16px;margin-top:28px}.legal-card p{font-size:14px}}
