.downloads {
  position: relative;
  min-height: 240px; }

.downloads-img {
  position: absolute;
  top: 0;
  left: 0; }

.downloads-cnt {
  padding-left: 190px;
  padding-top: 30px; }

.contact-pic {
  margin-top: 66px; }

.brosura-card {
  position: relative;
  display: block;
  width: 280px;
  max-width: 100%;
  overflow: hidden; }

.brosura-preview {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease; }

.brosura-card:hover .brosura-preview {
  transform: scale(1.06); }

.brosura-card-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 12, 6, 0.32);
  transition: background 0.3s ease; }

.brosura-card:hover .brosura-card-overlay {
  background: rgba(44, 26, 14, 0.55); }

.brosura-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(8px);
  width: auto;
  max-width: 210px;
  padding: 10px 20px;
  border-radius: 30px;
  white-space: normal;
  text-align: center;
  line-height: 1.35;
  border-color: rgba(255, 255, 255, 0.4);
  opacity: 0.55;
  transition: opacity 0.3s ease, transform 0.3s ease, border-color 0.3s ease; }

.brosura-card:hover .brosura-cta {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%) translateY(0); }

.contact-line {
  margin-top: 10px;
  width: 80px;
  height: 1px;
  background: #ddd; }

.form-group-sep {
  border-top: 1px solid #EDE5D8;
  margin: 8px 0 22px; }

#form1 select.form-control {
  height: 44px;
  border-radius: 0;
  border-color: #D9CFC4;
  font-family: "DM Sans", sans-serif;
  color: #3D2B1F; }

#form1 .form-control {
  border-radius: 0;
  border-color: #D9CFC4; }

#form1 .form-control:focus {
  border-color: #6B7A3A;
  box-shadow: none; }

#form1 label {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #A89070; }

/* randuri in care unele etichete trec pe 2 linii: casetele se aliniaza jos,
   etichetele raman sus (doar pe desktop -- pe mobil campurile sunt unul sub altul) */
@media (min-width: 768px) {
  #form1 .contact-row-align {
    display: flex;
    flex-wrap: wrap; }
  #form1 .contact-row-align:before,
  #form1 .contact-row-align:after {
    display: none; }
  #form1 .contact-row-align > [class*="col-"] {
    display: flex; }
  #form1 .contact-row-align .form-group {
    display: flex;
    flex-direction: column;
    width: 100%; }
  #form1 .contact-row-align .form-group label {
    flex: 1 0 auto; } }

#form1 .contact-attachment {
  height: auto;
  padding: 10px 12px;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #3D2B1F;
  cursor: pointer; }

.contact-attachment-hint {
  font-size: 12px;
  color: #7A6655;
  margin: 6px 0 0; }

/* sectiunea "Configurator" -- gri implicit, activa doar cand vizitatorul
   vine din configuratorul unui model (vezi js/app/contact-configurator.js) */
.contact-cfg {
  min-width: 0;
  margin: 0 0 22px;
  padding: 18px 20px 4px;
  border: 1px dashed #D9CFC4;
  background: #F7F2EB; }

.contact-cfg[disabled] {
  opacity: 0.5; }

.contact-cfg.is-active {
  border: 1px solid #D9CFC4;
  border-left: 3px solid #6B7A3A;
  background: #fff; }

.contact-cfg-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 4px; }

.contact-cfg-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  color: #2C1A0E; }

.contact-cfg-edit {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #6B7A3A; }

.contact-cfg-edit:hover {
  color: #8A9E4A; }

.contact-cfg-hint,
.contact-cfg-hint-active {
  font-size: 13px;
  color: #7A6655;
  margin: 0 0 14px; }

.contact-cfg-hint-active,
.contact-cfg.is-active .contact-cfg-hint {
  display: none; }

.contact-cfg.is-active .contact-cfg-hint-active {
  display: block; }

#form1 .contact-cfg .form-control[readonly],
#form1 .contact-cfg .form-control[disabled] {
  background: #F7F2EB;
  color: #3D2B1F;
  cursor: default; }

#form1 .contact-cfg textarea.form-control {
  resize: none; }

/*# sourceMappingURL=../maps/app/contact.css.map */
