/* Cargo Pulse — Cargado-inspired profile cards (Cargo Pulse brand) */

.cp-profile-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 8px;
}

.cp-profile-showcase__visual {
  display: flex;
  justify-content: center;
}

.cp-profile-showcase__copy h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--cp-text);
  letter-spacing: -0.02em;
}

.cp-profile-showcase__copy p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--cp-muted);
}

.cp-profile-showcase__copy ul {
  margin: 0;
  padding-left: 18px;
  color: var(--cp-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.cp-profile-showcase__copy li + li {
  margin-top: 6px;
}

.cp-network-preview {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cp-network-preview__head {
  text-align: center;
  margin-bottom: 16px;
}

.cp-network-preview__head h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--cp-text);
}

.cp-network-preview__head p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--cp-muted);
}

.cp-network-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.cp-network-preview__grid--mini {
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
}

.cp-profile-card--mini {
  max-width: none;
}

.cp-profile-card--mini .cp-profile-card__frame {
  padding: 9px;
}

.cp-profile-card--mini .cp-profile-card__inner {
  padding: 12px 11px 11px;
}

.cp-profile-card--mini .cp-profile-card__person {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cp-profile-card--mini .cp-profile-card__avatar {
  width: 34px;
  height: 34px;
  font-size: 0.68rem;
}

.cp-profile-card--mini .cp-profile-card__name {
  font-size: 0.82rem;
}

.cp-profile-card--mini .cp-profile-card__role {
  font-size: 0.7rem;
}

.cp-profile-card--mini .cp-profile-card__meta {
  font-size: 0.66rem;
}

.cp-profile-card--mini .cp-profile-card__verify {
  width: 20px;
  height: 20px;
  top: 8px;
  right: 8px;
  font-size: 0.65rem;
}

.cp-profile-card--mini .cp-profile-card__company {
  margin-bottom: 10px;
  padding: 8px 9px;
}

.cp-profile-card--mini .cp-profile-card__co-logo {
  width: 34px;
  height: 34px;
  font-size: 0.58rem;
}

.cp-profile-card--mini .cp-profile-card__company h4 {
  font-size: 0.76rem;
}

.cp-profile-card--mini .cp-profile-card__tags {
  gap: 5px;
}

.cp-profile-card--mini .cp-profile-card__tag {
  padding: 3px 8px;
  font-size: 0.6rem;
}

.cp-board-profiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin: 18px 0 22px;
}

.cp-profile-card {
  width: 100%;
  max-width: 320px;
}

.cp-profile-card--fill {
  max-width: none;
}

.cp-dashboard-profile {
  width: 100%;
  margin-bottom: 16px;
}

.cp-dashboard-profile .cp-profile-card {
  max-width: none;
  width: 100%;
}

.cp-dashboard-hint {
  margin: 16px 0 12px;
}

.cp-compliance-form {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid var(--cp-border);
  border-radius: 12px;
  background: var(--cp-bg-muted);
}

.cp-compliance-form .cp-form-section {
  margin-bottom: 10px;
}

.cp-compliance-save {
  margin-top: 4px;
}

.cp-post-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.cp-post-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.cp-post-list-item {
  display: block;
}

.cp-post-manage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 2px 0;
}

.cp-post-manage--in-card {
  align-self: center;
  margin-left: 4px;
  padding: 0;
}

.cp-post-manage__archive {
  margin: 0;
}

.cp-post-manage__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cp-muted, #c4c9d4);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.cp-post-manage__icon:hover,
.cp-post-manage__icon:focus-visible {
  color: var(--cp-orange-light, #ffba6a);
  border-color: rgba(230, 138, 46, 0.45);
  background: rgba(230, 138, 46, 0.1);
  outline: none;
}

.cp-post-manage__icon--danger {
  color: #e8a0a0;
}

.cp-post-manage__icon--danger:hover,
.cp-post-manage__icon--danger:focus-visible {
  color: #ffb4b4;
  border-color: rgba(220, 80, 80, 0.55);
  background: rgba(220, 80, 80, 0.12);
}

[data-theme="light"] .cp-post-manage__icon {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(15, 23, 42, 0.1);
  color: #6b7280;
  box-shadow: none;
}

[data-theme="light"] .cp-post-manage__icon:hover,
[data-theme="light"] .cp-post-manage__icon:focus-visible {
  color: #9a4a0a;
  border-color: rgba(230, 138, 46, 0.5);
  background: rgba(230, 138, 46, 0.08);
}

[data-theme="light"] .cp-post-manage__icon--danger {
  color: #a03030;
}

[data-theme="light"] .cp-post-manage__icon--danger:hover,
[data-theme="light"] .cp-post-manage__icon--danger:focus-visible {
  color: #8b1e1e;
  border-color: rgba(180, 40, 40, 0.45);
  background: rgba(220, 80, 80, 0.08);
}

@media (max-width: 640px) {
  .cp-post-manage__icon {
    width: 28px;
    height: 28px;
  }
}

.cp-archive-section {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-theme="light"] .cp-archive-section {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.cp-btn--danger {
  border-color: rgba(220, 80, 80, 0.55) !important;
  color: #f0a0a0 !important;
}

[data-theme="light"] .cp-btn--danger {
  border-color: rgba(180, 40, 40, 0.45) !important;
  color: #a03030 !important;
}

.cp-btn--danger:hover {
  background: rgba(220, 80, 80, 0.12) !important;
}

.cp-board-listing {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cp-post-list--board .cp-profile-card {
  margin-bottom: 0;
}

.cp-board-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 10px 6px;
}

.cp-board-select__badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cp-orange-light, #ffba6a);
}

.cp-btn--compact {
  padding: 6px 12px !important;
  font-size: 0.78rem !important;
}

.cp-archive-block {
  margin-top: 28px;
}

.cp-archive-block:first-of-type {
  margin-top: 8px;
}

.cp-archive-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}

