.elementor-kit-9{--e-global-color-primary:#111111;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#3A3A3A;--e-global-color-accent:#E84A8A;--e-global-color-251812a:#FFFFFF;--e-global-color-01dba9e:#FCE7F1;--e-global-color-19ca6d4:#EFEFF3;--e-global-color-0f066e8:#D63C7A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:#EE2878;color:var( --e-global-color-251812a );border-radius:20px 20px 20px 20px;padding:14px 22px 14px 22px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:96px;--container-default-padding-right:15px;--container-default-padding-bottom:96px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:34px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:56px;--container-default-padding-right:15px;--container-default-padding-bottom:56px;--container-default-padding-left:15px;}}/* Start custom CSS *//* Container max width helper (ha kell class) */
.oz-1280 > .e-con-inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* Premium card */
.oz-card {
  border: 1px solid #EFEFF3;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17,17,17,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.oz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(17,17,17,0.10);
}

/* Soft panel section */
.oz-soft {
  background: #FCE7F1;
  border-radius: 20px;
}

/* Primary button glow */
.oz-btn-primary .elementor-button:hover {
  box-shadow: 0 12px 30px rgba(232,74,138,0.25);
}

/* Subtle headline underline (signature) */
.oz-underline {
  position: relative;
  display: inline-block;
}
.oz-underline:after {
  content:"";
  position:absolute;
  left:0;
  bottom:-10px;
  width: 60%;
  height: 4px;
  background: rgba(232,74,138,0.35);
  border-radius: 20px;
}

/* Blur blob decoration */
.oz-blob {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.oz-blob:before {
  content:"";
  position:absolute;
  width: 420px;
  height: 420px;
  top: -180px;
  right: -180px;
  background: radial-gradient(circle, rgba(232,74,138,0.25), rgba(232,74,138,0));
  filter: blur(10px);
  pointer-events: none;
}
.oz-blob:after {
  content:"";
  position:absolute;
  width: 520px;
  height: 520px;
  bottom: -260px;
  left: -260px;
  background: radial-gradient(circle, rgba(232,74,138,0.18), rgba(232,74,138,0));
  filter: blur(12px);
  pointer-events: none;
}/* End custom CSS */