:root{--primary-color: #ffcc00;--text-color: #333;--bg-color: #fff;--secondary-bg-color: #f9f9f9;--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-color);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}#root{width:100%;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color)}.app-container{flex:1;display:flex;flex-direction:column;width:100%}.footer{padding:2rem;background-color:var(--secondary-bg-color);font-size:.8rem;color:#666;text-align:left;margin-top:auto;display:flex;justify-content:center}.footer-container{width:100%;max-width:1200px;display:flex;flex-direction:column}@media(min-width:768px){.footer-container{padding:0 2rem}}.footer-business-info{margin-bottom:1rem}.footer-business-info p{margin-bottom:.1rem}.footer-links{display:flex;gap:1rem}.footer-link{color:#888;font-size:.75rem;text-decoration:underline}.footer-link:hover{color:var(--text-color)}.home-main{flex:1;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#fff8be}.content-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px}.text-section{display:flex;flex-direction:column;align-items:center;text-align:center}.title{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.description{font-size:1.2rem;margin-bottom:2rem;color:#555;line-height:1.5;word-break:keep-all}.image-section{width:100%;max-width:200px;margin-top:2rem;margin-bottom:2rem}.app-image{width:100%;height:auto}.download-buttons{display:flex;flex-direction:row;gap:1rem;width:100%;justify-content:center;flex-wrap:wrap}.store-button{padding:.8rem 1.2rem;background-color:#000c1ecc;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;transition:opacity .2s;gap:.5rem}.store-icon{width:24px;height:24px}.store-button:hover{opacity:.8}@media(min-width:768px){.content-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:4rem;padding:0 2rem}.text-section{align-items:flex-start;text-align:left;flex:1;max-width:500px;order:1}.image-section{flex:1;max-width:260px;margin-bottom:0;order:2}.title{font-size:3.5rem}.description{font-size:1.5rem}.download-buttons{justify-content:flex-start}}
