@import url('/tokens.css');
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;height:auto}figure,p,h1,h2,h3{margin:0}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--green);outline-offset:5px}.wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}.skip{position:fixed;top:-100px;left:20px;background:var(--ink);color:white;padding:10px;z-index:20}.skip:focus{top:10px}header{border-bottom:1px solid var(--line);background:rgba(250,250,249,.96);position:sticky;top:0;z-index:10}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:22px;font-weight:800;display:flex;align-items:center;gap:10px;letter-spacing:-1px}.mark{display:grid;place-items:center;width:34px;height:36px;border-radius:9px;background:var(--ink);color:white;font-size:24px}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover,.text-link:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:white;border-radius:8px;padding:15px 22px;font-size:15px;font-weight:600;min-height:48px}.button:hover{background:#3b4140}.button.small{font-size:13px;padding:10px 17px;min-height:42px}.hero{text-align:center;padding-top:84px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:12px;font-weight:700;color:var(--muted);display:flex;align-items:center;gap:9px;margin-bottom:22px}.hero>.eyebrow{justify-content:center}.dot{width:6px;height:6px;background:var(--green);border-radius:50%;display:inline-block;flex-shrink:0}h1{font-size:clamp(56px,6.6vw,90px);letter-spacing:-5px;line-height:1.05;font-weight:600}h1 span,.closing h2 span{color:var(--green)}.lede{font-size:20px;line-height:1.65;max-width:700px;margin:26px auto;color:var(--muted)}.actions{display:flex;justify-content:center;align-items:center;gap:30px;margin:30px 0 55px}.text-link{font-size:14px;font-weight:600}.hero-screen{border:1px solid #dedfdf;border-radius:12px;background:white;overflow:hidden;box-shadow:0 25px 65px #17191b0b;text-align:left}.window-bar{height:40px;background:#f4f4f3;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:var(--muted);font-size:12px}.window-dots{color:#cdcfce;letter-spacing:4px}.hero-screen img{width:100%}.hero-foot{display:flex;justify-content:space-between;text-align:left;gap:20px;font-size:12px;color:var(--muted);padding:18px 0 0}.hero-foot i{font-style:normal;padding:0 7px;color:#bdc0be}.section{padding-block:110px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:45px}.section-heading>p{max-width:385px;color:var(--muted)}h2{font-size:clamp(32px,3.5vw,48px);line-height:1.16;letter-spacing:-1.9px;font-weight:600}h3{font-size:24px;letter-spacing:-.7px;line-height:1.35;font-weight:600}.product-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);gap:20px}.product-tabs button{padding:20px 0;display:flex;gap:16px;align-items:center;background:none;border:0;border-bottom:2px solid transparent;text-align:left;color:var(--muted);cursor:pointer;font-size:13px}.product-tabs button span{font-size:16px}.product-tabs button[aria-selected=true]{color:var(--ink);border-bottom-color:var(--ink);font-weight:700}.panel-copy{padding:30px 0;display:flex;gap:50px;justify-content:space-between}.panel-copy h3{max-width:380px}.panel-copy p{max-width:575px;color:var(--muted)}.product-screen{display:block;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:white}.product-screen img{width:100%}.enlarge{position:absolute;bottom:14px;right:14px;padding:7px 12px;background:white;border:1px solid var(--line);border-radius:5px;font-size:12px}.meeting-section{background:var(--wash);border-block:1px solid var(--line)}.feature-row{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:65px}.feature-copy>p:not(.eyebrow){margin-top:24px;color:var(--muted);max-width:440px}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{padding:8px 0;font-size:14px}.check-list li:before{content:'✓';color:var(--green);margin-right:12px}.quiet{font-size:13px!important;color:var(--muted)}.snippet{border:1px solid var(--line);background:white;border-radius:12px;overflow:hidden;box-shadow:0 14px 35px #17191b06}.snippet-label{display:flex;gap:9px;align-items:center;font-size:12px;padding:17px 22px;border-bottom:1px solid var(--line)}.snippet img{width:100%}.snippet figcaption{font-size:12px;color:var(--muted);padding:14px 22px;display:flex;justify-content:space-between;border-top:1px solid var(--line)}.two-up{display:grid;grid-template-columns:1fr 1fr;gap:60px}.two-up article{border-top:1px solid var(--line);padding-top:30px}.feature-icon{font-size:28px;color:var(--green);display:block;margin-bottom:18px}.two-up article>p{color:var(--muted);margin:16px 0 24px}.question-list{display:flex;flex-direction:column;gap:10px}.question-list span{padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:white;font-size:14px}.priority-snippet{padding:15px;border:1px solid var(--line);background:white;border-radius:10px}.priority-snippet figcaption{font-size:12px;color:var(--muted);padding:12px 6px 0}.ios-section{background:#edf0ec;border-block:1px solid #e0e5df;overflow:hidden}.ios-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.ios-status{display:inline-flex;align-items:center;gap:14px;padding:15px 20px;border:1px solid #cdd4cc;border-radius:10px;margin-top:32px}.ios-status small,.ios-status strong{display:block;line-height:1.5}.ios-status small{font-size:12px;color:var(--muted)}.ios-status strong{font-size:16px}.phones{display:flex;gap:22px;align-items:flex-start;padding:10px 0 38px}.phone{width:calc(50% - 11px);min-width:0}.phone img{border:6px solid #292b2a;border-radius:36px;box-shadow:0 15px 35px #17231b12}.phone.second{transform:translateY(38px)}.phone figcaption{text-align:center;margin-top:12px;font-size:12px;color:var(--muted)}.closing{text-align:center}.closing .eyebrow{justify-content:center}.closing h2{font-size:clamp(38px,4.5vw,62px);margin-bottom:32px}footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-block:30px;gap:20px}footer p,footer>span{font-size:12px;color:var(--muted)}@media(min-width:1500px){.wrap{width:1240px}}@media(max-width:900px){.wrap{width:calc(100% - 40px)}.nav{height:74px}nav{gap:18px}.nav>.button{display:none}.hero{padding-top:65px}h1{letter-spacing:-3px}.section{padding-block:75px}.section-heading{gap:30px}.section-heading>p{max-width:300px;font-size:14px}.feature-row,.ios-grid{gap:30px}.panel-copy{gap:30px}.panel-copy p{font-size:14px}.two-up{gap:30px}.hero-foot{flex-direction:column;gap:5px}.phone img{border-radius:26px;border-width:4px}.phones{gap:12px}.phone{width:calc(50% - 6px)}footer p{display:none}}@media(max-width:620px){.wrap{width:calc(100% - 36px)}.nav{height:68px}.brand{font-size:20px}nav{gap:15px;font-size:12px}header nav a:nth-child(1){display:none}.hero{padding-top:48px}.eyebrow{font-size:10px;letter-spacing:1.4px;margin-bottom:18px}h1{font-size:59px;letter-spacing:-3.5px}.lede{font-size:17px;margin-block:22px}.desktop{display:none}.actions{flex-direction:column;gap:18px;margin-bottom:32px}.hero-screen{border-radius:8px}.window-bar{font-size:10px;height:30px;padding-inline:10px}.window-bar .sample{display:none}.hero-foot{font-size:11px}.section{padding-block:60px}.section-heading{display:block;margin-bottom:28px}.section-heading>p{margin-top:20px;max-width:100%;font-size:16px}h2{font-size:34px;letter-spacing:-1.3px}.product-tabs{gap:12px}.product-tabs button{display:block;font-size:11px;padding:13px 0}.product-tabs button span{display:block;font-size:13px;line-height:1.4;margin-top:5px}.panel-copy{display:block;padding-block:24px}.panel-copy h3{font-size:22px}.panel-copy p{margin-top:13px;font-size:15px}.product-screen{overflow-x:auto}.product-screen img{width:760px;max-width:none}.enlarge{position:sticky;left:12px;bottom:12px;display:inline-block;margin:8px 12px}.feature-row,.ios-grid,.two-up{grid-template-columns:1fr;gap:35px}.feature-copy>p:not(.eyebrow){font-size:16px;margin-top:20px}.snippet-label{font-size:11px;padding:13px 16px}.snippet figcaption{font-size:11px}.two-up article{padding-top:22px}.ios-grid{gap:35px}.phones{max-width:430px;margin:auto;gap:14px}.phone{width:calc(50% - 7px)}.phone img{border-radius:23px}.closing h2{font-size:40px}footer{align-items:flex-start;padding-block:25px}.priority-snippet{padding:8px}.quiet{font-size:12px!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:620px){.hero-screen{width:270px;max-width:100%;margin:auto;border:5px solid #292b2a;border-radius:33px}.hero-screen .window-bar{display:none}.hero-screen img{aspect-ratio:1206/2622}.hero-screen a{pointer-events:none}.hero-foot{margin-top:20px}}
@media(max-width:620px){.phones{display:block;width:270px;padding-bottom:0}.phone{width:100%}.phone:first-child{display:none}.phone.second{transform:none}.phone img{border-radius:32px}.snippet>a{display:block;overflow:auto}.snippet img{width:650px;max-width:none}.snippet-label:after{content:'Swipe to explore';margin-left:auto;font-size:10px;color:var(--muted)}}
@media(max-width:360px){nav{gap:12px;font-size:11px;white-space:nowrap}.nav{gap:12px}.brand{font-size:18px;gap:7px}.mark{width:30px;height:32px;font-size:21px}h1{font-size:52px}}

/* Readable meeting excerpt: real text instead of an enlarged raster crop. */
.note-paper{padding:32px 36px;text-align:left}.note-meta{font-size:12px;color:var(--muted);margin-bottom:10px}.note-paper h3{font-size:27px}.note-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 26px}.note-tags span{font-size:12px;background:var(--wash);padding:5px 10px;border-radius:5px}.note-paper h4{font-size:14px;margin:23px 0 8px}.note-paper p:not(.note-meta),.note-paper li,.note-task{font-size:14px;line-height:1.65}.note-paper ul{padding-left:19px;margin:0}.note-paper li{padding-bottom:5px}.note-task{padding:6px 0;display:flex;gap:10px}.note-task>span{color:var(--green)}.note-context{border-top:1px solid var(--line);margin-top:23px;padding-top:15px;font-size:12px;color:var(--muted)}.meeting-preview figcaption{gap:18px}.meeting-preview figcaption a{white-space:nowrap;text-decoration:underline;text-underline-offset:3px}.capabilities{padding-bottom:100px}.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 40px}.capability-grid article{border-top:1px solid var(--line);padding-top:22px}.capability-grid article>span{font-size:12px;color:var(--green);letter-spacing:1px}.capability-grid h3{font-size:21px;margin:13px 0}.capability-grid p{font-size:15px;color:var(--muted)}
@media(max-width:900px){.note-paper{padding:26px}.capability-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.note-paper{padding:24px}.note-paper h3{font-size:25px}.meeting-preview .snippet-label:after{content:none}.meeting-preview figcaption{flex-direction:column;gap:4px}.capability-grid{grid-template-columns:1fr;gap:26px}.capabilities{padding-bottom:60px}.capability-grid p{font-size:16px}}

