.landing-page{--cream: #F8F5EE;--cream-light: #FDFCF9;--gold: #C9A555;--gold-dark: #B8944A;--orange: #E07B3C;--orange-light: #E89358;--green: #6B8E4E;--green-dark: #4A6E3A;--text-dark: #2D2A26;font-family:Outfit,sans-serif;background:transparent;min-height:100vh}.fixed-bg{position:fixed;top:0;left:0;width:100vw;height:100vh;object-fit:cover;object-position:center;z-index:-1;transition:opacity 1s ease-in-out}.page-section{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;width:100%}.content{position:relative;z-index:5;text-align:center;max-width:800px;padding:2rem}.decoration{display:none!important;position:absolute;pointer-events:none}.decoration svg{overflow:visible}.corner-top-left{top:0;left:0;width:clamp(160px,20vw,280px);height:clamp(170px,22vw,300px);z-index:2}.corner-bottom-right{bottom:0;right:0;width:clamp(160px,20vw,280px);height:clamp(170px,22vw,300px);z-index:2}.waves-top-right{top:0;right:0;width:clamp(300px,45vw,750px);height:clamp(200px,30vh,400px);z-index:1}.waves-bottom-left{bottom:0;width:clamp(300px,45vw,750px);height:clamp(200px,30vh,400px);z-index:3;transform:scaleX(-1) scaleY(-1);left:0;right:auto}.waves-top-left{transform:scaleX(-1);top:0;left:0;width:clamp(300px,45vw,750px);height:clamp(200px,30vh,400px);z-index:1}.glass-card{background-color:#ffffffc7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #1b4f320f;border-radius:20px;padding:3rem 2.5rem;margin:0 auto;position:relative;z-index:10}.text-section{text-align:left;max-width:1190px}.gold-underline{width:80px;height:4px;background:var(--gold);border-radius:2px;margin-top:.5rem;margin-bottom:1.5rem}.logo-header-section{padding:1rem 0;min-height:auto!important;border-bottom:2px solid var(--gold);box-shadow:0 10px 30px -10px #0000001a;position:relative;z-index:20}.header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:800px;position:relative;z-index:10;gap:.5rem}.header-branding{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:.5rem}.header-logo{height:60px;width:auto;object-fit:contain}.company-name{font-family:Montserrat,sans-serif;font-size:2rem;color:var(--green);font-weight:700;margin:0;letter-spacing:2px}.nav-container{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.nav-pill{background-color:#fdfcf9cc;backdrop-filter:blur(5px);border:1px solid rgba(201,165,85,.3);padding:.6rem 2rem;border-radius:50px;display:flex;gap:2rem;box-shadow:0 4px 15px #0000000d}.nav-link{text-decoration:none;color:var(--green-dark);font-family:Montserrat,sans-serif;font-weight:600;font-size:1.1rem;transition:color .3s}.nav-link:hover{color:var(--gold)}.login-button{text-decoration:none;background-color:var(--green);color:var(--cream-light);font-family:Montserrat,sans-serif;font-weight:700;font-size:1.2rem;padding:.6rem 1.8rem;border-radius:50px;box-shadow:0 4px 10px #6b8e4e4d;transition:transform .2s,background-color .3s;cursor:pointer;border:none}.login-button:hover{background-color:var(--green-dark);transform:translateY(-2px)}.home-floater{position:fixed;top:30px;left:30px;z-index:10000;width:65px;height:65px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);border:none;background-color:transparent;padding:0;outline:none;box-shadow:none}.home-floater:hover{transform:translateY(-4px)}.home-floater img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease,filter .3s ease;filter:drop-shadow(0 0 10px rgba(255,255,255,.9)) drop-shadow(0 3px 5px rgba(0,0,0,.15))}.home-floater:hover img{transform:scale(1.1);filter:drop-shadow(0 0 15px rgba(255,255,255,1)) drop-shadow(0 6px 10px rgba(0,0,0,.25))}.contact-social-link{display:inline-flex;align-items:center;justify-content:center;padding:.8rem;border-radius:50%;background:#c9a5551a;border:1px solid rgba(201,165,85,.3);transition:all .3s ease}.contact-social-link:hover{background:#c9a55533;transform:translateY(-3px);box-shadow:0 4px 12px #c9a55533}.contact-social-link svg{width:32px;height:32px}.mirrored-top-left,.mirrored-top-right{bottom:auto;top:0;transform:scaleY(-1)}.mirrored-bottom-left,.mirrored-bottom-right{top:auto;bottom:0;transform:scaleY(-1)}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.company-name{text-align:center;font-size:2.5rem}.nav-pill{flex-direction:column;gap:1rem;padding:1rem 2rem}}.site-footer{position:relative;z-index:10;padding:2.5rem 1.5rem 1.5rem;border-top:2px solid var(--gold, #C9A555)}.site-footer-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.site-footer-brand{display:flex;align-items:center;gap:.75rem}.site-footer-logo{height:36px;width:auto;object-fit:contain}.site-footer-name{font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:var(--green, #6B8E4E);letter-spacing:1px}.site-footer-links{display:flex;gap:1.5rem}.site-footer-link{font-family:Outfit,sans-serif;font-size:.95rem;color:var(--green-dark, #4A6E3A);text-decoration:none;font-weight:500;transition:color .3s}.site-footer-link:hover{color:var(--gold, #C9A555)}.site-footer-social{display:flex;gap:1rem}.site-footer-copy{font-size:.8rem;color:#6b7280;margin:0}
