.psbs-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:32px 16px 64px;
}

.psbs-hero{
  margin-bottom:24px;
}

.psbs-hero-inner{
  background:linear-gradient(135deg,#fff7ed 0%, #ffffff 100%);
  border:1px solid rgba(0,0,0,.06);
  border-radius:24px;
  padding:32px 28px;
  box-shadow:0 12px 32px rgba(0,0,0,.06);
}

.psbs-eyebrow{
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  color:#c56b3d;
  text-transform:uppercase;
  margin-bottom:10px;
}

.psbs-title{
  font-size:34px;
  line-height:1.1;
  margin:0 0 12px;
  font-weight:800;
  color:#141414;
}

.psbs-subtitle{
  margin:0;
  font-size:16px;
  line-height:1.7;
  color:#444;
  max-width:780px;
}

.psbs-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:22px;
  align-items:start;
}

.psbs-main,
.psbs-side{
  min-width:0;
}

.psbs-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  padding:24px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.psbs-sticky{
  position:sticky;
  top:24px;
}

.psbs-form{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.psbs-section{
  border-top:1px solid #eee;
  padding-top:22px;
}

.psbs-section:first-child{
  border-top:0;
  padding-top:0;
}

.psbs-section-head{
  margin-bottom:16px;
}

.psbs-section-head h2{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.25;
  font-weight:800;
}

@media (max-width: 768px){
  .psbs-section-head h2{
    font-size:17px;
  }
}

.psbs-section-head p{
  margin:0;
  font-size:14px;
  color:#666;
  line-height:1.6;
}

.psbs-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.psbs-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:14px;
}

.psbs-field label{
  font-size:14px;
  font-weight:700;
  color:#181818;
}

.psbs-field label span{
  color:#c0392b;
}

.psbs-field input[type="text"],
.psbs-field input[type="email"],
.psbs-field select,
.psbs-field textarea{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:13px 14px;
  font-size:14px;
  font-family:inherit;
  background:#fff;
  color:#111;
  box-sizing:border-box;
}



.psbs-field textarea{
  resize:vertical;
  min-height:120px;
}

.psbs-field input:focus,
.psbs-field textarea:focus,
.psbs-field select:focus{
  outline:none;
  border-color:#f6895a;
  box-shadow:0 0 0 4px rgba(246,137,90,.12);
}

.psbs-help{
  font-size:13px;
  color:#666;
  line-height:1.6;
}

.psbs-dynamic-section{
  border:1px solid #eee;
  border-radius:18px;
  padding:16px;
  background:#fcfcfc;
  margin-bottom:14px;
}

.psbs-dynamic-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.psbs-dynamic-head h3{
  margin:0;
  font-size:16px;
  line-height:1.25;
  font-weight:700;
}

.psbs-actions-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0 16px;
}

.psbs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  color:#111;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:.18s ease;
}

.psbs-btn:hover{
  transform:translateY(-1px);
}

.psbs-btn-primary{
  background:#F6895A;
  border-color:#F6895A;
  color:#fff;
  box-shadow:0 8px 20px rgba(246,137,90,.28);
}

.psbs-btn-primary:hover{
  background:#eb7e50;
  border-color:#eb7e50;
  color:#fff;
}

.psbs-btn-ghost{
  background:#fff;
  color:#111;
}

.psbs-remove-section{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
}

.psbs-check{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px;
  font-size:14px;
  line-height:1.6;
  color:#222;
  cursor:pointer;
}

