/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap);
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss (1) ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* style.scss */
.pcf-root,
.wp-block-phibra-contact-form-phibra-contact-form {
  box-sizing: border-box;
  background: var(--pcf-bg, #03080a);
  padding: 40px 0;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
  font-family: "Poppins", sans-serif;
}
.pcf-root *,
.wp-block-phibra-contact-form-phibra-contact-form * {
  box-sizing: border-box;
  font-family: inherit;
}
.pcf-root .pcf-container,
.wp-block-phibra-contact-form-phibra-contact-form .pcf-container {
  width: var(--pcf-container-width, 100%);
  padding-right: var(--wp--preset--spacing--80);
  padding-left: var(--wp--preset--spacing--80);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pcf-root .pcf-container,
  .wp-block-phibra-contact-form-phibra-contact-form .pcf-container {
    padding-right: var(--wp--preset--spacing--40) !important;
    padding-left: var(--wp--preset--spacing--40) !important;
  }
}
.pcf-root h2,
.wp-block-phibra-contact-form-phibra-contact-form h2 {
  width: 100%;
  color: var(--pcf-accent, #45f3ff);
  font-size: var(--pcf-title-font-size, 36px);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}
.pcf-root .row100,
.wp-block-phibra-contact-form-phibra-contact-form .row100 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.pcf-root .row100 .col,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .col {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 30px 0 10px;
  transition: 0.5s;
}
.pcf-root .row100 .inputBox,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox {
  position: relative;
  width: 100%;
  height: 40px;
  color: var(--pcf-accent, #45f3ff);
}
.pcf-root,
.wp-block-phibra-contact-form-phibra-contact-form {
  /* inputs */
}
.pcf-root .row100 .inputBox input,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: var(--pcf-field-font-size, 18px);
  padding: 0 10px;
  z-index: 2;
  color: var(--pcf-input-text, #000);
}
.pcf-root .row100 .inputBox .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox .text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: var(--pcf-field-font-size, 18px);
  padding: 0 10px;
  display: block;
  transition: 0.5s;
  pointer-events: none;
  z-index: 1;
}
.pcf-root,
.wp-block-phibra-contact-form-phibra-contact-form {
  /* ✅ asterisco (campos obrigatórios) */
}
.pcf-root .pcf-required,
.wp-block-phibra-contact-form-phibra-contact-form .pcf-required {
  margin-left: 6px;
  color: var(--pcf-accent, #45f3ff);
  font-weight: 700;
  line-height: 1;
}
.pcf-root .row100 .inputBox input:focus + .text,
.pcf-root .row100 .inputBox input:valid + .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox input:focus + .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox input:valid + .text {
  top: -35px;
  left: -10px;
}
.pcf-root .row100 .inputBox .line,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox .line {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--pcf-accent, #45f3ff);
  transition: 0.5s;
  border-radius: 2px;
  pointer-events: none;
  z-index: 0;
}
.pcf-root .row100 .inputBox input:focus ~ .line,
.pcf-root .row100 .inputBox input:valid ~ .line,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox input:focus ~ .line,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox input:valid ~ .line {
  height: 100%;
}
.pcf-root,
.wp-block-phibra-contact-form-phibra-contact-form {
  /* textarea */
}
.pcf-root .row100 .inputBox.textarea,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox.textarea {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px 0;
}
.pcf-root .row100 .inputBox.textarea textarea,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox.textarea textarea {
  position: relative;
  width: 100%;
  height: 100%;
  resize: none;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  font-size: var(--pcf-field-font-size, 18px);
  padding: 8px 10px;
  z-index: 2;
  color: var(--pcf-input-text, #000);
}
.pcf-root .row100 .inputBox.textarea .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox.textarea .text {
  line-height: 1.2;
  top: 8px;
}
.pcf-root .row100 .inputBox textarea:focus + .text,
.pcf-root .row100 .inputBox textarea:valid + .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox textarea:focus + .text,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox textarea:valid + .text {
  top: -35px;
  left: -10px;
}
.pcf-root .row100 .inputBox textarea:focus ~ .line,
.pcf-root .row100 .inputBox textarea:valid ~ .line,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox textarea:focus ~ .line,
.wp-block-phibra-contact-form-phibra-contact-form .row100 .inputBox textarea:valid ~ .line {
  height: 100%;
}
.pcf-root input[type=submit],
.wp-block-phibra-contact-form-phibra-contact-form input[type=submit] {
  border: none;
  padding: 7px 35px;
  cursor: pointer;
  outline: none;
  background: var(--pcf-btn-bg, #45f3ff);
  color: var(--pcf-btn-text, #000);
  font-size: var(--pcf-field-font-size, 18px);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pcf-root,
.wp-block-phibra-contact-form-phibra-contact-form {
  /* ✅ FIX PRINCIPAL: status visível sobre qualquer fundo
     — usa accent por defeito, vermelho para erro */
}
.pcf-root .pcf-status,
.wp-block-phibra-contact-form-phibra-contact-form .pcf-status {
  margin-top: 12px;
  text-align: center;
  opacity: 1;
  color: var(--pcf-accent, #45f3ff);
  font-size: 14px;
  font-weight: 600;
  min-height: 18px;
}
.pcf-root .pcf-status.pcf-status--error,
.wp-block-phibra-contact-form-phibra-contact-form .pcf-status.pcf-status--error {
  color: #e53e3e;
}
.pcf-root .pcf-status.pcf-status--success,
.wp-block-phibra-contact-form-phibra-contact-form .pcf-status.pcf-status--success {
  color: var(--pcf-accent, #45f3ff);
}
/* Mantém */
.pcf-root h2,
.wp-block-phibra-contact-form-phibra-contact-form h2 {
  display: none;
}
/* CF7 */
.pcf-root.pcf-cf7 .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}
.pcf-root.pcf-cf7 {
  /* não aplicar ao submit */
}
.pcf-root.pcf-cf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 10px !important;
  font-size: var(--pcf-field-font-size, 18px) !important;
  color: var(--pcf-input-text, #000) !important;
}
.pcf-root.pcf-cf7 .inputBox.textarea .wpcf7-form-control-wrap {
  position: relative;
  inset: auto;
  height: 100%;
}
.pcf-root.pcf-cf7 .inputBox.textarea .wpcf7-form-control:not(.wpcf7-submit) {
  height: 100% !important;
  padding: 8px 10px !important;
  resize: none;
}
.pcf-root.pcf-cf7 {
  /* submit com vars do editor */
}
.pcf-root.pcf-cf7 input.wpcf7-submit,
.pcf-root.pcf-cf7 .wpcf7-form-control.wpcf7-submit {
  border: none !important;
  padding: 7px 35px !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  background: var(--pcf-btn-bg, #45f3ff) !important;
  color: var(--pcf-btn-text, #000) !important;
  font-size: var(--pcf-field-font-size, 18px) !important;
  border-radius: 2px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: auto !important;
  height: auto !important;
}
.pcf-root.pcf-cf7 .inputBox.pcf-filled .text,
.pcf-root.pcf-cf7 .inputBox:focus-within .text {
  top: -35px;
  left: -10px;
}
.pcf-root.pcf-cf7 .inputBox.pcf-filled .line,
.pcf-root.pcf-cf7 .inputBox:focus-within .line {
  height: 100%;
}
.pcf-root.pcf-cf7 {
  /* escondemos UI default do CF7 */
}
.pcf-root.pcf-cf7 .wpcf7-response-output {
  display: none !important;
}
.pcf-root.pcf-cf7 .wpcf7-not-valid-tip {
  display: block !important;
  color: #e53e3e;
  font-size: 12px;
  margin-top: 4px;
  position: absolute;
  bottom: -20px;
  left: 10px;
  z-index: 10;
}
.pcf-root.pcf-cf7 .inputBox.textarea .wpcf7-not-valid-tip {
  bottom: -30px;
}
.pcf-root.pcf-cf7 .wpcf7-spinner {
  vertical-align: middle;
}
.pcf-root.pcf-cf7 {
  /* =============================================
   * ✅ Campo de URL
   * ============================================= */
}
.pcf-root.pcf-cf7 .wpcf7-form-control.wpcf7-url {
  /* herda tudo — nada extra necessário */
}
.pcf-root.pcf-cf7 {
  /* =============================================
   * ✅ Campo de Ficheiro (upload)
   * ============================================= */
}
.pcf-root.pcf-cf7 .inputBox.pcf-file-box {
  position: relative;
  height: auto;
  min-height: 56px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pcf-root.pcf-cf7 .pcf-file-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  width: 100%;
}
.pcf-root.pcf-cf7 .pcf-file-text {
  display: block;
  font-size: var(--pcf-field-font-size, 14px);
  color: var(--pcf-accent, #45f3ff);
  pointer-events: none;
  line-height: 1.3;
}
.pcf-root.pcf-cf7 .inputBox.pcf-file-box .wpcf7-form-control-wrap {
  position: relative;
  inset: auto;
  display: block;
  z-index: 2;
}
.pcf-root.pcf-cf7 .inputBox.pcf-file-box input[type=file],
.pcf-root.pcf-cf7 .inputBox.pcf-file-box .wpcf7-form-control.wpcf7-file {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  padding: 4px 0 !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: calc(var(--pcf-field-font-size, 18px) * 0.78) !important;
  color: var(--pcf-accent, #45f3ff) !important;
  cursor: pointer;
  z-index: 2;
}
.pcf-root.pcf-cf7 .inputBox.pcf-file-box .line {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--pcf-accent, #45f3ff);
  border-radius: 2px;
  margin-top: 4px;
}

/*# sourceMappingURL=style-index.css.map*/