.elementor-3809 .elementor-element.elementor-element-fa1d075{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}@media(max-width:1024px){.elementor-3809 .elementor-element.elementor-element-fa1d075{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-fa1d075 *//* teljes háttér */
.thankyou-fixed-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(180deg, #0b2f2d 0%, #0f4a46 55%, #123f3b 100%);
}

#thankYouCanvas,
#thankGlowCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* a köszönő oldal tartalma */
.thankyou-page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.thankyou-content {
  max-width: 860px;
  text-align: center;
  color: #f5f3ea;
}

.thankyou-eyebrow {
  font-size: clamp(16px, 1.4vw, 20px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 243, 234, 0.68);
  margin-bottom: 18px;
}

.thankyou-content h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.02;
  color: #f5f3ea;
}

.thankyou-lead {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
  color: rgba(245, 243, 234, 0.86);
}

.thankyou-content p {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  color: rgba(245, 243, 234, 0.8);
}

.thankyou-note {
  margin-top: 10px;
  color: rgba(245, 243, 234, 0.7);
}

.thankyou-actions {
  margin-top: 30px;
}

.thankyou-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 34px;
  border: 1px solid #d7a229;
  border-radius: 3px;
  background: #0f4a46;
  color: #f5f3ea;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease, filter 0.3s ease, background 0.3s ease;
}

.thankyou-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  background: #12554f;
}/* End custom CSS */