:root{--bg:#f6f5ef;--paper:#fffdf8;--ink:#162119;--muted:#5c675f;--green:#2f6a44;--green-dark:#173f2a;--moss:#7f9462;--earth:#806848;--blue:#2f6f8f;--red:#bd3129;--line:#dbe2d7;--shadow:0 18px 46px rgba(25,37,29,0.12);--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,rgba(255,255,255,0.62),rgba(255,255,255,0) 340px),var(--bg);font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}.site-header{position:sticky;top:0;z-index:30;background:rgba(246,245,239,0.92);border-bottom:1px solid rgba(219,226,215,0.82);backdrop-filter:blur(14px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;width:min(100%,var(--max));min-height:66px;margin:0 auto;padding:10px 18px}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0;font-weight:800}.brand img{width:40px;height:40px;border-radius:8px;box-shadow:0 8px 20px rgba(30,49,38,0.16)}.brand span{white-space:nowrap}.top-nav{display:none;align-items:center;gap:4px;color:var(--muted);font-size:0.92rem}.top-nav a{padding:8px 10px;border-radius:8px}.top-nav a:hover{color:var(--green-dark);background:rgba(47,106,68,0.08)}.section-pad{width:min(100%,var(--max));margin:0 auto;padding:42px 18px}.hero{display:grid;gap:10px;padding-top:20px;padding-bottom:10px}.hero-copy{display:grid;gap:10px;align-content:center}.eyebrow{color:var(--green);font-size:0.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero-kicker{color:#7a837c;font-size:0.7rem;font-weight:700;text-transform:none}h1{max-width:620px;font-size:2.5rem;line-height:0.98;letter-spacing:0}h2{font-size:2rem;line-height:1.12;letter-spacing:0}h3{font-size:1.05rem;line-height:1.22;letter-spacing:0}.lead{max-width:620px;color:#344139;font-size:1rem;line-height:1.48}.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-width:100%}.store-grid-hero{max-width:520px}.store-link{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;align-content:center;gap:9px;min-height:50px;min-width:0;padding:8px 10px;color:var(--green-dark);background:var(--paper);border:1px solid var(--line);border-radius:8px;transition:transform 160ms ease,border-color 160ms ease,background 160ms ease}.store-link:hover{transform:translateY(-1px);background:#f3f7ef}.store-mark{display:grid;place-items:center;width:32px;height:32px;color:transparent;background-position:center;background-repeat:no-repeat;background-size:contain;border-radius:8px;font-size:0}.store-mark svg{display:none}.store-mark-apple{background-image:url("app-store.svg");background-size:118%}.store-mark-play{background-image:url("google-play-store.svg");background-size:100%}.store-mark-rustore{background-image:url("ru-store.svg");background-size:88%}.store-mark-gallery{background-image:url("huawei-app-gallery.svg");background-size:114%}.play-blue{fill:#2d8cff}.play-green{fill:#38c172}.play-yellow{fill:#ffc247}.play-red{fill:#ef4b4b}.store-text{display:grid;gap:1px;min-width:0}.store-text span{color:var(--muted);font-size:0.72rem;line-height:1.2}.store-text strong{overflow-wrap:anywhere;font-size:1.01rem;line-height:1.14}.store-link-muted{color:var(--green-dark);background:var(--paper);border-color:var(--line)}.store-link-muted:hover{background:#f3f7ef}.store-link-muted .store-text span{color:var(--muted)}.hero-media{position:relative;display:grid;min-height:380px;place-items:center}.phone{position:relative;overflow:hidden;padding:10px;background:#101612;border:1px solid rgba(255,255,255,0.18);border-radius:30px;box-shadow:var(--shadow)}.phone::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,0.12);border-radius:inherit;pointer-events:none}.phone picture{display:block;width:100%;height:100%}.phone img{width:100%;height:100%;object-fit:cover;border-radius:22px;background:#e5eadf}.phone-speaker{position:absolute;top:9px;left:50%;z-index:2;width:48px;height:5px;border-radius:999px;background:rgba(255,255,255,0.42);transform:translateX(-50%)}.phone-main{position:relative;right:auto;top:auto;z-index:3;width:min(45vw,174px);height:auto;aspect-ratio:460 / 1000}.phone-secondary{display:none;position:absolute;left:26px;top:42px;z-index:1;width:82px;height:150px;opacity:0.92;transform:rotate(-5deg)}.phone-photo{display:none}.features{padding-top:36px}.section-head{display:grid;gap:10px;max-width:760px;margin-bottom:22px}.section-head p:last-child{color:var(--muted);font-size:1rem}.feature-grid{display:grid;grid-template-columns:1fr;gap:12px}.feature-card{display:grid;align-content:start;gap:8px;min-height:132px;padding:14px;background:rgba(255,253,248,0.9);border:1px solid var(--line);border-radius:8px}.feature-card h3{color:var(--green-dark);font-size:1.04rem;line-height:1.18}.feature-card p{color:var(--muted);font-size:0.95rem}.section-split{display:grid;gap:26px;align-items:center}.section-copy{display:grid;gap:14px}.section-copy p:not(.eyebrow){color:var(--muted);font-size:1.04rem}.soft-note{padding:14px 16px;color:#374239;background:#eef3e9;border:1px solid #d4dfce;border-radius:8px}.soft-note-alert{display:flex;gap:10px;align-items:flex-start;background:#fff7d8;border-color:#ead48a}.soft-note-alert span{display:inline-grid;flex:0 0 auto;place-items:center;width:20px;height:20px;color:#5b3c05;background:#f4c542;border-radius:999px;font-size:0.8rem;font-weight:900;line-height:1}.mini-list,.place-actions{display:flex;flex-wrap:wrap;gap:8px}.mini-list span,.place-actions span{padding:8px 10px;color:var(--green-dark);background:var(--paper);border:1px solid var(--line);border-radius:8px;font-weight:700;font-size:0.9rem}.section-visual{min-height:390px;display:grid;place-items:center}.phone-panel{width:218px;height:406px}.offline-phones{position:relative;display:block;min-height:386px}.phone-offline{position:absolute;width:170px;height:370px}.phone-offline-regions{left:calc(50% - 158px);top:16px;z-index:2;transform:rotate(-5deg)}.phone-offline-map{right:calc(50% - 158px);top:0;z-index:3;transform:rotate(5deg)}.places-phones{position:relative;min-height:410px}.phone-places{position:absolute;top:0;width:188px;height:408px}.phone-places-map{left:50%;z-index:3;transform:translateX(-50%)}.phone-places-main{display:none}.phone-places-weather{display:none}.phone-places-main{left:50%;z-index:2;transform:translateX(-50%)}.phone-ui{background:#111713}.mock-screen{position:relative;width:100%;height:100%;overflow:hidden;background:#eef2e7;border-radius:22px}.mock-map{position:relative;height:47%;overflow:hidden;background:linear-gradient(135deg,rgba(47,111,143,0.22),rgba(47,111,143,0) 46%),#dfe9d3}.mock-map::before,.mock-map::after{content:"";position:absolute;border-radius:40% 60% 46% 54%}.mock-map::before{width:130px;height:110px;left:-28px;top:28px;background:#b7d3a2;transform:rotate(-12deg)}.mock-map::after{width:160px;height:120px;right:-54px;top:14px;background:#9fc38f;transform:rotate(18deg)}.mock-area{position:absolute;z-index:2;border:2px solid rgba(47,106,68,0.78);background:rgba(186,217,151,0.36)}.mock-area-one{width:128px;height:78px;left:26px;top:42px;transform:rotate(-9deg)}.mock-area-two{width:108px;height:70px;right:12px;top:76px;border-color:rgba(189,49,41,0.78);background:rgba(189,49,41,0.09);transform:rotate(10deg)}.mock-road{position:absolute;z-index:3;left:-12px;top:86px;width:260px;height:8px;background:rgba(255,253,248,0.9);box-shadow:0 0 0 2px rgba(128,104,72,0.18);transform:rotate(-18deg)}.mock-pin{position:absolute;z-index:4;width:16px;height:16px;background:var(--red);border:3px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(23,31,24,0.25)}.mock-pin-one{left:86px;top:88px}.mock-pin-two{right:54px;top:128px;background:var(--blue)}.mock-sheet{position:absolute;left:10px;right:10px;bottom:10px;display:grid;gap:8px;padding:12px;background:rgba(255,253,248,0.96);border:1px solid rgba(219,226,215,0.92);border-radius:8px;box-shadow:0 -8px 22px rgba(22,33,25,0.1)}.mock-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.mock-title strong{font-size:1.02rem;line-height:1.1}.mock-title span{color:var(--green);font-size:0.74rem;font-weight:800}.mock-point{display:grid;gap:1px;padding:8px;background:#f4f6ef;border-radius:8px}.mock-point b{font-size:0.8rem;line-height:1.18}.mock-point small{color:var(--muted);font-size:0.68rem;line-height:1.25}.mock-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.mock-actions span{min-width:0;padding:7px 6px;color:#fff;background:var(--green);border-radius:8px;font-size:0.68rem;font-weight:800;text-align:center}.compact-grid{display:grid;gap:12px}.info-panel{display:grid;gap:12px;padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.info-panel p:not(.eyebrow){color:var(--muted);font-size:1rem}.info-panel-dark{color:#f7faf5;background:var(--green-dark);border-color:var(--green-dark)}.info-panel-dark .eyebrow{color:#b9d38f}.info-panel-dark p:not(.eyebrow){color:rgba(247,250,245,0.78)}.pricing{padding-top:28px;padding-bottom:28px}.price-card{display:grid;gap:18px;padding:22px;background:#fdf7ee;border:1px solid #eadcc8;border-radius:8px}.price-card>div:first-child{display:grid;gap:10px}.price-card p:not(.eyebrow){color:var(--muted)}.price-box{display:grid;gap:2px;align-content:center;min-height:150px;padding:18px;color:#fff;background:var(--earth);border-radius:8px;text-align:center}.price-box span,.price-box small{color:rgba(255,255,255,0.78)}.price-box strong{font-size:2.4rem;line-height:1}.download-box{display:grid;gap:20px;padding:22px;color:#f9fbf7;background:linear-gradient(90deg,rgba(47,106,68,0.94),rgba(23,63,42,0.96)),var(--green-dark);border-radius:8px}.download-box .eyebrow{color:#cce2a5}.download-copy{display:grid;gap:10px}.download-copy p:not(.eyebrow){color:rgba(249,251,247,0.78)}.store-grid-download .store-link{color:var(--green-dark);background:var(--paper);border-color:rgba(255,255,255,0.38)}.store-grid-download .store-link-muted{color:var(--green-dark);background:var(--paper)}.store-grid-download .store-link-muted .store-text span{color:var(--muted)}.faq{padding-top:30px}.faq-list{display:grid;gap:10px}details{background:var(--paper);border:1px solid var(--line);border-radius:8px}summary{cursor:pointer;min-height:58px;padding:16px 46px 16px 16px;font-weight:800;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary::after{content:"+";position:absolute;top:15px;right:16px;width:26px;height:26px;display:grid;place-items:center;color:var(--green-dark);background:#edf4e8;border-radius:8px}details[open] summary::after{content:"–"}details p{padding:0 16px 18px;color:var(--muted)}.site-footer{display:grid;gap:18px;width:min(100%,var(--max));margin:0 auto;padding:30px 18px 42px;color:var(--muted);border-top:1px solid var(--line)}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{border-radius:8px}.footer-nav{display:flex;flex-wrap:wrap;gap:10px 18px}.footer-nav a{text-decoration:underline;text-decoration-color:rgba(92,103,95,0.34);text-underline-offset:4px}.footer-nav a:hover{color:var(--green-dark)}.text-page{width:min(100%,920px);margin:0 auto;padding:18px 18px 56px}.text-hero{display:grid;gap:10px;padding:10px 0 24px}.text-hero h1{max-width:820px;font-size:2.35rem;line-height:1.06;min-width:0;overflow-wrap:anywhere}.text-meta{max-width:720px;color:var(--muted);font-size:1rem;min-width:0}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:5px;color:var(--muted);font-size:0.82rem;line-height:1.35}.breadcrumbs a{color:var(--muted);text-decoration:underline;text-decoration-color:rgba(92,103,95,0.34);text-underline-offset:3px}.breadcrumbs a:hover{color:var(--green-dark)}.text-content{display:grid;gap:20px;padding-top:28px}.text-content section{display:grid;gap:10px}.text-content h2{font-size:1.35rem;line-height:1.22}.text-content h3{color:var(--green-dark);font-size:1.04rem}.text-content p,.text-content li{color:var(--muted);font-size:1rem;overflow-wrap:anywhere}.text-content ul,.text-content ol{display:grid;gap:8px;margin:0;padding-left:22px}.text-content a{color:var(--green-dark);font-weight:800;text-decoration:underline;text-decoration-color:rgba(47,106,68,0.34);text-underline-offset:4px;overflow-wrap:anywhere}.text-note{padding:14px 16px;color:#374239;background:#eef3e9;border:1px solid #d4dfce;border-radius:8px}.text-content .contact-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.contact-list li{display:grid;gap:3px;padding:18px 20px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.contact-list span{color:var(--muted);font-size:0.86rem}.contact-list strong{color:var(--ink);font-size:1.04rem}.contact-list a{text-decoration:none}@media (min-width:560px){.section-pad{padding-left:28px;padding-right:28px}.text-page{padding-left:28px;padding-right:28px}.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding-bottom:0}.store-link{flex-basis:auto}h1{font-size:4.2rem}.hero-media{display:block;min-height:460px}.phone-main{position:absolute;right:86px;width:220px;height:456px;aspect-ratio:auto}.phone-secondary{display:block;position:absolute;left:50px;width:184px;height:338px}.phone-photo{display:none}.offline-phones{min-height:444px}.phone-offline{width:198px;height:430px}.phone-offline-regions{left:calc(50% - 190px);top:22px}.phone-offline-map{right:calc(50% - 190px)}.places-phones{min-height:456px}.phone-places{width:210px;height:456px}.phone-places-map{left:50%;top:0;z-index:3;width:210px;height:456px;opacity:1;transform:translateX(-50%)}.phone-places-main{display:block;left:calc(50% - 188px);top:58px;z-index:2;width:164px;height:356px;opacity:0.94;transform:rotate(-5deg)}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:760px){.site-header-inner{padding-left:18px;padding-right:18px}.top-nav{display:flex}.hero{grid-template-columns:minmax(0,1.02fr) minmax(330px,0.78fr);gap:24px;align-items:center;padding-top:42px}.hero-media{min-height:472px}.phone-main{right:42px;width:220px;height:454px}.phone-secondary{left:0;top:78px;width:160px;height:324px}.phone-photo{display:none;left:auto;right:-18px;top:68px;z-index:2;width:196px;height:360px;opacity:0.98;transform:rotate(5deg)}.section-split{grid-template-columns:minmax(260px,0.85fr) minmax(0,1.15fr);gap:34px}.section-split-reverse{grid-template-columns:minmax(0,1.05fr) minmax(260px,0.95fr)}.offline-phones{min-height:430px}.phone-offline{width:190px;height:412px}.phone-offline-regions{left:0;top:26px}.phone-offline-map{right:0;top:4px}.places-phones{min-height:492px}.phone-places{width:224px;height:486px}.phone-places-map{left:50%;top:0;z-index:3;width:224px;height:486px;opacity:1;transform:translateX(-50%)}.phone-places-main{display:block;left:10px;top:74px;z-index:2;width:174px;height:378px;opacity:0.94;transform:rotate(-5deg)}.phone-places-weather{display:block;right:6px;top:62px;z-index:1;width:174px;height:378px;opacity:0.94;transform:rotate(5deg)}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.price-card{grid-template-columns:minmax(0,1fr) 230px;align-items:center}.download-box{grid-template-columns:minmax(0,0.8fr) minmax(360px,1fr);align-items:center}.site-footer{grid-template-columns:minmax(250px,0.6fr) 1fr;align-items:center}.footer-nav{justify-content:flex-end}}@media (min-width:980px){.section-pad{padding-top:64px;padding-bottom:64px}.hero{padding-top:52px;padding-bottom:44px}.text-page{padding-top:34px;padding-bottom:72px}.text-hero h1{font-size:3.4rem}.feature-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-card{grid-template-columns:1fr;min-height:192px}.phone-panel{width:260px;height:484px}.offline-phones{min-height:486px}.phone-offline{width:220px;height:478px}.phone-offline-regions{left:calc(50% - 218px);top:24px}.phone-offline-map{right:calc(50% - 218px);top:0}.places-phones{min-height:526px}.phone-places{width:242px;height:526px}.phone-places-main,.phone-places-weather{width:190px;height:412px}}@media (min-width:1160px){h1{font-size:5rem}h2{font-size:2.45rem}.lead{font-size:1.22rem}.hero{grid-template-columns:minmax(0,0.95fr) 560px}.hero-media{min-height:526px}.phone-main{right:146px;width:254px;height:526px}.phone-secondary{left:6px;top:94px;width:185px;height:378px}.phone-photo{display:block;left:auto;right:-20px;top:46px;width:240px;height:500px}.offline-phones{min-height:512px}.phone-offline{width:232px;height:504px}.phone-offline-regions{left:calc(50% - 230px);top:26px}.phone-offline-map{right:calc(50% - 230px)}.places-phones{min-height:548px}.phone-places{width:252px;height:548px}.phone-places-map{left:50%;top:0;width:252px;height:548px;transform:translateX(-50%)}.phone-places-main{left:0;top:82px;width:200px;height:434px}.phone-places-weather{right:-6px;top:76px;width:200px;height:434px}}