@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Jost:wght@400;500;600&display=swap";.site-header{width:100%;box-shadow:var(--shadow-soft);position:sticky;top:0;z-index:1000;background-color:var(--white);padding-top:0;height:90px}.top-bar{background:var(--theme-blue);color:var(--white);font-size:.85rem;height:50px;padding-top:0}.top-bar-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;gap:1rem}.top-bar-item{display:flex;align-items:center;gap:.5rem;font-weight:500}.top-bar-item .icon{color:var(--theme-yellow);font-size:1rem}.top-bar-item .icon img{width:20px;height:20px;object-fit:contain;display:block}.top-bar-item .label{font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.top-bar-item a{color:var(--white);transition:opacity .2s ease-in-out}.top-bar-item a:hover{opacity:.8}.top-bar-cta{margin-left:auto;font-weight:600}.top-bar-link{color:var(--theme-yellow)}.main-nav{background:var(--white)}.nav-content{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.5rem 1.5rem}.brand img{max-height:70px;width:auto}.nav-menu{display:flex;align-items:center;gap:1.5rem;font-weight:500}.nav-link{color:var(--theme-dark);padding:.5rem 0;position:relative;transition:color .2s ease-in-out}.nav-link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:3px;background:var(--theme-pink);transition:width .2s ease-in-out}.nav-link:hover:after,.nav-link.is-active:after{width:100%}.nav-link.is-active{color:var(--theme-pink)}.auth-links{display:flex;align-items:center;gap:1rem}.auth-links .highlight{color:var(--white);background:var(--theme-pink);padding:.35rem .9rem;border-radius:999px}.logout-link{border:none;background:transparent;color:var(--theme-pink);font-weight:600;cursor:pointer;padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(232,6,85,.15);transition:background-color .2s ease-in-out}.logout-link:hover{background-color:#e8065514}.donate-btn{background:var(--theme-yellow);color:var(--theme-dark);padding:.65rem 1.4rem;border-radius:30px;font-weight:600;box-shadow:var(--shadow-soft);transition:transform .2s ease-in-out}.donate-btn:hover{transform:translateY(-2px)}.mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.mobile-toggle span{width:24px;height:2px;background:var(--theme-dark);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.mobile-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-toggle.is-open span:nth-child(2){opacity:0}.mobile-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 992px){.top-bar-content{flex-wrap:wrap;justify-content:center;text-align:center}.top-bar-cta{margin-left:0}.nav-content{position:relative}.mobile-toggle{display:flex}.nav-menu{position:absolute;top:110%;right:1.5rem;background:var(--white);box-shadow:var(--shadow-soft);border-radius:12px;padding:1.5rem;width:min(280px,80vw);flex-direction:column;align-items:flex-start;gap:1rem;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease}.nav-menu.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.donate-btn{display:none}}.mamacare{display:none}@media (max-width: 576px){.mamacare{display:flex;justify-items:center;align-items:center;padding-left:5rem;padding-bottom:2rem;font-size:.95rem}.top-bar-content{padding:.75rem 0}.top-bar{height:40px}.top-bar-item{display:none;display:flexbox;font-size:.75rem;line-height:.02rem;color:#f0f8ff}.brand img{max-height:60px}}.site-footer{background:linear-gradient(110deg,#0101d3,#017bcb);color:var(--white);margin-top:4rem;font-size:.95rem}.floating-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#007bff;color:#fff;font-size:2rem;box-shadow:0 2px 8px #0003;z-index:1000}.footer-logo img{max-width:180px}.footer-logo p{margin-top:.75rem;font-weight:500}.footer-cta{display:flex;align-items:center;gap:1rem;font-weight:600}.footer-btn{background:var(--theme-yellow);color:var(--theme-dark);padding:.65rem 1.5rem;border-radius:30px;font-weight:600;box-shadow:var(--shadow-soft);transition:transform .2s ease-in-out}.footer-btn:hover{transform:translateY(-2px)}.footer-main{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h3{font-size:1.4rem;margin-bottom:1rem;color:var(--theme-yellow)}.footer-column p{margin-bottom:.75rem}.footer-column span{color:var(--theme-yellow);font-weight:600}.footer-contact p{display:flex;align-items:flex-start;gap:.6rem}.footer-contact a{color:var(--white);transition:opacity .2s ease-in-out}.footer-contact a:hover{opacity:.8}.footer-links li+li{margin-top:.6rem}.footer-links a{color:var(--white);transition:opacity .2s ease-in-out}.footer-links a:hover{opacity:.7}.footer-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.footer-gallery img{border-radius:10px;width:100%;height:80px;object-fit:cover}.footer-bottom{background:#f4c003;padding:1rem 0}.footer-bottom p{padding:1rem 0;color:#032cc3;font-weight:250px;font-size:1.2rem}.footer-bottom-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-social{display:flex;align-items:center;gap:.75rem;font-size:1.2rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff1a;transition:background .2s ease-in-out}.footer-social a:hover{background:#ffffff40}.footer-social a svg{display:block;width:18px;height:18px;margin:auto}.footer-social a[aria-label=TikTok] svg{transform:translateY(1px)}.footer-social a img{display:block;width:18px;height:18px;margin:auto}.footer-social a[aria-label=Tiktok] img{transform:translateY(1px)}@media (max-width: 992px){.footer-top-content{flex-direction:column;text-align:center}.footer-cta{flex-direction:column}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}.footer-gallery{grid-template-columns:repeat(3,1fr)}}.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--white)}.main-content{flex:1;width:100%;margin-top:2rem}.main-content>*:first-child{margin-top:0}.app{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--theme-pink: #e80655;--theme-yellow: #ffd600;--theme-blue: #232aef;--theme-light: #f0f6fa;--theme-dark: #000000;--text-body: #444444;--white: #ffffff;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .08);--container-width: 1200px;--primary-blue: var(--theme-blue);--light-blue: #5260ff;--primary-yellow: var(--theme-yellow);--light-yellow: #ffe680;--text-dark: var(--theme-dark);--text-light: rgba(68, 68, 68, .7);--off-white: #f8fafc}body{font-family:Jost,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--white);color:var(--text-body);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Fredoka,Jost,sans-serif;color:var(--theme-dark);line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0}img{max-width:100%;height:auto;display:block}.page-container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section-title{text-align:center;margin-bottom:2.5rem}.section-title span{display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-yellow);margin-bottom:.5rem}.section-title h2{font-size:2.5rem;color:var(--theme-dark)}.section-text{max-width:720px;margin:1rem auto 0;color:#444c}
