.site{display:flex;flex-direction:column;min-height:100vh}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;background:rgba(14,35,24,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-brand{display:flex;align-items:center;gap:.5rem;color:#d8f3dc;font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.nav-brand svg{flex-shrink:0}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{color:#d8f3dcbf;font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#d8f3dc}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:7rem 2rem 6rem;background:linear-gradient(160deg,var(--color-forest) 0%,var(--color-canopy) 60%,var(--color-moss) 100%);color:var(--color-white);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:80px;background:var(--color-white);clip-path:ellipse(55% 100% at 50% 100%)}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-fern);margin-bottom:1.25rem}.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:800;letter-spacing:-.03em;max-width:16ch;margin-bottom:1.25rem;line-height:1.1}.hero-sub{font-size:clamp(1rem,2.5vw,1.25rem);color:#d8f3dccc;max-width:46ch;margin-bottom:2.5rem}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-fern);color:var(--color-forest);font-size:1rem;font-weight:700;border-radius:50px;transition:background .2s,transform .15s}.hero-cta:hover{background:#74c69d;transform:translateY(-1px)}.section{padding:5rem 2rem;max-width:1100px;margin:0 auto;width:100%}.section-label{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-moss);margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;letter-spacing:-.025em;color:var(--color-forest);margin-bottom:1rem}.section-body{font-size:1.05rem;color:var(--color-text-muted);max-width:58ch;line-height:1.75}.apps-section{background:var(--color-stone)}.apps-inner{padding:5rem 2rem;max-width:1100px;margin:0 auto}.app-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-top:3rem}.app-card{background:var(--color-white);border-radius:20px;padding:2rem;box-shadow:0 2px 12px #0e231814;transition:transform .2s,box-shadow .2s}.app-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #0e23181f}.app-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,var(--color-canopy),var(--color-fern));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.75rem}.app-card h3{font-size:1.1rem;font-weight:700;color:var(--color-forest);margin-bottom:.5rem}.app-card p{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.app-badge{display:inline-block;margin-top:1rem;font-size:.75rem;font-weight:600;color:var(--color-moss);background:var(--color-mist);border-radius:20px;padding:.25rem .75rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2.5rem;margin-top:3rem}.value-item{display:flex;flex-direction:column;gap:.75rem}.value-icon{width:44px;height:44px;border-radius:12px;background:var(--color-mist);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.value-item h3{font-size:1rem;font-weight:700;color:var(--color-forest)}.value-item p{font-size:.9rem;color:var(--color-text-muted);line-height:1.65}.footer{background:var(--color-forest);color:#d8f3dc99;padding:2.5rem 2rem;margin-top:auto}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-brand{display:flex;align-items:center;gap:.5rem;color:var(--color-mist);font-weight:700;font-size:.95rem}.footer-copy{font-size:.82rem}.footer-links{display:flex;gap:1.5rem;list-style:none;font-size:.82rem}.footer-links a{color:#d8f3dc99;transition:color .2s}.footer-links a:hover{color:var(--color-mist)}@media (max-width: 600px){.nav-links{gap:1.25rem}.footer-inner{flex-direction:column;align-items:flex-start}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-forest: #0e2318;--color-canopy: #1b4332;--color-moss: #2d6a4f;--color-fern: #52b788;--color-mist: #d8f3dc;--color-bark: #6b4f3a;--color-stone: #f0f4f0;--color-white: #ffffff;--color-text: #1a2620;--color-text-muted: #4a6358;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{line-height:1.2;font-weight:700}
