.pc-networks { background: #fff; padding: 88px 0; color: #0f1419; }
.pc-networks__layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 7vw, 110px); align-items: center; }
.pc-networks__eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .16em; color: #52616e; margin: 0 0 24px; }
.pc-networks__copy h2 { font-size: clamp(32px, 3.7vw, 54px); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 24px; color: var(--pc-navy); }
.pc-networks__copy > p:not(.pc-networks__eyebrow) { max-width: 400px; color: #536471; line-height: 1.8; }
.pc-networks__button { display: inline-flex; gap: 24px; align-items: center; background: #0f1419; color: white; border-radius: 30px; padding: 14px 23px; font-size: 13px; font-weight: 800; margin-top: 16px; text-decoration: none; }
.pc-networks__button:hover, .pc-x__follow:hover { background: #29404e; color: white; }
.pc-networks__other { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 44px; font-size: 12px; }
.pc-networks__other span { width: 100%; color: #536471; }
.pc-networks__other a { font-weight: 700; color: #0f1419; text-decoration: none; }
.pc-x { min-width: 0; width: 100%; max-width: 600px; border: 1px solid #e1e6e9; border-radius: 20px; overflow: hidden; background: #fff; box-shadow: 0 16px 50px #072f540a; }
.pc-x__bar { display: flex; align-items: center; gap: 16px; padding: 15px 22px; }
.pc-x__mark { font-size: 28px; line-height: 1; }
.pc-x__bar div { display: grid; line-height: 1.5; }
.pc-x__bar strong { font-size: 14px; }
.pc-x__bar div span { font-size: 11px; color: #536471; }
.pc-x__bar > a { margin-left: auto; color: #0f1419; text-decoration: none; font-size: 24px; }
.pc-x__cover { min-height: 112px; background: #072f54; color: white; padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; font-size: 19px; font-weight: 800; line-height: 1.3; letter-spacing: -.03em; }
.pc-x__cover > span:last-child { color: #f5c400; font-size: 60px; font-weight: 400; }
.pc-x__profile { padding: 0 22px 16px; }
.pc-x__profile-top { display: flex; align-items: flex-end; justify-content: space-between; margin-top: -17px; margin-bottom: 12px; }
.pc-x__avatar { width: 106px; height: 70px; display: grid; place-items: center; background: white; border: 4px solid white; border-radius: 14px; box-shadow: 0 0 0 1px #eff3f4; }
.pc-x__avatar img { width: 90px; height: auto; }
.pc-x__follow { border-radius: 22px; padding: 8px 18px; background: #0f1419; color: white; font-size: 12px; font-weight: 800; text-decoration: none; }
.pc-x__profile h3 { font-size: 19px; margin: 0; line-height: 1.3; }
.pc-x__handle { color: #536471; text-decoration: none; font-size: 13px; }
.pc-x__profile p { font-size: 12px; line-height: 1.7; margin: 12px 0 0; }
.pc-x__tab { border-bottom: 1px solid #eff3f4; text-align: center; font-size: 13px; font-weight: 800; }
.pc-x__tab span { display: inline-block; padding: 12px 4px; position: relative; }
.pc-x__tab span::after { content: ''; position: absolute; bottom: 0; height: 4px; border-radius: 4px; background: #1d9bf0; left: 0; right: 0; }
.pc-x__feed { max-height: 420px; overflow: auto; }
.pc-x__fallback { text-align: center; padding: 24px; }
.pc-x__fallback[hidden] { display: none; }
.pc-x__fallback-icon { display: block; font-size: 26px; margin-bottom: 8px; }
.pc-x__fallback strong { display: block; font-size: 15px; }
.pc-x__fallback p { font-size: 12px; color: #536471; margin: 8px auto 14px; max-width: 290px; }
.pc-x__fallback a { color: #0878ba; font-size: 12px; font-weight: 800; }
.pc-x__bottom { display: flex; justify-content: space-between; border-top: 1px solid #eff3f4; padding: 15px 22px; color: #0878ba; text-decoration: none; font-size: 12px; font-weight: 700; }
.pc-networks a:focus-visible { outline: 3px solid #1d9bf0; outline-offset: 3px; }
/* iPhone frame with an independently scrolling screen. */
.pc-x { position: relative; justify-self: center; max-width: 350px; height: 700px; border: 2px solid #23384e; border-radius: 28px; padding: 0; box-shadow: 0 22px 55px #072f541a; display: flex; flex-direction: column; }
.pc-x::before, .pc-x::after { display: none; }
.pc-x__bar { padding: 10px 17px; flex-shrink: 0; border-bottom: 1px solid #eff3f4; }
.pc-x__cover { min-height: 82px; padding: 14px 20px; font-size: 15px; flex-shrink: 0; }
.pc-x__cover > span:last-child { font-size: 40px; }
.pc-x__profile { padding: 0 17px 10px; flex-shrink: 0; }
.pc-x__profile-top { margin-bottom: 7px; }
.pc-x__avatar { width: 84px; height: 55px; }
.pc-x__avatar img { width: 72px; }
.pc-x__profile h3 { font-size: 17px; }
.pc-x__profile p { display: none; }
.pc-x__follow { font-size: 11px; padding: 7px 13px; }
.pc-x__tab { flex-shrink: 0; }
.pc-x__tab span { padding: 9px 4px; }
.pc-x__feed { flex: 1; min-height: 0; max-height: none; overscroll-behavior: contain; scrollbar-width: thin; }
.pc-x__feed .twitter-tweet { margin: 0 auto !important; }
.pc-x__bottom { flex-shrink: 0; padding: 16px 17px; background: #072f54; color: #fff; }
.pc-x__fallback { padding: 24px 18px; text-align: left; }
.pc-x__fallback blockquote { margin: 0; font-size: 13px; line-height: 1.65; }
.pc-x__fallback blockquote p { max-width: none; font-size: inherit; color: #0f1419; }
.pc-x__fallback a { overflow-wrap: anywhere; }
@media (max-width: 767px) {
  .pc-networks { padding: 48px 0; }
  .pc-networks__layout { grid-template-columns: 1fr; gap: 32px; }
  .pc-networks__other { margin-top: 24px; }
  .pc-x { max-width: min(350px, 100%); height: 700px; }
}

/* Two app screens and the complete set of official social profiles. */
.pc-networks__layout { grid-template-columns: minmax(250px, .9fr) minmax(0, 2fr); gap: 40px; }
.pc-networks__copy h2 { font-size: clamp(30px, 3vw, 44px); }
.pc-networks__phones { display: grid; grid-template-columns: repeat(2, minmax(0, 350px)); justify-content: center; gap: 24px; min-width: 0; }
.pc-networks__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.pc-networks__links a { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px; border: 1px solid #e0e6eb; border-radius: 10px; color: var(--pc-navy); text-decoration: none; font-size: 12px; font-weight: 700; }
.pc-networks__links a:hover { background: #f2f6f9; border-color: #b1c1cf; }
.pc-networks__links a > :is(img, svg) { width: 17px; height: 17px; flex: 0 0 17px; }
.pc-networks__links a > span:last-child { margin-left: auto; }
.pc-x__post + .pc-x__post { border-top: 1px solid #e1e6e9; }
.pc-x__feed:focus-visible { outline: 3px solid #1d9bf0; outline-offset: -3px; }
.pc-ig { border-color: #423046; }
.pc-ig__icon { color: #bd286b; }
.pc-ig__cover { background: linear-gradient(120deg, #713ca3, #bf286a 65%, #da6840); }
.pc-ig__cover > span:last-child { color: #fff; }
.pc-ig .pc-x__tab span::after { background: #bd286b; }
.pc-ig .pc-x__follow { background: #bd286b; }
.pc-ig .pc-x__bottom { background: #69345e; }
.pc-ig__profile-link { padding: 28px 22px; text-align: center; }
.pc-ig__profile-icon { display: block; font-size: 54px; line-height: 1.2; color: #bd286b; }
.pc-ig__profile-link h4 { margin: 16px 0 10px; font-size: 18px; line-height: 1.4; }
.pc-ig__profile-link p { font-size: 13px; color: #536471; }
.pc-ig__profile-link a { display: inline-block; padding: 12px 0; color: #922056; font-size: 12px; font-weight: 800; }
.pc-ig__feed .instagram-media { min-width: 0 !important; max-width: 100% !important; width: 100% !important; margin: 0 !important; border: 0 !important; box-shadow: none !important; }
.pc-ig__post + .pc-ig__post { border-top: 1px solid #e1e6e9; }
.pc-ig__post blockquote { padding: 28px 18px; min-height: 110px; background: #fff8fb; }
.pc-ig__post blockquote a { color: #922056; font-size: 13px; font-weight: 700; }
.pc-ig__post-link { display: block; padding: 12px 16px; color: #922056; font-size: 11px; font-weight: 700; text-decoration: none; border-top: 1px solid #f4e8ee; }
@media (max-width: 1200px) {
  .pc-networks__layout { grid-template-columns: 1fr; gap: 32px; }
  .pc-networks__copy { max-width: 724px; width: 100%; justify-self: center; }
  .pc-networks__copy > p:not(.pc-networks__eyebrow) { max-width: 620px; }
  .pc-networks__links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .pc-networks__phones { grid-template-columns: minmax(0, 350px); gap: 28px; }
  .pc-networks__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Compact phone previews aligned with the adjacent introduction. */
@media (min-width: 768px) {
  .pc-networks__phones { grid-template-columns: repeat(2, minmax(0, 294px)); }
  .pc-networks__phones > .pc-x { zoom: .84; }
}
