@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap";.header{position:fixed;top:0;left:0;right:0;width:100%;max-width:100vw;background:#fff;box-shadow:0 1px 3px #00000014;z-index:1000;height:80px;overflow:visible}.header-container{max-width:1600px;width:100%;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:100%;min-width:0;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:0}.logo{display:flex;align-items:center;text-decoration:none;color:inherit;gap:.75rem}.logo-img{height:44px;width:auto;object-fit:contain;display:block}.logo-text{font-size:1.25rem;font-weight:700;font-family:inherit;color:#333}.header-nav{display:flex;gap:2rem;flex-shrink:0}@media (max-width: 1200px){.header-nav{gap:1rem}.nav-link{padding:.5rem .6rem;font-size:1rem}}.nav-link{text-decoration:none;color:#333;font-weight:700;font-size:1.2rem;padding:.5rem 1rem;border-radius:4px;transition:all .3s}.nav-link:hover{color:#793;background:#77993314}.nav-link.active{color:#793;background:#7799331a}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.sign-in-btn{background:#718b29;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:30px;font-weight:700;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .3s;text-decoration:none;display:inline-block}.sign-up-btn{background:#685a55;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:30px;font-weight:700;font-size:1rem;font-family:inherit;cursor:pointer;transition:background .3s;text-decoration:none;display:inline-block}.sign-up-btn:hover{background:#57463d}.sign-in-btn:hover{background:#5a6f21}.user-profile{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative;padding:.5rem;border-radius:6px;transition:background .3s}.user-profile:hover{background:#0000000d}.profile-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.profile-name{font-weight:500;color:#333}.dropdown-arrow{font-size:.7rem;color:#555}.dropdown-menu{position:absolute;top:100%;right:0;background:#f2efed;box-shadow:0 4px 6px #0000001a;border-radius:6px;margin-top:.5rem;min-width:150px;overflow:hidden}.dropdown-item{display:block;padding:.75rem 1rem;text-decoration:none;color:#57463d;transition:background .3s}.dropdown-item:hover{background:#e9eade}.dropdown-user-info{padding:.5rem 0}.dropdown-user-name{font-weight:600;color:#57463d;margin-bottom:.25rem}.dropdown-user-email{font-size:.85rem;color:#685a55}.dropdown-divider{height:1px;background:#e9eade;margin:.5rem 0}.loading-text{color:#555;font-size:.9rem}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;border-radius:6px;transition:background .2s}.hamburger-btn span{display:block;width:22px;height:2px;background:#57463d;border-radius:1px;transition:transform .3s,opacity .3s}.hamburger-btn:hover{background:#57463d14}.hamburger-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 1100px){.header{height:64px}.header-container{padding:0 1rem}.hamburger-btn{display:flex}.logo-text{font-size:1rem}.logo-img{height:36px}.header-nav{position:fixed;top:64px;left:0;right:0;bottom:0;flex-direction:column;gap:0;background:#fff;padding:1rem 0 2rem;align-items:stretch;box-shadow:none;transform:translate(-100%);opacity:0;visibility:hidden;transition:transform .3s,opacity .3s,visibility .3s;overflow-y:auto;z-index:999}.header-nav.nav-open{transform:translate(0);opacity:1;visibility:visible}.header-nav .nav-link{padding:1rem 1.5rem;font-size:1.1rem;border-radius:0;border-bottom:1px solid rgba(0,0,0,.06)}.profile-name,.dropdown-arrow{display:none}.profile-img{width:36px;height:36px}.user-profile>div{padding:.35rem!important}.sign-in-btn,.sign-up-btn{padding:.5rem 1rem;font-size:.9rem}.header-right>div{gap:.5rem!important}}@media (max-width: 480px){.header-container{padding:0 .75rem}.logo-text{font-size:.95rem}.logo-img{height:32px}.sign-up-btn{display:none}}.footer{background:#89a230;color:#fff;padding:3rem 2rem 2rem;margin-top:-1px;position:relative;z-index:1}.footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-left{flex:1}.footer-logo{font-size:2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.footer-social{display:flex;gap:.75rem}.footer-social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;transition:opacity .2s}.footer-social-icon img{width:100%;height:100%;object-fit:contain}.footer-social-icon:hover{opacity:.85}.footer-right{display:flex;gap:3rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.footer-link{padding:.5rem 1rem;background:#fff;color:#57463d;border:2px solid #89A230;border-radius:6px;text-decoration:none;font-weight:500;transition:all .3s;display:inline-block;text-align:center;min-width:180px;width:180px;box-sizing:border-box;white-space:nowrap}.footer-link:hover{background:#89a230;color:#fff;border-color:#89a230}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.9rem;color:#ffffffe6;margin:0}.footer-external-links{display:flex;gap:1rem;align-items:center}.footer-external-link{color:#fff;text-decoration:none;font-size:.9rem;transition:opacity .3s}.footer-external-link:hover{opacity:.8;text-decoration:underline}.footer-separator{color:#ffffff80}@media (max-width: 768px){.footer-container{flex-direction:column;gap:2rem}.footer-right{flex-direction:column;gap:2rem;width:100%}.footer-link{width:100%;min-width:100%}.footer-bottom{flex-direction:column;text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.main-content{flex:1;padding-top:80px;position:relative;background-color:#fff;padding-bottom:0}@media (max-width: 1100px){.main-content{padding-top:64px}}.main-content-inner{position:relative;z-index:1;min-height:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,-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:#fff;color:#57463d;font-weight:400}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,.section-main-title,.footer-logo,.what-can-you-do-title,.faq-section-title{font-family:Poppins,Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}
