/* Mobile is the base layout. Enhance into columns only when there is room. */
/* Navigation uses shape, weight and focus states instead of persistent underlines. */
:root{--ink:#190c1b;--muted:#65616a;--berry:#a41e53;--rose:#f7eaf0;--line:#e7dfe5;--shell:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-underline-offset:.25em}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,video:focus-visible{outline:3px solid var(--berry);outline-offset:5px}img,video{max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.1;letter-spacing:-.045em;text-wrap:balance;overflow-wrap:break-word}h1{font-size:clamp(2.5rem,10.6vw,3.6rem);font-weight:800}h2{font-size:clamp(2rem,8.8vw,3.1rem);font-weight:750}h3{font-size:1.35rem;letter-spacing:-.025em}em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--berry);letter-spacing:-.055em}p{margin-top:1.1rem}p:first-child{margin-top:0}.shell{max-width:var(--shell);margin-inline:auto;padding-inline:24px}.site-header{position:relative;z-index:10;background:#fff}.nav-shell{max-width:var(--shell);margin:auto;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.wordmark{font-size:27px;line-height:.84;font-weight:900;letter-spacing:-.065em;text-decoration:none}.desktop-links{display:none}.nav-actions{display:flex;gap:14px;align-items:center}.nav-actions a{text-decoration:none}.button{background:var(--ink);color:#fff;border-radius:100px;padding:12px 23px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;text-decoration:none;min-height:44px;font-size:15px}.button:hover{background:var(--berry)}.nav-actions .button{padding:10px 17px;font-size:14px}.language{padding:10px 5px;font-size:14px;min-height:44px}.mobile-menu{font-size:14px}.mobile-menu summary{cursor:pointer;min-height:44px;display:flex;align-items:center}.mobile-menu>div{position:absolute;right:24px;top:78px;background:#fff;border:1px solid var(--line);padding:16px 22px;min-width:195px;display:grid;gap:4px;box-shadow:0 12px 28px #190c1b12}.mobile-menu a{padding-block:9px}.hero{display:grid;grid-template-columns:1fr;padding-block:30px 55px;gap:30px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;line-height:1.6;text-transform:uppercase}.hero h1{margin-top:23px;text-wrap:initial}.hero-lead{font-size:19px;line-height:1.5;color:var(--muted);margin:25px 0}.hero-lead br{display:none}.app-badge{display:inline-block;line-height:0;transition:transform .2s}.app-badge:hover{transform:translateY(-3px)}.app-badge img{width:180px;height:60px;object-fit:contain}.small{font-size:13px;color:var(--muted);line-height:1.6}.hero .small{margin-top:13px}.hero-demo{width:100%;max-width:560px;min-width:0;justify-self:center;background:#fbf5fa;border-radius:22px;overflow:hidden}.hero-demo video{display:block;width:100%;aspect-ratio:1;object-fit:contain}.hero-demo figcaption{font-size:12px;padding:10px 16px 15px;color:var(--muted);text-align:center}.comparison-section{background:var(--berry);color:#fff;padding:55px 0 40px;border-radius:22px 22px 0 0}.section-heading{display:grid;gap:20px;margin-bottom:32px}.section-heading h2{margin-top:20px}.section-heading>p{font-size:17px;margin-top:0;max-width:470px}.comparison-section em{color:#fff}.comparison-grid{display:grid;gap:25px}.photo-card{border-radius:18px;overflow:hidden;text-decoration:none;background:#721336;display:flex;flex-direction:column}.photo-card>img{width:100%;aspect-ratio:1.6;object-fit:cover;transition:transform .5s}.photo-card:hover>img{transform:scale(1.02)}.photo-copy{padding:23px 25px 27px}.photo-copy h3{font-family:Georgia,serif;font-weight:400;font-size:2.2rem;letter-spacing:-.035em;margin-top:10px}.photo-copy p{font-size:16px;margin-top:9px}.text-link{display:inline-block;color:var(--berry);font-weight:700;margin-top:20px;padding-block:8px;font-size:15px}.light-link{color:#fff}.story-section{display:grid;gap:35px;padding-block:70px}.story-section h2{margin-top:20px}.body-lead{font-size:19px;line-height:1.65;color:var(--muted);margin-top:25px}.story-section>div>p:not(.eyebrow){max-width:540px}.conversation{padding:28px;background:#faf5f8;border-radius:25px}.mia-name{display:flex;gap:14px;align-items:center;margin-bottom:30px}.mia-name img{border-radius:50%;object-fit:cover}.mia-name span{display:block;font-size:14px;color:var(--muted)}.bubble{padding:18px 21px;border-radius:20px;font-size:18px;max-width:92%}.user-bubble{background:#f0dce6;margin-left:auto;border-bottom-right-radius:6px}.mia-bubble{background:#fff;margin-top:22px;border-bottom-left-radius:6px}.conversation .small{margin-top:24px}.essentials{padding-bottom:65px}.feature-grid{display:grid;gap:30px}.feature-grid article{border-top:1px solid var(--line);padding-top:22px}.feature-number{font-size:13px;color:var(--berry)}.feature-grid h3{margin-top:14px;line-height:1.25}.feature-grid p{color:var(--muted);font-size:16px}.privacy-band{background:#f7eef2;padding-block:55px}.privacy-grid{display:grid;gap:25px}.privacy-grid h2{margin-top:20px}.privacy-grid .body-lead{margin-top:0}.faq-section{max-width:940px;padding-block:65px}.faq-section h2{margin:20px 0 30px}.faq{border-bottom:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-size:17px;font-weight:600;padding-right:16px}.faq p{color:var(--muted);padding-right:15px;margin-top:18px}.closing{text-align:center;padding-block:10px 65px}.closing .app-badge{margin-top:30px}.footer{max-width:var(--shell);margin:auto;padding:36px 24px 30px;border-top:1px solid var(--line)}.footer-top{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.footer-top p{margin:0;color:var(--muted);font-size:15px}.footer-top>div{display:flex;flex-wrap:wrap;gap:10px 25px;width:100%;font-size:14px}.footer a{padding-block:6px}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;gap:10px 20px;font-size:14px;margin-top:25px;color:var(--muted)}.disclaimer{font-size:12px;line-height:1.7;max-width:1000px;color:var(--muted);margin-top:24px}.skip{position:absolute;left:20px;top:-100px;z-index:99;background:#fff;padding:10px}.skip:focus{top:15px}.article-header{max-width:960px;margin:auto;padding:40px 24px 30px}.article-header h1{font-size:clamp(2.15rem,8vw,3.1rem);line-height:1.13;margin-top:24px}.article-header .deck{font-size:19px;color:var(--muted);line-height:1.6;margin-top:24px}.breadcrumbs{font-size:14px;color:var(--muted);display:flex;flex-wrap:wrap;gap:12px}.article-meta{font-size:13px;color:var(--muted);margin-top:25px}.article-body{max-width:860px;margin:auto;padding:0 24px 65px}.article-body h2{font-size:1.7rem;line-height:1.25;letter-spacing:-.025em;margin:40px 0 18px;scroll-margin-top:30px}.article-body h3{font-size:1.3rem;line-height:1.3;margin:28px 0 12px}.article-body p,.article-body li{font-size:17px;line-height:1.8}.article-body li+li{margin-top:10px}.article-body a{color:var(--berry);overflow-wrap:anywhere}.article-body .answer{border-left:3px solid var(--berry);background:#faf5f8;padding:20px;margin:20px 0 30px}.article-body .disclosure{font-size:14px;color:var(--muted)}.toc{border-block:1px solid var(--line);padding:22px 0;margin:28px 0}.toc strong{font-size:14px}.toc ol{margin:10px 0 0;padding-left:22px}.toc a{font-size:15px}.source-list{padding-left:22px}.source-list li{font-size:14px}.related{border-top:1px solid var(--line);margin-top:45px;padding-top:5px}.journal-head{padding-block:45px 35px}.journal-head h1{margin-top:23px;max-width:950px;font-size:2.6rem}.journal-head .body-lead{max-width:650px}.journal-list{display:grid;padding-bottom:65px}.journal-card{padding:30px 0;border-top:1px solid var(--line);text-decoration:none}.journal-card h2{font-size:1.8rem;line-height:1.2;margin-top:15px;letter-spacing:-.03em}.journal-card p{color:var(--muted);font-size:16px}.journal-card:hover h2{color:var(--berry)}[lang=ru] .hero h1{font-size:clamp(2.2rem,8.9vw,3.4rem)}[lang=ru] .hero h1 em{font-size:1.08em}
@media(min-width:768px){body{font-size:17px}.shell,.nav-shell{padding-inline:36px}.nav-shell{padding-block:27px}.desktop-links{display:flex;gap:28px;align-items:center}.desktop-links a{text-decoration:none;font-size:15px}.desktop-links a:hover{color:var(--berry)}.mobile-menu{display:none}.nav-actions{gap:24px}.hero{grid-template-columns:1.04fr 1fr;gap:30px;align-items:center;padding-block:65px 85px;min-height:700px}.hero h1{font-size:clamp(3.3rem,6.4vw,6rem)}.hero-lead{font-size:21px}.hero-demo{align-self:center}.section-heading{grid-template-columns:1.15fr 1fr;gap:45px;align-items:end;margin-bottom:45px}.section-heading>p{font-size:18px}.comparison-section{padding-block:70px 45px}.comparison-grid{grid-template-columns:1fr 1fr}.photo-card>img{height:260px;aspect-ratio:auto}.story-section{grid-template-columns:1fr 1fr;gap:55px;padding-block:100px}.body-lead{font-size:20px}.essentials{padding-bottom:90px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:35px}.privacy-band{padding-block:75px}.privacy-grid{grid-template-columns:1fr 1fr;gap:60px}.faq-section{padding-block:95px}.faq summary{font-size:19px}.closing{padding-bottom:90px}.footer{padding-inline:36px}.footer-top{flex-wrap:nowrap}.footer-top>div{width:auto;margin-left:auto}.article-header{padding:65px 48px 40px}.article-header h1{font-size:3.8rem}.article-header .deck{font-size:22px}.article-body{padding:0 48px 100px}.article-body h2{font-size:2rem}.article-body .answer{padding:24px 28px}.journal-head{padding-block:70px 45px}.journal-head h1{font-size:4.3rem}.journal-list{grid-template-columns:1fr 1fr;gap:0 50px;padding-bottom:95px}[lang=ru] .hero h1{font-size:clamp(2.55rem,4.5vw,4.3rem)}}
@media(min-width:1100px){.shell,.nav-shell{padding-inline:48px}.hero{min-height:760px;gap:42px}.hero h1{font-size:clamp(4.2rem,6.4vw,5.8rem)}.hero-lead{font-size:25px}.hero-demo{margin-right:-15px}.wordmark{font-size:31px}h2{font-size:3.6rem}.section-heading{gap:65px}.section-heading>p{font-size:19px}.comparison-section{padding-top:80px;border-radius:28px 28px 0 0}.photo-card>img{height:310px}.photo-copy{padding:26px 30px 32px}.photo-copy h3{font-size:2.7rem}.story-section{gap:95px;padding-block:115px}.conversation{padding:40px}.privacy-grid{gap:95px}.footer{padding-inline:48px}[lang=ru] .hero h1{font-size:4.2rem}}
@media(max-width:359px){.shell,.nav-shell{padding-inline:18px}.nav-actions{gap:9px}.nav-actions .button{padding-inline:12px}.nav-actions .language{padding-inline:2px}.hero h1{font-size:2.7rem}[lang=ru] .hero h1{font-size:2rem}.wordmark{font-size:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* The offer slide's phone dissolves into the canvas, with no video card. */
[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.home-page .site-header{background:#faf3f7}.hero-canvas{background:linear-gradient(#faf3f7 85%,#fff)}
.hero{padding-block:25px 35px;gap:12px}.hero-demo{position:relative;background:transparent;border-radius:0;overflow:visible;width:min(100%,420px);max-width:none;margin:0;align-self:center}.video-stage{width:100%;aspect-ratio:3/4;mix-blend-mode:darken;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 78%,transparent 100%);mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 78%,transparent 100%)}.hero-demo video{display:block;width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;-webkit-mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}.video-toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin:-20px auto 0;position:relative;z-index:1;border:0;background:transparent;color:var(--muted);font:13px Arial,Helvetica,sans-serif;min-height:44px;padding:10px 16px;cursor:pointer}.video-toggle:before{content:'Ⅱ';font-size:16px}.video-toggle[data-state=paused]:before{content:'▷'}.video-toggle:hover{color:var(--berry)}button:focus-visible,.comparison-scroll:focus-visible{outline:3px solid var(--berry);outline-offset:4px}
/* Prices and real access conditions, readable without JavaScript. */
.comparison-detail{margin-top:40px}.comparison-date,.article-body .comparison-date{font-size:13px;color:var(--muted);margin:0 0 20px}.price-grid{display:grid;gap:14px}.price-card{padding:22px;background:#faf7f9;border:1px solid var(--line);border-radius:18px;min-width:0}.price-featured{background:var(--rose);border-color:#d8acbd}.article-body .price-card h3{font-size:19px;margin:0 0 16px}.article-body .price-value{font-size:30px;font-weight:750;letter-spacing:-.045em;line-height:1.25;margin:0}.price-value span{font-size:14px;font-weight:400;letter-spacing:0;white-space:nowrap}.article-body .price-detail{font-size:15px;line-height:1.6;margin-top:14px}.article-body .price-note,.article-body .price-source{font-size:12px;line-height:1.6;color:var(--muted);margin-top:12px}.article-body .pricing-context{font-size:14px;line-height:1.7;color:var(--muted);margin:18px 0 0}.comparison-scroll{overflow-x:auto;overscroll-behavior-x:contain;width:100%;border:1px solid var(--line);border-radius:16px;margin-top:20px}.feature-table{border-collapse:collapse;width:100%;table-layout:fixed;font-size:14px;line-height:1.5}.feature-table th,.feature-table td{padding:16px 10px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line);overflow-wrap:anywhere;hyphens:auto}.feature-table thead{background:#f5eef2}.feature-table th{font-weight:700}.feature-table th:first-child{width:28%}.feature-table .our-column{background:#fbf0f5}.feature-table thead .our-column{color:var(--berry);background:#f3dfE8}.feature-table tbody tr:last-child>*{border-bottom:0}.feature-table.wide-table{min-width:820px}.wide-table th:first-child{width:18%}.article-body .comparison-sources{font-size:12px;line-height:1.8;color:var(--muted);margin-top:18px}.article-body .table-hint{font-size:13px;color:var(--muted)}.advantage-note{margin:30px 0;border-left:3px solid var(--berry);padding:1px 0 1px 22px}.article-body .advantage-note h2{font-size:23px;margin-top:16px}.advantage-note p{margin-bottom:16px}
@media(min-width:600px){.price-grid{grid-template-columns:1fr 1fr}.feature-table{font-size:15px}.feature-table th,.feature-table td{padding:18px 16px}.price-card{padding:25px}}
@media(min-width:768px){.hero{padding-block:30px 65px;gap:30px;min-height:680px}.hero-demo{width:min(100%,460px)}.hero-copy{position:relative;z-index:1}.video-toggle{margin-top:-30px}}
@media(min-width:1100px){.hero{min-height:730px;padding-block:20px 60px}.hero-demo{width:480px;max-width:100%;margin:0}.hero-canvas{background:linear-gradient(#faf3f7 85%,#fff)}}
@media(max-width:359px){.feature-table{font-size:12px}.feature-table th,.feature-table td{padding:13px 7px}.hero-demo{width:100%}}
/* At phone widths the shared criterion sits above two comparable cells. */
@media(max-width:599px){
.pair-table,.pair-table thead,.pair-table tbody{display:block}.pair-table tr{display:grid;grid-template-columns:1fr 1fr;position:relative}.pair-table thead th:first-child{position:absolute;width:1px;height:1px;margin:-1px;padding:0;clip:rect(0,0,0,0);overflow:hidden}.pair-table tbody th[scope=row]{grid-column:1/-1;width:auto;background:#f6f1f4;padding:11px 14px;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:.01em}.pair-table th,.pair-table td{width:auto;padding:15px 14px;font-size:14px;line-height:1.6;hyphens:none;overflow-wrap:break-word}.pair-table td.our-column{border-right:1px solid var(--line)}.pair-table thead th{font-size:15px}.pair-table tbody tr:last-child th{border-bottom:1px solid var(--line)}
}

/* Original artwork and sourced reader experiences. */
.wordmark{display:inline-flex;align-items:center;flex-shrink:0;line-height:1;width:96px;min-height:44px}.wordmark img{display:block;width:100%;height:auto}.footer .wordmark{width:124px}.reader-stories{padding-block:44px}.reader-stories>h2{max-width:820px;margin:18px 0 28px}.review-grid{display:grid;gap:16px;margin:24px 0}.review-card{background:#faf5f8;border:1px solid #eadce3;border-radius:18px;padding:24px;min-width:0}.review-stars,.article-body .review-stars{font-size:16px;letter-spacing:3px;color:var(--berry);margin:0 0 15px}.review-stars span{color:#806873}.review-summary,.article-body .review-summary{font-size:17px;line-height:1.65;margin:0 0 20px}.review-byline,.article-body .review-byline{font-size:12px;line-height:1.65;color:var(--muted);margin:0 0 10px}.review-card .evidence{font-size:12px}.review-method,.article-body .review-method{font-size:13px;line-height:1.7;color:var(--muted);max-width:800px}.press-brand{background:#faf3f7;border-radius:24px;padding:45px 28px;margin:20px 0 35px}.press-brand img{display:block;width:min(100%,320px);height:auto;margin:auto}.download-list{display:grid;border-top:1px solid var(--line);margin:25px 0}.download-list a{padding:17px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.5}.footer-top>div{flex-wrap:wrap}.article-body section[id]{scroll-margin-top:25px}
@media(min-width:700px){.wordmark{width:116px}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .review-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reader-stories{padding-block:65px}.article-body .reader-stories{padding-block:25px}.article-body .reader-stories .review-card:last-child:nth-child(odd){grid-column:1/-1}}
@media(max-width:359px){.wordmark{width:78px}.review-card{padding:20px}.review-summary,.article-body .review-summary{font-size:16px}}

/* Product demonstration is the first mobile content; desktop keeps the text left. */
.press-screenshots{display:grid;gap:24px}.press-screenshots figure{width:min(100%,260px);justify-self:center}.press-screenshots img{display:block;border:1px solid var(--line);border-radius:20px}.press-screenshots figcaption{font-size:13px;color:var(--muted);margin-top:12px;text-align:center}@media(min-width:600px){.press-screenshots{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
.hero{padding-top:0;gap:4px}.hero-demo{width:min(100%,340px)}.hero-copy{padding-bottom:24px}.hero h1{margin-top:15px}.video-toggle{margin-top:-10px}.hero .video-stage{aspect-ratio:3/4}
.comparison-art{position:relative;height:320px;overflow:hidden;background:linear-gradient(140deg,#f8edf3,#ebd8e8);color:#5b344b}.comparison-art>span{position:relative;z-index:1;display:block;padding:18px 22px;font-size:12px;letter-spacing:.04em}.comparison-art>img{display:block;width:230px;max-width:80%;height:auto;margin:0 auto;border:4px solid #fff;border-radius:22px 22px 0 0;box-shadow:0 14px 45px #64234324}.insights-art{background:linear-gradient(140deg,#f5f0e4,#e9e3ed)}
.product-story{display:grid;gap:35px;padding-block:60px;border-top:1px solid var(--line)}.product-story h2,.logging-band h2,.principles h2{margin-top:18px}.product-story-copy>p:not(.eyebrow){max-width:580px}.product-story-copy>p:not(.eyebrow):not(.body-lead){color:var(--muted)}.product-screen{padding:28px 20px 20px;background:#f6f1f6;border-radius:24px;min-width:0;text-align:center}.product-screen img{display:block;margin:auto;width:260px;height:auto;border-radius:20px;box-shadow:0 8px 32px #442d4910}.product-screen figcaption{margin-top:18px;font-size:12px;line-height:1.5;color:var(--muted)}.reading-screen{background:#f8f4ed}.logging-band{padding-block:55px;background:#faf3f7}.logging-band .body-lead{max-width:760px}.logging-options{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:30px 0 20px}.logging-options li{padding:12px 17px;border:1px solid #e6ceda;border-radius:100px;font-size:14px;line-height:1.5;background:#fff}.circle-art{align-self:center;max-width:520px;justify-self:center}.circle-art img{width:100%;display:block}.circle-story{border-top:0}.privacy-cards{display:grid;gap:28px}.privacy-cards article{border-top:1px solid #ddc7d2;padding-top:20px}.privacy-cards h3{margin-top:15px;line-height:1.25;font-size:22px}.privacy-cards p{font-size:16px;color:var(--muted)}.principles{padding-block:60px}.principles>h2{max-width:930px}.principles>ul{list-style:none;padding:0;margin:35px 0 0;display:grid;gap:25px}.principles li{border-top:1px solid var(--line);padding-top:20px}.principles h3{font-size:21px}.principles li p{color:var(--muted);font-size:16px}
.footer-navigation{display:grid;gap:24px;margin:30px 0 40px}.footer-navigation nav{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.footer-navigation h2,.footer-resources h2{font-family:Arial,Helvetica,sans-serif;font-size:17px;letter-spacing:-.015em;line-height:1.3;margin:0 0 12px}.footer-navigation a{font-size:14px;line-height:1.6;min-height:40px}.footer-resources{display:grid;gap:30px;padding-block:30px;border-block:1px solid var(--line)}.footer-resources section{min-width:0}.footer-resources p{font-size:13px;color:var(--muted);line-height:1.7;max-width:580px}.footer-resources ul{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:15px}.footer-resources li>a{display:inline-block;padding-block:2px;font-size:14px;line-height:1.5}.footer-resources li>span{display:block;font-size:11px;color:var(--muted)}.ai-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;max-width:460px}.ai-links a{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:12px;text-decoration:none;padding:12px;font-size:13px;min-height:48px}.ai-links a:hover{border-color:var(--berry);background:var(--rose)}.ai-links img{width:20px;height:20px;flex-shrink:0}.ai-links span{margin-left:auto}.footer-bottom>nav{display:flex;flex-wrap:wrap;gap:20px}.footer-bottom>nav a{display:inline-flex;align-items:center;min-height:44px}.document-page .article-header{max-width:860px}.document-page .article-body{padding-bottom:60px}.document-source .meta{color:var(--muted);font-size:14px}.document-source p{overflow-wrap:anywhere}.document-page .toc{margin-top:0}.document-source>h2:first-child{margin-top:0}
@media(min-width:600px){.privacy-cards,.principles>ul{grid-template-columns:1fr 1fr;gap:32px}.footer-navigation{grid-template-columns:1fr 1fr 1fr;gap:28px}.comparison-art{height:350px}.comparison-art>img{width:260px}}
@media(min-width:768px){.hero{padding-block:30px 65px;gap:30px}.hero-copy{grid-column:1;grid-row:1;padding-bottom:0}.hero-demo{grid-column:2;grid-row:1;width:min(100%,460px)}.hero h1{margin-top:23px}.product-story{grid-template-columns:1fr 1fr;gap:55px;align-items:center;padding-block:90px}.product-screen{padding:32px 20px 22px;max-width:480px;width:100%;justify-self:center}.product-screen img{width:280px}.product-story:nth-of-type(even) .product-story-copy{grid-column:2;grid-row:1}.product-story:nth-of-type(even) .product-screen{grid-column:1;grid-row:1}.logging-band{padding-block:75px}.logging-options{max-width:990px}.logging-options li{font-size:16px;padding:14px 22px}.principles{padding-block:90px}.footer-navigation{margin-block:35px 45px}.footer-resources{grid-template-columns:1.15fr 1fr;gap:65px;padding-block:40px}.footer-navigation a{min-height:36px}.footer-resources h2{font-size:19px}}
@media(min-width:1100px){.hero{padding-block:20px 60px}.hero-demo{width:480px}.product-story{gap:95px}.privacy-cards,.principles>ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-screen img{width:300px}.comparison-art{height:360px}.comparison-art>img{width:280px}.comparison-art>span{padding:20px 30px}.footer-navigation{grid-template-columns:1fr 1fr 1fr;max-width:1100px}}

/* Calm navigation and clear free/optional plan hierarchy. */
a{text-decoration:none;transition:color .18s ease,background-color .18s ease,border-color .18s ease}a:hover{color:var(--berry)}a:focus-visible{outline:3px solid var(--berry);outline-offset:4px;border-radius:4px}.button:hover,.photo-card:hover,.light-link:hover{color:#fff}.article-body a{font-weight:600}.article-body p a:not(.button):not(.app-badge),.document-source li a{background:#f6eaf0;border-radius:5px;padding:2px 5px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.article-body p a:hover,.document-source li a:hover{background:#ecd4e0}.text-link{display:inline-flex;align-items:center;gap:14px;border-radius:100px;background:#f5e9ef;padding:12px 20px;min-height:46px;line-height:1.5}.text-link::after{content:'↗';font-size:18px;flex-shrink:0}.text-link:hover{background:#ecd4e0}.light-link{background:#ffffff16;border:1px solid #ffffff35}.light-link:hover{background:#ffffff28}.article-body .answer{border:0;border-radius:22px;background:#f7f2f5;padding:25px;margin-top:20px}.article-body .answer>strong{font-size:13px;text-transform:uppercase;letter-spacing:.07em;color:var(--berry)}.article-body .free-commitment{font-size:15px;line-height:1.65;background:#f1f6f2;color:#294635;border-radius:16px;padding:18px 20px;margin:22px 0}.article-body .toc{border:0;border-radius:22px;background:#f8f6f8;padding:22px;margin-block:28px}.toc ol{list-style:none;padding:0;margin-top:15px;display:grid;gap:7px}.toc li+li{margin:0}.toc a{display:flex;justify-content:space-between;gap:18px;padding:12px 14px;border-radius:12px;font-size:15px;line-height:1.5;background:#fff;color:var(--ink);font-weight:500}.toc a::after{content:'↗';color:var(--berry);flex-shrink:0}.toc a:hover{background:#f0e4eb}.source-list{list-style:none;padding:0;display:grid;gap:12px}.article-body .source-list li{margin:0;padding:16px 18px;border-radius:14px;background:#f8f6f8;line-height:1.6}.source-list a{display:block;font-size:14px}.source-list a::after{content:' ↗';white-space:nowrap}.related ul{list-style:none;padding:0;display:grid;gap:12px}.related li,.article-body .related li+li{margin:0}.related li a{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#f8f3f6;border-radius:16px;padding:18px 20px;font-size:16px;line-height:1.5}.related li a::after{content:'↗';flex-shrink:0}.related li a:hover{background:#eedce5}.footer-navigation a{color:#635460;font-weight:500;border-radius:8px;padding-inline:8px;margin-left:-8px}.footer-navigation a:hover{color:var(--berry);background:#f6edf2}.footer-resources li{padding:12px 15px;background:#f8f6f8;border-radius:12px}.footer-resources li>a{font-weight:600}.footer-resources li>span{margin-top:4px}.footer-bottom a{font-weight:600}.download-list{border:0;gap:10px}.download-list a{border:0;border-radius:14px;background:#f8f3f6;padding:17px 20px}.download-list a:hover{background:#eedce5}.article-body .plan-label{font-size:12px;font-weight:600;line-height:1.6;margin:0 0 10px;color:var(--muted)}.article-body .price-value{font-size:44px;line-height:1.15;margin:12px 0 22px}.price-featured .plan-label{color:#6c2548}.premium-option{background:#ffffffa6;border-radius:12px;padding:15px;margin-top:10px}.article-body .premium-option .plan-label{margin-bottom:5px}.article-body .premium-value{font-size:25px;font-weight:750;line-height:1.3;letter-spacing:-.035em;margin:0}.premium-value span{font-size:14px;font-weight:400;letter-spacing:0}.article-body .price-source a{font-weight:500;background:transparent;padding:0}.price-card{border:0;padding:24px}.price-featured{box-shadow:inset 0 0 0 1px #dfbed0}.article-body .price-card h3{margin-bottom:12px}.breadcrumbs a{font-weight:600}.article-header .article-meta{padding:10px 14px;background:#f7f3f6;display:inline-block;border-radius:100px;font-size:12px}
@media(min-width:700px){.source-list{grid-template-columns:1fr 1fr}.article-body .toc{padding:26px}.related ul{grid-template-columns:1fr 1fr}.related li a{height:100%}.footer-resources ul{gap:10px}}
@media(prefers-reduced-motion:reduce){a{transition:none}}
.footer-resources li{padding:0}.footer-resources li>a{display:block;padding:14px 16px;border-radius:12px}.footer-resources li a>span{display:block;font-size:11px;color:var(--muted);font-weight:400;margin-top:4px}.footer-resources li>a:hover{background:#f0e4eb}.article-body .source-list li{padding:0}.source-list a{padding:16px 18px;border-radius:14px}.source-list a:hover{background:#f0e4eb}

/* Current native captures retain their complete, unmodified screenshot content. */
.product-screen figcaption>span,.press-screenshots figcaption>span{display:block;margin-top:6px;font-size:11px;line-height:1.5;color:var(--muted)}.story-section>.product-screen{align-self:center}.product-screen>a{display:block;width:fit-content;max-width:100%;margin-inline:auto;border-radius:20px}.comparison-art>img{object-fit:contain;object-position:top}.circle-screen{background:#f9eff5}
/* Actual app identities in comparison covers. */
.versus-art{--opponent:#fee7ed;display:grid;grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);align-items:center;gap:8px;min-height:216px;padding:30px 20px;background:linear-gradient(115deg,#f8dfeb 0%,#fff5f9 49%,var(--opponent) 100%);color:var(--ink);isolation:isolate}
.versus-clue{--opponent:#eef0ff}.versus-stardust{--opponent:#e9e6fa}.versus-cycles{--opponent:#e3f2f1}.versus-apple{--opponent:#f5edf0}
.versus-brand{display:flex;flex-direction:column;align-items:center;gap:13px;min-width:0;text-align:center;font-size:15px;font-weight:700;line-height:1.2}
.versus-brand img{display:block;width:86px;height:86px;object-fit:contain;border-radius:22%;box-shadow:0 10px 25px #52183814}
.versus-mark{font:italic 23px Georgia,serif;color:#6e4c61;text-align:center}
.photo-card.versus-card{background:#fff;color:var(--ink);border-radius:24px;box-shadow:0 5px 24px #260b2210;transition:transform .2s ease}
.photo-card.versus-card:hover{color:var(--ink);transform:translateY(-3px)}
.versus-card .photo-copy{padding:24px;display:flex;flex-direction:column;flex:1}
.versus-card .photo-copy h3{font-family:Arial,Helvetica,sans-serif;font-weight:750;font-size:1.6rem;line-height:1.18}
.versus-card .photo-copy p{color:var(--muted);margin-bottom:20px}
.versus-card .eyebrow{color:var(--berry);font-size:10px}
.compare-cta{color:var(--berry);font-size:14px;font-weight:700;margin-top:auto}
.brand-credit{font-size:12px;opacity:.75;max-width:800px}
.article-header>.versus-art{margin-top:30px;border-radius:24px;max-width:680px;min-height:220px}
.journal-card .versus-art{border-radius:20px;margin-bottom:24px}
.versus-compact{min-height:176px;padding:24px 18px}.versus-compact .versus-brand img{width:68px;height:68px}
.feature-detail{display:inline-block;margin-top:18px;color:var(--berry);font-size:14px;font-weight:700}
.essentials .feature-grid article{padding:25px;border:0;border-radius:22px;background:#fbf5f8}
@media(min-width:700px){.comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.essentials .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.article-header>.versus-art{min-height:260px;padding-inline:80px}.article-header .versus-brand img{width:112px;height:112px}.article-header .versus-brand{font-size:18px}}
@media(min-width:1100px){.comparison-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.versus-art{min-height:230px}.versus-brand img{width:94px;height:94px}}
@media(prefers-reduced-motion:reduce){.photo-card.versus-card{transition:none}.photo-card.versus-card:hover{transform:none}}

.feature-table.wide-table{min-width:1260px}