.cp-archive-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cp-archive-item__banner {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  border-radius: 8px;
}

.cp-archive-item__banner--self {
  background: rgba(230, 138, 46, 0.14);
  color: #ffba6a;
}

.cp-archive-item__banner--other {
  background: rgba(120, 160, 220, 0.14);
  color: #a8c8f0;
}

[data-theme="light"] .cp-archive-item__banner--self {
  background: rgba(230, 138, 46, 0.12);
  color: #b35a10;
}

[data-theme="light"] .cp-archive-item__banner--other {
  background: rgba(60, 100, 180, 0.1);
  color: #2a5080;
}

.cp-archive-item__meta {
  margin: 0;
  padding: 0 12px;
  font-size: 0.76rem;
  color: var(--cp-muted, rgba(238, 241, 246, 0.55));
}

.cp-post-list .cp-profile-card {
  max-width: none;
  width: 100%;
}

.cp-profile-card--list-row .cp-profile-card__inner--row {
  display: grid;
  grid-template-columns: minmax(150px, 1.05fr) minmax(160px, 1.15fr) minmax(260px, 2fr) minmax(150px, 0.95fr);
  align-items: center;
  gap: 10px 14px;
  padding: 10px 12px;
}

.cp-profile-card--list-row .cp-profile-card__frame {
  padding: 7px;
}

.cp-profile-card--carrier-row .cp-profile-card__inner--row {
  grid-template-columns: minmax(240px, 2.2fr) minmax(240px, 1.2fr) minmax(120px, 0.75fr);
}

.cp-profile-card--broker-load-row .cp-profile-card__inner--row {
  grid-template-columns: minmax(240px, 2.2fr) minmax(240px, 1.2fr) minmax(120px, 0.75fr);
}

.cp-profile-card--broker-load-row .cp-post-row__route-text,
.cp-profile-card--carrier-row .cp-post-row__route-text {
  min-width: 0;
}

.cp-profile-card--broker-load-row .cp-post-row__route-text strong,
.cp-profile-card--carrier-row .cp-post-row__route-text strong {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  word-break: break-word;
}