.psbs-check input[type="checkbox"]{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  width:20px;
  height:20px;
  min-width:20px;
  margin:2px 0 0 0;
  border:1.5px solid #d8d8d8;
  border-radius:6px;
  background:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
  position:relative;
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.psbs-check input[type="checkbox"]:hover{
  border-color:#F6895A;
  box-shadow:0 0 0 4px rgba(246,137,90,.10);
}

.psbs-check input[type="checkbox"]:focus{
  outline:none;
  border-color:#F6895A;
  box-shadow:0 0 0 4px rgba(246,137,90,.14);
}

.psbs-check input[type="checkbox"]:checked{
  background:#F6895A;
  border-color:#F6895A;
  box-shadow:0 6px 14px rgba(246,137,90,.20);
}

.psbs-check input[type="checkbox"]:checked::after{
  content:"";
  position:absolute;
  left:6px;
  top:2px;
  width:5px;
  height:10px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}

.psbs-check span{
  display:block;
  flex:1 1 auto;
}

.psbs-section:last-child .psbs-check:last-of-type{
  margin-bottom:18px;
}

.psbs-submit-wrap{
  margin-top:14px;
}

.psbs-submit-btn{
  width:100%;
  min-height:48px;
  font-size:15px;
}

.psbs-msg{
  margin-top:14px;
  font-size:14px;
  line-height:1.5;
  min-height:22px;
}

.psbs-msg.is-success{ color:#117a4d; }
.psbs-msg.is-error{ color:#b42318; }
.psbs-msg.is-loading{ color:#555; }

.psbs-guidelines{
  margin:0 0 16px;
  padding-left:18px;
}

.psbs-guidelines li{
  margin-bottom:10px;
  line-height:1.6;
  color:#333;
}

.psbs-note{
  padding:14px 16px;
  border-radius:16px;
  background:#fff7ed;
  border:1px solid #fed7aa;
  font-size:14px;
  line-height:1.6;
  color:#7c4a2d;
}

.psbs-file-info{
  margin-top:12px;
}

.psbs-file-count{
  font-size:13px;
  font-weight:700;
  margin-bottom:8px;
}

.psbs-file-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.psbs-file-list span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#f5f5f5;
  border:1px solid #e5e7eb;
  font-size:12px;
}

.psbs-login-note{
  max-width:560px;
  margin:0 auto;
  text-align:center;
}

.psbs-login-note h2{
  margin-top:0;
}

@media (max-width: 980px){
  .psbs-grid{
    grid-template-columns:1fr;
  }

  .psbs-sticky{
    position:static;
    top:auto;
  }
}

@media (max-width: 768px){
  .psbs-title{
    font-size:28px;
  }

  .psbs-grid-2{
    grid-template-columns:1fr;
  }

  .psbs-card,
  .psbs-hero-inner{
    padding:20px;
    border-radius:18px;
  }
}


.psbs-field select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  min-height:52px;
  line-height:1.4;
  padding:14px 46px 14px 14px;
  background-color:#fff;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%23111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:18px 18px;
  white-space:normal;
}

.psbs-upload-ui{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:54px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
}

.psbs-upload-ui{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:54px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
}

.psbs-upload-ui input[type="file"]{
  display:none !important;
}

.psbs-upload-btn,
.psbs-upload-btn:link,
.psbs-upload-btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#F6895A;
  color:#ffffff !important;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
  text-decoration:none !important;
  box-shadow:0 6px 18px rgba(246,137,90,.25);
  transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.psbs-upload-btn:hover,
.psbs-upload-btn:focus,
.psbs-upload-btn:active{
  background:#eb7e50;
  color:#ffffff !important;
  text-decoration:none !important;
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(246,137,90,.30);
}

.psbs-upload-text{
  font-size:14px;
  color:#121212;
  line-height:1.5;
  flex:1 1 220px;
  min-width:180px;
}

.psbs-upload-ui{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  min-height:56px;
  padding:14px 16px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  box-sizing:border-box;
}

.psbs-field input.is-invalid,
.psbs-field textarea.is-invalid,
.psbs-field select.is-invalid,
.psbs-check input.is-invalid,
.psbs-upload-ui.is-invalid {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 4px rgba(217,45,32,.10) !important;
}

.psbs-field-error {
  margin-top: 6px;
  font-size: 12px;
  color: #d92d20;
  line-height: 1.4;
}

.psbs-msg ul {
  margin: 8px 0 0 18px;
}

.psbs-existing-images{
  margin-top:14px;
}

.psbs-existing-images-title{
  font-size:13px;
  font-weight:800;
  margin-bottom:8px;
  color:#222;
}

.psbs-existing-images-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:8px;
}

.psbs-existing-image-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#f5f5f5;
  border:1px solid #e5e7eb;
  font-size:12px;
  color:#333;
}