:root{--wika-bg: #fafaf7;--wika-surface: #ffffff;--wika-primary: #6b8f71;--wika-primary-dark: #5a7560;--wika-secondary: #e6b8a2;--wika-text: #2e2e2e;--wika-text-muted: #6f6f6f;--wika-border: #e5e5e0;--wika-hero-bg: #f5f6f2;--wika-section-alt: #f0f1ed}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Outfit,system-ui,sans-serif;font-size:1.0625rem;line-height:1.6;color:var(--wika-text);background:var(--wika-bg);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:600;line-height:1.2}a{color:var(--wika-primary);text-decoration:none}a:hover{color:var(--wika-primary-dark);text-decoration:underline}img{max-width:100%;height:auto}.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 4rem;background:var(--wika-hero-bg);overflow:hidden}.hero__inner{position:relative;z-index:1;max-width:42rem;text-align:center}.hero__logo{display:block;margin:0 auto 1.25rem;width:80px;height:80px;border-radius:18px;object-fit:contain}.hero__badge{display:inline-block;margin-bottom:1rem;padding:.4rem .9rem;font-size:.875rem;font-weight:500;color:var(--wika-primary);background:#6b8f711f;border-radius:999px;letter-spacing:.02em}.hero__title{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);color:var(--wika-text)}.hero__title em{font-style:italic;color:var(--wika-primary)}.hero__lead{margin:0 0 2rem;font-size:1.125rem;color:var(--wika-text-muted);line-height:1.65}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero__btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:background .2s,color .2s,transform .15s}.hero__btn:hover{text-decoration:none;transform:translateY(-1px)}.hero__btn--primary{color:#fff;background:var(--wika-primary)}.hero__btn--primary:hover{color:#fff;background:var(--wika-primary-dark)}.hero__btn--secondary{color:var(--wika-text);background:var(--wika-surface);border:1px solid var(--wika-border)}.hero__btn--secondary:hover{color:var(--wika-text);background:var(--wika-border)}.hero__blob{position:absolute;top:50%;left:50%;width:min(80vw,28rem);height:min(80vw,28rem);transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(107,143,113,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.features{padding:4rem 1.5rem;background:var(--wika-section-alt)}.features__inner{max-width:64rem;margin:0 auto}.features__title{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;color:var(--wika-text)}.features__subtitle{margin:0 0 3rem;font-size:1.125rem;text-align:center;color:var(--wika-text-muted)}.features__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.feature-card{padding:1.75rem;background:var(--wika-surface);border-radius:1rem;border:1px solid var(--wika-border);box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 8px 24px #6b8f711a;transform:translateY(-2px)}.feature-card__icon{display:block;font-size:2rem;margin-bottom:.75rem}.feature-card__title{margin:0 0 .5rem;font-size:1.25rem;color:var(--wika-text)}.feature-card__desc{margin:0;font-size:.9375rem;color:var(--wika-text-muted);line-height:1.55}.cta{padding:4rem 1.5rem;background:var(--wika-bg)}.cta__inner{max-width:36rem;margin:0 auto;text-align:center}.cta__title{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2rem);color:var(--wika-text)}.cta__text{margin:0 0 2rem;color:var(--wika-text-muted)}.cta__stores{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.cta__store{display:inline-flex;align-items:center;justify-content:center;min-width:10rem;padding:.875rem 1.5rem;font-weight:600;color:var(--wika-text);background:var(--wika-surface);border:1px solid var(--wika-border);border-radius:.5rem;transition:background .2s,border-color .2s}.cta__store:hover{text-decoration:none;color:var(--wika-primary);background:#6b8f7114;border-color:var(--wika-primary)}.cta__note{margin:0;font-size:.875rem;color:var(--wika-text-muted)}.footer{padding:2.5rem 1.5rem;background:var(--wika-surface);border-top:1px solid var(--wika-border)}.footer__inner{max-width:64rem;margin:0 auto;text-align:center}.footer__brand-row{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.footer__logo{width:32px;height:32px;border-radius:8px;object-fit:contain}.footer__brand{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:600;color:var(--wika-primary)}.footer__tagline{margin:0 0 .5rem;font-size:.9375rem;color:var(--wika-text-muted)}.footer__copy{margin:0;font-size:.8125rem;color:var(--wika-text-muted)}.footer__links{margin:.5rem 0 .75rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center}.footer__links a{font-size:.875rem;color:var(--wika-text-muted)}.footer__links a:hover{color:var(--wika-primary)}.policy-page{min-height:100vh;display:flex;flex-direction:column;background:var(--wika-bg)}.policy-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:1rem 1.5rem;background:var(--wika-surface);border-bottom:1px solid var(--wika-border)}.policy-header__back{font-size:.9375rem;font-weight:500;color:var(--wika-primary)}.policy-header__back:hover{color:var(--wika-primary-dark);text-decoration:none}.policy-header__logo-wrap{display:inline-flex;align-items:center;gap:.5rem;font-family:Fraunces,Georgia,serif;font-weight:600;font-size:1.125rem;color:var(--wika-text)}.policy-header__logo-wrap:hover{text-decoration:none;color:var(--wika-text)}.policy-header__logo{width:32px;height:32px;border-radius:8px;object-fit:contain}.policy-content{flex:1;max-width:42rem;margin:0 auto;padding:2rem 1.5rem 3rem;width:100%}.policy-content__title{margin:0 0 1.5rem;font-size:clamp(1.5rem,4vw,2rem);color:var(--wika-text)}.policy-body{font-size:1rem;line-height:1.65}.policy-body__updated{margin:0 0 1.5rem;font-size:.875rem;color:var(--wika-text-muted)}.policy-body section{margin-bottom:1.75rem}.policy-body h2{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--wika-text)}.policy-body p,.policy-body ul{margin:0 0 .75rem;color:var(--wika-text-muted)}.policy-body ul{padding-left:1.25rem}.policy-body li{margin-bottom:.35rem}.policy-body a{color:var(--wika-primary)}
