/* Private-sharing landing pages: app brand, spacious editorial hierarchy. */
.sharing-page .hero__title{font-size:clamp(38px,5vw,64px);line-height:1.07;letter-spacing:-1.2px;font-weight:800}
.sharing-page .hero__lead{font-size:18px;line-height:1.6;max-width:580px}
.sharing-page .section{padding-block:56px}
.sharing-page .btn{border-radius:12px;box-shadow:none;font-weight:750;min-height:46px}
.sharing-page .card{border-radius:18px;box-shadow:none}
.sharing-page .sharing-app{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.sharing-page .sharing-app h2{font-size:clamp(32px,4vw,48px);line-height:1.1;letter-spacing:-.7px;margin:16px 0}
.sharing-page .sharing-app p{max-width:420px;line-height:1.65;margin-bottom:24px}
.sharing-page .sharing-app figure{max-width:350px;margin:0;justify-self:center}
.sharing-page .sharing-app img{display:block;width:100%;height:auto;border-radius:20px;border:1px solid var(--bg-deep)}
.sharing-page .sharing-app figcaption{font-size:13px;text-align:center;margin-top:12px;color:var(--text-secondary)}
.sharing-page .sharing-more{border-top:1px solid var(--bg-deep);border-bottom:1px solid var(--bg-deep);padding:20px 0}
.sharing-page .sharing-more>summary{font-size:18px;font-weight:750;cursor:pointer}
.sharing-page .sharing-more[open]>summary{margin-bottom:28px}
@media(max-width:650px){.sharing-page .sharing-app{grid-template-columns:1fr;gap:32px}.sharing-page .section{padding-block:36px}}
