.elementor-kit-4{--e-global-color-primary:#FF9900;--e-global-color-secondary:#FF008B;--e-global-color-text:#000000;--e-global-color-accent:#00BDCA;--e-global-color-4bf3cef:#00668B;--e-global-color-97c6084:#861CA0;--e-global-color-c48f9ac:#666666;--e-global-color-0bf770c:#FFFFFF;--e-global-color-a5ef772:#F8F9FA;--e-global-color-052a5cd:#FFFFFF;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-size:16px;font-weight:400;line-height:1.6lh;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:transparent;font-family:"Nunito", Sans-serif;font-size:16px;font-weight:700;color:var( --e-global-color-0bf770c );background-image:linear-gradient(135deg, #FF9900 0%, #FF008B 100%);box-shadow:0px 8px 30px 0px rgba(255, 0, 138.99999999999997, 0.35);border-radius:60px 60px 60px 60px;padding:16px 36px 16px 36px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-secondary );}.elementor-kit-4 a:hover{color:var( --e-global-color-primary );}.elementor-kit-4 h1{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:56px;font-weight:800;line-height:1.1lh;}.elementor-kit-4 h2{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:48px;font-weight:700;line-height:1.15lh;}.elementor-kit-4 h3{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-4 h4{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{box-shadow:0px 12px 40px 0px rgba(255, 0, 138.99999999999997, 0.45);}.elementor-kit-4 img{border-radius:28px 28px 28px 28px;}.elementor-kit-4 label{font-size:16px;font-weight:400;}.elementor-kit-4 input:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea,.elementor-kit-4 .elementor-field-textual{accent-color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#E8E8E8;border-radius:14px 14px 14px 14px;padding:16px 20px 16px 20px;}.elementor-kit-4 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-4 textarea:focus,.elementor-kit-4 .elementor-field-textual:focus{background-color:#FFFFFF;box-shadow:0px 0px 0px 0px rgba(255, 0, 138.99999999999997, 0.1);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}.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-kit-4 h1{font-size:36px;}.elementor-kit-4 h2{font-size:32px;}.elementor-kit-4 h3{font-size:24px;line-height:1.2lh;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.text-gradient {
    background: linear-gradient(135deg, #FF9900 0%, #FF008B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Button Hover Animation */
.elementor-button {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Reveal Animation Class (für Motion Effects) */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header scrolled state - Logo color switch */
.e-sticky--effects .site-logo img {
    filter: none !important;
}

/* Header scrolled - Nav links dark */
.e-sticky--effects .elementor-nav-menu a {
    color: #000000 !important;
}

.e-sticky--effects .elementor-nav-menu a:hover {
    color: #FF008B !important;
}

/* Keep CTA button white text */
.e-sticky--effects .elementor-button {
    color: #FFFFFF !important;
}/* End custom CSS */