.poaa-offerte{
  border:1px solid #E2E8F0;
  border-radius:16px;
  padding:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
  max-width:100%;
}
.poaa-offerte__header{
  display:flex;
  gap:16px;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:14px;
}
.poaa-offerte__title{margin:0;font-size:22px;line-height:1.2;color:#0B1220;}
.poaa-offerte__sub{color:#475569;font-size:13px;margin-top:6px;max-width:680px;}
.poaa-offerte__badge{
  background:#F7FAFC;border:1px solid #E2E8F0;color:#0B1220;font-weight:700;
  padding:8px 10px;border-radius:999px;font-size:12px;white-space:nowrap;
}

.poaa-offerte__grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
  margin-top:12px;
}
.poaa-offerte__grid3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:12px;
}
.poaa-offerte__field--span3{grid-column:1 / -1;}

.poaa-offerte__field label{display:block;font-weight:800;color:#0B1220;margin-bottom:6px;font-size:13px;}
.poaa-offerte__field small{display:block;color:#64748b;font-size:12px;margin-top:6px;line-height:1.5;}

.poaa-offerte input{
  width:100%;
  border:1px solid #E2E8F0;
  border-radius:12px;
  padding:12px;
  outline:none;
  font-size:14px;
  background:#fff;
}
.poaa-offerte input:focus{
  border-color:rgba(24,197,114,.9);
  box-shadow:0 0 0 4px rgba(24,197,114,.14);
}

.poaa-offerte__inline{
  display:flex;
  gap:10px;
  align-items:center;
}
.poaa-offerte__inline input{flex:1;}

.poaa-offerte__inputwrap{
  display:flex;
  align-items:center;
  border:1px solid #E2E8F0;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.poaa-offerte__inputwrap input{border:0;border-radius:0;}
.poaa-offerte__suffix{
  padding:0 12px;
  color:#64748b;
  font-weight:800;
  background:#F8FAFC;
  border-left:1px solid #E2E8F0;
}

.poaa-offerte__divider{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #E2E8F0;
  font-weight:900;
  color:#0B1220;
}

.poaa-btn{
  display:inline-block;
  padding:12px 14px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
  text-align:center;
  border:0;
  cursor:pointer;
}
.poaa-btn--primary{background:#FF4242;color:#fff;}
.poaa-btn--ghost{background:#fff;border:1px solid #E2E8F0;color:#0B1220;}

.poaa-offerte__msg, .poaa-offerte__status{
  margin-top:8px;
  font-size:13px;
  line-height:1.4;
}
.poaa-offerte__msg.ok, .poaa-offerte__status.ok{color:#16a34a;font-weight:800;}
.poaa-offerte__msg.err, .poaa-offerte__status.err{color:#dc2626;font-weight:800;}

.poaa-offerte__actions{
  margin-top:16px;
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}

.poaa-offerte__files{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.poaa-file{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border:1px solid #E2E8F0;
  border-radius:12px;
  background:#FBFDFF;
  font-size:13px;
  color:#0B1220;
}
.poaa-file span{color:#64748b;font-weight:800;}
.poaa-file.bad{border-color:#fecaca;background:#fff1f2;color:#991b1b;}
.poaa-file.bad span{color:#991b1b;}

@media (max-width: 980px){
  .poaa-offerte__grid{grid-template-columns:1fr;}
  .poaa-offerte__grid3{grid-template-columns:1fr;}
  .poaa-offerte__inline{flex-direction:column;align-items:stretch;}
}
