.fhe-event,
.fhe-event * {
  box-sizing: border-box;
}

html:has(body.fhe-canvas-page),
body.fhe-canvas-page {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  background: #07064a;
}

.fhe-canvas-page .fhe-canvas-main,
.fhe-canvas-page .fhe-event {
  min-height: 100vh;
  min-height: 100svh;
}

.fhe-event {
  --fhe-blue: #6ea4ff;
  position: relative;
  width: 100%;
  min-height: clamp(600px, 56.25vw, 1080px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  background: #07064a url("../images/Recurso%2025.png") center center / cover no-repeat;
}

.fhe-event::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 5, 49, .12), transparent 65%);
}

.fhe-event-inner {
  width: min(100%, 1620px);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 126px) clamp(36px, 6vw, 110px) clamp(44px, 5vw, 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(60px, 8vw, 145px);
}

.fhe-content {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.fhe-presenter {
  height: 48px;
  margin: 0 0 26px 17%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.fhe-presenter img:first-child { width: 111px; max-height: 48px; object-fit: contain; }
.fhe-presenter img:last-child { width: 108px; max-height: 18px; object-fit: contain; }
.fhe-presenter span { width: 2px; height: 44px; background: rgba(255,255,255,.7); }

.fhe-logo,
.fhe-anniversary,
.fhe-whos-in,
.fhe-tagline {
  display: block;
  height: auto;
}

.fhe-logo { width: 100%; }
.fhe-anniversary { width: 90%; margin: -6px auto 0; }
.fhe-whos-in { width: 76%; margin: 16px auto 0; }
.fhe-tagline { width: 86%; margin: 20px auto 0; }

.fhe-rule {
  width: 86%;
  height: 1px;
  margin: 28px auto 20px;
  background: rgba(255,255,255,.82);
}

.fhe-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 16px;
}

.fhe-feature {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  text-align: center;
}

.fhe-feature > img:first-child {
  width: auto;
  max-width: 100%;
  height: 62px;
  object-fit: contain;
}

.fhe-feature:first-child > img:first-child { height: 66px; }
.fhe-feature > img:nth-child(2) { width: auto; max-width: 100%; height: 17px; object-fit: contain; }
.fhe-feature > span {
  min-height: 17px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(10px, .82vw, 15px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.fhe-event .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fhe-form-column {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.fhe-form-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 691 / 653;
  background: transparent url("../images/Recurso%2022.png") center / 100% 100% no-repeat;
  filter: drop-shadow(0 0 14px rgba(44, 108, 255, .16));
}

.fhe-field,
.fhe-submit {
  position: absolute;
  left: 12.55%;
  width: 76.3%;
  margin: 0 !important;
}

.fhe-field {
  height: 6.7%;
  padding: 0 2.2%;
  border: 0 !important;
  border-radius: 5px !important;
  outline: 0;
  color: #fff !important;
  font: 500 clamp(11px, 1vw, 17px)/1 Arial, sans-serif !important;
  background: rgba(0, 8, 31, .22) !important;
  box-shadow: none !important;
}

.fhe-field:focus {
  background: rgba(11, 25, 68, .56) !important;
  box-shadow: inset 0 0 0 1px rgba(139, 184, 255, .9), 0 0 12px rgba(68, 122, 255, .52) !important;
}

.fhe-field-name { top: 28.15%; }
.fhe-field-email { top: 40.45%; }
.fhe-field-phone { top: 52.68%; }
.fhe-field-company { top: 64.93%; }

.fhe-submit {
  top: 75.1%;
  height: 9.7%;
  padding: 0;
  border: 0 !important;
  border-radius: 7px !important;
  cursor: pointer;
  background: transparent !important;
  box-shadow: none !important;
}

.fhe-submit:hover,
.fhe-submit:focus-visible {
  outline: 0;
  background: rgba(47, 112, 255, .13) !important;
  box-shadow: 0 0 20px rgba(76, 133, 255, .56) !important;
}

.fhe-submit:disabled { cursor: wait; opacity: .6; }
.fhe-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.fhe-message { min-height: 24px; padding-top: 8px; text-align: center; color: #fff; font-size: 14px; }
.fhe-message.is-error { color: #ffb9c6; }

.fhe-elementor-wrap {
  padding: clamp(30px, 4vw, 56px);
  border: 2px solid #6b9dff;
  border-radius: 17px;
  background: rgba(0, 4, 25, .91);
  box-shadow: inset 0 0 18px rgba(54, 115, 255, .36), 0 0 12px rgba(66, 127, 255, .7);
}

.fhe-custom-heading { margin-bottom: 24px; text-align: center; }
.fhe-custom-heading h2 { margin: 0 0 6px; color: #7eacff; font-size: clamp(20px, 2vw, 29px); letter-spacing: .18em; }
.fhe-custom-heading p { margin: 0; color: #fff; font-size: 15px; }
.fhe-elementor-wrap label { color: #fff !important; }
.fhe-elementor-wrap input:not([type="submit"]),
.fhe-elementor-wrap textarea,
.fhe-elementor-wrap select {
  color: #fff !important;
  border: 1px solid #6f9cff !important;
  background: rgba(0, 10, 37, .65) !important;
  box-shadow: 0 0 7px rgba(64, 123, 255, .35) !important;
}
.fhe-elementor-wrap button[type="submit"] { width: 100%; border: 2px solid #6a9fff !important; background: transparent !important; box-shadow: 0 0 10px #1764ff !important; }

@media (max-width: 900px) {
  .fhe-event { min-height: auto; background-position: 47% center; }
  .fhe-event-inner { padding: 56px 24px 64px; grid-template-columns: 1fr; gap: 48px; }
  .fhe-content, .fhe-form-column { max-width: 620px; justify-self: center; }
  .fhe-presenter { margin-left: 12%; }
}

@media (max-width: 520px) {
  .fhe-event-inner { padding: 38px 14px 48px; gap: 34px; }
  .fhe-presenter { height: 34px; margin: 0 0 16px 10%; gap: 12px; }
  .fhe-presenter img:first-child { width: 78px; max-height: 34px; }
  .fhe-presenter img:last-child { width: 76px; }
  .fhe-presenter span { height: 30px; }
  .fhe-whos-in { margin-top: 10px; }
  .fhe-tagline { margin-top: 12px; }
  .fhe-rule { margin-top: 18px; margin-bottom: 14px; }
  .fhe-features { gap: 6px; }
  .fhe-feature > img:first-child { height: 43px; }
  .fhe-feature:first-child > img:first-child { height: 47px; }
  .fhe-feature > img:nth-child(2) { height: 11px; }
  .fhe-feature > span { min-height: 11px; font-size: 7px; }
  .fhe-message { font-size: 12px; }
}

@media (prefers-reduced-motion: no-preference) {
  .fhe-submit { transition: background-color .2s ease, box-shadow .2s ease, opacity .2s ease; }
}
