.elementor-kit-5{--e-global-color-primary:#FF9900;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FFA826;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;font-family:"Open Sans", Sans-serif;}.elementor-kit-5 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}:root { --black:#000000; --white:#FFFFFF; --grey-light:#FAFAFA; --grey-mid:#EEEEEE; --xxxlarge:clamp(2.63rem, 2.30172rem + 1.37931vw, 3.25rem); --xxlarge:clamp(2.25rem, 1.99138rem + 1.10345vw, 2.75rem); --xlarge:clamp(1.88rem, 1.68103rem + 0.82759vw, 2.25rem); --large:clamp(1.50rem, 1.37069rem + 0.55172vw, 1.75rem); --medium:clamp(1.13rem, 1.06034rem + 0.27586vw, 1.25rem); --normal:1rem; --small:clamp(0.94rem, 0.93750rem + 0.00000vw, 0.94rem); --xsmall:clamp(0.88rem, 0.87500rem + 0.00000vw, 0.88rem); --primary:#FF9900; --secondary:#000000; --accent:#FF9900; --text:#1E1E1E; --grey-dark:#AAAAAA; --primary-Courier:Courier Prime; --type-special:Special Elite; }
/* Start custom CSS */.seo_none {
    display: none!important;
}

.top-secret {
    display: inline-block;              /* szerokość = szerokość tekstu */
    padding: 1px 25px;                   /* trochę „mięsa” wokół tekstu */

    background-image: url('https://fds-studio.pl/wp-content/uploads/2026/02/top-secret.png');
    background-size: 100% 100%;
   -repeat: no-repeat;
    background-position: left;
    transform: rotate(-3deg);      /* obrót spana razem z tłem i tekstem */
    transform-origin: center center;
}


.top-secret-grey {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.top-secret-grey::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('https://fds-studio.pl/wp-content/uploads/2026/02/top-secret-grey.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;

    transform: rotate(-3deg);
    transform-origin: center center;

    opacity: 0.1;     /* przezroczystość samego tła */
    z-index: -1;      /* pod tekstem */
}/* End custom CSS */