/* LYNQ contact card. Adapted from the structure of 21st.dev / efferd / contact-card. */
.connect-section{padding-block:88px;scroll-margin-top:108px}
.connect-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);border:1px solid #d4e0e4;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 52px #18354608}
.connect-intro{position:relative;display:flex;flex-direction:column;padding:clamp(30px,4vw,58px);background:#122d3d;color:#fff;min-width:0}
.connect-intro .eyebrow{color:#a3c4cb;letter-spacing:.15em;margin:0 0 25px;font-size:11px}
.connect-intro h2{color:#fff;font-size:clamp(29px,3.2vw,46px);font-weight:540;line-height:1.14;letter-spacing:-.035em;margin:0;max-width:15ch;text-wrap:balance}
.connect-description{color:#c3d2d9;font-size:15px;line-height:1.75;margin:24px 0 0;max-width:43ch}
.connect-context{font-size:12px;color:#d5e5e8;border-inline-start:2px solid #6e9da7;padding-inline-start:12px;margin:24px 0 0;line-height:1.6}
.connect-person{display:flex;align-items:center;gap:14px;margin-block:38px 28px}
.connect-monogram{width:42px;height:42px;border:1px solid #ffffff38;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;flex:none}
.connect-monogram span{font-size:17px;font-weight:400;margin-inline-start:-2px}
.connect-person strong,.connect-person div>span{display:block}.connect-person strong{font-size:15px;font-weight:550}.connect-person div>span{font-size:12px;color:#a5bdc7;margin-top:4px}
.connect-brief{margin-top:auto;padding-top:22px;border-top:1px solid #ffffff22}.connect-brief>span{font-size:11px;color:#9fbdc8}.connect-brief p{font-size:12px;line-height:1.7;color:#cfdee2;margin:7px 0 0}
.connect-channels{padding:clamp(24px,3vw,46px);min-width:0;display:flex;flex-direction:column;justify-content:center}
.connect-channels-heading{font-size:12px;letter-spacing:.03em;color:#577481;margin:0 0 23px}
.connect-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.connect-channel,.connect-wechat{border:1px solid #dce6e9;border-radius:13px;background:#fff;min-width:0;transition:border-color .2s,background .2s,box-shadow .2s}
.connect-channel{display:flex;align-items:flex-start;gap:13px;padding:20px;color:#172f40;text-decoration:none}
.connect-channel--email,.connect-channel--phone,.connect-wechat{grid-column:1/-1}
.connect-channel--whatsapp,.connect-channel--telegram{flex-wrap:wrap;position:relative;gap:18px;padding:20px}
.connect-channel--whatsapp .connect-channel-copy,.connect-channel--telegram .connect-channel-copy{flex-basis:100%}
.connect-channel--whatsapp .connect-arrow,.connect-channel--telegram .connect-arrow{position:absolute;top:24px;inset-inline-end:17px}
.connect-icon{color:#527f87;display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#edf4f3;flex:none}
.connect-icon svg{width:21px;height:21px}.connect-channel--whatsapp .connect-icon{color:#247448;background:#eef7ef}.connect-channel--telegram .connect-icon{color:#307e9f;background:#eef6fa}
.connect-channel-copy{display:flex;flex-direction:column;gap:5px;min-width:0;flex:1}.connect-channel-label{font-size:11px;color:#63808e}.connect-channel-copy strong{font-size:14px;line-height:1.4;font-weight:550;overflow-wrap:anywhere}.connect-channel--email strong{font-size:clamp(12px,1.1vw,16px)}
.connect-channel-hint{color:#6a808c;font-size:11px;line-height:1.5}.connect-arrow,.connect-plus{width:17px;flex:none;color:#75929d;margin-top:7px}.connect-arrow svg,.connect-plus svg{width:17px;height:17px}
.connect-channel:hover,.connect-wechat:hover{border-color:#7ea1aa;background:#f7faf9;box-shadow:0 5px 20px #29495b06}.connect-channel:focus-visible,.connect-wechat summary:focus-visible{outline:3px solid #83b9c6;outline-offset:3px}
.connect-wechat summary{list-style:none;display:flex;align-items:center;gap:13px;padding:20px;cursor:pointer;border-radius:13px}.connect-wechat summary::-webkit-details-marker{display:none}.connect-wechat[open] .connect-plus{transform:rotate(45deg)}.connect-wechat .connect-plus{transition:transform .2s}
.connect-wechat-content{padding:0 20px 22px;display:flex;gap:22px;align-items:center;border-top:1px solid #edf2f4;margin:0 20px}.connect-wechat-content img{display:block;width:190px;max-width:100%;height:auto;flex:none;mix-blend-mode:multiply}.connect-wechat-content p{font-size:12px;line-height:1.7;color:#557380;max-width:23ch;margin:0}
.contact-messenger-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.contact-messenger-links a{display:flex;gap:9px;align-items:center;border:1px solid #dce6e9;border-radius:9px;padding:12px;color:#234454;font-size:13px;text-decoration:none;background:#fff}.contact-messenger-links svg{width:20px;height:20px;flex:none}.contact-messenger-links a>svg:last-child{width:14px;height:14px;margin-inline-start:auto}.contact-messenger-links a:hover{background:#edf4f3}
.contact-popover .contact-messenger-links{display:grid;grid-template-columns:1fr 1fr;margin:14px 0}.contact-popover .contact-messenger-links a{min-width:0;padding:12px 9px;font-size:12px}.contact-popover .contact-mini-brief{display:none}
.contact-widget .contact-dock-action span{font-size:11px;overflow-wrap:normal;word-break:normal;hyphens:none}
.contact-widget .contact-popover{z-index:80}
@media(min-width:1550px){.connect-panel{grid-template-columns:1fr 1.15fr}.connect-intro h2{font-size:48px}}
@media(max-width:1000px){.connect-panel{grid-template-columns:1fr 1.15fr}.connect-intro,.connect-channels{padding:28px}.connect-channel{padding:16px}.connect-wechat summary{padding:16px}.connect-channel-grid{gap:9px}.connect-intro h2{font-size:34px}.connect-channel--email strong{font-size:13px}.connect-wechat-content{flex-direction:column;align-items:flex-start;gap:8px;padding:0 0 18px}.connect-wechat-content p{max-width:none}}
@media(max-width:760px){.connect-section{padding-block:48px}.connect-panel{grid-template-columns:1fr;border-radius:18px}.connect-intro,.connect-channels{padding:28px}.connect-intro h2{font-size:36px;max-width:22ch}.connect-description{max-width:55ch;margin-top:18px}.connect-person{margin-block:26px 22px}.connect-brief{padding-top:17px}.connect-channels-heading{margin-bottom:18px}.connect-wechat-content{flex-direction:row;align-items:center;gap:16px}.connect-wechat-content img{width:170px}.connect-channel--email strong{font-size:15px}}
@media(max-width:420px){.connect-intro,.connect-channels{padding:23px}.connect-intro h2{font-size:31px}.connect-channel-copy strong{font-size:13px}.connect-channel--email strong{font-size:12px}.connect-channel{gap:10px;padding:14px}.connect-channel--whatsapp,.connect-channel--telegram{gap:14px}.connect-channel-hint{font-size:10px}.connect-wechat-content{flex-direction:column;align-items:flex-start}.connect-wechat-content img{width:205px}.connect-icon{width:30px;height:30px}.connect-channel-label{font-size:10px}}
@media(prefers-reduced-motion:reduce){.connect-channel,.connect-wechat,.connect-plus{transition:none}}
