:root{--brand-lime: #CDDC39;--accent-forest: #3F6B3A;--accent-terracotta: #C8633B;--accent-earth: #8B6F47;--surface-sand: #F5EDDC;--text-primary: #2A2622;--text-muted: #5c5348;--pico-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--pico-font-family-heading: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--pico-background-color: var(--surface-sand);--pico-color: var(--text-primary);--pico-muted-color: var(--text-muted);--pico-primary: var(--accent-forest);--pico-primary-background: var(--brand-lime);--pico-primary-border: var(--accent-forest);--pico-primary-underline: rgba(63, 107, 58, .35);--pico-primary-hover: #345a30;--pico-primary-hover-background: #c5d632;--pico-primary-focus: rgba(63, 107, 58, .25);--pico-primary-inverse: var(--text-primary);--pico-border-radius: .75rem;--pico-card-background-color: #fff;--pico-card-box-shadow: 0 1px 3px rgba(42, 38, 34, .08)}@media(prefers-color-scheme:dark){:root{--accent-forest: #7DB36A;--accent-terracotta: #E08555;--accent-earth: #B89572;--surface-sand: #1e1b18;--text-primary: #f5eddc;--text-muted: #b8afa3;--pico-background-color: var(--surface-sand);--pico-color: var(--text-primary);--pico-card-background-color: #2a2622}}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{padding-block:1rem;border-bottom:1px solid rgba(42,38,34,.08);background:#f5eddceb;backdrop-filter:blur(8px);position:sticky;top:0;z-index:100}@media(prefers-color-scheme:dark){.site-header{background:#1e1b18eb;border-bottom-color:#f5eddc14}}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;font-weight:700;font-size:1.25rem}.brand img{width:2.5rem;height:2.5rem;border-radius:.6rem}.brand span{color:var(--brand-lime);filter:brightness(.85) saturate(1.2)}@media(prefers-color-scheme:dark){.brand span{filter:none}}.site-nav{display:flex;gap:.25rem 1.25rem;flex-wrap:wrap;margin:0;padding:0;list-style:none}.site-nav a{text-decoration:none;color:var(--text-muted);font-size:.95rem;font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--accent-forest);border-bottom-color:var(--brand-lime)}.site-header button.nav-toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;padding:.5rem;margin:0;border:0;border-radius:var(--pico-border-radius);background:transparent;background-color:transparent!important;box-shadow:none;cursor:pointer;color:var(--text-primary)!important;flex-shrink:0;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;--pico-background-color: transparent;--pico-primary-background: transparent;--pico-primary-inverse: var(--text-primary);--pico-box-shadow: none;--pico-border-width: 0}.site-header button.nav-toggle:hover,.site-header button.nav-toggle:active,.site-header button.nav-toggle:focus,.site-header button.nav-toggle:focus-visible{background:transparent;background-color:transparent!important;box-shadow:none;border:0;outline:none}.site-header button.nav-toggle:focus-visible{outline:2px solid var(--accent-forest);outline-offset:2px}.site-header .nav-toggle-bar{display:block;flex-shrink:0;width:1.375rem;height:2px;background-color:var(--text-primary);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.site-header.nav-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.site-header.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:767px){.site-header button.nav-toggle{display:flex}.site-header nav{display:none;flex-basis:100%;width:100%}.site-header.nav-open nav{display:block}.site-nav{flex-direction:column;gap:0;padding:.25rem 0 .75rem}.site-nav a{display:block;padding:.75rem 0;border-left:none;border-bottom:2px solid transparent}.site-nav a:hover,.site-nav a[aria-current=page]{border-left-color:transparent;border-bottom-color:var(--brand-lime)}}@media(min-width:768px){.site-header nav{display:block}}.hero{padding-block:3rem 2rem}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-badge{display:inline-block;background:var(--brand-lime);color:var(--text-primary);font-size:.8rem;font-weight:600;padding:.25rem .75rem;border-radius:2rem;margin-bottom:1rem}.hero h1{font-size:clamp(2rem,5vw,2.75rem);line-height:1.15;margin-bottom:.75rem}.hero-lead{font-size:1.15rem;color:var(--text-muted);margin-bottom:1.5rem}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.hero-van{width:min(280px,70%);margin-inline:auto;display:block;color:var(--accent-forest);opacity:.9}.app-store-badge{display:inline-block;line-height:0;text-decoration:none}.app-store-badge img{display:block;width:180px;height:auto}.section{padding-block:3rem}.section-alt{background:#3f6b3a0f}@media(prefers-color-scheme:dark){.section-alt{background:#7db36a0f}}.section-header{text-align:center;max-width:40rem;margin-inline:auto;margin-bottom:2.5rem}.section-header h2{margin-bottom:.5rem}.section-header p{color:var(--text-muted);margin-bottom:0}.feature-grid{display:grid;gap:1.25rem}@media(min-width:576px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:var(--pico-card-background-color);border-radius:var(--pico-border-radius);padding:1.5rem;box-shadow:var(--pico-card-box-shadow);height:100%}.feature-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:var(--brand-lime);color:var(--text-primary);border-radius:.6rem;font-size:1.25rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.95rem;margin-bottom:0}.screenshot-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);justify-items:center}@media(min-width:576px){.screenshot-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:992px){.screenshot-grid{grid-template-columns:repeat(5,1fr)}}.screenshot-item{display:block;width:100%;max-width:220px;margin:0;padding:0;border:0;background:transparent;box-shadow:none;cursor:zoom-in;-webkit-appearance:none;appearance:none}.screenshot-item img{display:block;width:100%;border-radius:1.25rem;box-shadow:0 8px 24px #2a262226;transition:transform .15s ease}.screenshot-item:hover img{transform:translateY(-4px)}.screenshot-item:focus-visible{outline:none}.screenshot-item:focus-visible img{outline:2px solid var(--accent-forest);outline-offset:3px}.video-grid{display:grid;gap:2.5rem;justify-items:center}.video-card{margin:0;width:100%;max-width:320px;text-align:center}.app-video{display:block;width:100%;height:auto;border-radius:1.25rem;box-shadow:0 8px 24px #2a262226;background:#000}.video-card figcaption{font-size:.85rem;color:var(--text-muted);font-weight:500;margin-top:.75rem}body.lightbox-open{overflow:hidden}.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#141210e6;backdrop-filter:blur(4px)}.lightbox[hidden]{display:none}.lightbox-figure{margin:0;display:flex;align-items:center;justify-content:center}.lightbox-img{display:block;width:auto;height:auto;max-width:min(92vw,420px);max-height:86vh;border-radius:1.25rem;box-shadow:0 16px 48px #00000080}.lightbox-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:50%;background:#f5eddc26;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease;-webkit-appearance:none;appearance:none}.lightbox-btn:hover,.lightbox-btn:focus-visible{background:#f5eddc4d;outline:none}.lightbox-close{position:absolute;top:1rem;right:1rem}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);margin:0;color:#f5eddcd9;font-size:.85rem}.trust-list{display:grid;gap:1rem;margin:0;padding:0;list-style:none}@media(min-width:768px){.trust-list{grid-template-columns:repeat(2,1fr)}}.trust-list li{display:flex;gap:.75rem;align-items:flex-start}.trust-list li:before{content:"\2713";color:var(--accent-forest);font-weight:700;flex-shrink:0}.cta-box{text-align:center;background:var(--pico-card-background-color);border-radius:var(--pico-border-radius);padding:2.5rem 2rem;box-shadow:var(--pico-card-box-shadow)}.cta-box h2{margin-bottom:.75rem}.cta-box p{color:var(--text-muted);max-width:32rem;margin-inline:auto;margin-bottom:1.5rem}.news-list{display:grid;gap:1.25rem}.news-item{background:var(--pico-card-background-color);border-radius:var(--pico-border-radius);padding:1.5rem;box-shadow:var(--pico-card-box-shadow)}.news-item time{display:block;font-size:.85rem;color:var(--accent-earth);margin-bottom:.5rem}.news-item h2{font-size:1.15rem;margin-bottom:.5rem}.news-item p{color:var(--text-muted);margin-bottom:0}.news-status{text-align:center;color:var(--text-muted);padding:2rem 1rem;margin:0}.news-status--error{color:var(--accent-terracotta)}.news-status--empty{font-style:italic}.news-status[hidden]{display:none}.faq details{background:var(--pico-card-background-color);border-radius:var(--pico-border-radius);padding:1rem 1.25rem;margin-bottom:.75rem;box-shadow:var(--pico-card-box-shadow)}.faq summary{font-weight:600;cursor:pointer}.faq details[open] summary{margin-bottom:.75rem;color:var(--accent-forest)}.faq p{color:var(--text-muted);margin-bottom:0}.legal-content h2{font-size:1.25rem;margin-top:2rem}.legal-content h3{font-size:1.05rem;margin-top:1.5rem}.legal-content table{font-size:.9rem}.legal-content a{color:var(--accent-forest)}.site-footer{padding-block:2rem;border-top:1px solid rgba(42,38,34,.08);margin-top:2rem}@media(prefers-color-scheme:dark){.site-footer{border-top-color:#f5eddc14}}.site-footer .container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.footer-nav{display:flex;gap:1.25rem;flex-wrap:wrap;margin:0;padding:0;list-style:none}.footer-nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer-nav a:hover{color:var(--accent-forest)}.footer-copy{color:var(--text-muted);font-size:.85rem;margin:0}@media(max-width:767px){.site-footer .container{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer-nav{flex-direction:column;gap:.625rem;width:100%}.footer-nav li{list-style:none;padding:0;margin:0}.footer-nav li::marker{content:none}.footer-nav a{display:block}}.page-title{padding-block:2rem 1rem}.page-title h1{margin-bottom:.5rem}.page-title p{color:var(--text-muted);margin-bottom:0}.error-page{padding-block:4rem 5rem}.error-content{text-align:center;max-width:28rem;margin-inline:auto}.error-van{color:var(--accent-forest);opacity:.85;margin-bottom:1.5rem}.error-code{font-size:clamp(4rem,15vw,6rem);font-weight:700;line-height:1;color:var(--brand-lime);filter:brightness(.85) saturate(1.2);margin:0 0 .5rem}@media(prefers-color-scheme:dark){.error-code{filter:none}}.error-content h1{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:.75rem}.error-lead{color:var(--text-muted);margin-bottom:1.75rem}.error-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
