.elementor-kit-7{--e-global-color-primary:#C9A24B;--e-global-color-secondary:#E6C77D;--e-global-color-text:#0A0A0A;--e-global-color-accent:#B8860B;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:25px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:22px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ══ KÖZÖS ALAP ══ */
.ka-btn{
  position:relative;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:17px 34px;
  border:1px solid transparent;
  border-radius:2px;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  text-align:center;text-decoration:none;cursor:pointer;
  overflow:hidden;
  isolation:isolate;
  -webkit-tap-highlight-color:transparent;
  transition:transform .35s cubic-bezier(.2,.7,.3,1),
             box-shadow .35s cubic-bezier(.2,.7,.3,1),
             filter .35s ease, color .35s ease, border-color .35s ease;
}
.ka-btn__label{position:relative;z-index:2}
.ka-btn:focus-visible{outline:2px solid #C6A15B;outline-offset:4px}
.ka-btn:active{transform:translateY(0)}

/* fénycsík – mindkét változatnál */
.ka-btn::before{
  content:"";position:absolute;z-index:1;
  top:-60%;bottom:-60%;left:-90%;
  transform:skewX(-22deg);
  pointer-events:none;
  transition:left .75s cubic-bezier(.25,.6,.3,1);
}
.ka-btn:hover::before,
.ka-btn:focus-visible::before{left:145%}


/* ══ ELSŐDLEGES – tömör arany + fehér fénycsík ══ */
.ka-btn--primary{
  background:linear-gradient(180deg,#E6CF9C,#C6A15B);
  color:#171208;
}
.ka-btn--primary::before{
  width:55%;
  background:linear-gradient(100deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.28) 42%,
    rgba(255,255,255,.85) 50%,
    rgba(255,255,255,.28) 58%,
    rgba(255,255,255,0) 100%);
}
.ka-btn--primary:hover{
  filter:brightness(1.06);
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(198,161,91,.32);
}
.ka-btn--primary:active{box-shadow:0 6px 16px rgba(198,161,91,.28)}


/* ══ MÁSODLAGOS – átlátszó keret + arany fénycsík ══ */
.ka-btn--secondary{
  background:transparent;
  border-color:rgba(198,161,91,.45);
  color:#C6A15B;
}
.ka-btn--secondary::before{
  width:45%;
  background:linear-gradient(100deg,
    rgba(198,161,91,0) 0%,
    rgba(198,161,91,.30) 50%,
    rgba(198,161,91,0) 100%);
}
.ka-btn--secondary:hover{
  color:#E6CF9C;
  border-color:#C6A15B;
  transform:translateY(-2px);
  box-shadow:0 0 0 1px rgba(198,161,91,.18), 0 12px 30px rgba(198,161,91,.14);
}


/* ══ mozgásérzékenység ══ */
@media (prefers-reduced-motion:reduce){
  .ka-btn,.ka-btn::before{transition-duration:.01ms !important}
  .ka-btn:hover{transform:none}
}/* End custom CSS */