.cp-profile-card--broker-load-row .cp-post-row__route-text span,
.cp-profile-card--carrier-row .cp-post-row__route-text span {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.cp-profile-card--broker-load .cp-profile-card__inner--row,
.cp-profile-card--broker-post .cp-profile-card__inner--row {
  grid-template-columns:
    minmax(240px, max-content)
    minmax(84px, 0.42fr)
    minmax(128px, 0.88fr)
    minmax(136px, 0.95fr)
    minmax(100px, 0.68fr);
}

.cp-profile-card--broker-load .cp-post-row__carrier,
.cp-profile-card--broker-post .cp-post-row__carrier {
  min-width: max-content;
}

.cp-profile-card--broker-load .cp-post-row__carrier-text,
.cp-profile-card--broker-post .cp-post-row__carrier-text {
  min-width: max-content;
}

.cp-profile-card--broker-load .cp-post-row__contact,
.cp-profile-card--broker-post .cp-post-row__contact {
  min-width: max-content;
}

.cp-profile-card--broker-load .cp-post-row__contact .cp-contact-line,
.cp-profile-card--broker-post .cp-post-row__contact .cp-contact-line {
  min-width: max-content;
  max-width: none;
}

.cp-profile-card--broker-load .cp-post-row__contact .cp-contact-line--email,
.cp-profile-card--broker-post .cp-post-row__contact .cp-contact-line--email,
.cp-profile-card--broker-load .cp-post-row__contact .cp-contact-line--email .cp-contact-line__text,
.cp-profile-card--broker-post .cp-post-row__contact .cp-contact-line--email .cp-contact-line__text {
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  word-break: normal;
}

.cp-profile-card__notes--row {
  margin: 4px 0 0;
  font-size: 0.64rem;
  line-height: 1.35;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__carrier,
.cp-post-row__route {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.cp-profile-card--broker-post .cp-post-row__carrier,
.cp-profile-card--broker-load .cp-post-row__carrier {
  align-items: flex-start;
}

.cp-post-row__carrier-text,
.cp-post-row__route-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cp-post-row__carrier-text strong,
.cp-post-row__route-text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__carrier-text span,
.cp-post-row__route-text span {
  display: block;
  font-size: 0.64rem;
  color: #6b7280;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__carrier .cp-profile-card__co-logo {
  width: 32px;
  height: 32px;
  font-size: 0.55rem;
  flex-shrink: 0;
}

.cp-post-row__route .cp-profile-card__avatar--route {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.cp-post-row__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 8px;
  min-width: 0;
}

.cp-post-row__facts--broker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cp-post-row__corridors {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cp-post-row__corridor {
  min-width: 0;
}

.cp-post-row__corridor span {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.2;
}

.cp-post-row__corridor strong {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__fact {
  min-width: 0;
}

.cp-post-row__fact span {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
  line-height: 1.2;
}

.cp-post-row__fact strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.cp-post-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.cp-post-row__tags .cp-compliance-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
}

.cp-post-row__tags .cp-badge-tag,
.cp-post-row__tags .cp-profile-card__tag {
  padding: 2px 7px;
  font-size: 0.58rem;
}

.cp-post-row__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.cp-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  font-size: 0.64rem;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
}

.cp-contact-line__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.88;
}

.cp-contact-line__icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.cp-contact-line__text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-contact-line--email {
  color: #c9741f;
  font-weight: 700;
}

.cp-contact-line--email:hover {
  color: #e68a2e;
  text-decoration: underline;
}

.cp-contact-line--whatsapp {
  color: #1a7a52;
  font-weight: 600;
}

.cp-contact-line--whatsapp .cp-contact-line__icon {
  color: #25d366;
}

.cp-contact-line--whatsapp:hover {
  color: #146b44;
  text-decoration: underline;
}

.cp-profile-card__contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}

.cp-profile-card__contact .cp-contact-line {
  font-size: 0.72rem;
}

.cp-post-row__contact a,
.cp-post-row__contact span {
  font-size: 0.64rem;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cp-post-row__contact a {
  color: #c9741f;
  font-weight: 700;
  text-decoration: none;
}

.cp-post-row__contact--under-name {
  margin-top: 4px;
}

.cp-profile-card--post .cp-profile-card__avatar--route {
  font-size: 1rem;
  letter-spacing: 0;
  background: linear-gradient(145deg, #64748b, #334155);
}

.cp-profile-card--broker-post .cp-profile-card__inner {
  padding: 12px 12px 11px;
}

.cp-profile-card--broker-post .cp-profile-card__frame {
  padding: 10px;
}

.cp-profile-card--post .cp-profile-card__person--compact {
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none;
}

.cp-profile-card--post .cp-profile-card__person--compact .cp-profile-card__avatar {
  width: 34px;
  height: 34px;
  font-size: 0.82rem;
}

.cp-profile-card--post .cp-profile-card__person--compact .cp-profile-card__name {
  font-size: 0.86rem;
}

.cp-profile-card--post .cp-profile-card__person--compact .cp-profile-card__role {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 600;
  color: #6b7280;
}

.cp-profile-card__company--compact {
  margin-bottom: 8px;
  padding: 8px 9px;
}

.cp-profile-card__company--compact .cp-profile-card__co-logo {
  width: 34px;
  height: 34px;
  font-size: 0.58rem;
}

.cp-profile-card__company--compact h4 {
  font-size: 0.8rem;
  margin-bottom: 2px;
}

.cp-profile-card__company--compact .cp-profile-card__legal {
  font-size: 0.66rem;
}

.cp-profile-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 10px;
  margin-bottom: 8px;
}

.cp-profile-card__fact {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 7px;
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.04);
  min-width: 0;
}

.cp-profile-card__fact span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7280;
}

