:root{--bg:#f9fdfb;--ink:#1f2937;--muted:#475569;--line:#dff5e6;--brand-1:#a8f5c8;--brand-2:#6ee7b7;--brand-3:#064e3b;--brand-ink:#0f172a;--surface:#fff;--radius:14px;--shadow:0 20px 80px -20px rgba(2,6,23,.12)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1120px;margin:0 auto;padding:0 16px}.btn{display:inline-block;padding:12px 16px;border-radius:12px;font-weight:600;transition:box-shadow .15s ease,transform .02s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(90deg,var(--brand-1),var(--brand-2));color:var(--brand-3)}.btn-outline{border:1px solid #cfeee0;background:transparent}.card{border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:16px}.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;border:1px solid var(--line);background:hsla(0,0%,100%,.7);padding:6px 10px;border-radius:999px;color:var(--muted)}.grid{display:grid;grid-gap:16px;gap:16px}.grid-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pill{border:1px solid #ddd;border-radius:999px;padding:6px 10px;background:#fafafa}.section{padding:64px 0}.section-title{font-size:24px;font-weight:700;color:var(--brand-ink);margin:0 0 12px}.hero-title{font-size:40px;font-weight:800;line-height:1.1;color:var(--brand-ink);margin:12px 0 0}.hero-sub{color:var(--muted);font-size:18px;margin-top:12px;max-width:60ch}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.7);-webkit-backdrop-filter:saturate(1.2) blur(8px);backdrop-filter:saturate(1.2) blur(8px)}.header-nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.header-links{display:none;gap:24px;color:#475569}@media (min-width:768px){.header-links{display:flex}}.header-brand{display:flex;align-items:center;gap:8px}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,#baf6d2,#6ee7b7);color:#065f46;font-weight:800;box-shadow:0 2px 6px rgba(0,0,0,.06)}.hero{display:grid;grid-gap:24px;gap:24px;align-items:center}@media (min-width:900px){.hero{grid-template-columns:1fr 1fr}}.phone{width:330px;height:680px;border-radius:40px;border:8px solid #fff;background:#fff;box-shadow:var(--shadow);overflow:hidden;margin:0 auto}.phone-top{height:40px;background:#e8fbf0}.glows{position:absolute;inset:0;overflow:hidden;pointer-events:none}.glow-a{top:-160px;left:-96px;width:520px;height:520px;filter:blur(100px);opacity:.5;background:radial-gradient(70% 70% at 30% 30%,#c7ffd6 0,#f2fff8 60%,transparent 100%)}.glow-a,.glow-b{position:absolute;border-radius:50%}.glow-b{top:160px;right:-64px;width:480px;height:480px;filter:blur(110px);opacity:.4;background:radial-gradient(70% 70% at 70% 50%,#b8f6d0 0,#f2fff8 60%,transparent 100%)}.footer{border-top:1px solid var(--line);background:hsla(0,0%,100%,.7)}.footer-wrap{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:16px 0;color:#64748b;font-size:14px;flex-wrap:wrap}@import url("https://unpkg.com/leaflet@1.9.4/dist/leaflet.css");.leaflet-container{width:100%;height:100%;background:#f5fdf9}.leaflet-container .leaflet-tile{outline:1px solid transparent}.hamburger{display:none}@media screen and (max-width:768px){.nav-links{display:none;flex-direction:column;width:100%;position:absolute;top:60px;left:0;background-color:#333}.nav-links.active{display:flex}.hamburger{display:block;cursor:pointer}}.quill-content ul{list-style-type:disc!important}.quill-content ol,.quill-content ul{padding-left:25px!important;margin-bottom:10px}.quill-content ol{list-style-type:decimal!important}.quill-content p{margin-bottom:8px}.quill-content strong{font-weight:700}