:root{--green: #2C9A2C;--green-dark: #237a23;--text: #1a1a1a;--muted: #555;--border: #e5e5e5;--bg: #ffffff;--font-sans: "Poppins", Helvetica, Arial, sans-serif;--max-width: 1000px}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:700}a{color:inherit;text-decoration:none}img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.btn{display:inline-block;border-radius:100px;padding:.95rem 2.25rem;font-weight:700;font-size:.85rem;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:transform .12s ease,background .15s ease,color .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.btn-outline{background:#fff;color:var(--text);border-color:#fff}.btn-ghost{background:transparent;color:var(--green);border-color:var(--green)}.btn-ghost:hover{background:var(--green);color:#fff}.btn-secondary{background:transparent;color:var(--green);border-color:var(--green)}.btn-secondary:hover{background:var(--green);color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.8rem;color:var(--green)}.page-hero{position:relative;background-size:cover;background-position:center;color:#fff;padding-block:clamp(4rem,9vw,7rem);display:flex;align-items:center;min-height:460px}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0000009e,#00000047)}.page-hero--plain:before{background:none}.page-hero .container{position:relative}.page-hero h1{max-width:640px}.page-hero .eyebrow{color:#bfe6bf}.page-hero h1{color:#fff;font-weight:500;text-shadow:0 2px 14px rgba(0,0,0,.35);margin:.75rem 0 1.25rem}.page-hero p{color:#fffffff2;font-size:1.0625rem;line-height:1.6;margin-bottom:1.75rem;max-width:520px}.section{padding-block:clamp(3rem,6vw,5rem)}.section--alt{background:#f5f8f5}.section-title{font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:500;line-height:1.2;margin:0 0 1.5rem}.checklist{list-style:none;padding:0;margin:0 0 1.75rem;display:grid;gap:.9rem}.checklist li{position:relative;padding-left:2rem;font-size:1.0625rem;line-height:1.5;color:#333}.checklist li:before{content:"";position:absolute;left:0;top:.15rem;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--green);-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/.9rem no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center/.9rem no-repeat}.trio{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.5rem,4vw,3rem)}.trio h3{color:var(--green);font-size:1.3rem;margin:0 0 .75rem}.trio p{color:#444;line-height:1.6;margin:0 0 .75rem}@media (max-width: 760px){.trio{grid-template-columns:1fr}}.pricing-card{max-width:420px;margin:0 auto;border:1px solid var(--border);border-radius:16px;padding:2.25rem;text-align:center;box-shadow:0 8px 30px #0000000d}.pricing-card .price{font-size:2.5rem;font-weight:700;color:var(--text)}.pricing-card .price span{font-size:1rem;font-weight:500;color:var(--muted)}.pricing-card ul{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.6rem;text-align:left}.pricing-card ul li{padding-left:1.6rem;position:relative;color:#444;font-size:.95rem}.pricing-card ul li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.site-header[data-astro-cid-dmqpwcec]{background:#fff;position:sticky;top:0;z-index:50}.nav-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;height:78px;gap:2rem}.logo[data-astro-cid-dmqpwcec]{flex-shrink:0}.nav-links[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:1.75rem;margin-left:auto}.nav-links[data-astro-cid-dmqpwcec]>a[data-astro-cid-dmqpwcec],.dropdown-toggle[data-astro-cid-dmqpwcec]{color:var(--text);font-weight:500;font-size:.98rem}.nav-links[data-astro-cid-dmqpwcec]>a[data-astro-cid-dmqpwcec]:hover,.dropdown-toggle[data-astro-cid-dmqpwcec]:hover{color:var(--green)}.dropdown[data-astro-cid-dmqpwcec]{position:relative}.dropdown-toggle[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;padding:0}.caret[data-astro-cid-dmqpwcec]{font-size:.7rem}.dropdown-menu[data-astro-cid-dmqpwcec]{position:absolute;top:calc(100% + .9rem);left:0;min-width:220px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #0000001a;padding:.5rem;display:none;flex-direction:column}.dropdown[data-astro-cid-dmqpwcec]:after{content:"";position:absolute;left:0;right:0;top:100%;height:1rem}.dropdown[data-astro-cid-dmqpwcec]:hover .dropdown-menu[data-astro-cid-dmqpwcec],.dropdown[data-astro-cid-dmqpwcec]:focus-within .dropdown-menu[data-astro-cid-dmqpwcec]{display:flex}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:.5rem .75rem;border-radius:6px;font-size:.92rem;color:var(--text)}.dropdown-menu[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{background:#f3faf3;color:var(--green)}.nav-actions[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-left:auto}.nav-links[data-astro-cid-dmqpwcec]+.nav-actions[data-astro-cid-dmqpwcec]{margin-left:0}.auth-out[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.75rem}.btn-sm[data-astro-cid-dmqpwcec]{padding:.55rem 1.5rem;font-size:.85rem}[data-astro-cid-dmqpwcec][hidden]{display:none!important}.menu-toggle[data-astro-cid-dmqpwcec]{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:6px;background:none;border:none;cursor:pointer}.menu-toggle[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{display:block;height:3px;border-radius:2px;background:#222}.drawer-backdrop[data-astro-cid-dmqpwcec]{position:fixed;inset:0;background:#00000073;z-index:98}.drawer[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;bottom:0;width:min(90%,420px);z-index:99;background:#fdf6f3;padding:1rem 1.5rem 2rem;transform:translate(-102%);transition:transform .25s ease;overflow-y:auto;box-shadow:4px 0 24px #0000002e}.drawer[data-astro-cid-dmqpwcec].open{transform:translate(0)}.drawer-head[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding-block:.75rem 1.5rem;border-bottom:1px solid #eee3de}.drawer-close[data-astro-cid-dmqpwcec]{background:none;border:none;font-size:2rem;font-weight:300;line-height:1;color:#222;cursor:pointer;padding:.25rem .5rem}.drawer-nav[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column}.drawer-item[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:1.1rem .25rem;border-bottom:1px solid #eee3de;font-size:1rem;font-weight:500;color:#222;text-decoration:none;font-family:inherit;line-height:1.2}.drawer-item[data-astro-cid-dmqpwcec] .chev[data-astro-cid-dmqpwcec]{color:#777;font-size:1.3rem;font-weight:300;line-height:1;transition:transform .15s ease}.drawer-sub-toggle[data-astro-cid-dmqpwcec].expanded .chev[data-astro-cid-dmqpwcec]{transform:rotate(90deg)}.drawer-sub[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;padding:.25rem 0 .9rem 1rem;border-bottom:1px solid #eee3de}.drawer-sub[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{padding:.55rem 0;font-size:.95rem;color:#222;text-decoration:none}.drawer-sub[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:var(--green)}.drawer-actions[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;gap:1.2rem;margin-top:2.25rem;align-items:flex-start}.drawer-btn[data-astro-cid-dmqpwcec]{display:inline-block;border-radius:100px;padding:1.05rem 0;width:min(100%,290px);text-align:center;font-size:.9rem;font-weight:700;letter-spacing:.02em;text-decoration:none}.drawer-btn--ghost[data-astro-cid-dmqpwcec]{background:#fff;color:#222;border:2px solid #222222}.drawer-btn--solid[data-astro-cid-dmqpwcec]{background:var(--green);color:#fff}.app-sheet-backdrop[data-astro-cid-dmqpwcec]{position:fixed;inset:0;background:#00000073;z-index:120}.app-sheet[data-astro-cid-dmqpwcec]{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92%,380px);z-index:121;background:#fff;border-radius:20px;padding:1.75rem 1.5rem;box-shadow:0 18px 48px #0000004d;display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.app-sheet-icon[data-astro-cid-dmqpwcec]{border-radius:12px}.app-sheet[data-astro-cid-dmqpwcec] h3[data-astro-cid-dmqpwcec]{margin:.25rem 0 0;font-size:1.2rem;font-weight:600;color:#222}.app-sheet[data-astro-cid-dmqpwcec] p[data-astro-cid-dmqpwcec]{margin:0 0 .75rem;font-size:.95rem;color:#555}.app-sheet-open[data-astro-cid-dmqpwcec]{border:none;cursor:pointer;font-family:inherit;width:100%}.app-sheet-web[data-astro-cid-dmqpwcec]{margin-top:.75rem;color:var(--green);font-weight:600;font-size:.95rem;text-decoration:none}.promo-bar[data-astro-cid-dmqpwcec]{background:#000;color:#fff}.promo-inner[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:56px}.promo-text[data-astro-cid-dmqpwcec]{display:inline-flex;align-items:center;gap:.75rem;font-size:1.05rem}.promo-icon[data-astro-cid-dmqpwcec]{border-radius:6px}.badges[data-astro-cid-dmqpwcec]{display:flex;align-items:center;gap:.65rem}.badges[data-astro-cid-dmqpwcec] img[data-astro-cid-dmqpwcec]{display:block;height:38px;width:auto}@media (max-width: 980px){.nav-links[data-astro-cid-dmqpwcec]{display:none}.menu-toggle[data-astro-cid-dmqpwcec]{display:flex}.nav-actions[data-astro-cid-dmqpwcec],.nav-links[data-astro-cid-dmqpwcec]+.nav-actions[data-astro-cid-dmqpwcec]{margin-left:auto}.nav-actions[data-astro-cid-dmqpwcec] .auth-out[data-astro-cid-dmqpwcec]{display:none}}@media (max-width: 720px){.promo-text[data-astro-cid-dmqpwcec]{display:none}.promo-inner[data-astro-cid-dmqpwcec]{justify-content:center}.badges[data-astro-cid-dmqpwcec]{display:flex}}.site-footer[data-astro-cid-sz7xmlte]{background:#f6f6f6;margin-top:0;padding-top:3rem}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;padding-bottom:2.5rem}.footer-brand[data-astro-cid-sz7xmlte]{max-width:300px}.footer-logo[data-astro-cid-sz7xmlte]{width:150px;height:auto;display:block}.tagline[data-astro-cid-sz7xmlte]{color:#222;margin-top:.5rem;font-size:.9375rem;line-height:1.5}.store-badges[data-astro-cid-sz7xmlte]{display:flex;gap:.65rem;margin-top:1.1rem;align-items:center}.store-badges[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;height:38px;width:auto}.footer-cols[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:4rem}.footer-col[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.footer-col[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{font-size:1.0625rem;font-weight:600;color:#222;margin:0 0 .25rem}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:.9375rem;color:#222;text-decoration:none}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].green-link{color:var(--green)}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].green-link:hover{text-decoration:underline}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].blue-link{color:#3578f5}.footer-col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte].blue-link:hover{color:#3578f5;text-decoration:underline}.collab-btn[data-astro-cid-sz7xmlte]{display:inline-block;background:var(--green);color:#fff!important;border-radius:100px;padding:.8rem 1.8rem;font-size:.75rem;font-weight:700;letter-spacing:.03em;margin-top:.4rem}.collab-btn[data-astro-cid-sz7xmlte]:hover{opacity:.9}.socials[data-astro-cid-sz7xmlte]{display:flex;gap:.9rem;margin-top:.9rem}.socials[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{display:block;width:22px;height:22px}.footer-bottom[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);padding-block:1.25rem;color:var(--muted);font-size:.85rem}