.cp-profile-card__fact strong {
  font-size: 0.72rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.cp-profile-card__tags--compact {
  margin-top: 0;
  gap: 5px;
}

.cp-profile-card__tags--compact .cp-compliance-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.cp-profile-card__tags--compact .cp-badge-tag {
  padding: 3px 8px;
  font-size: 0.6rem;
}

.cp-profile-card__contact--compact {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.68rem;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.cp-profile-card__contact--compact a {
  color: #c9741f;
  font-weight: 700;
  text-decoration: none;
}

.cp-profile-card__contact-sep {
  color: #9ca3af;
}

.cp-profile-card__notes {
  margin: 10px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #6b7280;
}

.cp-empty-hint {
  margin: 0;
  font-size: 0.9rem;
  color: var(--cp-muted);
}

.cp-profile-card__frame {
  position: relative;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(230, 138, 46, 0.35) 0%,
    rgba(100, 160, 255, 0.22) 52%,
    rgba(230, 138, 46, 0.18) 100%
  );
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cp-profile-card__frame:has(.cp-post-manage--in-card) {
  display: flex;
  align-items: stretch;
  gap: 6px;
  padding-right: 8px;
}

.cp-profile-card__frame:has(.cp-post-manage--in-card) > .cp-profile-card__inner {
  flex: 1 1 auto;
  min-width: 0;
}

.cp-profile-card--list-row .cp-profile-card__frame:has(.cp-post-manage--in-card) {
  padding-right: 6px;
}

.cp-profile-card__inner {
  position: relative;
  padding: 18px 16px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fafbfc 0%, #f3f5f8 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.18);
  color: #1a2233;
}

.cp-profile-card__verify {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(145deg, #34d399, #059669);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.35);
}

.cp-profile-card__person {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.cp-profile-card__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(145deg, #e68a2e, #c9741f);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

.cp-profile-card__name {
  margin: 0 0 2px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
}

.cp-profile-card__status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-radius: 999px;
  background: #22c55e;
  vertical-align: middle;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
}

.cp-profile-card__role {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #4b5563;
}

.cp-profile-card__meta {
  margin: 0;
  font-size: 0.72rem;
  color: #6b7280;
  line-height: 1.45;
}

.cp-profile-card__company {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cp-profile-card__co-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  padding: 4px;
}

.cp-profile-card__company h4 {
  margin: 0 0 4px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #111827;
}

.cp-profile-card__legal,
.cp-profile-card__address {
  margin: 0;
  font-size: 0.72rem;
  color: #6b7280;
  line-height: 1.45;
}

.cp-profile-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.76rem;
}

.cp-profile-card__row span {
  color: #6b7280;
}

.cp-profile-card__row strong {
  color: #111827;
  font-weight: 700;
  text-align: right;
}

.cp-profile-card__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 14px 0 12px;
}

.cp-profile-card__stat {
  padding: 10px 8px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.04);
  text-align: center;
}

.cp-profile-card__stat span {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 4px;
}

.cp-profile-card__stat strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #111827;
}

.cp-profile-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cp-profile-card__tag {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cp-profile-card__tag--dark {
  background: #111827;
  color: #fff;
}

.cp-profile-card__tag--cert {
  background: rgba(230, 138, 46, 0.14);
  border: 1px solid rgba(230, 138, 46, 0.35);
  color: #9a4a0a;
}

.cp-profile-card__tag--sheet {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #1d4ed8;
}

.cp-profile-card--clickable {
  cursor: pointer;
}

.cp-profile-card--clickable:focus-visible {
  outline: 2px solid rgba(230, 138, 46, 0.7);
  outline-offset: 2px;
}

.cp-profile-card__contact {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 0.74rem;
  line-height: 1.5;
  color: #374151;
}

.cp-profile-card__contact a {
  color: #c9741f;
  font-weight: 700;
  text-decoration: none;
}

.cp-profile-card__contact a:hover {
  text-decoration: underline;
}

.cp-profile-card--compact .cp-profile-card__inner {
  padding: 14px;
}

.cp-profile-card--compact .cp-profile-card__contact {
  display: none;
}

.cp-shell-dashboard--wide {
  max-width: 920px;
}

.cp-network-preview__links {
  margin-top: 16px;
  text-align: center;
  font-size: 0.82rem;
}

.cp-network-preview__links a {
  color: var(--cp-orange-light);
  font-weight: 700;
  text-decoration: none;
}

.cp-network-preview__links a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .cp-profile-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .cp-profile-showcase__visual {
    order: -1;
  }

  .cp-network-preview__grid {
    grid-template-columns: 1fr;
  }

  .cp-profile-card {
    max-width: none;
  }

  .cp-profile-card--list-row .cp-profile-card__inner--row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cp-profile-card--carrier-row .cp-profile-card__inner--row {
    grid-template-columns: 1fr;
  }

  .cp-profile-card--broker-load-row .cp-profile-card__inner--row {
    grid-template-columns: 1fr;
  }

  .cp-post-row__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
