:root{--orange: #F97316;--orange-dark: #EA580C;--orange-light: #FB923C;--orange-50: #FFF7ED;--yellow: #FCD34D;--yellow-light: #FEF3C7;--cream: #FFFBEB;--surface: #FFFFFF;--green: #22C55E;--green-light: #DCFCE7;--red: #EF4444;--blue: #3B82F6;--purple: #A855F7;--text-primary: #292524;--text-secondary: #78716C;--text-tertiary: #A8A29E;--border: #E7E5E4;--border-light: #F5F5F4;--font-display: "Fraunces", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--section-padding: clamp(4rem, 10vw, 8rem);--container-max: 1200px;--container-padding: clamp(1.25rem, 4vw, 2.5rem);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px}*,*: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:var(--font-body);color:var(--text-primary);background:var(--cream);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}em{font-family:var(--font-display);font-style:italic;font-weight:600;color:var(--orange)}.section-header{text-align:center;margin-bottom:clamp(3rem,6vw,5rem)}.section-tag{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);background:var(--orange-50);border:1px solid rgba(249,115,22,.15);padding:.35rem 1rem;border-radius:var(--radius-full);margin-bottom:1.25rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary)}.section-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;border:none;cursor:pointer;border-radius:var(--radius-full);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.btn-primary{background:var(--orange);color:#fff;padding:.8rem 1.75rem;box-shadow:0 4px 16px #f973164d,0 1px 3px #f9731633}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px);box-shadow:0 8px 24px #f9731659,0 2px 6px #f9731633}.btn-ghost{background:transparent;color:var(--text-primary);padding:.8rem 1.5rem;border:1.5px solid var(--border)}.btn-ghost:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-50)}.btn-lg{padding:1rem 2rem;font-size:1.05rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffbebcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:all .3s ease}.nav.scrolled{border-bottom-color:var(--border);background:#fffbebf2}.nav-inner{max-width:var(--container-max);margin:0 auto;padding:.9rem var(--container-padding);display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:700;font-size:1.3rem;color:var(--text-primary)}.nav-logo-icon{width:36px;height:36px;border-radius:var(--radius-sm);object-fit:cover;box-shadow:0 2px 8px #f9731640}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .2s}.nav-links a:hover{color:var(--orange)}.nav-cta{font-size:.85rem;font-weight:600;color:#fff;background:var(--orange);padding:.55rem 1.25rem;border-radius:var(--radius-full);transition:all .3s ease;box-shadow:0 2px 8px #f9731633}.nav-cta:hover{background:var(--orange-dark);transform:translateY(-1px)}.nav-mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-mobile-toggle span{width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.nav-mobile{display:none;flex-direction:column;padding:0 var(--container-padding) 1.25rem;gap:.75rem}.nav-mobile a{font-size:.95rem;color:var(--text-secondary);padding:.5rem 0}.nav-mobile .nav-cta-mobile{display:inline-block;text-align:center;background:var(--orange);color:#fff;padding:.7rem 1.5rem;border-radius:var(--radius-full);font-weight:600;margin-top:.5rem}.nav-mobile.open{display:flex}@media(max-width:768px){.nav-links,.nav-cta{display:none}.nav-mobile-toggle{display:flex}}.hero{position:relative;padding-top:calc(80px + var(--section-padding));padding-bottom:var(--section-padding);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-bg-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.hero-blob-1{width:600px;height:600px;background:var(--orange-light);top:-200px;right:-100px;opacity:.2}.hero-blob-2{width:400px;height:400px;background:var(--yellow);bottom:-100px;left:-100px;opacity:.15}.hero-blob-3{width:300px;height:300px;background:var(--green);top:40%;left:50%;opacity:.08}.hero-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;position:relative}.hero-content{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:500;color:var(--orange-dark);background:#fff;border:1px solid rgba(249,115,22,.15);padding:.4rem 1rem;border-radius:var(--radius-full);margin-bottom:1.5rem;box-shadow:0 1px 4px #0000000a}.hero-badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1.25rem}.hero-title em{font-size:inherit}.hero-highlight{position:relative;display:inline-block}.hero-highlight:after{content:"";position:absolute;bottom:.05em;left:-.05em;right:-.05em;height:.3em;background:var(--yellow);opacity:.5;border-radius:4px;z-index:-1}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero-stats{display:flex;align-items:center;gap:1.5rem}.hero-stat strong{display:block;font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-primary)}.hero-stat span{font-size:.78rem;color:var(--text-tertiary)}.hero-stat-divider{width:1px;height:32px;background:var(--border)}.hero-visual{position:relative;display:flex;justify-content:center}.phone-mockup{position:relative}.phone-frame{width:280px;height:580px;background:#1a1a1a;border-radius:40px;padding:12px;box-shadow:0 0 0 1px #ffffff1a inset,0 25px 60px #00000026,0 10px 20px #0000001a;position:relative;z-index:2}.phone-notch{width:120px;height:28px;background:#1a1a1a;border-radius:0 0 20px 20px;margin:0 auto;position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:3}.phone-screen{width:100%;height:100%;background:var(--cream);border-radius:30px;overflow:hidden;position:relative}.phone-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(249,115,22,.2) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.mock-app{height:100%;display:flex;flex-direction:column;padding-top:44px}.mock-header{padding:20px 18px 14px}.mock-greeting{font-size:12px;color:var(--text-secondary);margin-bottom:2px}.mock-subtitle{font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text-primary)}.mock-card{display:flex;align-items:center;gap:10px;margin:0 12px 8px;padding:12px;background:#fff;border-radius:14px;box-shadow:0 1px 4px #0000000a;animation:card-appear .5s ease both}.mock-card-1{animation-delay:.8s}.mock-card-2{animation-delay:1.1s}.mock-card-3{animation-delay:1.4s}@keyframes card-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mock-card-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.mock-card-info{flex:1;min-width:0}.mock-card-title{font-size:11px;font-weight:600;color:var(--text-primary)}.mock-card-meta{font-size:9.5px;color:var(--text-tertiary);margin-top:1px}.mock-card-badge{font-size:8px;font-weight:600;color:var(--orange);background:var(--orange-50);padding:3px 8px;border-radius:20px;white-space:nowrap}.mock-card-badge-green{color:var(--green);background:var(--green-light)}.mock-tab-bar{margin-top:auto;display:flex;align-items:center;justify-content:space-around;padding:8px 0 18px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border-light)}.mock-tab{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:8px;color:var(--text-tertiary)}.mock-tab-active{color:var(--orange)}.mock-tab-scan{position:relative;margin-top:-18px}.mock-scan-btn{width:42px;height:42px;background:var(--orange);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #f973164d;margin-bottom:3px}.float-card{position:absolute;display:flex;align-items:center;gap:10px;background:#fff;padding:10px 16px;border-radius:var(--radius-md);box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a;z-index:5;font-size:.8rem;opacity:0;animation:float-in .6s ease forwards;white-space:nowrap}.float-card-scan{top:80px;right:-40px;animation-delay:1.5s}.float-card-price{bottom:120px;left:-30px;animation-delay:2s}@keyframes float-in{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.float-card-icon{font-size:1.3rem}.float-card-title{font-weight:600;font-size:.8rem;color:var(--text-primary)}.float-card-sub{font-size:.7rem;color:var(--text-tertiary)}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero-subtitle{max-width:100%}.hero-actions,.hero-stats{justify-content:center}.hero-visual{margin-top:2rem}.phone-frame{width:240px;height:500px}.float-card-scan{right:0;top:40px}.float-card-price{left:0;bottom:80px}}.trust-bar{padding:2.5rem var(--container-padding);text-align:center;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:#fff6}.trust-bar p{font-size:.78rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.trust-logos{display:flex;justify-content:center;gap:clamp(1.5rem,4vw,3rem);flex-wrap:wrap}.trust-logos span{font-family:var(--font-display);font-size:clamp(.95rem,2vw,1.2rem);font-weight:600;color:var(--text-tertiary);opacity:.5;transition:opacity .2s}.trust-logos span:hover{opacity:.8}.features{padding:var(--section-padding) 0}.features-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.feature-card{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease;overflow:hidden}.feature-card:hover{border-color:var(--border);box-shadow:0 8px 30px #0000000a;transform:translateY(-2px)}.feature-card-large{grid-column:1 / -1;display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;padding:2.5rem}.feature-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon-orange{background:var(--orange-50);color:var(--orange)}.feature-icon-green{background:#f0fdf4;color:var(--green)}.feature-icon-blue{background:#eff6ff;color:var(--blue)}.feature-icon-purple{background:#faf5ff;color:var(--purple)}.feature-card h3{font-family:var(--font-display);font-size:1.3rem;font-weight:700;margin-bottom:.6rem;color:var(--text-primary)}.feature-card p{font-size:.92rem;color:var(--text-secondary);line-height:1.65}.feature-card-visual{display:flex;justify-content:center}.feature-receipt-demo{display:flex;align-items:center;gap:1rem;width:100%}.receipt-paper{background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;font-family:Courier New,monospace;font-size:.7rem;flex:1;position:relative;box-shadow:0 2px 8px #0000000a}.receipt-line{display:flex;justify-content:space-between;padding:2px 0;color:var(--text-secondary)}.receipt-header-line{font-weight:700;color:var(--text-primary);justify-content:center;font-size:.75rem}.receipt-date-line{justify-content:center;font-size:.6rem;color:var(--text-tertiary)}.receipt-divider{text-align:center;color:var(--text-tertiary);font-size:.6rem;padding:4px 0;letter-spacing:2px}.receipt-highlight{background:var(--yellow-light);margin:0 -4px;padding:2px 4px;border-radius:3px}.receipt-total{font-weight:700;color:var(--text-primary);border-top:1px dashed var(--border);padding-top:6px;margin-top:4px}.receipt-scan-line{position:absolute;left:0;right:0;height:2px;background:var(--orange);box-shadow:0 0 10px var(--orange);animation:scan-line 2.5s ease-in-out infinite;opacity:.7}@keyframes scan-line{0%,to{top:10%}50%{top:85%}}.receipt-arrow{font-size:1.5rem;color:var(--orange);font-weight:700;flex-shrink:0}.receipt-result{flex:.8}.receipt-result-header{font-weight:600;color:var(--green);font-size:.82rem;margin-bottom:.5rem}.receipt-result-items{display:flex;flex-wrap:wrap;gap:.35rem}.receipt-tag{font-size:.7rem;background:var(--orange-50);border:1px solid rgba(249,115,22,.1);color:var(--text-primary);padding:3px 8px;border-radius:var(--radius-full)}.feature-mini-visual{margin-top:1.25rem}.price-compare{display:flex;flex-direction:column;gap:.4rem}.price-row{display:flex;align-items:center;gap:.75rem;font-size:.82rem;padding:.5rem .75rem;border-radius:var(--radius-sm);background:var(--border-light)}.price-row-best{background:var(--green-light)}.price-store{flex:1;font-weight:500;color:var(--text-primary)}.price-value{font-weight:600;font-family:var(--font-display);color:var(--text-primary)}.price-badge{font-size:.7rem;font-weight:600;color:var(--green);background:#fff;padding:2px 8px;border-radius:var(--radius-full)}.sync-demo{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 0}.sync-device{display:flex;align-items:center;gap:.5rem;background:var(--border-light);padding:.5rem .75rem;border-radius:var(--radius-sm)}.sync-avatar{width:24px;height:24px;background:var(--orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.sync-device-2 .sync-avatar{background:var(--blue)}.sync-check{font-size:.75rem;font-weight:500;color:var(--green)}.sync-check-appear{animation:check-appear 1.5s ease infinite}@keyframes check-appear{0%,40%{opacity:0}60%,to{opacity:1}}.sync-wave{display:flex;gap:3px;align-items:center}.sync-wave span{width:4px;height:4px;background:var(--orange);border-radius:50%;animation:wave-pulse 1.5s ease infinite}.sync-wave span:nth-child(2){animation-delay:.2s}.sync-wave span:nth-child(3){animation-delay:.4s}@keyframes wave-pulse{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.category-chips{display:flex;flex-wrap:wrap;gap:.4rem}.cat-chip{font-size:.78rem;font-weight:500;padding:.35rem .75rem;border-radius:var(--radius-full);background:color-mix(in srgb,var(--cat-color) 10%,white);border:1px solid color-mix(in srgb,var(--cat-color) 20%,transparent);color:var(--text-primary);transition:all .2s}.cat-chip:hover{background:color-mix(in srgb,var(--cat-color) 20%,white);transform:translateY(-1px)}@media(max-width:768px){.features-grid,.feature-card-large{grid-template-columns:1fr}.feature-receipt-demo{flex-direction:column;gap:.75rem}.receipt-arrow{transform:rotate(90deg)}}.how-it-works{padding:var(--section-padding) 0;background:#fff;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.how-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.step{flex:1;text-align:center;max-width:280px;padding:0 1rem}.step-number{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--orange);opacity:.15;line-height:1;margin-bottom:1rem}.step-visual{margin-bottom:1.25rem}.step-icon-wrap{width:72px;height:72px;background:var(--orange-50);border:1px solid rgba(249,115,22,.1);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--orange);transition:all .3s}.step:hover .step-icon-wrap{background:var(--orange);color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px #f9731640}.step h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.step p{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.step-connector{flex-shrink:0;padding-top:5.5rem;opacity:.5}@media(max-width:768px){.steps{flex-direction:column;align-items:center;gap:1rem}.step-connector{padding-top:0;transform:rotate(90deg)}}.testimonials{padding:var(--section-padding) 0}.testimonials-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.testimonial-card:hover{border-color:var(--border);box-shadow:0 8px 30px #0000000a}.testimonial-card-featured{background:linear-gradient(135deg,var(--orange-50),var(--yellow-light));border-color:#f973161a}.testimonial-stars{color:var(--yellow);font-size:1rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--text-primary)}.testimonial-author strong{display:block;font-size:.85rem;font-weight:600;color:var(--text-primary)}.testimonial-author span{font-size:.75rem;color:var(--text-tertiary)}@media(max-width:768px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{padding:var(--section-padding) var(--container-padding)}.cta-inner{max-width:800px;margin:0 auto;background:linear-gradient(135deg,var(--orange),var(--orange-dark));border-radius:var(--radius-xl);padding:clamp(3rem,8vw,5rem);text-align:center;position:relative;overflow:hidden}.cta-bg-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.cta-content{position:relative;z-index:1}.cta-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;line-height:1.15;margin-bottom:1rem}.cta-title em{color:var(--yellow)}.cta-subtitle{font-size:1.1rem;color:#ffffffd9;margin-bottom:2rem}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.store-badge{display:inline-flex;align-items:center;gap:.6rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.7rem 1.5rem;border-radius:var(--radius-md);transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-badge:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.store-badge-label{display:block;font-size:.65rem;opacity:.8;text-align:left}.store-badge-name{display:block;font-size:1rem;font-weight:700;text-align:left}.cta-note{font-size:.82rem;color:#fff9}.footer{padding:4rem var(--container-padding) 2rem;border-top:1px solid var(--border-light)}.footer-inner{max-width:var(--container-max);margin:0 auto}.footer-top{display:flex;justify-content:space-between;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-brand p{font-size:.85rem;color:var(--text-tertiary);margin-top:.75rem;line-height:1.6}.footer-links{display:flex;gap:clamp(2rem,5vw,4rem)}.footer-col h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin-bottom:.75rem}.footer-col a{display:block;font-size:.88rem;color:var(--text-tertiary);padding:.3rem 0;transition:color .2s}.footer-col a:hover{color:var(--orange)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-light)}.footer-bottom p{font-size:.78rem;color:var(--text-tertiary)}@media(max-width:768px){.footer-top{flex-direction:column;gap:2rem}.footer-links{gap:2rem;flex-wrap:wrap}}[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}[data-animate].visible{opacity:1;transform:translateY(0)}.hero [data-animate]{animation:hero-enter .8s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.hero [data-animate]:nth-child(1){animation-delay:.1s}.hero [data-animate]:nth-child(2){animation-delay:.3s}@keyframes hero-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}[data-animate][data-delay="100"]{transition-delay:.1s}[data-animate][data-delay="200"]{transition-delay:.2s}[data-animate][data-delay="300"]{transition-delay:.3s}[data-animate][data-delay="400"]{transition-delay:.4s}[data-animate][data-delay="600"]{transition-delay:.6s}[data-animate][data-delay="900"]{transition-delay:.9s}.legal-page{padding:calc(80px + 3rem) var(--container-padding) 4rem;min-height:100vh}.legal-inner{max-width:720px;margin:0 auto}.legal-header{margin-bottom:3rem}.legal-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:500;color:var(--text-secondary);margin-bottom:1.5rem;transition:color .2s}.legal-back:hover{color:var(--orange)}.legal-header h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--text-primary);line-height:1.2;margin-bottom:.5rem}.legal-date{font-size:.85rem;color:var(--text-tertiary)}.legal-content{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:clamp(1.5rem,4vw,3rem)}.legal-content section{margin-bottom:2rem}.legal-content section:last-child{margin-bottom:0}.legal-content h2{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem}.legal-content p{font-size:.92rem;color:var(--text-secondary);line-height:1.75;margin-bottom:.75rem}.legal-content p:last-child{margin-bottom:0}.legal-content ul{list-style:none;padding:0;margin:.5rem 0}.legal-content ul li{font-size:.92rem;color:var(--text-secondary);line-height:1.75;padding-left:1.25rem;position:relative;margin-bottom:.35rem}.legal-content ul li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;background:var(--orange);border-radius:50%}.legal-content a{color:var(--orange);font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.legal-content a:hover{color:var(--orange-dark)}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border-light)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-size:.95rem;font-weight:600;color:var(--text-primary);cursor:pointer;list-style:none;transition:color .2s}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.3rem;font-weight:400;color:var(--text-tertiary);margin-left:1rem;flex-shrink:0;transition:transform .2s}.faq-item[open] .faq-question:after{content:"−";color:var(--orange)}.faq-question:hover{color:var(--orange)}.faq-answer{font-size:.92rem;color:var(--text-secondary);line-height:1.75;padding-bottom:1.1rem;padding-right:2rem}.faq-contact{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-xl);padding:2rem;margin-top:1.25rem;text-align:center}.faq-contact h2{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.faq-contact p{font-size:.92rem;color:var(--text-secondary)}.faq-contact a{color:var(--orange);font-weight:600;text-decoration:underline;text-underline-offset:2px}.faq-contact a:hover{color:var(--orange-dark)}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.018;pointer-events:none;z-index:9999}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:#f9731633;color:var(--text-primary)}
