:root{--green-light:#78b833;--green-dark:#007c3a;--dark:#2b2a29;--white:#fff;--max-width:1200px;--site-pad:24px;--section-pad:60px;--font-stack:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}*{box-sizing:border-box}#root,body,html{height:100%}body{margin:0;font-family:var(--font-stack);color:var(--dark);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.complete-root{width:94%;max-width:var(--max-width);margin:28px auto 80px;padding:0}.footer-section{background:#f3f3f3;padding:40px 20px 10px;box-sizing:border-box}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.footer-col h4{font-size:18px;margin-bottom:10px;font-weight:700}.footer-col p{margin:6px 0;font-size:15px;opacity:.9}.footer-contact a{display:block;margin:6px 0;text-decoration:none;color:#333;transition:.2s ease}.footer-contact a:hover{color:var(--green-dark);padding-left:4px}.footer-logo{height:60px;margin-bottom:8px}.footer-brand{margin:6px 0;font-size:20px;font-weight:700}.footer-tagline{font-size:14px;opacity:.8;margin-bottom:16px}.footer-links{list-style:disc;padding:0;margin:0 0 0 18px}.footer-links li{margin:6px 0}.footer-links li a{color:#333;text-decoration:none;font-size:15px;display:inline-block;padding:4px 0;transition:.2s}.footer-links li a:hover{padding-left:4px;color:var(--green-dark)}.footer-social-item{display:flex;align-items:center;gap:6px;margin:6px 0;text-decoration:none;color:#333;transition:.2s ease}.footer-social-item:hover{color:var(--green-dark)}.footer-social-icon{width:18px;height:18px;opacity:.85;filter:grayscale(100%) brightness(.5);transition:.2s ease}.footer-social-item:hover .footer-social-icon{filter:none;opacity:1}.footer-bottom{max-width:1200px;margin:18px auto 0;padding-top:10px;border-top:1px solid #ccc;display:flex;justify-content:space-between;align-items:center;font-size:14px;opacity:.8}.designer-link{text-decoration:none;font-weight:700;color:var(--green-dark)}.designer-link:hover{text-decoration:underline}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px;text-align:center}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1200;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:box-shadow .25s ease,padding .2s}.site-header.scrolled{box-shadow:0 6px 22px rgba(0,0,0,.08);background:hsla(0,0%,100%,.98)}.header-inner{max-width:1200px;margin:0 auto;padding:10px 24px;justify-content:space-between;gap:16px}.brand,.header-inner{display:flex;align-items:center}.brand{gap:12px}.brand-logo{height:46px}.brand-text{line-height:1}.brand-name{font-weight:700}.brand-tag{font-size:12px;color:rgba(0,0,0,.6)}.brand-gap{font-size:6px}.nav-desktop{display:flex;align-items:center;gap:18px}.nav-link{text-decoration:none;color:var(--dark);padding:8px 6px;border-radius:6px;font-weight:600}.nav-link:hover{background:rgba(120,184,51,.06);color:var(--green-dark)}.nav-cta{margin-left:8px;padding:10px 18px;border-radius:40px;font-weight:600;text-decoration:none;display:inline-block;transition:.25s ease}.nav-cta,.nav-cta:hover{background:var(--green-dark);color:#fff}.nav-cta:hover{opacity:.85}.nav-item{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:var(--white);border-radius:10px;padding:6px;min-width:220px;box-shadow:0 10px 28px rgba(0,0,0,.12);display:none;z-index:1000}.nav-item:hover .nav-dropdown{display:block}.nav-dropdown-link{display:block;text-decoration:none;color:var(--dark);padding:10px 12px;border-radius:8px;font-weight:600;white-space:nowrap}.nav-dropdown-link:hover{background:rgba(120,184,51,.06);color:var(--green-dark)}.hamburger{display:none;background:transparent;border:0;padding:8px;cursor:pointer;color:var(--dark)}.mobile-drawer{position:fixed;inset:0;pointer-events:none;z-index:1300}.mobile-drawer .drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.32);opacity:0;transition:opacity .28s;pointer-events:none;z-index:1310}.mobile-drawer .drawer-inner{position:fixed;right:-100%;top:0;height:100%;width:300px;max-width:85%;background:var(--white);box-shadow:-8px 0 40px rgba(0,0,0,.12);padding:18px;display:flex;flex-direction:column;gap:18px;transition:right .28s;z-index:1320}.mobile-drawer.open{pointer-events:auto}.mobile-drawer.open .drawer-backdrop{pointer-events:auto;opacity:1}.mobile-drawer.open .drawer-inner{right:0}.drawer-header{display:flex;align-items:center;justify-content:space-between}.drawer-close{background:transparent;border:0;font-size:20px;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;gap:12px}.drawer-link{text-decoration:none;padding:12px;border-radius:8px;color:var(--dark);font-weight:600}.drawer-link:hover{background:rgba(120,184,51,.06);color:var(--green-dark)}.drawer-cta{margin-top:6px;background:var(--green-dark);color:#fff;padding:12px 18px;border-radius:40px;font-weight:600;text-decoration:none;display:block;text-align:center}.drawer-foot{margin-top:auto;opacity:.8;font-size:13px}.drawer-sub{display:flex;flex-direction:column;gap:6px;padding-left:12px}.drawer-sublink{text-decoration:none;padding:10px 12px;border-radius:8px;color:var(--dark);font-weight:600;font-size:14px}.drawer-sublink:hover{background:rgba(120,184,51,.06);color:var(--green-dark)}@media (max-width:900px){.brand-text,.nav-desktop{display:none}.hamburger{display:inline-flex}}