@import "https://fonts.googleapis.com/css2?family=Yaldevi:wght@300;400;500;600;700&family=Noto+Sans+Sinhala:wght@400;500;600;700&display=swap";
:root{--color-dark:#1f2223;--color-lime:#32cd32;--color-lime-hover:#28b428;--color-surface:#f7f8f8;--color-border:#f2f3f3;--color-border-md:#e5e6e6;--color-white:#fff;--color-muted:#415762;--color-muted-lt:#b3bdbd;--color-bg:#fff;--color-text-primary:#1f2223;--color-text-secondary:#415762;--font-heading:"Yaldevi", "Noto Sans Sinhala", sans-serif;--font-body:"Noto Sans Sinhala", sans-serif;--radius-card:20px;--radius-pill:64px;--shadow-card:0 2px 16px #1f22230f;--shadow-card-hover:0 8px 32px #1f22231a;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-dark);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select{font-family:var(--font-body)}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:0;font-weight:600;line-height:1.35}p{line-height:1.9}.btn{border-radius:var(--radius-pill);height:46px;font-family:var(--font-body);white-space:nowrap;cursor:pointer;align-items:center;gap:8px;padding:0 26px;font-size:15px;font-weight:600;transition:background-color .15s,transform .12s,box-shadow .15s;display:inline-flex}.btn--primary{background:var(--color-lime);color:#fff}.btn--primary:hover{background:var(--color-lime-hover);transform:translateY(-1px)}.btn--ghost{color:var(--color-dark);border:1.5px solid var(--color-border-md);background:0 0}.btn--ghost:hover{border-color:var(--color-dark);background:#1f22230a}.btn--sm{height:36px;padding:0 18px;font-size:14px}.btn--dark{background:var(--color-dark);color:var(--color-white)}.btn--dark:hover{background:#2e3335;transform:translateY(-1px)}.btn--outline-dark{color:var(--color-white);background:0 0;border:1.5px solid #ffffff40}.btn--outline-dark:hover{background:#ffffff0f;border-color:#fff9}.chip{border-radius:var(--radius-pill);align-self:flex-start;align-items:center;gap:6px;width:fit-content;height:28px;padding:0 12px;font-size:13px;font-weight:500;display:inline-flex}.chip--lime{background:var(--color-lime);color:#fff}.chip--surface{background:var(--color-surface);color:var(--color-muted);border:1px solid var(--color-border-md)}.chip--dark{background:var(--color-dark);color:var(--color-white);border-radius:6px;height:26px;padding:0 10px;font-size:12px}.chip__dot{opacity:.5;background:currentColor;border-radius:50%;width:6px;height:6px}.tag{background:var(--color-surface);height:22px;color:var(--color-muted);border:1px solid var(--color-border-md);white-space:nowrap;border-radius:5px;align-items:center;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.section-inner{max-width:var(--max-width);margin:0 auto;padding:0 32px}.section-header{text-align:center;margin-bottom:56px}.section-header .chip{margin-bottom:16px}.section-header h2{margin-bottom:14px;font-size:clamp(32px,4vw,46px)}.section-header p{color:var(--color-muted);max-width:500px;margin:0 auto;font-size:18px;line-height:1.65}:focus-visible{outline:3px solid var(--color-lime);outline-offset:3px;border-radius:4px}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.navbar{z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-border);transition:box-shadow .25s;position:sticky;top:0}.navbar--scrolled{border-bottom-color:#0000;box-shadow:0 2px 20px #1f222314}.navbar__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:32px;height:70px;margin:0 auto;padding:0 32px;display:flex;position:relative}.navbar__logo{font-family:var(--font-heading);color:var(--color-dark);flex-shrink:0;align-items:center;gap:10px;font-size:17px;font-weight:500;display:flex}.navbar__logo-dot{background:var(--color-lime);border-radius:50%;flex-shrink:0;width:22px;height:22px}.navbar__links{flex:1;justify-content:center;align-items:center;gap:36px;display:flex}.navbar__link{color:var(--color-muted);padding-bottom:3px;font-size:15px;font-weight:500;transition:color .18s;position:relative}.navbar__link:after{content:"";background:var(--color-dark);transform-origin:0;border-radius:2px;width:100%;height:2px;transition:transform .2s;position:absolute;bottom:-1px;left:0;transform:scaleX(0)}.navbar__link:hover{color:var(--color-dark)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link--active{color:var(--color-dark)}.navbar__link--active:after{transform:scaleX(1)}.navbar__actions{align-items:center;gap:10px;display:flex}.navbar__menu-btn{background:var(--color-surface);border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.navbar__menu-btn span{background:var(--color-dark);border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}.navbar__mobile-menu{border-bottom:1px solid var(--color-border);background:var(--color-white);flex-direction:column;gap:14px;padding:16px 32px 24px;display:none}.navbar__mobile-menu.open{display:flex}.navbar__mobile-menu .navbar__link{color:var(--color-dark);padding:4px 0;font-size:16px}.navbar__mobile-menu .btn{align-self:flex-start}.navbar__user{align-items:center;gap:10px;display:flex}.navbar__avatar-btn{background:var(--color-lime);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.navbar__dropdown{background:var(--color-white);border:1px solid var(--color-border-md);min-width:180px;box-shadow:var(--shadow-card-hover);z-index:200;border-radius:10px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.navbar__dropdown-name{color:var(--color-muted);border-bottom:1px solid var(--color-border);text-overflow:ellipsis;white-space:nowrap;padding:10px 14px;font-size:.8rem;display:block;overflow:hidden}.navbar__dropdown-item{text-align:left;cursor:pointer;color:var(--color-dark);background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:.9rem}.navbar__dropdown-item:hover{background:var(--color-surface)}.footer{background:var(--color-dark);color:#ffffffa6;padding:72px 0 40px}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 32px}.footer__top{flex-wrap:wrap;gap:56px;margin-bottom:56px;display:flex}.footer__brand{flex-direction:column;flex:0 0 260px;gap:16px;display:flex}.footer__logo{font-family:var(--font-heading);color:var(--color-white);align-items:center;gap:10px;font-size:18px;font-weight:500;display:flex}.footer__logo-dot{background:var(--color-lime);border-radius:50%;flex-shrink:0;width:22px;height:22px}.footer__tagline{color:#ffffff73;font-size:14px;line-height:1.7}.footer__social{gap:10px;margin-top:4px;display:flex}.footer__social-link{color:#ffffff8c;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:background .2s,color .2s;display:flex}.footer__social-link:hover{color:var(--color-white);background:#ffffff29}.footer__cols{flex:1;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.footer__col h5{color:var(--color-white);font-size:12px;font-weight:700;font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px}.footer__col-links{flex-direction:column;gap:11px;display:flex}.footer__col-links a{color:#ffffff80;font-size:14px;transition:color .18s}.footer__col-links a:hover{color:var(--color-white)}.footer__bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;font-size:13px;display:flex}.footer__copy{color:#ffffff59}.footer__bottom-links{gap:24px;display:flex}.footer__bottom-links a{color:#fff6;font-size:13px;transition:color .18s}.footer__bottom-links a:hover{color:#fffc}@media (max-width:768px){.navbar__links{display:none}.navbar__menu-btn{display:flex}.navbar__actions .btn--ghost{display:none}.footer__cols{grid-template-columns:1fr 1fr}.footer__top{flex-direction:column;gap:40px}.footer__brand{flex:unset}}@media (max-width:560px){.section-inner{padding:0 20px}.footer__cols{grid-template-columns:1fr}}
