.amc-wrapper{
  border:1px solid #e5e7eb;
  padding:16px;
  border-radius:0;
  background:#ffffff;
  color:#000000;
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.4;
}
.amc-hide-progress .amc-progress{display:none;}
.amc-wrapper h2{
  font-size:35px;
  font-weight:700;
  line-height:normal;
  color:#000000;
  margin:6px 0 12px;
}
.amc-progress{margin-bottom:14px;}
.amc-progress-bar{
  height:8px;
  background:#f3f4f6;
  border-radius:999px;
  overflow:hidden;
}
.amc-progress-fill{
  display:block;
  height:100%;
  background:#111827;
  transition:width .25s ease;
}
.amc-progress-label{
  margin-top:6px;
  font-size:12px;
  color:#6b7280;
}
.amc-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
}
.amc-grid label{
  display:flex;
  flex-direction:column;
  font-size:14px;
  gap:6px;
}
.amc-grid input,
.amc-grid select{
  padding:8px 10px;
  border:1px solid #d1d5db;
  border-radius:8px;
  background:#fff;
  color:#111827;
}
.amc-check{
  flex-direction:row;
  align-items:center;
  gap:8px;
  margin-top:8px;
}
.amc-dims{
  display:grid;
  grid-template-columns:repeat(3,minmax(90px,1fr));
  gap:8px;
}
.amc-dims-hint{
  display:block;
  margin-top:6px;
  white-space:normal;
  word-break:break-word;
}
.amc-wizard-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px;
  gap:8px;
  flex-wrap:wrap;
}
.amc-button{
  background:#000000;
  color:#ffffff;
  padding:16px;
  border-radius:0;
  border:2px solid #000000;
  cursor:pointer;
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  transition:transform .12s ease,box-shadow .12s ease,color .12s ease,background-color .12s ease,border-color .12s ease;
}
.amc-button:hover{
  transform:translateY(-2px);
  box-shadow:0 0 0 2px #DD6731 inset;
  border-color:#DD6731;
}
.amc-ghost{
  background:#f9fafb;
  color:#111827;
  border:1px solid #e5e7eb;
}
.amc-note{
  font-size:12px;
  color:#6b7280;
  margin-left:12px;
}
#amc-unlock{
  padding:10px 20px;
  font-size:14px;
  min-width:140px;
  width:auto;
}
.amc-results{
  margin-top:18px;
}
.amc-results-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:8px;
}
.amc-divider{
  grid-column:1/-1;
  border-bottom:1px dashed #d1d5db;
  margin:8px 0;
}
.amc-locked{
  color:#9ca3af;
}
.amc-locked-note{
  font-size:13px;
  color:#6b7280;
  margin-top:8px;
}
.amc-email input{
  max-width:360px;
}
.amc-privacy{
  color:#6b7280;
  font-size:12px;
}