.buyer-preview{border:1px solid var(--line);border-radius:10px;background:white;padding:24px}.buyer-preview h4{font-size:18px;margin:0 0 7px}.buyer-preview p{font-size:14px;color:var(--muted)}.buyer-preview .note-meta{font-size:12px;margin-bottom:15px}.buyer-person{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:22px;padding-top:20px}.buyer-person span{background:#edf3ef;color:var(--green);border-radius:5px;padding:3px 9px;font-size:13px}.buyer-criteria{margin-top:15px!important}

.hero h1{max-width:1040px;margin-inline:auto;font-size:clamp(48px,5.5vw,76px);letter-spacing:-3.5px}.hero h1 span{display:inline-block;max-width:1000px}@media(max-width:620px){.hero h1{font-size:48px;letter-spacing:-2.5px}}

/* --- Launch layout: CTAs, problem strip, buyer matches, pricing, footer --- */
.actions.with-note{margin-bottom:14px}
.hero-note{font-size:13px;color:var(--muted);margin:0 0 48px}
.button.ghost{background:transparent;color:var(--ink);border:1px solid #d3d6d1}
.button.ghost:hover{background:var(--wash)}
.problem-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;border-block:1px solid var(--line);padding-block:40px}
.problem-strip p{border-left:2px solid var(--green);padding-left:16px;font-size:17px;line-height:1.5;font-weight:500}
.matches-section{background:var(--wash);border-block:1px solid var(--line)}
.snippet figcaption{flex-wrap:wrap;row-gap:6px;column-gap:16px}
.snippet figcaption a{white-space:nowrap;text-decoration:underline;text-underline-offset:3px}
.trust-line{display:flex;align-items:center;gap:10px;margin-top:44px;border-top:1px solid var(--line);padding-top:24px;font-size:13px;font-weight:700;letter-spacing:.2px}
.pricing-teaser{text-align:center;border-top:1px solid var(--line)}
.pricing-teaser .eyebrow{justify-content:center}
.pricing-teaser .lede{margin-bottom:0}
.closing .actions{margin-bottom:18px}
.closing .quiet{max-width:520px;margin-inline:auto}
.foot-links{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:13px;font-weight:600}
.foot-links a:hover{color:var(--green)}
.foot-note{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:var(--muted)}
footer{flex-wrap:wrap;row-gap:22px}

/* --- Pricing page --- */
.pricing-hero{padding-bottom:0}
.pricing-hero .lede{margin-bottom:0}
.plan-section{padding-block:52px 110px}
.plan{border:1px solid var(--line);border-radius:14px;background:white;padding:46px 48px;max-width:620px;margin-inline:auto;box-shadow:0 22px 60px #17191b09}
.plan-name{text-transform:uppercase;letter-spacing:1.8px;font-size:12px;font-weight:700;color:var(--muted);text-align:center}
.price{display:flex;align-items:baseline;justify-content:center;gap:12px;margin:14px 0 18px}
.price strong{font-size:78px;line-height:1;letter-spacing:-4px;font-weight:600}
.price .price-from{align-self:center;font-size:15px;color:var(--muted)}
.price span{font-size:15px;color:var(--muted)}
.plan-sub{text-align:center;color:var(--muted);font-size:15px;max-width:400px;margin-inline:auto}
.plan .check-list{margin:32px 0;border-top:1px solid var(--line);padding-top:26px}
.plan .check-list li{display:flex;gap:12px;padding:7px 0;line-height:1.55}
.plan .check-list li:before{margin:0}
.plan>.button{display:flex;width:100%;gap:0}
.plan-print{margin-top:18px;text-align:center}
.faq{padding-top:0}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 56px}
.faq-grid article{border-top:1px solid var(--line);padding-top:22px}
.faq-grid h3{font-size:20px}
.faq-grid p{color:var(--muted);font-size:15px;margin-top:10px}

/* --- Navigation and small screens --- */
@media(max-width:900px){.nav>.button{display:inline-flex}nav{gap:15px;font-size:13px}.problem-strip{gap:26px;padding-block:32px}.problem-strip p{font-size:15px}.faq-grid{gap:28px 34px}.plan{padding:36px 30px}}
@media(max-width:620px){
header nav a:nth-child(1),header nav a:nth-child(2){display:none}
.problem-strip{grid-template-columns:1fr;gap:18px;padding-block:28px}
.problem-strip p{font-size:16px}
.trust-line{align-items:flex-start;margin-top:34px}
.hero-note{margin-bottom:34px}
.actions .button,.actions .button.ghost{width:100%;gap:0}
.faq-grid{grid-template-columns:1fr;gap:26px}
.plan{padding:30px 22px}
.price strong{font-size:62px;letter-spacing:-3px}
.plan .check-list li{font-size:15px}
.snippet.fit img{width:100%}
.snippet.fit .snippet-label:after,#matches .snippet-label:after{content:none}
.foot-note{flex-direction:column}
}
@media(max-width:400px){.nav>.button{padding:9px 12px;font-size:12px;min-height:38px}nav{gap:12px}}
header nav a,.nav .button{white-space:nowrap}
.pricing-teaser h2 span{color:var(--green)}
.foot-links a{display:inline}
@media(max-width:620px){header nav a:nth-child(1),header nav a:nth-child(2){display:none}}


/* --- Hero collage, lifted from the marketing build (21 Sep). Every piece is
   drawn in markup, so it cannot go stale the way a screenshot does. The one
   real screenshot inside the browser frame was re-shot from the live app. --- */
.hero-product{position: relative;
  height: 600px;
  margin-right: 0;
  perspective: 1200px;}
.hero-orbit{position: absolute;
  border: 1px solid rgba(70, 85, 215, .13);
  border-radius: 50%;
  pointer-events: none;}
.hero-orbit-one{width: 520px;
  height: 520px;
  top: 16px;
  left: 170px;}
.hero-orbit-two{width: 390px;
  height: 390px;
  top: 80px;
  left: 235px;
  border-style: dashed;
  animation: orbit-spin 42s linear infinite;}
.browser-frame{overflow: hidden;
  background: #fff;
  border: 1px solid rgba(159, 165, 154, .44);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(28,32,27,.12), 0 2px 8px rgba(18,20,18,.05);}
.hero-browser{position: absolute;
  top: 86px;
  left: 20px;
  width: min(760px, calc(100% + 20px));
  transform: rotateY(-2deg) rotateX(1deg);
  transform-origin: 30% 50%;
  animation: product-land 1.08s cubic-bezier(.18, .8, .22, 1) .18s both;}
.browser-bar{height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  color: #7d827d;
  background: #fafbf8;
  border-bottom: 1px solid var(--line);
  font-size: 9px;}
.browser-dots{display: flex;
  gap: 4px;}
.browser-dots i{width: 6px;
  height: 6px;
  background: #d6d9d2;
  border-radius: 50%;}
.browser-address{min-width: 210px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  background: #f0f2ed;
  border-radius: 6px;
  font-family: ui-monospace,SFMono-Regular,Menlo,monospace;}
.browser-address svg{width: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.3;}
.browser-live{margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;}
.browser-live i,
.screen-status i{width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(21, 152, 102, .1);}
.browser-canvas{position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f5f5f3;}
.browser-canvas img{width: 100%;
  height: 100%;
  object-fit: cover;}
.scan-line{position: absolute;
  top: 0;
  bottom: 0;
  left: -18%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent);
  transform: skewX(-12deg);
  animation: screen-scan 6s ease-in-out 1.8s infinite;}
