/* Homepage: editorial typography, quiet color, native interface illustrations. */
.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:46px;padding-block:68px 62px;min-height:640px}
.hero-copy>.eyebrow{margin-bottom:30px;color:#505a48}
.hero h1{font-size:clamp(42px,4vw,58px);font-weight:760;line-height:1.3;letter-spacing:-.065em;margin-bottom:27px}
.hero-line{display:block}.accent-line{color:var(--accent)}
.hero-description{font-size:14px;line-height:1.95;color:#65695f;word-break:keep-all}.hero-description.second{margin-bottom:29px}
.hero-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap}.hero-actions>.text-link{font-size:12px}
.hero-footnote{display:flex;align-items:center;gap:11px;margin-top:34px;font-size:10px;color:#606c55;letter-spacing:-.02em}
.mini-icons{display:flex;padding-left:4px}.mini-icons>span{display:grid;place-items:center;background:#f0e6d9;width:27px;height:27px;border:2px solid var(--paper);border-radius:8px;margin-left:-4px;transform:rotate(-7deg);color:#766952}.mini-icons>span:nth-child(2){background:#e6dff4;color:#75609f;transform:rotate(4deg)}.mini-icons>span:nth-child(3){background:#e4ecdb;color:#738957;transform:rotate(9deg)}.mini-icons .icon{width:15px;height:15px}
.hero-visual{height:472px;position:relative;border-radius:28px;background:#eeecf5;isolation:isolate;margin-left:2px}
.visual-grid{position:absolute;inset:0;z-index:-1;border-radius:28px;background-image:linear-gradient(#c6c0d729 1px,transparent 1px),linear-gradient(90deg,#c6c0d729 1px,transparent 1px);background-size:36px 36px;opacity:.65;overflow:hidden}
.visual-circle{position:absolute;width:360px;height:360px;border-radius:50%;top:49px;left:50%;transform:translateX(-50%);border:1px solid #cbc6df55;background:#e5dff14a;z-index:-1}
.visual-circle::after{content:"";position:absolute;inset:28px;border:1px dashed #bbb2d26b;border-radius:50%}
.visual-caption{position:absolute;top:26px;left:27px;font-size:8px;letter-spacing:.18em;color:#777085;font-weight:600}
.hero-note{position:absolute;width:75%;max-width:364px;top:72px;left:10%;padding:22px 23px 17px;background:#fffdf9;border:1px solid #e0dfe0;border-radius:18px;transform:rotate(-7deg);box-shadow:2px 18px 34px #3d31591a;animation:note-enter .8s var(--ease) both}
.note-top{display:flex;align-items:center;gap:8px;font-size:8px;letter-spacing:.08em;color:#7b806f}.note-app-symbol{width:22px;height:23px;display:grid;place-items:center;border-radius:6px;background:#dfE9d5;color:#697e50}.note-app-symbol .icon{width:14px;height:14px}.three-dots{margin-left:auto;letter-spacing:2px;color:#8d9583}
.hero-note h2{font-size:22px;margin-top:23px;letter-spacing:-.05em;font-weight:720}.hero-note>p{font-size:9px;color:#797e73;margin:7px 0 19px}
.note-row{display:flex;align-items:center;gap:10px;font-size:10px;min-height:43px;border-bottom:1px solid #eeeee7;white-space:nowrap}.note-row>span:first-child{display:grid;place-items:center;width:15px;height:15px;border-radius:5px;border:1px solid #cccfc2;flex-shrink:0}.note-row>span:first-child .icon{width:11px;height:11px}.note-row.done{color:#8a8c82}.note-row.done>span:nth-child(2){text-decoration:line-through;text-decoration-color:#b6b7ad}.note-row.done>span:first-child{border-color:#8f9e79;background:#8f9e79;color:white}.note-row>.icon{margin-left:auto;width:13px;height:13px;color:#bb9e5c}
.note-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:17px;font-size:8px;color:#878b7e}.note-bottom>span{display:flex;align-items:center;gap:5px}.note-bottom .icon{width:13px;height:13px}.note-bottom>b{font-weight:500;font-size:9px}
.floating-icon{position:absolute;display:grid;place-items:center;width:62px;height:62px;border-radius:17px;background:#dfe8d5;color:#75835f;box-shadow:0 10px 20px #3a3a2810}.floating-icon .icon{width:32px;height:32px}
.float-heart{right:5%;top:66px;transform:rotate(14deg);z-index:2}.float-spark{left:-15px;bottom:55px;background:#f2e1d3;color:#b28364;transform:rotate(-12deg);width:69px;height:69px}.float-spark .icon{width:39px;height:39px}
.floating-message{position:absolute;bottom:56px;right:-15px;width:77%;max-width:371px;background:#fffefa;border:1px solid #dfdbdf;display:flex;align-items:center;gap:11px;padding:17px 18px;border-radius:15px;box-shadow:0 12px 35px #3d31591b;transform:rotate(5deg);animation:message-enter .85s var(--ease) both}
.message-icon{width:36px;height:37px;border-radius:10px;display:grid;place-items:center;background:#eee6f9;color:#9781b9;flex-shrink:0}.floating-message small{font-size:8px;color:#76796e;display:block}.floating-message strong{font-size:12px;font-weight:600;display:block;margin-top:5px;white-space:nowrap}.message-cursor{height:21px;width:1px;background:#b6a6d1;flex-shrink:0}
.visual-sticker{position:absolute;right:26px;top:256px;transform:rotate(10deg);font-size:14px;line-height:1.4;font-style:italic;letter-spacing:-.04em;color:#8777a6;font-family:Georgia,serif;z-index:-1}.visual-sticker b{font-weight:400}
.hero-art-note{position:absolute;bottom:13px;left:24px;font-size:7px;color:#787183;letter-spacing:.02em}
@keyframes note-enter{from{opacity:0;transform:translateY(12px) rotate(-4deg)}to{opacity:1;transform:translateY(0) rotate(-7deg)}}
@keyframes message-enter{from{opacity:0;transform:translateY(16px) rotate(2deg)}to{opacity:1;transform:translateY(0) rotate(5deg)}}
.trust-strip{display:flex;align-items:center;gap:50px;padding-block:26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-statement{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:500;margin-right:auto;color:#5e6558}.trust-statement .icon{width:19px;height:19px;color:#8b967b}
.trust-metric{display:flex;align-items:baseline;gap:12px;white-space:nowrap}.trust-metric>strong{font-size:25px;line-height:1;font-weight:650;letter-spacing:-1px}.trust-metric>strong span{color:#647047;font-size:20px;margin-left:3px}.trust-metric>span{font-size:10px;color:#6c7263}.metric-note{font-size:8px;color:#666f5a;max-width:85px;line-height:1.5}
.app-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px}.filter-list{display:flex;gap:5px;align-items:center;flex-wrap:wrap}.filter-button{min-height:42px;background:transparent;border:1px solid transparent;border-radius:9px;padding:9px 13px;font-size:12px;white-space:nowrap;color:#656b5e;transition:background .2s,color .2s}
.filter-button:hover{background:#eae9e2}.filter-button.is-active{background:#e9e6f2;border-color:#dfd9ee;color:#5a498f;font-weight:650}.filter-total{font-size:9px;background:#d9d2ed;border-radius:5px;padding:1px 5px;margin-left:2px}.app-toolbar .search-field{width:242px;flex-shrink:0}
.apps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.app-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fdfdfa;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s,border-color .25s}
.app-card:hover{border-color:#c5c7b9;transform:translateY(-4px);box-shadow:0 10px 32px #30362509}.app-card:focus-within{outline:2px solid var(--accent);outline-offset:4px}
.app-art{height:183px;position:relative;overflow:hidden;display:grid;place-items:center;background:var(--card-color)}.mint{--card-color:var(--mint)}.peach{--card-color:var(--peach)}.lilac{--card-color:var(--lilac)}.blue{--card-color:var(--blue)}.yellow{--card-color:var(--yellow)}.sand{--card-color:var(--sand)}.rose{--card-color:var(--rose)}
.art-caption{position:absolute;bottom:9px;right:12px;font-size:6px;letter-spacing:.1em;color:#575f577d}.app-info{padding:22px 25px 21px;display:flex;flex-direction:column;flex-grow:1}.app-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.app-icon{width:30px;height:30px;border-radius:8px;background:var(--card-color);display:grid;place-items:center;color:#635b67}.app-icon .icon{width:17px;height:17px}.category-tag{font-size:9px;letter-spacing:.01em;color:#657056}
.app-info h3{font-size:21px;margin-bottom:10px;font-weight:690}.app-info>p{font-size:12px;line-height:1.9;color:#626d57;word-break:keep-all;max-width:100%;margin-bottom:19px}.app-link{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;font-weight:600;margin-top:auto;padding-top:13px;border-top:1px solid #ecece4;min-height:38px}.app-link .icon{width:17px;height:17px}.app-link:hover{color:var(--accent)}
.app-featured{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;background:#f0f3eb;min-height:280px}.app-featured .app-art{order:2;height:auto;min-height:280px;background:#e7eddf}.app-featured .app-info{padding:35px 40px}.app-featured .app-icon{width:37px;height:37px;border-radius:11px;background:#dce6d0}.app-featured .app-icon .icon{width:23px;height:23px}.app-featured .category-tag{font-size:10px}.app-featured h3{font-size:29px}.app-featured p{font-size:13px;max-width:340px}.app-featured .app-link{border:0;align-self:flex-start;gap:42px;font-size:12px}
.memo-art{width:78%;max-width:360px;transform:rotate(-5deg);padding-top:8px}.memo-time{text-align:center;font-size:51px;font-weight:300;letter-spacing:-.04em;line-height:1.3;color:#738066}.memo-date{text-align:center;font-size:9px;color:#76836a;margin-bottom:15px}.memo-notification{background:#fbfcf6d9;display:flex;align-items:center;gap:10px;padding:12px 14px;margin-top:8px;border:1px solid #ffffff9c;border-radius:13px;box-shadow:0 7px 18px #7a8b6a07}.tiny-app{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#dbe5ce;color:#70825d}.tiny-app .icon{width:17px;height:17px}.memo-notification b{font-size:9px;display:block}.memo-notification p{font-size:8px;color:#7c8573;margin-top:1px}.mini-check{color:#809666;margin-left:auto}.mini-check .icon{width:15px;height:15px}.memo-notification.faded{opacity:.55;transform:scale(.97)}
.emoticon-art{text-align:center;color:#947459;transform:rotate(-3deg)}.emoticon-line{font-size:13px;letter-spacing:.2em;display:block}.emoticon-art strong{font-size:39px;font-weight:500;line-height:1.8;letter-spacing:-.05em}.emoticon-chips{display:flex;justify-content:center;gap:9px}.emoticon-chips i{font-style:normal;background:#fcf6efbd;width:35px;height:30px;border:1px solid #e1cdbb;border-radius:9px;display:grid;place-items:center;font-size:17px}
.auto-art{width:90%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;transform:rotate(-4deg)}.input-bubble{background:#dfd7ef;color:#7d629b;border:1px solid #cbbddd;padding:10px 11px;border-radius:8px;font-size:12px}.mini-arrow{color:#9a89b3}.mini-arrow .icon{width:17px;height:17px}.output-bubble{background:#fffdfd;border:1px solid #d8d1e4;padding:14px 12px;border-radius:10px;box-shadow:0 8px 13px #73667b08;font-size:10px;color:#696071}.fake-keys{width:100%;display:flex;justify-content:center;gap:7px;margin-top:13px}.fake-keys i{font-size:12px;font-style:normal;font-weight:500;display:grid;place-items:center;background:#ffffff8f;color:#82788f;border-bottom:2px solid #d4cadf;width:30px;height:32px;border-radius:7px}
.nexus-art{width:73%;height:150px;display:flex;background:#fafcfb;border-radius:11px 11px 0 0;transform:rotate(5deg) translateY(23px);border:1px solid #ccdadd;box-shadow:0 8px 30px #4d768b16;overflow:hidden}.mini-sidebar{width:26%;padding:22px 12px;background:#eaf0f0;border-right:1px solid #dce5e5}.mini-sidebar i{height:4px;width:100%;background:#b8ced0;display:block;margin:10px 0;border-radius:3px}.mini-document{padding:20px 17px;flex:1}.mini-document small{display:block;font-size:6px;letter-spacing:.1em;color:#8da6af}.mini-document strong{font-size:12px;display:block;margin:8px 0 14px}.mini-document i{display:block;background:#e1e9ea;height:4px;margin-top:8px;border-radius:3px}.mini-document i:nth-of-type(2){width:75%}.mini-document span{font-size:7px;color:#779bad;background:#eef3f4;display:inline-block;margin-top:10px;padding:2px 7px;border-radius:4px}
.clipboard-art{transform:rotate(-5deg);width:73%}.clipboard-art>div{border-radius:13px;background:#fffef6;padding:21px;display:flex;gap:14px;align-items:flex-start;border:1px solid #e2ddbc;box-shadow:0 10px 24px #8d805010}.clipboard-art>div>.icon{width:21px;height:21px;color:#a99a62}.clipboard-art>div>span{font-size:14px;line-height:1.6;color:#8e8050;letter-spacing:-.01em}.copy-label{padding:7px 12px;display:flex;align-items:center;gap:5px;width:max-content;margin:10px 0 0 auto;background:#fffef9ad;border:1px solid #e4dfc8;border-radius:20px;font-size:8px;color:#908459}.copy-label .icon{width:12px;height:12px}
.folders-art{display:flex;gap:15px;transform:rotate(-5deg)}.folders-art>div{display:grid;justify-items:center;gap:8px}.folders-art .icon{width:66px;height:55px;stroke-width:1;fill:#d8c4a9;color:#ae9271;filter:drop-shadow(0 5px 2px #74532508)}.folders-art>div:nth-child(2){transform:translateY(-12px)}.folders-art>div:nth-child(2) .icon{fill:#f5f1e7;stroke:#b6aa8f}.folders-art>div:nth-child(3) .icon{fill:#c8c1d2;stroke:#9989aa}.folders-art span{font-size:8px;color:#867966}
.game-art{width:84%;height:143px;border-radius:11px;background:#3e3438;color:#f5e6e6;position:relative;overflow:hidden;padding:23px;transform:rotate(-4deg) translateY(18px);box-shadow:0 8px 18px #40272c18}.game-art strong{font-family:Arial,sans-serif;font-size:27px;line-height:1;font-style:italic;letter-spacing:-.03em;display:block;position:relative;z-index:1}.game-label{font-size:7px;position:absolute;bottom:14px;left:24px;letter-spacing:.05em;color:#d3b3bc}.game-lines{position:absolute;right:33px;top:15px;width:50px;height:150px;background:#b6818a;transform:rotate(34deg)}.game-lines:after{content:"";position:absolute;top:-20px;right:-25px;height:150px;width:15px;background:#b6818a}
.empty-state{padding:70px 24px;text-align:center;border:1px dashed #d0cec1;border-radius:20px}.empty-state>.icon{width:30px;height:30px;color:#8f937f;margin-bottom:18px}.empty-state h3{margin-bottom:10px}.empty-state p{color:var(--muted);font-size:13px;margin-bottom:22px}
.about-section{padding-block:83px;background:#efefe7;border-top:1px solid #e7e8df;border-bottom:1px solid #e7e8df}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:95px;align-items:start;margin-bottom:50px}.about-intro h2>span{display:block}.about-intro h2{font-size:36px;line-height:1.5}.about-copy{padding-top:36px}.about-copy>p:first-child{font-size:18px;color:#4f5849;margin-bottom:14px;font-weight:500}.about-copy>p:nth-child(2){font-size:13px;color:#626d55;line-height:2;word-break:keep-all}.about-copy .text-link{margin-top:17px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #d9ddcd}.values-grid article{padding:30px 38px 0 0;position:relative}.values-grid article+article{border-left:1px solid #d9ddcd;padding-left:34px}.value-icon{width:39px;height:39px;display:grid;place-items:center;background:#e3e8d8;color:#82936e;border-radius:11px;margin-bottom:20px}.value-number{position:absolute;top:42px;right:30px;font-size:10px;color:#646f55}.values-grid article:last-child{padding-right:0}.values-grid article:last-child .value-number{right:0}.values-grid h3{font-size:17px;margin-bottom:12px}.values-grid p{font-size:12px;line-height:1.9;color:#626f53;word-break:keep-all}
.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.review-card{background:#fffefa;border:1px solid #e6e5dd;border-radius:16px;padding:23px 22px;display:flex;flex-direction:column}.stars{font-size:13px;color:#82733d;letter-spacing:3px;margin-bottom:18px}.review-card blockquote{font-size:12px;line-height:1.95;margin:0 0 27px;color:#62685c;word-break:keep-all}.review-card figcaption{display:flex;gap:9px;align-items:center;margin-top:auto}.avatar{width:32px;height:32px;display:grid;place-items:center;background:#e9e0d5;color:#8b7359;border-radius:50%;font-size:11px;flex-shrink:0}.avatar-1{background:#e4e6da;color:#808767}.avatar-2{background:#e7e1eb;color:#847494}.avatar-3{background:#e1e7e9;color:#6f8790}.review-card figcaption b{font-size:10px;font-weight:600;display:block}.review-card figcaption small{font-size:8px;display:block;margin-top:3px;color:#65705a}.review-arrow{width:14px;height:14px;margin-left:auto;color:#b6baa8}
.start-section{padding:47px 48px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;background:#eae6f3;border:1px solid #e0dbe9;border-radius:23px}.start-section h2{font-size:33px;margin-bottom:12px}.start-section>div>p:not(.eyebrow){font-size:12px;color:#675b76;margin-bottom:26px}.start-section .eyebrow{color:#6d5b85;margin-bottom:14px}.store-links{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.store-links .button{font-size:11px;min-height:43px;gap:10px;padding:12px 15px;border-radius:10px}.store-links .icon{width:14px;height:14px}.store-links .text-link{font-size:10px;margin-left:4px}
.start-steps{margin:0;padding:0 0 0 30px;list-style:none;border-left:1px solid #d0c9dd}.start-steps li{display:flex;align-items:flex-start;gap:15px;padding-block:11px}.start-steps li>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f5f2fa;color:#6f5789;font-size:9px;flex-shrink:0}.start-steps h3{font-size:13px;margin-bottom:5px}.start-steps p{font-size:10px;color:#685b75;line-height:1.7}
.faq-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.faq-section>div>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:13px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0 2px 0}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;font-size:13px;padding:22px 0;cursor:pointer;font-weight:560}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .icon{width:16px;height:16px;transition:transform .2s}.faq-list details[open] summary .icon{transform:rotate(180deg)}.faq-list details>p{font-size:12px;line-height:1.9;color:#626f54;margin:0 20px 20px 0;word-break:keep-all}.faq-list details>.text-link{margin:-5px 0 20px;font-size:12px}
.contact-section{background:#e7eddd;position:relative;isolation:isolate;overflow:hidden;border-radius:24px;padding:52px 50px;display:flex;align-items:center;justify-content:space-between;gap:36px}.contact-heading{max-width:580px}.contact-heading h2{font-size:33px;line-height:1.5;margin-bottom:14px}.contact-heading h2>span{display:block}.contact-heading>p:last-child{font-size:12px;color:#5f6e4e;word-break:keep-all}.contact-section .eyebrow{font-size:8px;color:#5c6a4c;margin-bottom:21px}.contact-section .status-dot{box-shadow:none;background:#8ea075}.contact-actions{flex-shrink:0;position:relative;z-index:1}.contact-email{font-size:18px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #b5c39f;padding:10px 0 17px;font-weight:500}.contact-email .icon{width:20px;height:20px}.contact-actions>div{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:11px}.contact-actions .text-link{font-size:9px;gap:5px;color:#5b694b}.contact-actions .icon{width:14px;height:14px}.contact-decoration{position:absolute;right:290px;bottom:-75px;z-index:-1;transform:rotate(10deg);color:#dbe5cc}.contact-decoration .icon{width:220px;height:220px;stroke-width:.75}
html[lang=en] .hero h1{font-size:clamp(40px,3.8vw,54px);letter-spacing:-.05em}
@media(max-width:1100px){.hero{gap:30px}.hero-visual{height:448px}.hero h1{font-size:48px}.hero-description{font-size:12px}.hero-actions{gap:16px}.hero-actions .button{font-size:12px;padding:13px 18px}.hero-actions>.text-link{font-size:11px}.hero-note{padding:20px 19px}.hero-note h2{font-size:19px}.hero-footnote{font-size:9px}.note-row{font-size:9px}.trust-strip{gap:30px}.trust-metric{gap:8px}.app-toolbar{align-items:flex-start}.app-toolbar .search-field{width:200px}.filter-button{padding:9px 10px;font-size:11px}.about-intro{gap:60px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.review-card blockquote{min-height:70px}.contact-section{padding:40px 36px}.contact-heading h2{font-size:29px}.contact-email{font-size:16px}.start-section{padding:40px 35px}.faq-section{gap:50px}}
@media(max-width:900px){.hero{grid-template-columns:1fr 1fr;gap:25px;padding-block:48px;min-height:550px}.hero h1{font-size:40px}.hero-copy>.eyebrow{font-size:8px;letter-spacing:.12em}.hero-description{font-size:11px}.hero-actions{gap:10px}.hero-actions>.text-link{font-size:10px}.hero-footnote{font-size:8px;gap:7px}.hero-visual{height:390px}.hero-note{top:72px;width:84%;left:5%;padding:16px}.hero-note h2{font-size:17px;margin-top:17px}.hero-note>p{font-size:8px;margin-bottom:12px}.note-row{min-height:38px;font-size:8px;gap:7px}.note-bottom{margin-top:12px}.floating-icon{width:45px;height:45px;border-radius:13px}.floating-icon .icon{width:25px;height:25px}.float-heart{top:42px;right:3%}.float-spark{left:-8px;bottom:45px;width:49px;height:49px}.visual-circle{width:290px;height:290px;top:51px}.floating-message{right:-9px;bottom:36px;padding:12px 11px;gap:8px;width:84%}.floating-message strong{font-size:9px}.floating-message small{font-size:6px}.message-icon{width:27px;height:29px;border-radius:8px}.message-icon .icon{width:18px;height:18px}.visual-sticker{font-size:12px;right:13px;top:249px}.visual-caption{font-size:6px;left:18px;top:20px}.hero-art-note{font-size:6px;left:18px}.trust-statement{font-size:10px}.trust-strip{gap:22px}.trust-metric{display:block}.trust-metric>strong{font-size:23px;display:block}.trust-metric>span{font-size:9px}.metric-note{font-size:7px}.app-toolbar{flex-wrap:wrap}.app-toolbar .search-field{width:100%}.apps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.app-featured{min-height:270px}.app-featured .app-info{padding:29px}.app-featured h3{font-size:26px}.app-featured p{font-size:12px}.app-featured .app-art{min-height:270px}.about-intro{gap:36px}.about-intro h2{font-size:29px}.about-copy{padding-top:28px}.about-copy>p:first-child{font-size:16px}.values-grid article{padding-right:22px}.values-grid article+article{padding-left:22px}.values-grid h3{font-size:15px}.values-grid p{font-size:11px}.start-section{grid-template-columns:1fr;gap:30px}.start-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;border-left:0;border-top:1px solid #d0c9dd;padding:24px 0 0}.start-steps li{display:block;padding:0}.start-steps li>span{margin-bottom:12px}.start-steps h3{font-size:12px}.faq-section{grid-template-columns:1fr;gap:25px}.contact-section{display:block}.contact-actions{margin-top:28px;max-width:380px}.contact-email{font-size:20px}.contact-heading h2{font-size:33px}.contact-decoration{right:25px;bottom:-20px}}
@media(max-width:600px){.hero{grid-template-columns:1fr;gap:39px;padding-block:34px 34px}.hero-copy>.eyebrow{font-size:8px;margin-bottom:22px;letter-spacing:.14em}.hero h1{font-size:43px;line-height:1.28;margin-bottom:22px}.hero-description{font-size:12px;line-height:1.9}.hero-description.second{margin-bottom:24px}.hero-actions{gap:18px}.hero-actions .button{min-height:49px;font-size:12px;padding:13px 17px;gap:12px}.hero-actions>.text-link{font-size:10px}.hero-footnote{font-size:9px;margin-top:23px}.hero-visual{height:350px;margin-left:0;width:calc(100% - 8px);max-width:420px;justify-self:center;border-radius:23px}.visual-grid{border-radius:23px}.visual-caption{font-size:7px;top:20px;left:22px}.hero-note{width:77%;max-width:290px;top:54px;left:7%;padding:17px 18px 13px}.hero-note h2{font-size:18px;margin-top:15px}.hero-note>p{font-size:8px;margin-bottom:12px}.note-row{font-size:8px;min-height:34px}.note-bottom{font-size:7px;margin-top:12px}.note-top{font-size:7px}.float-heart{right:3%;top:35px;width:46px;height:46px}.float-spark{bottom:37px;left:-9px;width:50px;height:50px}.floating-message{bottom:33px;right:-9px;width:80%;padding:13px 12px;max-width:300px}.floating-message strong{font-size:10px}.floating-message small{font-size:7px}.visual-sticker{right:15px;top:209px;font-size:12px}.visual-circle{width:270px;height:270px;top:36px}.hero-art-note{font-size:6px;bottom:10px}.trust-strip{flex-wrap:wrap;gap:22px 36px;padding-block:23px}.trust-statement{width:100%;font-size:11px}.trust-metric{display:block;margin:0}.trust-metric>strong{font-size:25px}.trust-metric>span{font-size:9px}.metric-note{margin-left:auto;font-size:7px;max-width:60px}.apps-section{padding-top:51px}.apps-section .section-heading h2{font-size:27px}.desktop-store{display:none}.app-toolbar{gap:14px;margin-bottom:20px}.filter-list{flex-wrap:nowrap;overflow:auto;width:100%;padding:2px 2px 6px;scrollbar-width:thin}.filter-button{min-height:41px;font-size:10px;padding:9px 10px;border-radius:8px}.filter-total{font-size:8px}.search-field{min-height:44px}.search-field input{font-size:11px}.apps-grid{grid-template-columns:1fr;gap:20px}.app-card{border-radius:17px}.app-art{height:190px}.app-info{padding:22px}.app-info h3{font-size:22px}.app-info>p{font-size:12px;line-height:1.9;margin-bottom:13px}.app-link{font-size:12px;padding-top:16px;min-height:44px}.app-featured{display:flex;min-height:0}.app-featured .app-art{order:0;min-height:235px;height:235px}.app-featured .app-info{padding:23px}.app-featured h3{font-size:25px}.app-featured p{font-size:12px}.app-featured .app-link{align-self:stretch;justify-content:space-between;border-top:1px solid #e0e5d7;min-height:44px}.memo-time{font-size:41px}.memo-date{font-size:8px;margin-bottom:9px}.memo-art{max-width:280px}.memo-notification{padding:10px 12px;margin-top:7px}.memo-notification b{font-size:9px}.memo-notification p{font-size:8px}.about-section{padding-block:52px}.about-intro{grid-template-columns:1fr;gap:22px;margin-bottom:32px}.about-intro h2{font-size:29px;line-height:1.5}.about-copy{padding-top:0}.about-copy>p:first-child{font-size:17px}.about-copy>p:nth-child(2){font-size:12px}.values-grid{grid-template-columns:1fr;border-top:0;gap:0}.values-grid article,.values-grid article+article{padding:25px 0 25px 60px;border-left:0;border-top:1px solid #d9ddcd}.values-grid article:last-child{padding-bottom:0}.value-icon{position:absolute;top:26px;left:0;width:37px;height:37px}.value-number{top:30px;right:0;font-size:9px}.values-grid h3{font-size:16px;margin-bottom:10px;padding-right:25px}.values-grid p{font-size:12px}.reviews-grid{grid-template-columns:1fr;gap:14px}.review-card{padding:24px}.review-card blockquote{font-size:12px;min-height:0;margin-bottom:21px}.stars{margin-bottom:12px;font-size:12px}.review-card figcaption b{font-size:11px}.review-card figcaption small{font-size:9px}.start-section{padding:30px 25px;border-radius:20px;gap:27px}.start-section h2{font-size:29px}.start-section>div>p:not(.eyebrow){font-size:12px;line-height:1.8;margin-bottom:22px}.store-links{gap:9px}.store-links .button{font-size:10px;padding:12px;min-height:43px;gap:8px}.store-links .text-link{font-size:10px;margin-left:0;min-height:40px}.start-steps{grid-template-columns:1fr;gap:20px;padding-top:25px}.start-steps li{display:flex;gap:13px}.start-steps li>span{margin-bottom:0;width:25px;height:25px}.start-steps h3{font-size:13px}.start-steps p{font-size:11px}.faq-section{gap:25px}.faq-list summary{font-size:12px;line-height:1.6;padding:21px 0}.faq-list details>p{font-size:12px;margin-right:0}.contact-section{padding:31px 25px;border-radius:21px}.contact-heading h2{font-size:27px;line-height:1.5;margin-bottom:15px}.contact-heading>p:last-child{font-size:12px;line-height:1.9;max-width:260px}.contact-section .eyebrow{font-size:7px;letter-spacing:.11em;margin-bottom:19px}.contact-actions{margin-top:23px}.contact-email{font-size:16px;letter-spacing:-.02em;gap:12px;justify-content:space-between;overflow-wrap:anywhere}.contact-actions .text-link{font-size:9px}.contact-actions>div{gap:8px}.contact-decoration .icon{width:160px;height:160px}.contact-decoration{right:7px;bottom:12px}html[lang=en] .hero h1{font-size:40px}html[lang=en] .hero-actions{gap:10px}html[lang=en] .hero-actions .button{font-size:11px}html[lang=en] .hero-description{font-size:11px}html[lang=en] .hero-footnote{font-size:8px}html[lang=en] .hero-note h2{font-size:18px}html[lang=en] .note-row{font-size:7px}html[lang=en] .floating-message strong{font-size:8px}html[lang=en] .app-toolbar .filter-list{gap:1px}}
@media(max-width:360px){.hero h1{font-size:37px}.hero-actions{gap:9px}.hero-actions .button{font-size:11px;padding:12px 13px}.hero-actions>.text-link{font-size:9px}.hero-visual{height:325px}.hero-note{padding:15px 14px;width:82%;left:4%}.hero-note h2{font-size:16px}.note-row{font-size:7px}.floating-message strong{font-size:8px}.floating-message small{font-size:6px}.trust-strip{column-gap:28px}.contact-email{font-size:14px}.contact-heading h2{font-size:24px}.app-info h3{font-size:21px}html[lang=en] .hero h1{font-size:35px}}
