@import url('site-footer.css');
@import url('brand.css');
@import url('header-logo.css');
/* Screenshots are product evidence: preserve their real aspect ratio. */
.brand{display:flex;align-items:center;gap:10px}.brand:before{content:'';display:block;width:31px;height:27px;flex:0 0 31px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100' fill='none'%3E%3Cpath d='M12 78 43 47l18 18 45-45M84 20h22v22' stroke='%23173C36' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='78' r='8' fill='%2364AA92'/%3E%3C/svg%3E")}
.screen-frame{height:auto;aspect-ratio:16/9}
.screen-frame img{object-fit:contain;object-position:center;background:#fff}

/* The supplied KontorVagt screenshot has a browser chrome area. The wider crop
   removes only that chrome while retaining the complete application view. */
.kontor-visual .screen-frame{aspect-ratio:2.12/1}
.kontor-visual .screen-frame img{width:100%;height:auto;object-fit:initial;transform:translateY(-12%)}

@media(max-width:850px){.screen-frame{height:auto;aspect-ratio:16/9}}
@media(max-width:520px){.screen-frame{height:auto;aspect-ratio:16/10}.kontor-visual .screen-frame{aspect-ratio:2.12/1}}
.case-outcome{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:10px;border-top:1px solid currentColor}.case-outcome>div{padding:30px 34px 33px}.case-outcome>div+div{border-left:1px solid currentColor}.case-outcome .eyebrow{margin-bottom:18px}.case-outcome h3{max-width:450px;margin:0;font:600 clamp(23px,2.3vw,33px)/1.07 var(--cm-display,var(--sans));letter-spacing:-.06em}.case-outcome p:not(.eyebrow){max-width:480px;margin:14px 0 0;font-size:15px;line-height:1.6}@media(max-width:760px){.case-outcome{grid-template-columns:1fr;margin-top:4px}.case-outcome>div{padding:27px 0}.case-outcome>div+div{border-left:0;border-top:1px solid currentColor}.case-outcome h3{font-size:25px}}
.report-story{background:#e6e2d6}.report-visual{background:#f7f8f8}.report-screen{min-height:418px;padding:25px;background:#edf2f0;color:#173c36}.report-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid rgba(23,60,54,.2);font:11px var(--mono);letter-spacing:.07em}.report-top b{font:600 13px var(--sans);letter-spacing:0}.report-columns{display:grid;grid-template-columns:1fr 34px 1fr;gap:13px;align-items:center;padding:34px 0}.report-columns section{min-height:205px;padding:20px;background:#fff;border:1px solid rgba(23,60,54,.15)}.report-columns p{margin:0 0 27px;color:#28705e;font:10px var(--mono);letter-spacing:.08em}.report-columns strong,.report-columns small{display:block}.report-columns strong{font-size:17px;line-height:1.35}.report-columns small{margin-top:22px;color:#617b73;font-size:12px}.report-arrow{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#173c36;color:#fff;font-size:17px}.report-status{display:flex;align-items:center;justify-content:space-between;padding-top:17px;border-top:1px solid rgba(23,60,54,.2);font-size:13px;font-weight:600}.report-status span{color:#28705e}.report-status button{padding:10px 13px;border:0;background:#173c36;color:#fff;font:600 12px var(--sans)}@media(max-width:520px){.report-screen{min-height:0;padding:16px}.report-top{align-items:flex-start;gap:8px;flex-direction:column}.report-columns{grid-template-columns:1fr;padding:21px 0}.report-columns section{min-height:0}.report-arrow{justify-self:center;transform:rotate(90deg)}.report-status{gap:12px;align-items:flex-start;flex-direction:column}}
