:root{--color-dark:#284248;--color-green-primary:#496b5a;--color-green-secondary:#759788;--color-blue-light:#a8c2c9;--color-beige:#e7dbc0;--font-heading:Cinzel, serif;--font-subheading:Montserrat, sans-serif;--font-body:Montserrat, sans-serif}body{font-family:var(--font-body);color:var(--color-dark);background-color:#eef3f2;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}*{box-sizing:border-box}.HomePage{overflow-x:hidden}.Hero{text-align:center;background:radial-gradient(circle at 50% 15%,#ffffffd9,#0000 55%),linear-gradient(#a8c2c9 0%,#759788 55%,#496b5a 100%);justify-content:center;align-items:center;min-height:55vh;padding:3rem 1.5rem;display:flex;position:relative;overflow:hidden}.Hero:before,.Hero:after{content:"";filter:blur(2px);background:#28424814;border-radius:50%;position:absolute}.Hero:before{width:22vw;height:22vw;bottom:-8vw;left:-6vw}.Hero:after{width:14vw;height:14vw;top:10%;right:-4vw}.Hero-content{z-index:1;flex-direction:column;align-items:center;gap:1rem;max-width:640px;display:flex;position:relative}.Hero-logo{width:clamp(140px,20vw,220px);height:auto}.Hero-title{color:#284248;margin:0;font-size:clamp(3rem,8vw,5.5rem)}.Hero-subtitle{font-family:var(--font-subheading);color:#284248;margin:0;font-size:clamp(1.1rem,2.5vw,1.5rem)}.Apps{text-align:center;background:#eef3f2;padding:3rem 1.5rem}.Apps-title{color:#284248;margin:0 0 2rem}.Apps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Apps-card{background:#fff;border-radius:1rem;padding:2rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 10px 30px #28424814}.Apps-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #2842481f}.Apps-logo{object-fit:contain;width:72px;height:72px}.Apps-cardTitle{font-family:var(--font-subheading);color:#284248;margin:1rem 0 .5rem}.Apps-cardBody{color:#284248;margin:0;line-height:1.6}.LegalPage{background:#eef3f2;min-height:100vh}.LegalPage-banner{text-align:center;background:linear-gradient(#a8c2c9 0%,#759788 100%);justify-content:center;align-items:center;min-height:30vh;padding:6rem 1.5rem 2rem;display:flex}.LegalPage-banner h1{color:#284248;margin:0;font-size:clamp(2rem,5vw,3rem)}.LegalPage-content{flex-direction:column;gap:1.5rem;max-width:720px;margin:0 auto;padding:3rem 1.5rem 5rem;display:flex}.LegalPage-section{background:#fff;border-radius:1rem;padding:1.75rem 2rem;box-shadow:0 10px 30px #2842480f}.LegalPage-section h2{color:#284248;margin:0 0 .5rem;font-size:1.1rem}.LegalPage-section p{color:#284248;margin:0;line-height:1.6}.App{flex-direction:column;min-height:100vh;display:flex}.App-content{flex:1}.Header{z-index:2;align-items:center;padding:1.25rem 1.5rem;display:flex;position:absolute;top:0;left:0;right:0}.Header-logo{width:auto;height:96px}.Footer{color:#e7dbc0;font-family:var(--font-subheading);background:#284248;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;font-size:.9rem;display:flex}.Footer-copyright{opacity:.75}.Footer-nav{align-items:center;gap:1.5rem;display:flex}.Footer-nav a{color:#e7dbc0;opacity:.85;text-decoration:none}.Footer-nav a:hover{opacity:1;text-decoration:underline}.LanguageSwitcher{color:#e7dbc0;font-family:var(--font-subheading);cursor:pointer;background:0 0;border:1px solid #e7dbc066;border-radius:999px;padding:.3rem .75rem;font-size:.85rem}.LanguageSwitcher option{color:#284248}