.mail-float,
.extract-float{position: absolute;
  z-index: 5;
  padding: 14px;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(195, 200, 192, .8);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(24,28,24,.17), 0 3px 12px rgba(18,20,18,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);}
.mail-float{top: 15px;
  left: -20px;
  width: 315px;
  animation: float-in-left .8s cubic-bezier(.18, .8, .22, 1) .55s both, float-soft 6s ease-in-out 1.6s infinite;}
.mail-topline,
.extract-head{display: flex;
  align-items: center;
  gap: 9px;}
.mail-avatar{display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #c0533c;
  background: #ffede8;
  border-radius: 9px;
  font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size: 9px;
  font-weight: 600;}
.mail-topline > span:nth-child(2),
.extract-head > span:nth-child(2){min-width: 0;
  display: flex;
  flex-direction: column;}
.mail-topline strong,
.extract-head strong{font-size: 10px;
  line-height: 1.25;}
.mail-topline small,
.extract-head small{color: var(--muted);
  font-size: 8.5px;
  line-height: 1.4;}
.mail-provider{margin-left: auto;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #3374d8;
  background: #e9f1ff;
  border-radius: 6px;
  font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size: 9px;
  font-weight: 700;}
.mail-float > p{margin: 12px 0 9px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;}
.attachment-chip{display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: var(--muted);
  background: var(--wash);
  border-radius: 8px;
  font-size: 8.5px;
  font-weight: 600;}
