*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #e59971;--color-primary-light: #eaae8d;--color-text: #111827;--color-muted: #475569;--color-border: #e2e8f0;--color-surface: #ffffff}body{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;background:#fff;color:var(--color-text)}a{color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{background-color:#fff;border-bottom:none;position:sticky;top:0;z-index:10}.header-inner{max-width:1200px;margin:0 auto;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{width:120px;height:80px}.header-controls{display:flex;align-items:center;gap:16px;justify-content:flex-end}.header-cta{padding:10px 22px;border-radius:999px;border:none;background:var(--color-primary);color:#fff;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}.header-cta:hover,.header-cta:focus{background:#d98358;transform:translateY(-1px)}.hero{padding:24px 32px 48px}.hero-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:64px}.hero-copy{flex:1;display:flex;flex-direction:column;align-items:center}.hero-copy h1{font-size:clamp(1.8rem,2.5vw + .8rem,2.6rem);margin-bottom:32px;color:#0f172a}.hero-copy p{font-size:1.1rem;line-height:1.6;color:#475569}.hero-actions{margin-top:48px;display:flex;gap:16px;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center}.hero-store-link{display:inline-flex;height:48px;align-items:center;justify-content:center}.hero-store-link img{display:block;height:100%;width:auto}.hero-media{flex:1;display:flex;justify-content:center}.hero-media img{width:100%;max-width:1000px;height:auto}.support{padding:64px 32px 96px;background:#fff}.support-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:48px}.support-copy{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;max-width:640px}.support-copy h2{font-size:clamp(1.2rem,.8vw + .9rem,1.6rem);color:#0f172a}.support-logos{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:54px}.support-logo-item{padding:0;background:transparent;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center}.support-logo-item img{max-height:60px;width:auto;max-width:150px;object-fit:contain}.legal-page{max-width:760px;margin:0 auto;padding:96px 32px;display:flex;flex-direction:column;gap:20px}.legal-page h1{font-size:clamp(2rem,2vw + 1rem,2.8rem);color:#0f172a}.legal-page p{font-size:1rem;line-height:1.7;color:var(--color-muted)}.legal-page__content{display:flex;flex-direction:column;gap:24px}.legal-page__content section{display:flex;flex-direction:column;gap:12px}.legal-page__content h2{font-size:clamp(1.5rem,1vw + 1.1rem,2rem);color:#0f172a}.legal-page__content h3{font-size:clamp(1.2rem,.8vw + .9rem,1.5rem);color:#0f172a}.legal-page__content ul,.legal-page__content ol{display:flex;flex-direction:column;gap:12px;list-style-position:outside;padding-left:1.5rem;color:var(--color-muted)}.legal-page__content ul{list-style-type:disc}.legal-page__content ol{list-style-type:decimal}.legal-page__content li p{margin:4px 0 0}.legal-page__content li strong{display:block;font-weight:600;color:#0f172a;margin-bottom:4px}.site-footer{position:relative;background:transparent;color:var(--color-muted);padding:48px 32px 32px}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,#94a3b800,#94a3b880,#94a3b800);pointer-events:none}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));justify-items:center;align-items:center;gap:32px;text-align:center}.footer-heading{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--color-muted);opacity:.7;display:block;margin-bottom:16px}.footer-links,.footer-language,.footer-social{display:flex;flex-direction:column;gap:12px;font-size:.95rem;align-items:center}.footer-links a,.footer-language-link,.footer-social-link{color:var(--color-muted);text-decoration:none;transition:color .2s ease}.footer-language-link-active{color:var(--color-primary);font-weight:400;color:inherit;text-decoration:underline}.footer-links a:hover,.footer-links a:focus,.footer-language-link:hover,.footer-language-link:focus,.footer-social-link:hover,.footer-social-link:focus{color:var(--color-primary)}.footer-meta{max-width:1200px;margin:32px auto 0;padding-top:24px;font-size:.75rem;color:#475569cc;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.footer-meta span{display:block}@media (max-width: 960px){.header-inner{flex-direction:column;align-items:flex-start;gap:16px}.header-controls{width:100%;justify-content:flex-end}.hero-content{flex-direction:column-reverse;text-align:center}.hero-copy{max-width:none}.hero-actions{align-items:center}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (max-width: 640px){.header-inner{padding:16px 20px}.header-controls{flex-direction:column;align-items:stretch;gap:12px}.header-cta{text-align:center}.hero{padding:48px 24px 32px}.hero-media img{max-width:320px}.footer-inner{grid-template-columns:1fr;gap:20px}}
