/* Sector images, mobile product presentation and sharing. */
.vcard .sector-image{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:top;border-radius:10px;border:1px solid var(--line);margin-bottom:24px;background:#edf2f7;transition:transform .2s ease}.vcard:hover .sector-image{transform:translateY(-3px)}
.product-context{font-size:13px;color:var(--text-dim);margin:20px 0 8px}.hero__act{flex-wrap:wrap;gap:12px}
.app-section{background:#10213e;color:#f5f9ff;scroll-margin-top:90px}.app-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.7fr);gap:80px;align-items:center}.app-grid h2{font-family:var(--serif);font-size:clamp(34px,4vw,52px);font-weight:400;line-height:1.13;max-width:19ch;margin:20px 0 24px}.app-grid p{color:#d1deed;max-width:55ch;line-height:1.7}.app-grid ul{padding:0;list-style:none;margin:28px 0;display:grid;gap:13px}.app-grid li{padding-left:27px;position:relative}.app-grid li:before{content:'✓';position:absolute;left:0;color:#82d6ff}.app-section .eyebrow{color:#82d6ff}.app-section .btn--line{color:white;border-color:#71879e}.app-grid .app-note{font-size:12px;line-height:1.6;margin-top:24px;color:#b7c8dc}.app-figure{margin:0;text-align:center}.phone-frame{width:245px;max-width:100%;padding:9px;border:2px solid #8b9aac;background:#0b1220;border-radius:37px;box-shadow:0 30px 70px #0006;margin:auto;overflow:hidden}.phone-frame img{display:block;width:100%;height:auto;border-radius:27px}.app-figure figcaption{font-size:11px;color:#c0d2e6;margin:18px 0}
.share-section{padding-top:25px;padding-bottom:60px}.share-section h2{font-family:var(--serif);font-size:30px;font-weight:400;margin-bottom:12px}.share-section>p{color:var(--text-dim)}.share-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 10px}.share-actions a,.share-actions button{font:inherit;font-size:14px;padding:11px 16px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:8px;text-decoration:none;cursor:pointer}.share-actions a:hover,.share-actions button:hover{border-color:var(--accent)}.share-actions [hidden]{display:none}.share-section [role=status]{font-size:13px;min-height:22px}.share-actions :focus-visible{outline:3px solid #38a9f4;outline-offset:3px}
@media(max-width:800px){.app-grid{grid-template-columns:1fr;gap:36px}.app-grid h2{max-width:24ch}.phone-frame{width:225px}.app-figure{justify-self:center}.app-grid .hero__act{display:flex;flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.vcard .sector-image{transition:none}}
.vcard .sector-image{border:6px solid #27374c;border-bottom-width:16px;box-shadow:0 8px 18px #10213e18}.app-section .btn--sky{background:#82d6ff;color:#10213e}
