:root{--navbar-height:4rem;--glass-bg:rgba(240,240,245,.8);--glass-border:hsla(0,0%,100%,.45);--text:#0f172a;--text-dim:#334155;--shadow:0 8px 24px rgba(2,6,23,.08)}.home-page{min-height:100vh;width:100%;color:var(--text);font-family:var(--font-atkinson),ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:radial-gradient(1200px 800px at 10% 0,#fefefe 0,color-mix(in srgb,#fefefe 92%,#c3cbca) 35%,color-mix(in srgb,#fefefe 86%,#c3cbca) 70%,color-mix(in srgb,#fefefe 82%,#c3cbca) 100%);background-attachment:fixed;background-size:200% 200%;animation:bgShift 16s ease infinite;position:relative;z-index:1}@keyframes bgShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.home-navbar-wrapper{position:sticky;top:0;z-index:50;height:var(--navbar-height);padding:10px 16px}.waves-bg{position:fixed;inset:0;z-index:-1;pointer-events:none}.section-wrap{display:flex;justify-content:center;padding:2rem 1rem}@media (min-width:768px){.section-wrap{padding:3rem 1.25rem}}@media (min-width:1024px){.section-wrap{padding:4rem 1.5rem}}.section-card{width:100%;max-width:1100px;border-radius:18px;border:.5px solid hsla(0,0%,100%,.35);background:hsla(0,0%,100%,.82);backdrop-filter:blur(8px);box-shadow:0 6px 20px rgba(2,6,23,.05),inset 0 1px 0 hsla(0,0%,100%,.4);overflow:clip;padding:2rem;transition:border-color .2s ease,box-shadow .2s ease}.section-card:hover{border-color:hsla(0,0%,100%,.5);box-shadow:0 10px 30px rgba(2,6,23,.08),inset 0 1px 0 hsla(0,0%,100%,.5)}@media (min-width:768px){.section-card{padding:3rem;border-radius:22px}}.footer{width:100%;margin-top:3rem;padding:10px 16px 18px;color:var(--text);font-size:.95rem;background:transparent}.footer-bottom{max-width:72rem;margin:0 auto;padding:14px 16px;border-radius:16px;background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--shadow);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.footer-bottom-links{display:flex;gap:1rem}.footer-link{color:var(--text-dim);text-decoration:none;font-weight:650;letter-spacing:.1px;transition:color .12s ease}.footer-link:focus-visible,.footer-link:hover{color:var(--text);text-decoration:none}.footer-link{position:relative}.footer-link:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:currentColor;opacity:.75;transform:scaleX(0);transform-origin:left;transition:transform .18s ease,opacity .12s ease}.footer-link:focus-visible:after,.footer-link:hover:after{transform:scaleX(1);opacity:1}@media (max-width:640px){.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:.75rem}}.landing-overview{padding:1.25rem 1rem}.landing-content{max-width:700px}.app-icon-wrap{display:flex;justify-content:center;padding-bottom:2.75rem;margin-bottom:0}.app-icon{width:256px;height:256px;border-radius:45px;object-fit:cover;box-shadow:0 20px 40px rgba(2,6,23,.332);border:1px solid rgba(15,23,42,.1);background:rgba(0,0,0,.6)}.landing-subtitle{font-size:1.25rem;line-height:1.7}@media (max-width:520px){.landing-overview{padding:1rem .9rem}.landing-btn{width:min(420px,100%);padding:0 18px}.landing-title{font-size:2.25rem}.landing-subtitle{font-size:1.1rem}.app-icon-wrap{padding-bottom:2.25rem}.app-icon{width:128px;height:128px;border-radius:24px}}.landing-overview{color:#0f172a;display:flex;justify-content:center;align-items:center;padding:6rem 1.5rem;text-align:center;font-family:Inter,system-ui,sans-serif;background:transparent}.landing-content{max-width:900px}.landing-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#0f172a;letter-spacing:-.02em}.landing-subtitle{font-size:1.2rem;line-height:1.75;color:#334155;margin-bottom:2rem;opacity:.9}.landing-btn{min-height:52px;padding:0 22px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;letter-spacing:.2px;font-size:1.05rem;cursor:pointer;-webkit-tap-highlight-color:transparent;background:rgba(17,24,39,.92);border:1px solid rgba(17,24,39,.92);color:#fff;box-shadow:0 10px 22px rgba(2,6,23,.12);transition:transform .12s ease,box-shadow .12s ease,background .12s ease,filter .12s ease}.landing-btn:focus-visible,.landing-btn:hover{background:rgba(17,24,39,.92);filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 14px 28px rgba(2,6,23,.16)}.landing-btn:active{transform:translateY(-1px)}.platform-features{position:relative;overflow:visible}.platform-features:before{content:none}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:2.25rem 0 2.5rem}@media (max-width:960px){.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.features-grid{grid-template-columns:1fr}}.feature-card{background:rgba(240,240,245,.78);border:1px solid hsla(0,0%,100%,.45);border-radius:18px;padding:1.25rem 1.25rem 1.5rem;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 28px rgba(2,6,23,.1);transition:transform .14s ease,box-shadow .14s ease,background .12s ease;overflow:visible}.feature-card:hover{transform:translateY(-3px);background:hsla(0,0%,100%,.9);box-shadow:0 18px 34px rgba(2,6,23,.16)}.feature-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:hsla(0,0%,100%,.85);border:1px solid rgba(15,23,42,.12);box-shadow:0 8px 18px rgba(2,6,23,.1);color:rgba(17,24,39,.92);margin-bottom:.8rem}.feature-iconSvg{width:22px;height:22px;display:block}.feature-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin:.25rem 0 .4rem;letter-spacing:-.15px}.feature-text{color:#334155;line-height:1.7;opacity:.9}.fine-print{margin-top:1rem;font-size:.9rem;color:#334155;opacity:.78}@media (max-width:520px){.landing-title{font-size:2.25rem}.landing-subtitle{font-size:1.1rem}.landing-btn{width:min(420px,100%);padding:0 18px}}