.header{background-color:#e5e3e0;padding:.5rem 1rem;position:sticky;top:0;z-index:1000;box-shadow:none;min-height:100px;display:flex;align-items:center}.header-container{width:100%;padding:0 .5rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;text-decoration:none}.logo-img{height:64px;width:auto;display:block;object-fit:contain}.hero{width:100%}.hero-banner-wrapper{position:relative;width:100%}.hero-banner{display:block;width:100%}.hero-image{width:100%;height:auto;max-height:90vh;display:block}.hero-link{position:absolute;inset:auto;z-index:2;min-width:44px;min-height:44px}.hero-link-google{bottom:20%;left:10%;width:20%;height:13%}.hero-link-apple{bottom:20%;left:32%;width:20%;height:13%}@media (max-width: 968px){.hero-image{max-height:calc(100vh - 70px)}.hero-link-google{top:35%;bottom:auto;left:2%;width:48%;height:15%}.hero-link-apple{top:35%;bottom:auto;left:50%;width:48%;height:15%}}.getting-started{background-color:#f8f7f4;padding:5rem 2rem}.getting-started-container{max-width:1200px;margin:0 auto;text-align:center}.section-title{font-size:3rem;font-weight:800;color:#1e50a0;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.section-subtitle{font-size:1.15rem;color:#1e50a0;margin-bottom:4rem;font-weight:400;line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}.step-card{background-color:#f0ede5;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.step-card:hover{transform:translateY(-8px);box-shadow:0 6px 16px #0000001a}.step-icon{margin-bottom:1.5rem;display:flex;justify-content:flex-start;align-items:center;height:100px;width:100%}.step-icon img{width:90px;height:90px;object-fit:contain}.step-title{font-size:1.6rem;font-weight:700;color:#1e50a0;margin-bottom:1rem;line-height:1.3}.step-description{font-size:1rem;color:#1e50a0;line-height:1.7;text-align:left}@media (max-width: 968px){.getting-started{padding:4rem 2rem}.section-title{font-size:2.2rem;letter-spacing:2px}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem 1.5rem;text-align:center}.step-icon{justify-content:center}.step-description{text-align:center}}@media (max-width: 640px){.getting-started{padding:3rem 1.5rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;margin-bottom:3rem}}.footer{background-color:#fdfbf7;padding:2.5rem 2rem 2rem;border-top:1px solid #E8E4D8}.footer-container{max-width:1200px;margin:0 auto}.footer-bean{display:flex;justify-content:center;margin-bottom:2rem}.bean-img{max-width:60px;height:auto;display:block;object-fit:contain}.footer-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-section,.footer-social{display:flex;align-items:center;gap:1rem}.follow-us{font-size:.9rem;color:#b5a786;font-weight:500;text-transform:none;letter-spacing:.5px;white-space:nowrap}.social-icons{display:flex;gap:.75rem;align-items:center}.social-icon{width:24px;height:24px;text-decoration:none;transition:opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;color:#b5a786}.social-icon svg{width:100%;height:100%}.social-icon:hover{opacity:.7}.footer-legal{display:flex;gap:1.5rem}.legal-link{color:#7a6b5a;text-decoration:underline;font-size:.9rem;transition:color .2s ease}.legal-link:hover{color:#5a4d40}.footer-copyright .copyright{font-size:.85rem;color:#b5a786;margin:0;white-space:nowrap}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-social{flex-direction:column;gap:.75rem}.footer-legal{flex-direction:row;flex-wrap:wrap;justify-content:center}}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f7f4;color:#1e50a0;overflow-x:hidden}#root{min-height:100vh}
