.home-wrapper{position:relative;min-height:82vh;font-family:sans-serif;background-color:#fff1f2;color:#1f2937}.home-background{position:fixed;inset:0;background-size:cover;background-position:50%;z-index:0;opacity:.2;min-height:100vh}.home-navbar{position:fixed;top:0;left:0;width:100%;background-color:rgba(0,0,0,.4);color:white;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-wrap:wrap}.home-logo{font-size:1.5rem;font-weight:700;color:white;text-decoration:none}.home-menu{display:flex;flex-wrap:wrap;gap:1rem;font-size:.9rem;list-style:none;padding-left:0}.home-menu li a{color:white;text-decoration:none}.home-admin{color:#facc15;font-weight:700}.home-main{z-index:1;margin-top:20px}.home-content{background:white;border-radius:1.5rem;max-width:1100px;box-shadow:0 15px 40px rgba(0,0,0,.1);padding:2rem 1.5rem;margin:-30px auto 1rem}@media(min-width:768px){.home-content{flex-direction:row;align-items:flex-start}}.home-image-wrapper{flex-shrink:0}.home-image{width:10rem;height:10rem;border-radius:9999px;border:4px solid white;box-shadow:0 8px 20px rgba(0,0,0,.1);transition:transform .3s ease}.home-image:hover{transform:scale(1.05)}.home-text{flex:1 1;text-align:center}@media(min-width:768px){.home-text{text-align:left}}.home-title{font-size:2.25rem;font-weight:800;margin-bottom:1rem;line-height:1.2;color:var(--title-color,#7e22ce)}.home-brand{color:#7b8b7b}.home-description{font-size:1.125rem;margin-bottom:1.5rem;color:var(--text-color,#1f2937);line-height:1.6;white-space:pre-line}.home-quote{font-style:italic;color:#6b7280;font-size:.9rem;margin-bottom:1rem}.home-button{display:inline-block;background-color:#7b8b7b;color:white;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:background-color .2s ease}.home-button:hover{background-color:#047857}.home-wrapper{display:flex;flex-direction:column}.home-main{flex:1 1;display:flex;align-items:center;justify-content:center;padding-top:2rem;padding-bottom:2rem;position:relative}