.Footer-module__rnk_JG__footer{background-color:var(--primary-color);color:#fff;margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__rnk_JG__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.Footer-module__rnk_JG__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__rnk_JG__logo{color:#fff;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.Footer-module__rnk_JG__description{color:#fffc;max-width:300px;font-size:.95rem}.Footer-module__rnk_JG__heading{color:#fff;margin-bottom:.5rem;font-size:1.2rem;font-weight:600;position:relative}.Footer-module__rnk_JG__links{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__rnk_JG__link{color:#fffc;width:fit-content;font-size:.95rem;transition:color .2s}.Footer-module__rnk_JG__link:hover{color:var(--accent-color)}.Footer-module__rnk_JG__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__rnk_JG__contactItem{color:#fffc;align-items:center;gap:.8rem;font-size:.95rem;display:flex}.Footer-module__rnk_JG__contactLink{color:#fffc;text-decoration:none;transition:color .2s}.Footer-module__rnk_JG__contactLink:hover{color:var(--accent-color)}.Footer-module__rnk_JG__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding-top:2rem;display:flex}.Footer-module__rnk_JG__copyright{color:#fff9;font-size:.9rem}.Footer-module__rnk_JG__socials{gap:1rem;margin-top:1rem;display:flex}.Footer-module__rnk_JG__socialLink{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__rnk_JG__socialLink:hover{background:var(--accent-color);transform:translateY(-2px)}.Footer-module__rnk_JG__socialLink svg{width:20px;height:20px}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__rnk_JG__content{grid-template-columns:1fr;gap:2rem}.Footer-module__rnk_JG__column{text-align:center}.Footer-module__rnk_JG__description{max-width:100%}.Footer-module__rnk_JG__links{align-items:center}.Footer-module__rnk_JG__link{text-align:center}.Footer-module__rnk_JG__contactInfo{align-items:center}.Footer-module__rnk_JG__contactItem{flex-wrap:wrap;justify-content:center}.Footer-module__rnk_JG__bottom{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__rnk_JG__socials{justify-content:center}}@media (min-width:769px) and (max-width:1024px){.Footer-module__rnk_JG__content{grid-template-columns:repeat(2,1fr);gap:2rem}}
.WhatsAppButton-module__WRIqmG__whatsappButton{z-index:1000;color:#fff;cursor:pointer;background-color:#25d366;border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #25d36666}.WhatsAppButton-module__WRIqmG__whatsappButton:hover{background-color:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36680}.WhatsAppButton-module__WRIqmG__whatsappIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.WhatsAppButton-module__WRIqmG__whatsappIcon svg{width:100%;height:100%}.WhatsAppButton-module__WRIqmG__whatsappText{white-space:nowrap}@media (max-width:768px){.WhatsAppButton-module__WRIqmG__whatsappButton{gap:.5rem;padding:.6rem 1rem;font-size:.85rem;bottom:15px;right:15px}.WhatsAppButton-module__WRIqmG__whatsappIcon{width:20px;height:20px}.WhatsAppButton-module__WRIqmG__whatsappText{display:none}}
*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2d5016;--secondary-color:#4a7c2a;--accent-color:#ff8c00;--text-primary:#333;--text-secondary:#666;--bg-primary:#fff;--bg-secondary:#f5f5f5;--border-color:#e0e0e0;--shadow:0 2px 8px #0000001a;--shadow-lg:0 4px 16px #00000026}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}@media (max-width:768px){html{font-size:14px}}@media (min-width:769px) and (max-width:1024px){html{font-size:15px}}@media (min-width:1025px){html{font-size:16px}}
.layout-module__VBILjW__container{background-color:var(--bg-secondary);min-height:100vh}.layout-module__VBILjW__header{background-color:var(--bg-primary);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex}.layout-module__VBILjW__headerActions{align-items:center;gap:1rem;display:flex}.layout-module__VBILjW__userInfo{color:var(--text-secondary);font-size:.9rem}.layout-module__VBILjW__signOutButton{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background-color:#0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.layout-module__VBILjW__signOutButton:hover{background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.layout-module__VBILjW__loading{min-height:50vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.layout-module__VBILjW__title{color:var(--primary-color);margin-bottom:.5rem;font-size:2rem;font-weight:700}.layout-module__VBILjW__subtitle{color:var(--text-secondary);font-size:1.1rem}.layout-module__VBILjW__main{max-width:1200px;margin:0 auto;padding:2rem}@media (max-width:768px){.layout-module__VBILjW__header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1rem}.layout-module__VBILjW__headerActions{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.layout-module__VBILjW__userInfo{word-break:break-word;font-size:.85rem}.layout-module__VBILjW__signOutButton{text-align:center;width:100%}.layout-module__VBILjW__title{font-size:1.5rem}.layout-module__VBILjW__subtitle{font-size:1rem}.layout-module__VBILjW__main{padding:1.5rem 1rem}}
