@charset "UTF-8";
:root {
  color-scheme: light;
  --paper: #fafaf8;
  --ink: #20252b;
  --muted: #646c75;
  --blue: #285ee6;
  --line: #e3e5e6;
  --soft-blue: #edf3ff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1,h2,h3,p { margin: 0; }
h1,h2,h3 { font-weight: 650; line-height: 1.12; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; vertical-align: middle; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; background: white; padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 106px; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 23px; font-weight: 700; letter-spacing: -.8px; }
.wordmark img { border-radius: 8px; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 550; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { color: var(--blue); }
.nav-download { border: 1px solid #d8dce0; border-radius: 100px; padding: 9px 18px; background: #fff; }
.nav-download span { margin-left: 12px; }
.hero { text-align: center; padding-top: 57px; }
.eyebrow { font-size: 11px; font-weight: 650; letter-spacing: 1.6px; line-height: 1.5; }
.hero > .eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 500; letter-spacing: .15px; color: #53616f; }
.small-dot { width: 6px; height: 6px; border-radius: 50%; background: #619479; }
.hero h1 { font-size: clamp(48px, 6.5vw, 82px); letter-spacing: -.045em; line-height: 1.045; font-weight: 680; margin-top: 22px; }
.hero h1 span { color: var(--blue); }
.hero-description { color: var(--muted); font-size: 19px; line-height: 1.6; margin: 24px auto 28px; max-width: 520px; letter-spacing: -.2px; }
.download-group { display: flex; flex-direction: column; align-items: center; }
.download-buttons { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 22px; border-radius: 12px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 600; line-height: 1.3; transition: transform .18s, box-shadow .18s, background .18s; }
.button .icon { width: 20px; height: 20px; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 2px 3px #20252b0b; }
.button-primary:hover { background: #354151; transform: translateY(-2px); box-shadow: 0 5px 12px #20252b15; }
.button-secondary { background: #fff; border-color: #d9dee4; }
.button-secondary:hover { background: #f1f5fc; transform: translateY(-2px); }
.coming-soon { margin: 9px 0 0; font-size: 12px; color: #6c747c; }
.hero-note { color: #69737f; font-size: 12px; margin-top: 16px; }
.product-stage { position: relative; height: 490px; max-width: 970px; margin: 58px auto 0; text-align: left; }
.desktop-preview { position: absolute; left: 24px; top: 8px; width: 660px; border-radius: 16px; background: #fff; border: 1px solid #d6dbe2; box-shadow: 0 30px 60px -28px #24396c4f, 0 2px 8px #25324808; overflow: hidden; }
.preview-titlebar { height: 43px; padding: 0 16px; background: #f4f5f7; border-bottom: 1px solid #e9ebee; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: #6d7684; }
.preview-titlebar > span:nth-child(2) { display: flex; gap: 5px; align-items: center; font-weight: 600; margin-left: -20px; }
.preview-titlebar .icon { width: 14px; height: 14px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { display: block; width: 9px; height: 9px; border-radius: 50%; background: #ff6961; border: 1px solid #ed625b; }
.window-dots i:nth-child(2) { background: #ffce52; border-color: #eabb47; }
.window-dots i:nth-child(3) { background: #67cf83; border-color: #59be76; }
.preview-badge { font-size: 10px; }
.demo-search { display: flex; align-items: center; gap: 12px; padding: 20px 22px; border-bottom: 1px solid #eee; }
.demo-search > .icon { color: #8b939c; width: 22px; height: 22px; }
.demo-search input { width: 100%; min-width: 0; border: 0; background: transparent; outline: 0; font-size: 21px; font-weight: 400; color: var(--ink); letter-spacing: -.4px; }
.demo-search input::placeholder { color: #90979f; opacity: 1; }
.demo-search:focus-within { box-shadow: inset 0 -2px var(--blue); }
.demo-search input:focus-visible { outline: none; }
kbd { font-family: inherit; white-space: nowrap; font-size: 12px; color: #8b929b; padding: 1px 6px; border: 1px solid #e6e8eb; border-radius: 5px; }
.demo-tools { padding: 13px 19px 7px; display: flex; align-items: center; justify-content: space-between; }
.demo-tools > span { font-size: 10px; color: #89919b; }
.segmented { display: flex; padding: 3px; background: #f3f4f7; border-radius: 8px; gap: 2px; }
.segmented button { display: flex; align-items: center; gap: 5px; border: 0; color: #717985; background: transparent; border-radius: 6px; padding: 5px 13px; font-size: 11px; }
.segmented .icon { width: 12px; height: 12px; }
.segmented button[aria-pressed="true"] { background: white; color: #2f3d54; box-shadow: 0 1px 4px #00000010; }
.demo-list { min-height: 242px; padding: 4px 10px 10px; }
.demo-row { width: 100%; border: 0; border-radius: 9px; text-align: left; display: flex; align-items: center; gap: 12px; background: transparent; padding: 11px 12px; min-height: 56px; color: var(--ink); }
.demo-row:hover { background: #f4f6fa; }
.demo-row.selected { background: #edf3ff; }
.demo-row > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.demo-row strong { font-size: 12px; font-weight: 600; letter-spacing: -.1px; }
.snippet-preview { font-size: 10.5px; line-height: 1.65; color: #64707e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.snippet-symbol { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; }
.snippet-symbol .icon { width: 17px; height: 17px; }
.blue { background: #dfe9ff; color: #5074c8; }
.peach { background: #fff0e4; color: #b48062; }
.lilac { background: #efebfa; color: #937cb4; }
.green { background: #e9f3ea; color: #6a9473; }
.row-star { color: #b9a477; }
.row-star .icon { width: 13px; height: 13px; }
.row-arrow { color: #a1a8b1; font-size: 15px; }
.demo-empty { text-align: center; padding: 64px 20px; color: var(--muted); font-size: 13px; }
.demo-footer { height: 39px; padding: 0 20px; display: flex; align-items: center; gap: 6px; color: #66717f; font-size: 10px; border-top: 1px solid #f0f1f4; }
.demo-footer .icon { width: 12px; height: 12px; }
.demo-footer > span { margin-left: auto; }
.phone-preview { position: absolute; width: 233px; height: 453px; top: 33px; right: 8px; z-index: 1; background: #fff; border: 5px solid #303237; border-radius: 34px; outline: 1px solid #c4c7cc; box-shadow: 0 22px 45px -20px #21315470; overflow: hidden; font-size: 10px; }
.phone-top { display: flex; align-items: center; justify-content: space-between; height: 37px; padding: 0 15px; color: #272a2e; font-size: 9px; font-weight: 700; }
.phone-top i { width: 65px; height: 19px; border-radius: 20px; background: #25262b; }
.message-header { height: 60px; background: #f9f9fa; border-bottom: 1px solid #eee; display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 8px; position: relative; }
.message-header > span:first-child { position: absolute; left: 14px; top: 3px; font-size: 27px; color: #5387df; }
.avatar { display: grid; place-items: center; height: 31px; width: 31px; background: #b4bac3; color: white; border-radius: 50%; font-size: 15px; margin-top: 4px; }
.messages { height: 178px; padding: 10px 11px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.message-time { align-self: center; color: #9299a2; font-size: 7px; }
.message { font-size: 10px; line-height: 1.4; border-radius: 11px; padding: 8px 10px; max-width: 91%; }
.incoming { background: #f0f0f1; border-bottom-left-radius: 3px; }
.outgoing { background: #2e78e5; color: #fff; align-self: flex-end; border-bottom-right-radius: 3px; }
.message-status { align-self: flex-end; color: #8d949d; font-size: 7px; margin-top: -5px; }
.phone-keyboard { border-top: 1px solid #e7e9ed; background: #f6f7fa; padding: 10px; }
.phone-tabs { display: flex; background: #e8e9ef; border-radius: 6px; padding: 2px; font-size: 9px; text-align: center; }
.phone-tabs span { flex: 1; padding: 3px; }
.phone-tabs span:first-child { background: white; border-radius: 5px; box-shadow: 0 1px 2px #00000009; }
.phone-search { margin-top: 7px; background: #eceef3; color: #8b929d; display: flex; align-items: center; gap: 4px; padding: 6px; border-radius: 5px; font-size: 9px; }
.phone-search .icon { width: 12px; height: 12px; }
.phone-snippet { display: flex; flex-direction: column; padding: 8px 3px; }
.phone-snippet strong { font-size: 9px; font-weight: 600; white-space: nowrap; }
.phone-snippet span { font-size: 8px; color: #8a919b; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.phone-copy { display: flex; align-items: center; gap: 4px; color: #6b7995; font-size: 8px; padding-top: 6px; border-top: 1px solid #e5e7eb; }
.phone-copy .icon { width: 11px; height: 11px; }
.phone-copy > span:last-child { margin-left: auto; color: var(--blue); }
.phone-home { width: 76px; height: 3px; border-radius: 3px; background: #383a40; position: absolute; bottom: 5px; left: calc(50% - 38px); }
.preview-flourish { position: absolute; right: -4px; top: -39px; font: italic 17px/1.2 Georgia, serif; transform: rotate(8deg); color: #748297; }
.preview-flourish svg { position: absolute; right: -27px; top: 20px; width: 68px; height: 48px; transform: rotate(30deg); }
.preview-caption { color: #69737f; font-size: 11px; min-height: 21px; margin-top: 21px; }
.benefits { padding: 67px 0 68px; margin-top: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.benefits article > .icon { color: var(--blue); margin-bottom: 18px; width: 26px; height: 26px; }
.benefits h2 { font-size: 19px; letter-spacing: -.5px; line-height: 1.3; margin-bottom: 12px; }
.benefits p { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 310px; }
.details-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; padding-block: 106px; }
.section-heading .eyebrow { color: var(--blue); margin-bottom: 20px; }
.section-heading h2 { font-size: 39px; letter-spacing: -1.7px; line-height: 1.18; }
.section-heading > p:last-child { font-size: 15px; color: var(--muted); margin-top: 20px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 38px; }
.feature-grid article > .icon { color: #697c90; width: 23px; height: 23px; margin-bottom: 15px; }
.feature-grid h3 { font-size: 15px; letter-spacing: -.25px; line-height: 1.4; margin-bottom: 9px; }
.feature-grid p { font-size: 13px; line-height: 1.8; color: var(--muted); }
.format-icon { display: flex; gap: 9px; height: 23px; align-items: center; color: #697c90; font-size: 17px; margin-bottom: 15px; }
.privacy-note { border-radius: 24px; background: #edf2ed; padding: 54px 64px; display: flex; align-items: center; gap: 48px; }
.privacy-mark { display: grid; place-items: center; width: 94px; height: 106px; color: #5d7d65; flex-shrink: 0; }
.privacy-mark .icon { width: 74px; height: 74px; stroke-width: 1.1; }
.privacy-note .eyebrow { color: #617665; margin-bottom: 11px; }
.privacy-note h2 { font-size: 35px; letter-spacing: -1.3px; }
.privacy-note p:not(.eyebrow) { color: #637065; max-width: 610px; font-size: 14px; margin: 14px 0 18px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 550; }
.text-link .icon { width: 15px; height: 15px; }
.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; padding-block: 110px 90px; }
.faq > div > .eyebrow { color: var(--muted); margin-bottom: 20px; }
.faq h2 { font-size: 39px; line-height: 1.16; letter-spacing: -1.5px; }
.faq > div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 22px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; list-style: none; font-size: 14px; font-weight: 550; line-height: 1.6; padding: 21px 30px 21px 0; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; right: 0; top: 17px; content: '+'; font-weight: 350; font-size: 22px; color: #899099; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--muted); font-size: 13px; line-height: 1.85; padding: 0 25px 22px 0; }
.download-section { text-align: center; border-top: 1px solid var(--line); padding-block: 65px 82px; }
.download-section > img { margin: 0 auto 19px; }
.download-section h2 { font-size: 44px; letter-spacing: -1.7px; line-height: 1.15; }
.download-section > p:first-of-type { color: var(--muted); font-size: 15px; margin: 17px 0 27px; }
.download-meta { color: #69737f; font-size: 11px; margin-top: 17px; }
.availability { font-size: 11px; color: #69737f; margin-top: 7px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 30px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; }
.footer-top .wordmark { font-size: 18px; gap: 6px; letter-spacing: -.6px; }
.footer-top > span { color: #69737f; font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; font-size: 11px; color: #69737f; }
.footer-bottom p a { text-decoration: none; }
.footer-bottom p a:hover { text-decoration: underline; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom nav a { text-decoration: none; }
.footer-bottom nav a:hover { color: var(--blue); }
.legal { max-width: 720px; padding: 58px 0 100px; font-size: 15px; line-height: 1.9; }
.back-link { display: inline-block; color: var(--muted); font-size: 12px; margin-bottom: 45px; text-decoration: none; }
.legal > .eyebrow { color: var(--blue); margin-bottom: 13px; }
.legal h1 { font-size: 57px; letter-spacing: -2.4px; }
.legal-date { color: #69737f; font-size: 12px; margin-top: 15px; }
.legal .legal-intro { color: #394653; font-size: 18px; line-height: 1.75; margin-top: 38px; }
.legal h2 { margin-top: 38px; font-size: 21px; letter-spacing: -.6px; }
.legal p:not(.eyebrow):not(.legal-date):not(.legal-intro) { color: var(--muted); margin-top: 14px; }
.legal p a { color: #38598a; }
.legal-summary { background: var(--soft-blue); border-radius: 12px; padding: 22px 26px; color: #395a8c; line-height: 1.75; margin-top: 30px; }
.not-found { text-align: center; padding: 100px 0 140px; }
.not-found .eyebrow { color: var(--blue); }
.not-found h1 { font-size: 66px; letter-spacing: -2.5px; margin-top: 25px; }
.not-found p:not(.eyebrow) { margin: 25px 0; color: var(--muted); }
@media (max-width: 1000px) {
  .desktop-preview { width: 68%; left: 0; }
  .phone-preview { right: 0; }
  .preview-flourish { right: 34px; }
  .benefits { gap: 30px; }
  .details-section, .faq { gap: 45px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 84px; }
  .site-header nav { gap: 20px; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: 62px; }
  .hero-description { font-size: 17px; }
  .product-stage { margin-top: 44px; height: 410px; }
  .desktop-preview { width: 77%; }
  .phone-preview { transform: scale(.77); transform-origin: top right; top: 61px; }
  .demo-tools > span { display: none; }
  .demo-search { padding: 18px; }
  .demo-search input { font-size: 18px; }
  .demo-row { padding-inline: 8px; gap: 8px; }
  .snippet-preview { max-width: 265px; }
  .demo-footer > span { display: none; }
  .preview-flourish { display: none; }
  .benefits { grid-template-columns: 1fr; gap: 34px; padding-block: 40px; margin-top: 35px; }
  .benefits article { position: relative; padding-left: 47px; }
  .benefits article > .icon { position: absolute; left: 0; top: 2px; }
  .benefits h2 { margin-bottom: 8px; }
  .benefits p { max-width: none; }
  .details-section { grid-template-columns: 1fr; gap: 38px; padding-block: 65px; }
  .section-heading h2, .faq h2 { font-size: 34px; }
  .privacy-note { padding: 35px 27px; gap: 23px; }
  .privacy-mark { width: 50px; }
  .privacy-mark .icon { width: 50px; height: 50px; }
  .privacy-note h2 { font-size: 28px; }
  .faq { grid-template-columns: 1fr; gap: 30px; padding-block: 65px; }
  .faq > div > p:last-child { margin-top: 15px; }
  .download-section { padding-block: 45px 60px; }
  .download-section h2 { font-size: 36px; }
  .footer-bottom { gap: 16px; flex-wrap: wrap; }
  .footer-top > span { font-size: 10px; }
}
@media (max-width: 520px) {
  .site-header .nav-feature { display: none; }
  .site-header nav { font-size: 12px; gap: 18px; }
  .nav-download { padding: 7px 11px; }
  .nav-download span { margin-left: 4px; }
  .wordmark { font-size: 21px; }
  .hero { padding-top: 30px; }
  .hero > .eyebrow { font-size: 11px; }
  .hero h1 { font-size: clamp(43px, 11.8vw, 59px); margin-top: 20px; }
  .hero-description { font-size: 16px; margin-top: 21px; }
  .desktop-break { display: none; }
  .download-buttons { gap: 8px; width: 100%; }
  .button { font-size: 12px; padding: 12px; min-height: 48px; gap: 6px; border-radius: 10px; }
  .button .icon { width: 18px; height: 18px; }
  .hero-note { max-width: 250px; margin-inline: auto; line-height: 1.8; font-size: 11px; }
  .product-stage { height: auto; margin-top: 32px; }
  .desktop-preview { position: relative; width: 100%; left: auto; top: auto; border-radius: 13px; box-shadow: 0 15px 36px -22px #24396c5a; }
  .preview-titlebar { height: 36px; }
  .demo-search { gap: 8px; padding: 16px 13px; }
  .demo-search input { font-size: 18px; }
  .demo-search kbd { display: none; }
  .demo-tools { padding-inline: 12px; }
  .demo-row { padding-block: 12px; }
  .demo-row strong { font-size: 11px; }
  .demo-row .row-star { display: none; }
  .snippet-symbol { width: 28px; height: 28px; }
  .snippet-preview { font-size: 9px; }
  .demo-list { min-height: 250px; padding-inline: 7px; }
  .demo-footer { padding-inline: 15px; font-size: 9px; }
  .phone-preview { position: relative; width: 100%; height: auto; top: auto; right: auto; border: 1px solid #e0e4eb; outline: none; border-radius: 14px; box-shadow: none; transform: none; margin: 14px auto 0; }
  .phone-top, .message-header, .phone-keyboard, .phone-home, .message.incoming, .message-time { display: none; }
  .messages { height: auto; padding: 15px; gap: 9px; }
  .message.outgoing { font-size: 12px; padding: 12px 14px; }
  .message-status { font-size: 9px; }
  .preview-caption { font-size: 10px; margin-top: 14px; }
  .feature-grid { gap: 30px 22px; }
  .feature-grid h3 { font-size: 14px; }
  .feature-grid p { font-size: 12px; }
  .privacy-note { gap: 18px; align-items: flex-start; padding: 29px 23px; }
  .privacy-mark { width: 25px; height: 35px; }
  .privacy-mark .icon { width: 25px; height: 30px; stroke-width: 1.5; }
  .privacy-note .eyebrow { font-size: 9px; letter-spacing: 1px; }
  .privacy-note h2 { font-size: 25px; }
  .privacy-note p:not(.eyebrow) { font-size: 13px; }
  .privacy-note .text-link { font-size: 11px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-bottom { align-items: flex-start; flex-direction: column-reverse; font-size: 10px; }
  .footer-bottom nav { font-size: 12px; }
  .legal { padding-top: 25px; padding-bottom: 60px; font-size: 14px; }
  .legal h1 { font-size: 43px; letter-spacing: -1.6px; }
  .legal .legal-intro { font-size: 17px; }
  .legal-summary { padding: 18px; }
  .not-found { padding-block: 60px 90px; }
  .not-found h1 { font-size: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
