:root {
  --blue: #2b59ff;
  --blue-deep: #1737b7;
  --violet: #7b49e8;
  --pink: #ff3d9a;
  --ink: #171728;
  --muted: #68687a;
  --surface: #f6f7fb;
  --line: rgba(23, 23, 40, 0.1);
  --card: #fff;
  --brand: linear-gradient(135deg, var(--blue), var(--violet) 55%, var(--pink));
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #fff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 132px 0; position: relative; }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 18px; padding: 10px 15px; border-radius: 10px; background: var(--ink); color: #fff; font-weight: 700; }
.skip-link:focus { top: 18px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .8); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(28, 25, 60, .05); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 196px; height: 48px; object-fit: contain; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 28px; font-size: 14px; font-weight: 650; color: #434356; }
.nav-links > a:not(.button) { padding: 9px 0; transition: color .18s; }
.nav-links > a:not(.button):hover { color: var(--blue); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; width: 22px; margin: 5px auto; border-radius: 3px; background: var(--ink); }

.button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 20px; border: 0; border-radius: 13px; color: #fff; background: var(--brand); box-shadow: 0 12px 25px rgba(59, 63, 208, .24); font-size: 14px; font-weight: 750; line-height: 1; transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { filter: saturate(1.12); transform: translateY(-2px); box-shadow: 0 17px 31px rgba(59, 63, 208, .3); }
.button--small { padding: 11px 15px; border-radius: 11px; font-size: 13px; }
.button--quiet { color: var(--ink); background: rgba(255, 255, 255, .72); border: 1px solid var(--line); box-shadow: none; }
.button--quiet:hover { border-color: rgba(43, 89, 255, .3); box-shadow: 0 10px 24px rgba(26, 38, 110, .08); }
.button--light { color: var(--blue-deep); background: #fff; box-shadow: 0 12px 30px rgba(6, 11, 84, .25); }

.hero { isolation: isolate; padding: 96px 0 94px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fafaff 67%, #fff 100%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(540px, 1.05fr); align-items: center; gap: 36px; min-height: 540px; }
.hero__copy { position: relative; z-index: 2; padding: 22px 0; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 19px; color: #525267; font-size: 12px; font-weight: 780; letter-spacing: .115em; text-transform: uppercase; }
.spark { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--pink); background: var(--brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 18px; }
.hero h1, .section-heading h2, .privacy-copy h2, .final-cta h2 { margin: 0; color: #181829; font-size: clamp(45px, 5.1vw, 75px); font-weight: 790; letter-spacing: -.064em; line-height: .99; }
.hero h1 span { background: var(--brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__lead { max-width: 495px; margin: 25px 0 29px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 16px; margin: 31px 0 0; padding: 0; color: #5c5c6d; list-style: none; font-size: 13px; font-weight: 650; }
.hero__proof span { display: inline-grid; place-items: center; width: 16px; height: 16px; margin-right: 4px; border-radius: 50%; background: #e7ecff; color: var(--blue); font-size: 10px; }
.hero__orb { position: absolute; z-index: -1; border-radius: 999px; filter: blur(4px); opacity: .72; }
.hero__orb--one { width: 430px; height: 430px; top: -210px; right: 3%; background: radial-gradient(circle, #ffc6e3 0%, rgba(255, 231, 245, .1) 67%, transparent 70%); }
.hero__orb--two { width: 370px; height: 370px; bottom: -225px; left: 32%; background: radial-gradient(circle, #d7ddff 0%, rgba(235, 238, 255, .1) 70%, transparent 71%); }

.hero__visual { position: relative; min-height: 500px; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.app-window { position: absolute; top: 24px; right: 0; width: min(655px, 100%); overflow: hidden; border: 1px solid rgba(61, 65, 131, .16); border-radius: 17px; background: #fff; box-shadow: 0 32px 66px rgba(33, 29, 106, .18), 0 9px 20px rgba(43, 38, 110, .08); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 31px; padding: 0 12px; background: #fbfbfd; border-bottom: 1px solid #ebeaf0; }
.window-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #ffd36e; }
.window-bar > span:first-child { background: #ff8580; }.window-bar > span:nth-child(2) { background: #ffd36e; }.window-bar > span:nth-child(3) { background: #7bdc8d; }
.window-bar__title { flex: 1; padding-right: 32px; color: #9796a5; text-align: center; font-size: 8px; font-weight: 700; }
.app-shell { display: grid; grid-template-columns: 115px 205px 1fr; min-height: 362px; font-size: 8px; }
.app-sidebar { padding: 14px 9px; background: #f5f5fa; border-right: 1px solid #ececf1; color: #77778a; }
.app-sidebar img { display: block; width: 23px; height: 23px; margin: 0 0 19px 4px; border-radius: 6px; }
.app-account { display: flex; align-items: center; gap: 5px; padding: 6px 6px; margin-bottom: 9px; font-weight: 700; }.app-account i { width: 6px; height: 6px; border-radius: 50%; background: #5dbf7d; }
.folder { display: flex; align-items: center; gap: 5px; height: 24px; padding: 0 6px; border-radius: 5px; }.folder b { color: #9292a6; font-size: 10px; }.folder em { margin-left: auto; font-style: normal; }.folder--active { color: var(--blue); background: #e5eaff; font-weight: 800; }.folder--active b { color: var(--blue); }.app-sidebar__rule { height: 1px; margin: 12px 5px; background: #e3e3eb; }
.mail-list { overflow: hidden; border-right: 1px solid #ececf1; background: #fff; }.mail-list__top { display: flex; justify-content: space-between; align-items: center; height: 43px; padding: 0 13px; border-bottom: 1px solid #efeff3; color: #252535; font-size: 12px; }.mail-list__top span { color: #858598; font-size: 15px; }
.mail { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 6px; padding: 10px 8px; min-height: 60px; border-bottom: 1px solid #f1f1f4; color: #565667; }.mail.selected { background: #eef1ff; }.mail b, .mail strong { overflow: hidden; display: block; color: #424253; text-overflow: ellipsis; white-space: nowrap; }.mail b { margin-bottom: 3px; font-size: 8px; }.mail strong { font-size: 8px; }.mail p { overflow: hidden; margin: 3px 0 0; color: #9898a6; text-overflow: ellipsis; white-space: nowrap; font-size: 7px; }.mail time { color: #9999a9; font-size: 7px; }.avatar { display: inline-grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #fff; font-size: 8px; font-style: normal; font-weight: 800; }.avatar--blue { background: #5175e9; }.avatar--pink { background: #e671a9; }.avatar--yellow { background: #d3aa54; }.avatar--purple { background: #8d68c6; }
.reader-preview { padding: 14px 17px; background: #fff; color: #444456; }.reader-preview__top { display: flex; align-items: center; justify-content: space-between; color: #9393a3; }.reader-pill { padding: 4px 6px; border-radius: 99px; color: #7956bd; background: #f1ecff; font-size: 6px; font-weight: 800; }.reader-preview h3 { margin: 18px 0 10px; color: #2c2c3d; font-size: 14px; letter-spacing: -.03em; }.sender-line { display: flex; align-items: center; gap: 6px; margin: 0 0 15px; font-size: 8px; }.sender-line .avatar { width: 20px; height: 20px; }.sender-line small { color: #9a9aa8; }.reader-copy { border-top: 1px solid #efeff3; color: #696979; font-size: 8px; line-height: 1.56; }.reader-copy p { margin: 10px 0; }.reader-actions { display: flex; gap: 6px; margin-top: 21px; }.reader-actions button { padding: 5px 7px; border: 1px solid #dddded; border-radius: 4px; background: #fff; color: #68687b; font-size: 7px; }.reader-actions button:last-child { color: var(--blue); background: #f0f3ff; border-color: #dce3ff; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(94, 87, 169, .14); border-radius: 12px; background: rgba(255, 255, 255, .94); box-shadow: 0 13px 28px rgba(39, 32, 112, .15); backdrop-filter: blur(11px); }.float-card strong, .float-card small { display: block; }.float-card strong { color: #3d3b52; font-size: 10px; }.float-card small { margin-top: 3px; color: #878699; font-size: 8px; }.float-card--priority { top: 0; left: 5px; }.float-card--todo { bottom: 13px; right: 18px; }.float-card__icon, .float-card__check { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 8px; color: #fff; background: var(--brand); font-size: 13px; }.float-card__check { color: #42b778; background: #e5faed; font-size: 15px; }

.logo-strip { border-top: 1px solid #ededf3; border-bottom: 1px solid #ededf3; background: #fff; }.logo-strip__inner { display: flex; align-items: center; justify-content: center; gap: 31px; min-height: 92px; color: #7d7d8e; font-size: 13px; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }.logo-strip i { width: 5px; height: 5px; border-radius: 50%; background: linear-gradient(45deg, var(--blue), var(--pink)); }

.section-heading { max-width: 620px; margin-bottom: 56px; }.section-heading h2, .privacy-copy h2 { font-size: clamp(36px, 4vw, 55px); }.section-heading > p:not(.eyebrow) { max-width: 560px; margin: 21px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }.section--features { background: #fff; }.feature-grid { display: grid; grid-template-columns: 1.18fr .85fr .85fr; gap: 18px; align-items: stretch; }.feature-card { position: relative; min-height: 414px; overflow: hidden; padding: 30px; border-radius: 21px; background: #f7f8fd; }.feature-card--large { color: #fff; background: linear-gradient(150deg, #2d50e7 0%, #7654de 54%, #d655c4 100%); }.feature-card--lavender { background: #efedff; }.feature-card--dark { background: #1e1e2d; color: #fff; }.feature-card__icon { display: grid; place-items: center; width: 37px; height: 37px; margin-bottom: 25px; border-radius: 11px; color: #6352c6; background: #fff; font-size: 20px; font-weight: 800; }.icon-gradient { color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.23); }.icon-dark { color: #fff; background: linear-gradient(135deg, #466dff, #df6bdd); }.feature-card__label { margin: 0 0 12px; color: #89869b; font-size: 10px; font-weight: 780; letter-spacing: .1em; }.feature-card--large .feature-card__label { color: rgba(255,255,255,.66); }.feature-card h3 { max-width: 335px; margin: 0; font-size: 25px; letter-spacing: -.045em; line-height: 1.08; }.feature-card > p:not(.feature-card__label) { max-width: 330px; margin: 15px 0 0; color: #757485; font-size: 14px; line-height: 1.57; }.feature-card--large > p:not(.feature-card__label), .feature-card--dark > p:not(.feature-card__label) { color: rgba(255,255,255,.73); }.mini-inbox { position: absolute; right: 20px; bottom: 77px; left: 20px; display: flex; align-items: center; gap: 9px; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(9px); }.mini-inbox--two { bottom: 20px; }.mini-inbox__dot { width: 8px; height: 8px; border-radius: 50%; background: #ffb3db; }.mini-inbox--two .mini-inbox__dot { background: #a9ddff; }.mini-inbox div { flex: 1; }.mini-inbox b, .mini-inbox small { display: block; }.mini-inbox b { font-size: 9px; }.mini-inbox small { margin-top: 3px; color: rgba(255,255,255,.67); font-size: 8px; }.mini-inbox em { font-size: 8px; font-style: normal; }.search-demo { position: absolute; right: 20px; bottom: 30px; left: 20px; display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid #dedaf5; border-radius: 10px; background: #fff; box-shadow: 0 11px 20px rgba(88, 65, 155, .08); }.search-demo span { color: var(--blue); }.search-demo b { flex: 1; color: #5a5869; font-size: 10px; }.search-demo i { padding: 3px 5px; color: #9a99a9; border-radius: 4px; background: #f3f2f7; font-size: 8px; font-style: normal; }.ai-lines { position: absolute; right: 30px; bottom: 35px; left: 30px; }.ai-lines span { display: block; height: 9px; margin: 11px 0; border-radius: 99px; background: linear-gradient(90deg, rgba(128,119,255,.9), rgba(245,111,201,.7)); }.ai-lines span:nth-child(2) { width: 77%; }.ai-lines span:nth-child(3) { width: 52%; }

.privacy-section { overflow: hidden; background: #fafaff; }.privacy-grid { display: grid; grid-template-columns: minmax(390px, .93fr) minmax(0, 1.07fr); align-items: center; gap: 90px; }.privacy-visual { position: relative; min-height: 495px; }.privacy-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(107, 85, 223, .17); border-radius: 50%; transform: translate(-50%, -50%); }.privacy-ring--outer { width: 410px; height: 410px; background: radial-gradient(circle at 67% 20%, rgba(255, 180, 221, .46), transparent 26%), radial-gradient(circle at 27% 79%, rgba(162, 183, 255, .45), transparent 28%); }.privacy-ring--inner { width: 282px; height: 282px; border-color: rgba(123, 73, 232, .13); background: rgba(255,255,255,.51); }.privacy-lock { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 38px; color: #fff; background: var(--brand); box-shadow: 0 22px 45px rgba(82, 67, 209, .31); transform: translate(-50%, -50%) rotate(-7deg); }.privacy-lock span { position: absolute; top: 18px; color: rgba(255,255,255,.48); font-size: 42px; transform: rotate(90deg); }.privacy-lock b { position: relative; font-size: 66px; line-height: 1; transform: rotate(90deg); }.privacy-chip { position: absolute; padding: 10px 12px; border: 1px solid #e5e3f2; border-radius: 10px; color: #5e5d70; background: #fff; box-shadow: 0 11px 23px rgba(59, 48, 120, .1); font-size: 11px; font-weight: 720; }.chip--one { top: 67px; right: 26px; }.chip--two { bottom: 83px; left: 14px; }.chip--three { bottom: 29px; right: 51px; }.privacy-copy > p:not(.eyebrow) { max-width: 490px; margin: 24px 0; color: var(--muted); font-size: 17px; line-height: 1.65; }.check-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: center; gap: 12px; }.check-list li > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #fff; background: var(--brand); font-size: 12px; }.check-list b, .check-list small { display: block; }.check-list b { color: #383748; font-size: 14px; }.check-list small { margin-top: 3px; color: #858493; font-size: 12px; }.text-link { display: inline-flex; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 760; }.text-link:hover { color: var(--pink); }

.workflow-section { background: #fff; }.section-heading--split { display: flex; align-items: end; justify-content: space-between; max-width: none; gap: 50px; }.section-heading--split > div { flex: 1; }.section-heading--split > p { max-width: 380px; margin: 0 !important; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 12px 0 0; padding: 0; list-style: none; }.step { position: relative; padding-top: 8px; }.step:not(:last-child)::after { position: absolute; top: 17px; right: -17px; width: 36px; height: 1px; background: linear-gradient(90deg, #dcdaf0, transparent); content: ""; }.step__number { color: #a9a7bb; font-size: 11px; font-weight: 750; letter-spacing: .12em; }.step__art { position: relative; height: 208px; margin: 16px 0 25px; overflow: hidden; border-radius: 17px; background: #f4f4fa; }.step h3 { margin: 0; color: #333343; font-size: 20px; letter-spacing: -.035em; }.step p { max-width: 280px; margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }.step__art--connect { display: grid; place-items: center; background: linear-gradient(135deg, #eff2ff, #fdf1f8); }.step-mail { display: grid; place-items: center; width: 84px; height: 64px; z-index: 1; border-radius: 14px; color: #fff; background: var(--brand); box-shadow: 0 16px 25px rgba(97, 84, 214, .22); font-size: 35px; }.step__art--connect i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #9d93f2; }.step__art--connect i:nth-of-type(1) { top: 28px; left: 50px; }.step__art--connect i:nth-of-type(2) { right: 46px; bottom: 33px; background: #f88ebf; }.step__art--connect i:nth-of-type(3) { right: 62px; top: 42px; width: 4px; height: 4px; }.step__art--learn { display: grid; place-items: center; background: #f4f0ff; }.step__art--learn > span { z-index: 1; color: #fff; font-size: 53px; text-shadow: 0 8px 17px rgba(104, 74, 227, .3); }.step__art--learn > div { position: absolute; width: 85px; height: 85px; border: 1px solid #d6cff9; border-radius: 50%; }.step__art--learn > div:nth-of-type(1) { width: 158px; height: 158px; }.step__art--learn > div:nth-of-type(2) { width: 108px; height: 108px; border-color: #e1d5fb; }.step__art--calm { background: linear-gradient(150deg, #eaf7ef, #f9faff); }.step__art--calm > span { position: absolute; top: 63px; left: calc(50% - 32px); display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: #55b87d; background: #fff; box-shadow: 0 13px 25px rgba(49, 137, 82, .14); font-size: 31px; }.step__art--calm i { position: absolute; width: 80px; height: 6px; border-radius: 99px; background: #c4e9d0; }.step__art--calm i:first-of-type { bottom: 40px; left: 29px; }.step__art--calm i:last-of-type { right: 28px; bottom: 24px; width: 48px; background: #e0f4e6; }

.final-cta { padding-top: 80px; padding-bottom: 120px; }.final-cta__box { position: relative; isolation: isolate; overflow: hidden; padding: 75px 9%; border-radius: 26px; color: #fff; background: linear-gradient(125deg, #2449e2, #6c46d5 55%, #db56c8); text-align: center; box-shadow: 0 29px 47px rgba(55, 48, 179, .2); }.final-cta__glow { position: absolute; z-index: -1; top: -150px; left: 50%; width: 650px; height: 350px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.21), transparent 65%); transform: translateX(-50%); }.eyebrow--light { justify-content: center; color: rgba(255,255,255,.75); }.eyebrow--light .spark { color: #fff; -webkit-text-fill-color: #fff; }.final-cta h2 { color: #fff; font-size: clamp(39px, 4.7vw, 64px); }.final-cta p:not(.eyebrow) { max-width: 510px; margin: 21px auto 28px; color: rgba(255,255,255,.79); font-size: 16px; line-height: 1.6; }

.site-footer { padding: 40px 0 24px; color: #626173; background: #fafafd; border-top: 1px solid #edecf2; }.footer__top { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 30px; padding-bottom: 35px; border-bottom: 1px solid #e8e8ef; }.brand--footer img { width: 182px; }.footer__top > p { margin: 0; color: #777688; font-size: 14px; }.footer__mail { text-align: right; }.footer__mail span, .footer__mail a { display: block; }.footer__mail span { margin-bottom: 4px; color: #9594a2; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.footer__mail a { color: var(--blue); font-size: 13px; font-weight: 720; }.footer__links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; padding: 42px 0; }.footer__links > div { display: grid; justify-content: start; gap: 9px; }.footer__links a { color: #656476; font-size: 13px; }.footer__links a:hover { color: var(--blue); }.footer__label { margin-bottom: 4px; color: #9c9baa; font-size: 10px; font-weight: 780; letter-spacing: .12em; }.footer__bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 22px; border-top: 1px solid #e8e8ef; color: #9796a4; font-size: 11px; }.footer__bottom a:hover { color: var(--blue); }

/* Legal pages generated from docs/legal/extern. */
.legal-body { background: #fafaff; }.legal-header { background: rgba(255,255,255,.9); }.legal-hero { padding: 68px 0 48px; background: radial-gradient(circle at 20% 5%, #e5e9ff, transparent 34%), radial-gradient(circle at 90% 20%, #ffe3f1, transparent 26%), #fff; }.legal-hero__top { display: flex; align-items: start; justify-content: space-between; gap: 24px; }.legal-kicker { margin: 0 0 12px; color: var(--blue); font-size: 11px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }.legal-hero h1 { max-width: 730px; margin: 0; color: #222233; font-size: clamp(37px, 5vw, 58px); letter-spacing: -.055em; line-height: 1.05; }.language-switch { display: flex; flex: 0 0 auto; gap: 4px; padding: 4px; border: 1px solid #e2e1ec; border-radius: 11px; background: rgba(255,255,255,.75); }.language-switch a { padding: 8px 10px; border-radius: 7px; color: #777589; font-size: 12px; font-weight: 750; }.language-switch a.is-active, .language-switch a:hover { color: var(--blue); background: #e9edff; }.legal-layout { display: grid; grid-template-columns: 218px minmax(0, 1fr); align-items: start; gap: 45px; padding: 54px 0 92px; }.legal-sidebar { position: sticky; top: 102px; padding: 20px; border: 1px solid #e8e7f0; border-radius: 16px; background: #fff; }.legal-sidebar b { display: block; margin-bottom: 11px; color: #a2a0ae; font-size: 10px; letter-spacing: .1em; }.legal-sidebar a { display: block; padding: 6px 0; color: #606073; font-size: 12px; }.legal-sidebar a:hover { color: var(--blue); }.legal-document { max-width: 840px; padding: clamp(26px, 5vw, 60px); border: 1px solid #e9e8f1; border-radius: 20px; background: #fff; box-shadow: 0 15px 34px rgba(49, 44, 103, .04); }.legal-document[hidden] { display: none; }.legal-document h1 { margin: 0 0 13px; color: #252536; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; letter-spacing: -.045em; }.legal-document h2 { margin: 43px 0 15px; color: #333344; font-size: 23px; letter-spacing: -.035em; }.legal-document h3 { margin: 31px 0 11px; color: #3d3c4d; font-size: 17px; letter-spacing: -.02em; }.legal-document h4 { margin: 25px 0 9px; color: #4b4a5b; font-size: 15px; }.legal-document p, .legal-document li { color: #5e5d6e; font-size: 15px; line-height: 1.72; }.legal-document p { margin: 0 0 17px; }.legal-document ul, .legal-document ol { margin: 0 0 20px; padding-left: 22px; }.legal-document li { margin: 5px 0; }.legal-document a { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(43,89,255,.25); text-underline-offset: 2px; }.legal-document a:hover { color: var(--pink); }.legal-document code { padding: 2px 5px; border-radius: 5px; background: #f1f0f7; color: #4c4964; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .87em; }.legal-document blockquote { margin: 22px 0; padding: 14px 18px; border-left: 3px solid var(--blue); border-radius: 0 9px 9px 0; background: #f4f6ff; }.legal-document blockquote p { margin: 0; }.legal-document table { display: block; width: 100%; margin: 22px 0; overflow-x: auto; border-collapse: collapse; font-size: 13px; }.legal-document th, .legal-document td { padding: 10px; border: 1px solid #e7e6ef; color: #5d5c6d; text-align: left; vertical-align: top; line-height: 1.45; }.legal-document th { color: #454457; background: #f7f7fb; font-weight: 750; }.legal-document .document-updated { margin-top: 31px; padding-top: 16px; border-top: 1px solid #ecebf2; color: #9998a7; font-size: 12px; }.legal-note { margin-top: 23px; color: #898796; font-size: 12px; line-height: 1.55; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.feature-grid .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .1s; }.feature-grid .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 12px; }.hero__copy { max-width: 610px; }.hero__visual { width: min(680px, 100%); min-height: 487px; margin: 0 auto; }.feature-grid { grid-template-columns: 1.2fr 1fr; }.feature-card--dark { grid-column: span 2; min-height: 330px; }.privacy-grid { grid-template-columns: 1fr; gap: 20px; }.privacy-visual { max-width: 500px; width: 100%; min-height: 425px; margin: 0 auto; }.section-heading--split { display: block; }.section-heading--split > p { margin-top: 20px !important; }.legal-layout { grid-template-columns: 1fr; gap: 22px; }.legal-sidebar { position: static; display: flex; flex-wrap: wrap; gap: 7px 16px; padding: 14px 18px; }.legal-sidebar b { flex-basis: 100%; margin: 0; }.legal-sidebar a { padding: 0; }.legal-document { max-width: none; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 34px, 1160px); }.section { padding: 82px 0; }.nav { min-height: 68px; }.brand img { width: 170px; height: 40px; }.nav-toggle { display: block; }.nav-links { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 16px 18px 21px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 15px 23px rgba(33,31,74,.08); }.nav-links.is-open { display: grid; justify-items: start; gap: 7px; }.nav-links .button { margin-top: 8px; }.hero { padding-top: 55px; }.hero__grid { min-height: auto; }.hero h1 { font-size: clamp(43px, 13vw, 61px); }.hero__lead { font-size: 16px; }.hero__visual { min-height: 355px; transform: none; }.app-window { top: 29px; width: 100%; }.app-shell { grid-template-columns: 74px 134px 1fr; min-height: 250px; }.app-sidebar { padding: 9px 5px; }.app-sidebar img { width: 20px; height: 20px; margin: 0 0 10px 3px; }.folder { height: 19px; padding: 0 3px; font-size: 6px; }.app-account { padding: 3px; font-size: 6px; }.mail-list__top { height: 31px; padding: 0 8px; font-size: 9px; }.mail { grid-template-columns: 1fr auto; min-height: 45px; gap: 4px; padding: 6px; }.avatar { width: 18px; height: 18px; font-size: 6px; }.mail b, .mail strong { font-size: 6px; }.mail p, .mail time { font-size: 5px; }.reader-preview { padding: 9px 8px; }.reader-preview h3 { margin: 11px 0 7px; font-size: 10px; }.reader-copy { font-size: 6px; }.reader-copy p { margin: 6px 0; }.reader-actions { margin-top: 9px; }.reader-actions button { padding: 3px; font-size: 5px; }.float-card { padding: 7px 9px; }.float-card strong { font-size: 8px; }.float-card small { font-size: 6px; }.float-card__icon, .float-card__check { width: 19px; height: 19px; font-size: 10px; }.float-card--priority { left: -4px; }.float-card--todo { right: -4px; bottom: 0; }.logo-strip__inner { min-height: 69px; gap: 12px; font-size: 8px; }.logo-strip i { width: 3px; height: 3px; }.feature-grid { grid-template-columns: 1fr; }.feature-card, .feature-card--dark { grid-column: auto; min-height: 350px; }.section-heading { margin-bottom: 37px; }.section-heading h2, .privacy-copy h2 { font-size: 37px; }.privacy-visual { min-height: 330px; transform: scale(.84); transform-origin: center; margin: -25px auto; }.steps { grid-template-columns: 1fr; gap: 39px; }.step:not(:last-child)::after { top: auto; right: auto; bottom: -20px; left: 50%; width: 1px; height: 18px; background: linear-gradient(#dcdaf0, transparent); }.final-cta { padding: 42px 0 78px; }.final-cta__box { padding: 55px 22px; border-radius: 20px; }.footer__top { grid-template-columns: 1fr; gap: 15px; }.footer__mail { text-align: left; }.footer__links { grid-template-columns: 1fr 1fr; gap: 30px 18px; }.footer__links > div:last-child { grid-column: span 2; }.footer__bottom { display: grid; gap: 8px; }.legal-hero { padding: 42px 0 31px; }.legal-hero__top { display: block; }.legal-hero h1 { margin-bottom: 21px; }.language-switch { display: inline-flex; }.legal-layout { padding: 30px 0 60px; }.legal-document { padding: 28px 20px; border-radius: 15px; }.legal-document p, .legal-document li { font-size: 14px; }.legal-document h2 { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button { transition: none; } }

/* SIP-931 (SIP-888): per-string DE/EN variants on the landing page (app.js
   toggles .lang-variant[data-language]). These wrapper spans are inserted INSIDE
   elements that already carry bare `span` rules (.hero__proof span, .hero h1 span,
   .search-demo span, .footer__mail span, .nav-toggle span …). Those rules have
   higher specificity than the global [hidden] — so without this block the hidden
   language would stay visible (switcher appears "dead") and the visible text would
   pick up marker styling (e.g. "macOS nativ" rendered as a dot). Force hidden
   variants off, and make visible variants styling-transparent so their text simply
   inherits its parent's look, as if the wrapper were not there. The dedicated
   marker spans are NOT .lang-variant, so they keep their styling. */
.lang-variant[hidden] { display: none !important; }
.lang-variant:not([hidden]) {
  display: inline !important;
  width: auto !important; height: auto !important;
  margin: 0 !important; padding: 0 !important;
  background: none !important; border-radius: 0 !important;
  place-items: normal !important;
  color: inherit !important; font: inherit !important; letter-spacing: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  -webkit-background-clip: border-box !important; background-clip: border-box !important;
}

/* SIP-888: signature product cues in the hero mockup — a prominent to-do row +
   chip (green) and a phishing-warning marker in amber (SIP's security USP). */
.mail__todo { display: inline-flex; align-items: center; gap: 4px; margin-top: 3px; padding: 2px 8px; border-radius: 7px; background: #e8f7ee; color: #1f9d55; font-size: 10px; font-weight: 750; }
.mail--todo { position: relative; background: linear-gradient(90deg, rgba(31,157,85,.10), rgba(31,157,85,0) 60%); }
.mail--todo::before { content: ""; position: absolute; left: 0; top: 9px; bottom: 9px; width: 3px; border-radius: 0 3px 3px 0; background: #2fb56b; }
.mail--phish { position: relative; background: linear-gradient(90deg, rgba(255,196,120,.28), rgba(255,196,120,0) 62%); }
.mail--phish::before { content: ""; position: absolute; left: 0; top: 9px; bottom: 9px; width: 3px; border-radius: 0 3px 3px 0; background: #ef9a3d; }
.mail__flag { color: #e07d1f; font-size: 12px; }
/* SIP-888: calmer, product-authentic list — category chips + unread dots, no avatars. */
.mail-chips { display: flex; gap: 5px; padding: 7px 8px; border-bottom: 1px solid #efeff3; }
.chip { padding: 2px 8px; border-radius: 99px; background: #f1f1f6; color: #74748a; font-size: 7px; font-weight: 700; white-space: nowrap; }
.chip em { font-style: normal; opacity: .65; }
.chip--active { background: #e5eaff; color: var(--blue); }
.mail-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.dot--read { background: transparent; border: 1.5px solid #c7c7d4; }
.folder--muted { color: #a3a3b2; }
