/* B2B Requests (Password Protected) — Modern UI + Registration */
.b2bpp-shell{ padding: 8px 0; }
.b2bpp-box{
  max-width: 1160px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .10);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  color: #0f172a;
  font-family: inherit;
}
.b2bpp-box *{ box-sizing: border-box; }
.b2bpp-box a{ color: inherit; text-underline-offset: 3px; }
.b2bpp-intro{ line-height: 1.65; margin-bottom: 14px; color: rgba(15,23,42,.85); }

.b2bpp-error{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(220, 38, 38, .08);
  border: 1px solid rgba(220, 38, 38, .25);
  margin-bottom: 12px;
}
.b2bpp-success{
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(34, 197, 94, .10);
  border: 1px solid rgba(34, 197, 94, .25);
  margin-bottom: 12px;
}
.b2bpp-note{ opacity: .85; }

.b2bpp-field label{
  font-weight: 700;
  display:block;
  margin-bottom: 6px;
  font-size: 13px;
  color: rgba(15,23,42,.75);
}
.b2bpp-input{
  width: 100%;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .18);
  color:#0f172a;
  background:#fff;
  outline: none;
}
.b2bpp-input:focus{ border-color: rgba(15, 23, 42, .45); box-shadow: 0 0 0 4px rgba(15, 23, 42, .08); }
.b2bpp-textarea{
  width: 100%;
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .18);
  color:#0f172a;
  background:#fff;
  outline: none;
  resize: vertical;
}
.b2bpp-textarea:focus{ border-color: rgba(15, 23, 42, .45); box-shadow: 0 0 0 4px rgba(15, 23, 42, .08); }

.b2bpp-btn{
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, .18);
  background: rgba(15, 23, 42, .04);
  cursor: pointer;
  color:#0f172a;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}
.b2bpp-btn:hover{ background: rgba(15, 23, 42, .07); border-color: rgba(15, 23, 42, .28); }
.b2bpp-btn:active{ transform: translateY(1px); }
.b2bpp-btn-primary{
  background: rgba(2, 132, 199, .10);
  border-color: rgba(2, 132, 199, .30);
}
.b2bpp-btn-primary:hover{
  background: rgba(2, 132, 199, .14);
  border-color: rgba(2, 132, 199, .40);
}

.b2bpp-hint{
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(15,23,42,.65);
}

.b2bpp-auth-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  align-items: start;
}
@media (max-width: 900px){
  .b2bpp-auth-grid{ grid-template-columns: 1fr; }
}
.b2bpp-auth-card{
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, rgba(15,23,42,.02) 0%, rgba(15,23,42,.01) 100%);
  padding: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
}
.b2bpp-auth-head{ margin-bottom: 10px; }
.b2bpp-auth-title{ margin:0; font-size: 16px; letter-spacing: -0.01em; }
.b2bpp-auth-sub{ margin-top: 4px; font-size: 12px; color: rgba(15,23,42,.65); }

.b2bpp-2col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px){
  .b2bpp-2col{ grid-template-columns: 1fr; }
}

/* Header (inside catalog) */
.b2bpp-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin: 10px 0 14px;
}
.b2bpp-title{ margin:0; font-size: 22px; letter-spacing: -0.02em; }
.b2bpp-subtitle{ margin-top: 4px; font-size: 13px; color: rgba(15,23,42,.65); }
.b2bpp-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, .14);
  background: rgba(15, 23, 42, .03);
  text-decoration: none;
}
.b2bpp-link:hover{ background: rgba(15, 23, 42, .06); }

/* Grid: 2 cards on desktop, 1 on mobile */
.b2bpp-list{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 820px){
  .b2bpp-list{ grid-template-columns: 1fr; }
}

/* Catalog Card */
.b2bpp-card{
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, rgba(15,23,42,.02) 0%, rgba(15,23,42,.01) 100%);
  padding: 14px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}
.b2bpp-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
  border-color: rgba(15, 23, 42, .14);
}
.b2bpp-card-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 10px;
}
.b2bpp-card-title{
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.b2bpp-badges{ display:flex; flex-wrap:wrap; gap:8px; justify-content:flex-end; }
.b2bpp-badge{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: rgba(15, 23, 42, .03);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.b2bpp-badge-muted{
  background: rgba(148, 163, 184, .18);
  border-color: rgba(148, 163, 184, .30);
  color: rgba(15, 23, 42, .80);
}

/* Sections inside card */
.b2bpp-section{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, .08);
}
.b2bpp-section-soft{
  background: rgba(15, 23, 42, .02);
  border-radius: 14px;
  padding: 10px 10px 12px;
  border: 1px solid rgba(15, 23, 42, .08);
}
.b2bpp-section-soft{ margin-top: 12px; }
.b2bpp-section-title{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(15, 23, 42, .60);
  margin-bottom: 8px;
  font-weight: 700;
}
.b2bpp-details{ line-height: 1.6; color: rgba(15, 23, 42, .88); }

/* DL for company data */
.b2bpp-dl{
  display:grid;
  gap: 8px;
  margin: 0;
}
.b2bpp-dl > div{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: baseline;
}
@media (max-width: 520px){
  .b2bpp-dl > div{ grid-template-columns: 1fr; }
}
.b2bpp-dl dt{
  font-weight: 700;
  color: rgba(15, 23, 42, .70);
  font-size: 13px;
}
.b2bpp-dl dd{
  margin: 0;
  font-size: 13px;
  color: rgba(15, 23, 42, .92);
}
.b2bpp-mail{
  text-decoration: none;
  border-bottom: 1px dashed rgba(15, 23, 42, .35);
}
.b2bpp-mail:hover{ border-bottom-style: solid; }

/* Pagination */
.b2bpp-pagination ul{ display:flex; gap:8px; list-style:none; padding:0; margin:16px 0 0; flex-wrap:wrap; }
.b2bpp-pagination a, .b2bpp-pagination span{
  display:inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  border:1px solid rgba(15, 23, 42, .14);
  text-decoration:none;
  background: rgba(15, 23, 42, .02);
}
.b2bpp-pagination a:hover{ background: rgba(15, 23, 42, .05); }
.b2bpp-pagination .current{ font-weight:700; background: rgba(15, 23, 42, .08); }