.attachment-chip svg{width: 12px;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.5;
  stroke-linecap: round;}
.extract-float{right: -7px;
  bottom: 15px;
  width: 330px;
  animation: float-in-right .8s cubic-bezier(.18, .8, .22, 1) .8s both, float-soft 6.7s ease-in-out 1.9s infinite reverse;}
.spark{display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--green);
  background: var(--wash);
  border-radius: 9px;
  font-size: 13px;}
.extract-check{margin-left: auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--green);
  background: #e4f5ec;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;}
.extract-fields{margin: 12px 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 9px;}
.extract-fields span{padding: 8px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;}
.extract-fields span + span{border-left: 1px solid var(--line);}
.extract-fields small{color: var(--muted);
  font-size: 7.5px;
  text-transform: uppercase;
  letter-spacing: .05em;}
.extract-fields strong{font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size: 11px;}
.extract-fields .fit-value{color: var(--green);}
.signal-rail{position: relative;
  z-index: 4;
  padding: 0 0 22px;
  background: var(--wash);}
.signal-track{width: min(1200px,calc(100vw - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(251, 252, 249, .75);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(18,20,18,.06);}
.signal-item{position: relative;
  min-height: 112px;
  display: grid;
  align-content: center;
  padding: 20px 22px 20px 52px;}
.signal-item + .signal-item{border-left: 1px solid var(--line);}
.signal-no{position: absolute;
  top: 26px;
  left: 21px;
  color: var(--green);
  font-family: ui-monospace,SFMono-Regular,Menlo,monospace;
  font-size: 9px;
  font-weight: 600;}
.signal-item strong{font-family: Manrope,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.025em;}
.signal-item small{margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.45;}
.platform-browser .browser-bar{height: 43px;}
.closing-word{position: absolute;
  z-index: 1;
  right: -1.5vw;
  bottom: -5.5vw;
  left: -1.5vw;
  color: rgba(255, 255, 255, .08);
  font-family: Manrope,-apple-system,BlinkMacSystemFont,sans-serif;
  font-size: 17.2vw;
  font-weight: 800;
  line-height: .8;
  letter-spacing: -.09em;
  text-align: center;
  white-space: nowrap;}
.hero-product{width: min(880px, 100%);
    height: 580px;
    margin: 0 auto;}
.hero-browser{width: calc(100% - 80px);
    left: 40px;}
.extract-float{right: 5px;}
.hero-product{height: 515px;}
.mail-float{left: 0;}
.extract-float{right: 0;}
.signal-track{grid-template-columns: repeat(2, 1fr);}
.signal-item:nth-child(3){border-left: 0;}
.signal-item:nth-child(n+3){border-top: 1px solid var(--line);}
.hero-product{height: 425px;
    margin-top: 15px;}
.hero-browser{top: 88px;
    left: 0;
    width: 100%;
    border-radius: 11px;}
.browser-bar{height: 30px;}
.browser-address{min-width: 0;
    max-width: 160px;}
.mail-float{top: 10px;
    width: 255px;
    padding: 11px;}
.mail-float > p{margin: 8px 0 6px;
    font-size: 9px;}
.attachment-chip{padding: 5px 7px;
    font-size: 7px;}
.extract-float{bottom: 0;
    width: 265px;
    padding: 11px;}
.extract-fields{margin: 8px 0;}
.extract-fields span{padding: 6px 7px;}
.hero-orbit{display: none;}
.signal-track{grid-template-columns: 1fr;}
.signal-item{min-height: 96px;}
.signal-item + .signal-item,
  .signal-item:nth-child(3){border-top: 1px solid var(--line);
    border-left: 0;}
.platform-browser .browser-bar{height: 34px;}
.closing-word{bottom: -2vw;
    font-size: 20vw;}
@keyframes float-soft {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

/* Motion is added by script, never required by it. */
.will-reveal{opacity:.001;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.will-reveal.is-revealed{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.will-reveal{opacity:1;transform:none;transition:none}}

/* --- Re-seating the collage for this site's centred hero. The marketing build
   put it in the right-hand column of a two-column grid; here it sits under
   centred copy, so it needs a width, a floor and its own margins. --- */
.hero-product{width:min(1080px,100%);margin:40px auto 0;height:auto;padding:26px 0 30px;isolation:isolate}
.hero-product .hero-browser{position:relative;margin-inline:auto;width:min(860px,92%);z-index:2}
.hero-product .browser-canvas img{width:100%;height:auto;display:block}
.hero-orbit-one{width:560px;height:560px;top:-40px;left:50%;transform:translateX(-58%)}
.hero-orbit-two{width:420px;height:420px;top:60px;left:50%;transform:translateX(-10%)}
.hero-product .mail-float{position:absolute;top:0;left:max(0px,calc(50% - 560px));width:min(320px,42vw);z-index:6}
.hero-product .extract-float{position:absolute;right:max(0px,calc(50% - 560px));bottom:8px;width:min(330px,44vw);z-index:6}
@media(max-width:1100px){
  .hero-product .mail-float{left:0}
  .hero-product .extract-float{right:0}
}
@media(max-width:860px){
  .hero-product{padding-top:0;margin-top:26px}
  .hero-product .hero-browser{width:100%}
  .hero-product .mail-float,.hero-product .extract-float{position:static;width:100%;max-width:340px;margin:14px auto 0;animation:none;transform:none}
  .hero-orbit{display:none}
}
@media(prefers-reduced-motion:reduce){
  .hero-product .mail-float,.hero-product .extract-float,.scan-line{animation:none!important}
}

/* The window is a window, not the whole page: crop the screenshot to a frame
   height so the collage keeps its shape and stops colliding with the footline. */
.hero-product .browser-canvas{max-height:430px;overflow:hidden;position:relative}
.hero-product .browser-canvas img{object-fit:cover;object-position:top left;height:430px}
.hero-product{padding-bottom:70px}
.hero-product .extract-float{bottom:46px}
.browser-address{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}
.hero-foot{position:relative;z-index:7;background:var(--paper);padding-top:26px}
@media(max-width:860px){
  .hero-product .browser-canvas,.hero-product .browser-canvas img{max-height:260px;height:260px}
  .hero-product{padding-bottom:0}
}
