:root{--forest:#1e3a2f;--green:#2f5b45;--sage:#6e8f7a;--amber:#e6c98a;--coral:#b4533c;--cream:#f5f1e7;--cream2:#e9e4d6;--ink:#2c2823;--white:#fffdf7;--border:rgba(44,40,35,.14);--serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.header{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;justify-content:space-between;border-bottom:1px solid var(--border);position:relative;z-index:20}.header,.logo{align-items:center}.logo{display:inline-flex;gap:11px;color:var(--forest);font-family:var(--serif);font-size:23px;font-weight:700}.mark{width:64px;height:64px;display:block;overflow:hidden;border-radius:22%;flex:none;background:var(--forest)}.mark img{display:block;width:100%;height:100%;object-fit:cover}.markSmall{width:32px;height:32px}.markStandalone{background:transparent;border-radius:0;overflow:visible}.header nav{display:flex;gap:34px;font-size:13px;letter-spacing:.02em}.header nav a{padding:12px 4px}.header nav a:hover{color:var(--green)}.lang{border:1px solid var(--border);border-radius:99px;padding:7px 13px;font-size:12px;font-weight:700}.lang:hover{background:var(--cream2)}.hero{max-width:1240px;min-height:720px;margin:auto;padding:70px 28px 90px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;grid-gap:70px;gap:70px}.eyebrow,.sectionLabel{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--green);margin:0 0 22px;display:flex;align-items:center;gap:12px}.eyebrow:before,.sectionLabel:before{content:"";width:34px;height:1px;background:currentColor}.features h2,.hero h1,.legalPage h1,.privacyBlock h2,.screens h2{font-family:var(--serif);font-weight:500;line-height:1.04;letter-spacing:-.035em}.hero h1{font-size:clamp(52px,5.5vw,78px);margin:0 0 24px;color:var(--forest)}.hero h1 span{display:block}.hero h2{font-size:17px;text-transform:uppercase;letter-spacing:.1em;color:var(--coral);margin:0 0 18px}.lead{max-width:585px;font-size:18px;color:#555047;margin:0 0 34px}.cta{display:inline-flex;align-items:center;gap:34px;background:var(--forest);color:var(--cream);min-height:54px;padding:0 22px;border-radius:3px;font-size:14px;font-weight:700}.cta span{color:var(--amber);font-size:20px}.cta.disabled{cursor:default}.micro{font-size:12px;color:#6d675e;display:flex;gap:8px;align-items:center;margin-top:16px}.micro i{font-style:normal;color:var(--green)}.heroVisual{height:570px;position:relative;display:grid;place-items:center}.sun{width:420px;height:420px;border-radius:50%;background:var(--amber);opacity:.34}.leaf,.sun{position:absolute}.leaf{border:1px solid var(--sage);border-radius:100% 0 100% 0;transform:rotate(25deg);opacity:.5}.leafOne{width:100px;height:230px;right:1%;top:18%}.leafTwo{width:70px;height:160px;left:8%;bottom:2%;transform:rotate(-35deg)}.appScreenshot{display:block;width:260px;height:auto;border-radius:28px;box-shadow:0 35px 70px rgba(30,58,47,.23);position:relative;z-index:2}.appScreenshotCompact{width:100%;box-shadow:0 20px 44px rgba(30,58,47,.12)}.floatCard{position:absolute;right:-5px;bottom:75px;background:var(--white);border:1px solid var(--border);box-shadow:0 18px 50px rgba(30,58,47,.12);padding:14px 19px;display:flex;align-items:center;gap:12px;border-radius:8px}.floatCard span{display:flex;flex-direction:column}.floatCard b{font-family:var(--serif);color:var(--forest)}.floatCard small{font-size:10px;color:#777}.phone{width:260px;height:540px;border:7px solid var(--forest);background:#fbf8ef;border-radius:35px;box-shadow:0 35px 70px rgba(30,58,47,.23);position:relative;overflow:hidden;z-index:2;color:var(--ink)}.phoneTop{height:28px;padding:7px 17px;font-size:8px;font-weight:700;display:flex;justify-content:space-between}.phoneTop i{width:44px;height:12px;background:var(--forest);position:absolute;top:0;left:50%;transform:translateX(-50%);border-radius:0 0 9px 9px}.phoneBody{padding:10px 17px}.phone h3{font-family:var(--serif);font-size:27px;color:var(--forest);margin:0 0 14px}.appHello,.appLabel{font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--sage);margin:0}.appLabel{margin:16px 0 7px}.dayRing{width:135px;height:135px;margin:12px auto 18px;border-left:9px solid var(--cream2);border-bottom:9px solid var(--cream2);border-right-color:var(--cream2);border-top-color:var(--cream2);border-top:9px solid var(--green);border-right:9px solid var(--sage);border-radius:50%;display:grid;place-items:center;text-align:center}.dayRing span,.dayRing strong{display:block}.dayRing strong{font:42px/1 var(--serif);color:var(--forest)}.dayRing span{font-size:8px;color:#756f65}.quickRow{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.quickRow button{height:50px;border:0;background:var(--green);color:white;border-radius:7px;font-size:20px}.quickRow button.amber{background:var(--amber);color:var(--ink)}.quickRow button span{display:block;font-size:8px}.entry{display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding:8px 1px;font-size:9px}.entry i{width:7px;height:7px;border-radius:50%}.coralDot{background:var(--coral)}.amberDot{background:#c7983d}.entry span{display:flex;flex:1 1;flex-direction:column}.entry small{font-size:7px;color:#888}.entry em{font-style:normal;color:#777;font-size:8px}.phoneNav{position:absolute;bottom:0;height:45px;border-top:1px solid var(--border);left:0;right:0;background:#fffdf8;display:flex;align-items:center;justify-content:space-around;color:#aaa;font-size:12px}.phoneNav b{color:var(--green)}.features,.screens{max-width:1184px;margin:auto;padding:110px 0}.features h2,.screens h2{font-size:clamp(42px,5vw,62px);max-width:790px;margin:0 0 55px;color:var(--forest)}.featureGrid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);border-left:1px solid var(--border)}.featureGrid article{min-height:310px;padding:34px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);position:relative;background:rgba(255,253,247,.2)}.featureGrid article>span{position:absolute;right:22px;top:18px;font:italic 15px var(--serif);color:var(--sage)}.featureGrid h3{font:500 25px var(--serif);color:var(--forest);margin:24px 0 11px}.featureGrid p{font-size:14px;color:#655f56;margin:0}.featureMain{grid-column:span 2;background:var(--green)!important;color:white}.featureMain h3,.featureMain p,.featureMain>span{color:white}.featureMain p{max-width:490px;color:#e8eee9}.featureIcon{font-size:31px;color:var(--green);width:50px;height:50px;border:1px solid var(--border);display:grid;place-items:center;border-radius:50%;line-height:1}.featureMain .featureIcon{color:var(--amber);border-color:rgba(255,255,255,.3)}.icon2{color:var(--coral)}.privacyBlock{background:var(--forest);color:#eae6d9;min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:80px;gap:80px;padding:80px max(28px,calc((100vw - 1184px)/2))}.privacyBlock h2{font-size:clamp(48px,5vw,70px);color:var(--cream);margin:0 0 24px}.privacyBlock>div:last-child>p:not(.sectionLabel){font-size:18px;max-width:530px;color:#cdd5ce}.sectionLabel.light{color:var(--amber)}.privacyArt{height:400px;display:grid;place-items:center;position:relative}.privacyArt:before{content:"";position:absolute;left:50%;top:50%;width:310px;height:310px;border:1px solid rgba(230,201,138,.35);border-radius:50%;transform:translate(-50%,-50%)}.shield{width:240px;height:240px;display:grid;place-items:center;position:relative;z-index:1}.shield .mark{width:190px;height:190px}.offline{border-top:1px solid rgba(255,255,255,.16);margin-top:35px;padding-top:22px;display:flex;gap:13px;font-size:13px}.offline span{color:var(--amber)}.screens{text-align:center}.screens .sectionLabel{justify-content:center}.screens h2{margin-left:auto;margin-right:auto}.phoneGallery{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:25px;gap:25px;align-items:flex-end}.screenItem{text-align:left}.phoneMini{width:100%;height:475px;border-width:5px;border-radius:29px;box-shadow:0 20px 44px rgba(30,58,47,.12);transform-origin:bottom}.phoneMini .phoneBody{padding:8px 13px}.phoneMini h3{font-size:23px}.screenItem:nth-child(2n) .appScreenshotCompact,.screenItem:nth-child(2n) .phoneMini{transform:translateY(25px)}.screenItem>span{display:block;margin-top:24px;color:var(--sage);font:italic 13px var(--serif)}.screenItem>h3{font:500 22px var(--serif);color:var(--forest);margin:3px 0}.calendar{border:1px solid var(--border);padding:11px;border-radius:7px}.calendar>b{font:14px var(--serif);color:var(--forest)}.calGrid{display:grid;grid-template-columns:repeat(7,1fr);font-size:6px;text-align:center;grid-gap:4px;gap:4px;margin-top:8px}.calGrid span{padding:3px 0}.calGrid .chosen{border-radius:50%}.calGrid .chosen,.statTotal{background:var(--green);color:white}.statTotal{border-radius:8px;padding:12px;display:flex;flex-direction:column}.statTotal small,.statTotal span{font-size:7px}.statTotal strong{font:36px var(--serif)}.chart{height:95px;display:flex;align-items:flex-end;gap:6px;border-bottom:1px solid var(--border);padding:14px 4px 0}.chart span{flex:1 1;background:var(--sage);border-radius:2px 2px 0 0}.legend{display:flex;justify-content:space-around;font-size:6px;color:#888}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin-top:15px}.split div,.widgetHint{border:1px solid var(--border);padding:9px;border-radius:6px;display:flex;flex-direction:column}.split small{font-size:6px}.split b{font:11px var(--serif);color:var(--forest)}.widgetLead{font-size:10px;color:#777}.widgetCard{background:var(--forest);color:white;border-radius:18px;padding:17px;margin-top:20px}.widgetCard div{display:flex;justify-content:space-between;font-size:9px}.widgetCard strong{display:block;font:52px var(--serif);margin-top:12px}.widgetCard p{font-size:7px;color:#c9d3cc}.widgetCard button{width:100%;border:0;background:var(--amber);padding:9px;border-radius:7px;font-size:8px;font-weight:700}.widgetHint{margin-top:18px;font-size:9px}.widgetHint p{font-size:8px;margin:2px 0;color:#777}.medical{max-width:850px;margin:0 auto 110px;padding:28px 32px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;gap:18px;color:#6e685f;font-size:13px}.medical>span{border:1px solid var(--sage);color:var(--green);width:25px;height:25px;flex:none;border-radius:50%;display:grid;place-items:center;font-family:var(--serif)}.medical p{margin:0}.footer{background:var(--cream2);padding:65px max(28px,calc((100vw - 1184px)/2)) 30px;display:grid;grid-template-columns:1fr 1fr;grid-gap:55px;gap:55px}.footer p{font-size:13px;color:#6b655d}.footerLinks{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;font-size:13px}.footerLinks a:hover{text-decoration:underline}.footerEnd{grid-column:1/-1;border-top:1px solid var(--border);padding-top:22px;display:flex;justify-content:space-between;font-size:11px;color:#777}.legalPage{max-width:860px;margin:0 auto;padding:90px 28px 120px}.legalPage article>h1{font-size:clamp(44px,7vw,70px);color:var(--forest);margin:0 0 15px}.legalDate{color:var(--sage);font-size:13px}.legalIntro{font:24px/1.5 var(--serif);margin:40px 0 55px;border-left:3px solid var(--amber);padding-left:25px}.legalPage section{margin:42px 0}.legalPage section h2{font:500 27px var(--serif);color:var(--forest)}.legalPage li,.legalPage section p{color:#5f5a52}.legalPage a{text-decoration:underline;-webkit-text-decoration-color:var(--amber);text-decoration-color:var(--amber);text-underline-offset:3px}.faq details{border-top:1px solid var(--border);padding:18px 0}.faq details:last-child{border-bottom:1px solid var(--border)}.faq summary{font-weight:700;cursor:pointer}.localeGate{min-height:100vh;display:grid;place-content:center;text-align:center;grid-gap:10px;gap:10px}.localeGate .logo{justify-content:center}.localeGate h1{font:42px var(--serif);color:var(--forest);margin:20px 0 0}.localeGate p{margin:0 0 20px}.localeGate>div{display:flex;gap:10px}.cta.outline{background:transparent;color:var(--forest);border:1px solid var(--forest)}:focus-visible{outline:3px solid var(--amber);outline-offset:4px}@media(max-width:900px){.header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px;text-align:center}.eyebrow{justify-content:center}.lead{margin-left:auto;margin-right:auto}.micro{justify-content:center}.heroVisual{height:560px}.features,.screens{padding:85px 24px}.featureGrid{grid-template-columns:1fr 1fr}.privacyBlock{grid-template-columns:1fr;text-align:center;gap:30px}.privacyArt{height:330px}.privacyBlock>div:last-child>p{margin-left:auto;margin-right:auto}.offline,.sectionLabel.light{justify-content:center}.phoneGallery{grid-template-columns:repeat(2,1fr);max-width:590px;margin:auto;gap:50px}.screenItem:nth-child(2n) .appScreenshotCompact,.screenItem:nth-child(2n) .phoneMini{transform:none}.footer{grid-template-columns:1fr}}@media(max-width:560px){.header{height:68px;padding:0 18px}.hero{padding:48px 20px 65px;gap:25px;min-height:0}.hero h1{font-size:48px}.hero h2{font-size:13px}.lead{font-size:16px}.heroVisual{height:500px;transform:scale(.88);margin:-25px -20px}.floatCard{right:0}.features,.screens{padding:70px 18px}.features h2,.screens h2{font-size:40px}.featureGrid{grid-template-columns:1fr}.featureMain{grid-column:auto}.featureGrid article{min-height:265px;padding:28px}.privacyBlock{padding:60px 22px}.privacyBlock h2{font-size:44px}.privacyArt{height:280px}.privacyArt:before{width:230px;height:230px}.shield{width:190px;height:190px}.shield .mark{width:150px;height:150px}.phoneGallery{grid-template-columns:1fr;max-width:280px}.phoneMini{height:550px}.medical{margin:0 18px 70px;padding:22px 5px}.footer{padding:50px 22px 25px}.footerLinks{grid-template-columns:1fr}.legalPage{padding:65px 20px 90px}.legalIntro{font-size:20px}.localeGate>div{flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}