/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

    :root {
      /* podstawowa paleta */
      --gold:             #CA9C57;
      --gold-dark:        #A47C40;
      --gold-light:       #E3C38A;
      --brown:            #765B33;
      --dark:             #333333;
      --gray:             #868686;
      --green:            #5EBB3E;
      --green-light:      #8FD896;
      --white:            #FFFFFF;
      --black:            #000000;
      --red:              #C3423F;
      --red-light:        #D77672;
      --navy:             #373F51;
      --navy-light:       #5A637B;
      --charcoal:         #373737;

      /* cienie dla kart */
      --shadow-light:     0 2px 5px rgba(0, 0, 0, 0.05);
      --shadow-medium:    0 4px 10px rgba(0, 0, 0, 0.1);
      --shadow-heavy:     0 8px 20px rgba(0, 0, 0, 0.15);

      /* cienie dla przycisków */
      --shadow-btn-default: 0 2px 4px rgba(0, 0, 0, 0.1);
      --shadow-btn-hover:   0 4px 8px rgba(0, 0, 0, 0.2);

      /* typografia */
      --font-base:        'Montserrat', sans-serif;
      --fs-base:          16px;
      --fs-h1:            2.5rem;
      --fs-h2:            2rem;
      --fs-h3:            1.5rem;
      --line-height:      1.5;
      --fw-regular:       400;
      --fw-semibold:      600;
      --fw-bold:          700;

      /* przyciski */
      --btn-padding:      0.6em 1.2em;
      --btn-radius:       4px;
      --transition:       0.2s ease-in-out;
    }

.btn-register-lwm, .btn-lwm-primary {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    fill: #000000 !important;
    color: #000000 !important;
    background-color: #ca9c57 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 33px 15px 33px !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn-register-lwm:hover,
.btn-register-lwm:focus,
.btn-lwm-primary:hover,
.btn-lwm-primary:focus {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    fill: #000000 !important;
    color: #000000 !important;
    background-color: #765b33 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 15px 33px 15px 33px !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn.btn-lwm-white {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-size: 13.9224px;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    fill: #373737 !important;
    color: #373737 !important;
    background-color: #fff !important;
    border-radius: 30px !important;
    padding: 1.1em 2.9em !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn.btn-lwm-white:hover {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-size: 13.9224px;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    fill: #373737 !important;
    color: #373737 !important;
    background-color: #c5c5c5 !important;
    border-radius: 30px !important;
    padding: 1.1em 2.9em !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn.btn-lwm-gold {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-size: 13.9224px;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    fill: #373737 !important;
    color: #373737 !important;
    background-color: #ca9c57 !important;
    border-radius: 30px !important;
    padding: 1.1em 2.9em !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.btn.btn-lwm-gold:hover {
    display: inline-block !important;
    line-height: 1 !important;
    outline: 0 !important;
    font-size: 13.9224px;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    fill: #373737 !important;
    color: #373737 !important;
    background-color: #765b33 !important;
    border-radius: 30px !important;
    padding: 1.1em 2.9em !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

a {
    color: #CA9C57;
}

span.bundled_item_price_quantity {
    display: none;
}

input.owner-field-text {
    width: 100%;
}

/*Slider Prelegentów*/
.speaker-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: .25rem;
    cursor: default;
    /*margin-bottom: 2rem;*/
}

.speaker-card img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    border-radius: .25rem;
}

.speaker-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    transition: max-height 0.5s ease;
    border-radius: .25rem;
    cursor: default;
}

h2.speaker-name {
    font-size: 1.5rem;
    margin: 0;
    font-weight: bold;
    color: #ca9c57;
    cursor: default;
}

.speaker-desc {
    text-align: justify;
    cursor: default;
    font-size: 13px;
}

.speaker-card:hover .speaker-info {
    max-height: 100%;
}

.speaker-card:hover .speaker-desc {
    display: block;
}

.social-media {
    margin-top: 10px;
    text-align: center;
}

.social-media a {
    color: #ca9c57;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s;
}

.social-media a:hover {
    color: #fff;
}

.prelegent-slider button:not(.owl-page) {
    background-color: transparent;
}

.prelegent-slider .slick-prev:before, .slick-next:before {
    color: #333333;
}

p:empty,
.postid-34106 p:empty {
    display: none;
}

.hidden {
    display: none !important;
}

.load-more-prelegenci {
    margin: 20px 0;
    display: block;
}

@media (max-width: 1399.98px) {
    .speaker-name {
        font-size: 1.25rem;
    }

    .speaker-info {
        max-height: 45px;
    }

    .social-media a {
        font-size: 1.2rem;
    }
}

/* Flexbox layout for prelegent */
.prelegenci-row {
    display: flex;
    flex-wrap: wrap;
    /*gap: 16px; !* Odstępy między prelegentami *!*/
}

.prelegent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-color: #f8f9fa; !* Opcjonalne tło *!*/
    padding: 15px;
    box-sizing: border-box;
    /*margin-bottom: 16px; !* Opcjonalny margines *!*/
    transition: transform 0.3s ease;
}


.event {
    /*border-radius: 10px;*/
    color: white;
    margin-bottom: 20px;
    overflow: hidden;
}

.event-left {
    padding-right: 20px;
}

.elementor img.event-image {
    max-width: 340px;
    border-radius: 10px !important;
    /*padding: 2rem;*/
}

.event-right {
    padding-left: 20px;
}

.event-time {
    font-size: 13px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.event-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    color: #fff;
}

.event-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.event-speaker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.speaker-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.speaker-info {
    display: flex;
    flex-direction: column;
}

.speaker-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    color: #fff;
    font-size: 1rem;
}

.speaker-title {
    font-size: 14px;
    color: #ddd;
}

.event-button {
    background-color: white;
    color: #4e2a8e;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-body .event {
    margin-top: 100px;
    margin-bottom: 100px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.panel-heading h4.panel-title div {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

span.hour-asterisks {
    display: inline-block;
    color: #FF0000;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 5px;
}

h4.panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.event .event-right .event-speaker .social-media {
    margin-top: 0;
    margin-left: 1rem;
}

.event .event-right .event-speaker .social-media a {
    color: #ca9c57; /* Change this to the desired color */
    font-size: 1em;
    transition: color 0.3s;
}

.event .event-right .event-speaker .social-media a:hover {
    color: #fff; /* Change this to the hover color */
}

.panel-break {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgb(221 221 221 / 20%);
    border-bottom: 1px solid rgb(221 221 221 / 20%);
}

.panel-break h4 {
    position: relative;
    color: #fff;
    margin: 0;
}

small {
    display: block;
    margin-top: 1rem;
    color: #919191;
    font-size: .75rem;
}

small span {
    color: #FF0000;
}


/* RWD dla prelegent */
@media (max-width: 575.98px) {
    .prelegent {
        width: 100%;
    }

    h4.panel-title {
        flex-direction: column;
    }

    h4.panel-title span.btn {
        margin-top: 1rem;
    }

    .event-speaker {
        display: flex;
        justify-content: center;
    }

    .speaker-name {
        flex-direction: column;
    }

    .event .event-right .event-speaker .social-media {
        margin-left: 0;
    }

    .panel-break {
        flex-direction: column;
    }

    .panel-break h4 {
        font-size: 1rem;
    }

    .panel-break a {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .elementor img.event-image {
        max-width: 100%;
    }

    .event-title {
        margin-top: 20px;
    }

    .panel-body .event {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 991.98px) {
    .row-no-gutters {
        margin-right: 15px;
        margin-left: 15px;
    }

    .row-no-gutters [class*=col-] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .prelegent {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .prelegent {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .prelegent {
        width: 33.33%;
    }
}

@media (min-width: 1400px) {
    .prelegent {
        width: 25%;
    }
}

html body .select2-container {
    width: 100% !important;
}

.product-template-default #sidebar.sticky-sidebar {
	display: none;
}

html body address .wc-block-components-address-card__address-section span:nth-child(5), address .wc-block-components-address-card__address-section span:nth-child(4)::after {
    color: red;
    display: none;
}

.page-id-17 .woocommerce.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__image img, 
.page-id-17 .woocommerce-page.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items .wc-block-cart-item__image img {
    min-width: unset;
/*    border-radius: var(--thim-border-radius-item, 0);*/
}



.page-id-42738 .wpmc-step-item {
    width: 100%;
}

html body .wpmc-button {
        background-color: var(--gold);
    color: var(--white);
    font-weight: var(--fw-semibold);
    padding: var(--btn-padding);
    border: 2px solid transparent;
    border-radius: var(--btn-radius);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
    box-shadow: var(--shadow-btn-default);
}

html body .wpmc-button:hover,
html body .wpmc-button:focus {
        background-color: var(--gold);
    color: var(--white);
    font-weight: var(--fw-semibold);
    padding: var(--btn-padding);
    border: 2px solid transparent;
    border-radius: var(--btn-radius);
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
    box-shadow: var(--shadow-btn-hover);
    background-color: var(--gold-dark);
}

html body .woocommerce form .form-row input.input-text, 
html body .woocommerce form .form-row textarea, 
html body .woocommerce form .form-row select {
    font-family: var(--font-base);
    padding: 0.5em;
    border: 1px solid var(--gray);
    border-radius: var(--btn-radius);
    width: 100%;
    /*margin-bottom: 1em; */
    transition: border-color var(--transition), box-shadow var(--transition);;
}

html body .woocommerce form .form-row input.input-text:focus, 
html body .woocommerce form .form-row textarea:focus, 
html body .woocommerce form .form-row select:focus,
html body .woocommerce form .form-row input.input-text:hover, 
html body .woocommerce form .form-row textarea:hover, 
html body .woocommerce form .form-row select:hover {
    font-family: var(--font-base);
    padding: 0.5em;
    border-radius: var(--btn-radius);
    width: 100% !important;
    /*margin-bottom: 1em;*/
    transition: border-color var(--transition), box-shadow var(--transition) !important;
    outline: none;
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(202, 156, 87, 0.3) !important;
}

html body .woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--green);
}

html body .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 .5em !important;
}

html body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .input-text, 
html body.woocommerce-checkout .checkout .woocommerce-billing-fields .form-row .select2-selection {
    border: 1px solid var(--gray);
}

html body .select2-container--default .select2-results__option--highlighted[aria-selected], 
html body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--gold);
    color: #fff;
}

html body .select2-container .select2-dropdown, 
html body .select2-container .select2-selection {
    border: var(--wc-form-border-width, 1px) solid var(--gray);
}

html body span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .selection .select2-selection.select2-selection--single,
html body span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
html body span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(202, 156, 87, 0.3) !important;
}
html body span.select2-container.select2-container--default.select2-container--open span.select2-dropdown.select2-dropdown--below::before {
  content: "";
  position: absolute;
  top: -3px;      /* podciągamy go nad dropdown */
  left: 0;
  right: 0;
  height: 3px;    /* tyle, ile spreadu box-shadow */
  background: #fff; /* albo ten sam kolor, co tło Twojego dropdownu */
  pointer-events: none;
}

html body label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline,
html body .woocommerce form .form-row label.checkbox, 
html body .woocommerce-page form .form-row label.checkbox {
    padding-left: 0;
}
html body span.select2-selection.select2-selection--single:hover {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(202, 156, 87, 0.3) !important;
}

html body .woocommerce #payment .terms, 
html body .woocommerce #payment .wc-terms-and-conditions, 
html body .woocommerce-page #payment .terms, 
html body .woocommerce-page #payment .wc-terms-and-conditions {
    float: unset;
}

html body [class^="wc_payment_method payment_method_tpay"] label:not(.tpay-item) {
    display: inline-block;
}

html body .woocommerce form .form-row label {
    font-weight: 600;
}

html body .checkout.woocommerce-checkout h3 {
    text-transform: uppercase;
    text-align: center;
}

.d-none {
    display: none;
}
.wpmc-inline-error {
    position: absolute;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* Primary */
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

/* Secondary */
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

/* Success */
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

/* Danger */
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* Warning */
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

/* Info */
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

/* Light */
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

/* Dark */
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}


:root {
  --spacer: 1rem;
}

.m-0 { margin: 0 !important; }
.m-1 { margin: calc(var(--spacer) * 0.25) !important; }
.m-2 { margin: calc(var(--spacer) * 0.5) !important; }
.m-3 { margin: var(--spacer) !important; }
.m-4 { margin: calc(var(--spacer) * 1.5) !important; }
.m-5 { margin: calc(var(--spacer) * 3) !important; }
.m-auto { margin: auto !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: calc(var(--spacer) * 0.25) !important; }
.mt-2 { margin-top: calc(var(--spacer) * 0.5) !important; }
.mt-3 { margin-top: var(--spacer) !important; }
.mt-4 { margin-top: calc(var(--spacer) * 1.5) !important; }
.mt-5 { margin-top: calc(var(--spacer) * 3) !important; }
.mt-auto { margin-top: auto !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: calc(var(--spacer) * 0.25) !important; }
.mb-2 { margin-bottom: calc(var(--spacer) * 0.5) !important; }
.mb-3 { margin-bottom: var(--spacer) !important; }
.mb-4 { margin-bottom: calc(var(--spacer) * 1.5) !important; }
.mb-5 { margin-bottom: calc(var(--spacer) * 3) !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: calc(var(--spacer) * 0.25) !important; }
.ml-2 { margin-left: calc(var(--spacer) * 0.5) !important; }
.ml-3 { margin-left: var(--spacer) !important; }
.ml-4 { margin-left: calc(var(--spacer) * 1.5) !important; }
.ml-5 { margin-left: calc(var(--spacer) * 3) !important; }
.ml-auto { margin-left: auto !important; }
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: calc(var(--spacer) * 0.25) !important; }
.mr-2 { margin-right: calc(var(--spacer) * 0.5) !important; }
.mr-3 { margin-right: var(--spacer) !important; }
.mr-4 { margin-right: calc(var(--spacer) * 1.5) !important; }
.mr-5 { margin-right: calc(var(--spacer) * 3) !important; }
.mr-auto { margin-right: auto !important; }
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: calc(var(--spacer) * 0.25) !important; margin-right: calc(var(--spacer) * 0.25) !important; }
.mx-2 { margin-left: calc(var(--spacer) * 0.5) !important; margin-right: calc(var(--spacer) * 0.5) !important; }
.mx-3 { margin-left: var(--spacer) !important; margin-right: var(--spacer) !important; }
.mx-4 { margin-left: calc(var(--spacer) * 1.5) !important; margin-right: calc(var(--spacer) * 1.5) !important; }
.mx-5 { margin-left: calc(var(--spacer) * 3) !important; margin-right: calc(var(--spacer) * 3) !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: calc(var(--spacer) * 0.25) !important; margin-bottom: calc(var(--spacer) * 0.25) !important; }
.my-2 { margin-top: calc(var(--spacer) * 0.5) !important; margin-bottom: calc(var(--spacer) * 0.5) !important; }
.my-3 { margin-top: var(--spacer) !important; margin-bottom: var(--spacer) !important; }
.my-4 { margin-top: calc(var(--spacer) * 1.5) !important; margin-bottom: calc(var(--spacer) * 1.5) !important; }
.my-5 { margin-top: calc(var(--spacer) * 3) !important; margin-bottom: calc(var(--spacer) * 3) !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }
.p-0 { padding: 0 !important; }
.p-1 { padding: calc(var(--spacer) * 0.25) !important; }
.p-2 { padding: calc(var(--spacer) * 0.5) !important; }
.p-3 { padding: var(--spacer) !important; }
.p-4 { padding: calc(var(--spacer) * 1.5) !important; }
.p-5 { padding: calc(var(--spacer) * 3) !important; }
.p-auto { padding: auto !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: calc(var(--spacer) * 0.25) !important; }
.pt-2 { padding-top: calc(var(--spacer) * 0.5) !important; }
.pt-3 { padding-top: var(--spacer) !important; }
.pt-4 { padding-top: calc(var(--spacer) * 1.5) !important; }
.pt-5 { padding-top: calc(var(--spacer) * 3) !important; }
.pt-auto { padding-top: auto !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: calc(var(--spacer) * 0.25) !important; }
.pb-2 { padding-bottom: calc(var(--spacer) * 0.5) !important; }
.pb-3 { padding-bottom: var(--spacer) !important; }
.pb-4 { padding-bottom: calc(var(--spacer) * 1.5) !important; }
.pb-5 { padding-bottom: calc(var(--spacer) * 3) !important; }
.pb-auto { padding-bottom: auto !important; }
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: calc(var(--spacer) * 0.25) !important; }
.pl-2 { padding-left: calc(var(--spacer) * 0.5) !important; }
.pl-3 { padding-left: var(--spacer) !important; }
.pl-4 { padding-left: calc(var(--spacer) * 1.5) !important; }
.pl-5 { padding-left: calc(var(--spacer) * 3) !important; }
.pl-auto { padding-left: auto !important; }
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: calc(var(--spacer) * 0.25) !important; }
.pr-2 { padding-right: calc(var(--spacer) * 0.5) !important; }
.pr-3 { padding-right: var(--spacer) !important; }
.pr-4 { padding-right: calc(var(--spacer) * 1.5) !important; }
.pr-5 { padding-right: calc(var(--spacer) * 3) !important; }
.pr-auto { padding-right: auto !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: calc(var(--spacer) * 0.25) !important; padding-right: calc(var(--spacer) * 0.25) !important; }
.px-2 { padding-left: calc(var(--spacer) * 0.5) !important; padding-right: calc(var(--spacer) * 0.5) !important; }
.px-3 { padding-left: var(--spacer) !important; padding-right: var(--spacer) !important; }
.px-4 { padding-left: calc(var(--spacer) * 1.5) !important; padding-right: calc(var(--spacer) * 1.5) !important; }
.px-5 { padding-left: calc(var(--spacer) * 3) !important; padding-right: calc(var(--spacer) * 3) !important; }
.px-auto { padding-left: auto !important; padding-right: auto !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: calc(var(--spacer) * 0.25) !important; padding-bottom: calc(var(--spacer) * 0.25) !important; }
.py-2 { padding-top: calc(var(--spacer) * 0.5) !important; padding-bottom: calc(var(--spacer) * 0.5) !important; }
.py-3 { padding-top: var(--spacer) !important; padding-bottom: var(--spacer) !important; }
.py-4 { padding-top: calc(var(--spacer) * 1.5) !important; padding-bottom: calc(var(--spacer) * 1.5) !important; }
.py-5 { padding-top: calc(var(--spacer) * 3) !important; padding-bottom: calc(var(--spacer) * 3) !important; }
.py-auto { padding-top: auto !important; padding-bottom: auto !important; }


      .tc-error-message {
        color: #d00;
        font-size: 0.95em;
        margin-bottom: 10px;
      }
      
      .tc-progress-container {
        width: 100%;
        margin: 20px 0;
        background: #f3f3f3;
        border-radius: 35px;
        overflow: hidden;
        position: relative;
        border: 1px solid #868686;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      }
      
      .tc-progress-bar {
        height: 30px;
        background: #5EBB3E;
        border-radius: 35px;
        transition: width 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .tc-progress-text {
        color: white;
        font-weight: bold;
        font-size: 14px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 2;
      }
      
      .tc-progress-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333333;
        font-weight: bold;
        font-size: 14px;
      }
      html body [class^="wc_payment_method payment_method_tpay"] label:not(.tpay-item) {
        display: inline-block;
      }
      html body .woocommerce-checkout #payment div.payment_box::before {
        display: none;
      }
      html body .woocommerce form .form-row {
        padding: unset;
      }

      /* TYLKO w formularzu AffiliateWP */
.affwp-form .affwp-field-checkbox {
  display: inline-block !important;
  width: 16px; 
  height: 16px;
  margin: 0 8px 0 0 !important;  /* odstęp po prawej, zerujemy nadpisy */
  vertical-align: text-top;       /* wyrównanie do początku tekstu */
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

/* Etykieta obok checkboxa, bez “zbijania” w dół */
.affwp-form label.affwp-field-label {
  display: inline !important;
  margin: 0 !important;
  vertical-align: text-top;
  font-weight: normal;            /* opcjonalnie: lżejszy tekst */
}

/* (Opcjonalnie) sam akapit niech nie wymusza łamania tuż po input */
.affwp-form p {
  margin-bottom: 1em;
  white-space: normal;
}




/* LWM IV KONFERENCJA */


  .ekp-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ekp-why__item {
    background: linear-gradient(180deg, #F2E8DC 0%, #F8F3ED 100%);
    border-radius: 18px;
    padding: 1.6rem 1.4rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid rgba(164, 113, 72, 0.4);
    box-shadow: 0 8px 20px rgba(139, 30, 63, 0.08);
    transition: all 0.35s ease;
    position: relative;
  }

  .ekp-why__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(139, 30, 63, 0.15);
    border-color: rgba(164, 113, 72, 0.6);
  }

.ekp-why__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8B1E3F, #A47148);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 6px rgba(255,255,255,0.25), 0 2px 6px rgba(0,0,0,0.1);
}

.ekp-why__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(100%) contrast(100%);
}


  .ekp-why__item p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #3b2922;
    font-weight: 500;
  }

  @media (max-width: 600px) {
    .ekp-why__item {
      padding: 1.3rem 1.1rem;
    }
    .ekp-why__icon {
      width: 42px;
      height: 42px;
      font-size: 1.1rem;
    }
  }



  :root {
    --burgundy: #8B1E3F;
    --copper: #A47148;
  }

  .ekp-forwhom-white { 
    text-align: center;
  }

  .ekp-forwhom__header {
    margin-bottom: 2rem;
  }

  .ekp-forwhom__header h3 {
    color: var(--burgundy);
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    font-weight: 700;
    margin-bottom: .75rem;
  }

  .ekp-forwhom__bar {
    display: inline-block;
    width: 120px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8B1E3F, #A47148);
  }

  .ekp-forwhom__list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
    display: grid;
    gap: 1.5rem;
  }

  .ekp-forwhom__list li {
    background: #fff;
    border: 1px solid rgba(164, 113, 72, 0.3);
    border-left: 6px solid var(--burgundy);
    border-radius: 10px;
    padding: 1.2rem 1.6rem;
    text-align: left;
    font-size: 1.05rem;
    color: #3b2922;
    box-shadow: 0 8px 16px rgba(139, 30, 63, 0.05);
    transition: all .3s ease;
  }

  .ekp-forwhom__list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(139, 30, 63, 0.12);
    border-left-color: var(--copper);
  }



  :root {
    --burgundy:#8B1E3F;
    --copper:#A47148;
    --cream:#F2E8DC;
  }

  .ekp-program__header{text-align:center;margin-bottom:2rem}
  .ekp-program__header h3{color:var(--burgundy);font-size:clamp(1.8rem,2.8vw,2.2rem);margin:0 0 .5rem;font-weight:700}
  .ekp-program__bar{display:inline-block;width:140px;height:4px;border-radius:999px;background:linear-gradient(90deg,#8B1E3F,#A47148);box-shadow:0 2px 10px rgba(139,30,63,.25)}

  .ekp-program__grid{
    display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:2rem;max-width:1100px;margin:0 auto;
    align-items:start;
  }

  .ekp-program__item{
    position:relative;border-radius:20px;padding:2.4rem 2rem;
    min-height:420px;display:flex;flex-direction:column;
    justify-content:flex-start;overflow:hidden;text-align:center;
    box-shadow:0 10px 24px rgba(139,30,63,.08);
    transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
  }

  .ekp-program__item:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 36px rgba(139,30,63,.18);
    filter:brightness(1.05);
  }

  /* Środkowa karta mocniej uniesiona */
  .ekp-program__item--raised-high{
    transform:translateY(-35px);
    z-index:5;
  }
  .ekp-program__item--raised-high:hover{
    transform:translateY(-42px);
    box-shadow:0 24px 48px rgba(139,30,63,.25);
  }

  .ekp-program__head{text-align:center;margin-bottom:1.6rem}
  .ekp-program__day{
    text-transform:uppercase;font-weight:800;font-size:.95rem;letter-spacing:1.2px;
    color:var(--copper);margin-bottom:.45rem;
  }
  .ekp-program__item h4{
    margin:0;font-size:1.3rem;font-weight:800;line-height:1.25;color:var(--burgundy);
  }

  /* listy */
  .ekp-program__list{
    list-style:none;margin:0;padding:0;
    display:flex;flex-direction:column;
    gap:1.2rem;align-items:center;
  }

  .ekp-program__list li{
    font-size:1rem;line-height:1.65;padding-bottom:1.1rem;
    border-bottom:2px dashed rgba(164,113,72,.5);
    width:75%;margin:0 auto;
  }
  .ekp-program__list li:last-child{border-bottom:none;padding-bottom:0}

  /* Środkowa karta kolorystyczna */
  .gradient-dark{
    background:url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
    color:#fff;
  }
  .ekp-program__overlay{
    position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.9) 100%);
    z-index:1;
  }
  .ekp-program__color{
    position:absolute;inset:0;
    background:linear-gradient(180deg,rgba(139,30,63,.7) 0%,rgba(164,113,72,.65) 100%);
    z-index:2;
    mix-blend-mode:overlay;
  }
  .ekp-program__content{
    position:relative;z-index:3;height:100%;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
  }

  .ekp-program__list--centered li{
    border-bottom:2px dashed rgba(255,255,255,.9);
    font-weight:600;color:#fff;text-align:center;width:75%;
  }
  .ekp-program__list--centered li.no-border{border-bottom:none}

  /* Kolory pozostałych kart */
  .gradient-light{background:linear-gradient(180deg,#F7F4F3 0%,#E9DAD4 100%);color:#3b2922;}
  .gradient-pink{background:linear-gradient(180deg,#F9ECEC 0%,#E2B7B1 100%);color:#4b2727;}

  @media (max-width:768px){
    .ekp-program__item{min-height:400px;padding:1.8rem 1.4rem}
    .ekp-program__item h4{font-size:1.18rem}
    .ekp-program__item--raised-high{transform:none;}
  }






  :root {
    --burgundy:#8B1E3F;
    --copper:#A47148;
    --cream:#F8F5F0;
  }



  .mentor-letter__content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 3rem;
  }

  .mentor-letter__image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(139,30,63,0.15);
    object-fit: cover;
  }

  .mentor-letter__text h3 {
    color: var(--burgundy);
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .mentor-letter__text blockquote {
    background: #fff;
    border-left: 6px solid var(--burgundy);
    border-radius: 10px;
    padding: 2rem 2.5rem;
    font-size: 1.05rem;
    color: #3b2922;
    line-height: 1.8;
    box-shadow: 0 8px 20px rgba(139,30,63,0.08);
  }

  .mentor-letter__text blockquote p {
    margin-bottom: 1.2rem;
  }

  .mentor-letter__text blockquote p:last-child {
    margin-bottom: 0;
  }

  .mentor-letter__signature {
    margin-top: 2rem;
    text-align: right;
  }

  .mentor-letter__signature strong {
    font-size: 1.2rem;
    color: var(--burgundy);
  }

  .mentor-letter__signature span {
    display: block;
    color: var(--copper);
    font-size: 0.95rem;
  }

  @media (max-width: 900px) {
    .mentor-letter__content {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .mentor-letter__signature {
      text-align: center;
    }

    .mentor-letter__text blockquote {
      padding: 1.8rem 1.6rem;
    }
  }





  :root {
    --burgundy: #8B1E3F;
    --copper: #A47148;
    --cream1: #F2E8DC;
    --cream2: #F8F3ED;
  }


  .ekp-startup__wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 2rem;
  }

  /* LEWA STRONA */
  .ekp-startup__media {
    position: relative;
    min-height: 420px;
    border-radius: 22px;
    overflow: hidden;
    background: var(--cream1);
    box-shadow: 0 10px 24px rgba(139, 30, 63, 0.12);
    transition: all 0.4s ease;
  }

  .ekp-startup__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
  }

  .ekp-startup__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6));
  }

  .ekp-startup__badge {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.85);
    color: #2d1d1d;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 700;
    font-size: 0.95rem;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(164, 113, 72, 0.4);
  }

  /* KAFELKA HOVER */
  .ekp-startup__media:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(139, 30, 63, 0.22);
    filter: brightness(1.05);
  }

  .ekp-startup__media:hover::before {
    transform: scale(1.05);
  }

  /* TREŚĆ */
  .ekp-startup__content {
    background: linear-gradient(180deg, var(--cream1) 0%, var(--cream2) 100%);
    border: 1px solid rgba(164, 113, 72, 0.4);
    border-radius: 22px;
    padding: 2.4rem 2rem;
    box-shadow: 0 10px 24px rgba(139, 30, 63, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
  }

  .ekp-startup__content:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(139, 30, 63, 0.15);
    filter: brightness(1.03);
  }

  .ekp-startup__content h3 {
    margin: 0 0 1.5rem;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    color: var(--burgundy);
    line-height: 1.3;
    font-weight: 800;
  }

  .ekp-startup__list {
    list-style: none;
    margin: 0 0 1.8rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .ekp-startup__list li {
    line-height: 1.65;
    color: #3b2922;
    font-size: 1.05rem;
    padding-bottom: 1.2rem;
    border-bottom: 2px dashed rgba(164, 113, 72, 0.6);
  }

  .ekp-startup__list li:last-child {
    border-bottom: none;
  }

  /* UNIKALNY PRZYCISK */
  .ekp-btn {
    display: inline-block;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 32px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(139, 30, 63, 0.25);
  }

  .ekp-btn--gradient {
    background: linear-gradient(25deg, rgb(139, 30, 63) 0%, rgb(164, 113, 72) 100%);
  }

  .ekp-btn--gradient:hover {
    filter: brightness(120%);
    color: #ffffff; /* tekst nadal biały */
  }

  .ekp-btn--gradient:active {
    filter: brightness(105%);
  }

  @media (max-width: 980px) {
    .ekp-startup__wrap {
      grid-template-columns: 1fr;
    }
    .ekp-startup__media {
      min-height: 300px;
    }
    .ekp-startup__content {
      padding: 2rem 1.5rem;
    }
  }





  :root {
    --burgundy: #8B1E3F;
    --copper: #A47148;
    --cream1: #F2E8DC;
    --cream2: #F8F3ED;
  }


  .ekp-pricing__head {
    text-align: center;
    margin-bottom: 2rem;
  }

  .ekp-pricing__head h3 {
    margin: 0 0 0.6rem;
    font-size: clamp(1.8rem, 2.6vw, 2.2rem);
    color: var(--burgundy);
    font-weight: 800;
  }

  .ekp-pricing__bar {
    display: inline-block;
    width: 140px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8B1E3F, #A47148);
    box-shadow: 0 2px 10px rgba(139, 30, 63, 0.25);
  }

  .ekp-pricing__grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: stretch;
  }

  .ekp-card {
    background: linear-gradient(180deg, var(--cream1) 0%, var(--cream2) 100%);
    border: 1px solid rgba(164, 113, 72, 0.38);
    border-radius: 22px;
    padding: 1.8rem 1.6rem 1.6rem;
    box-shadow: 0 10px 24px rgba(139, 30, 63, 0.08);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  }

  .ekp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(139, 30, 63, 0.18);
    filter: brightness(1.03);
  }

  .ekp-card--featured {
    transform: translateY(-16px);
    box-shadow: 0 22px 44px rgba(139, 30, 63, 0.22);
    border-color: rgba(164, 113, 72, 0.6);
  }

  .ekp-card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* NOWE BADGE’E – intensywne, 3D, z połyskiem */
  .ekp-card__badge {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-weight: 800;
    color: #fff;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }

  .ekp-card__badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent 60%);
    transform: skewX(-25deg);
  }

  .ekp-card__badge--silver {
    background: linear-gradient(135deg, #a7a9ac 0%, #e0e0e0 50%, #b0b2b5 100%);
  }

  .ekp-card__badge--gold {
    background: linear-gradient(135deg, #FFD700 0%, #E6B800 50%, #C19000 100%);
  }

  .ekp-card__badge--platinum {
    background: linear-gradient(135deg, #d9d9d9 0%, #f5f5f5 50%, #cfcfcf 100%);
    color: #222;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
  }

  .ekp-card__price {
    font-size: 1rem;
    color: #3b2922;
  }

  .ekp-card__price strong {
    font-size: 1.8rem;
    color: var(--burgundy);
  }

  .ekp-card__price-old {
    text-decoration: line-through;
    color: rgba(59, 41, 34, 0.6);
    font-size: 0.95rem;
    margin-right: 6px;
  }

  .ekp-card__list {
    list-style: none;
    margin: 0.4rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .ekp-card__list li {
    line-height: 1.6;
    color: #3b2922;
    font-size: 1.02rem;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: 2px dashed rgba(164, 113, 72, 0.55);
    text-align: center;
  }

  .ekp-card__list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .ekp-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(139, 30, 63, 0.25);
    transition: filter 0.2s ease;
    align-self: center;
  }

  .ekp-btn--gradient {
    background: linear-gradient(25deg, rgb(139, 30, 63) 0%, rgb(164, 113, 72) 100%);
  }

  .ekp-btn--gradient:hover {
    filter: brightness(120%);
    color: #fff;
  }

  @media (max-width: 768px) {
    .ekp-card--featured {
      transform: none;
    }
  }






  :root {
    --burgundy: #8B1E3F;
    --copper: #A47148;
    --cream1: #F2E8DC;
    --cream2: #F8F3ED;
  }


  .ekp-scene__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
  }

  /* BOXY */
  .ekp-scene__card {
    background: linear-gradient(180deg, var(--cream1) 0%, var(--cream2) 100%);
    border: 1px solid rgba(164, 113, 72, 0.4);
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(139, 30, 63, 0.08);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 340px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  }

  .ekp-scene__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(139, 30, 63, 0.16);
    filter: brightness(1.03);
  }

  .ekp-scene__card h3 {
    font-size: clamp(1.5rem, 2.3vw, 1.9rem);
    font-weight: 800;
    color: var(--burgundy);
    margin-bottom: 1.4rem;
    margin-top: 0;
  }

  .ekp-scene__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    width: 100%;
  }

  .ekp-scene__card ul li {
    position: relative;
    font-size: 1.05rem;
    color: #3b2922;
    padding-bottom: 1rem;
    border-bottom: 2px dashed rgba(164, 113, 72, 0.5);
    width: 80%;
    margin: 0 auto;
  }

  .ekp-scene__card ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .ekp-scene__info {
    text-align: center;
    font-size: 1.1rem;
    color: #2f2320;
    line-height: 1.6;
  }

  .ekp-scene__info p {
    margin: 0.5rem 0;
  }

  .ekp-scene__card--location {
    background: linear-gradient(180deg, #f6eee4 0%, #fffaf4 100%);
    border: 1px solid rgba(164, 113, 72, 0.45);
  }

  @media (max-width: 768px) {
    .ekp-scene {
      padding: 3rem 1rem;
    }
    .ekp-scene__card {
      min-height: auto;
      padding: 2rem 1.5rem;
    }
  }



  /*Sekcja minikursu*/
          .kurs-section-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .kurs-section-wrapper .kurs-container {
            max-width: 700px;
            margin: 40px auto;
            /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        }

        .kurs-section-wrapper .kurs-box {
            background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
            border-radius: 20px;
            padding: 50px 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            position: relative;
            overflow: hidden;
        }

        .kurs-section-wrapper .kurs-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #DC2626, #EF4444, #DC2626);
        }

        .kurs-section-wrapper .top-banner {
            background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
            color: white;
            text-align: center;
            padding: 15px 30px;
            margin: -50px -40px 35px -40px;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: 2px;
            text-transform: uppercase;
            box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
        }

        .kurs-section-wrapper .kurs-header {
            text-align: center;
            margin-bottom: 35px;
        }

        .kurs-section-wrapper .kurs-subtitle {
            color: #999;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 12px;
            font-weight: 600;
        }

        .kurs-section-wrapper .kurs-title {
            color: white;
            font-size: 38px;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .kurs-section-wrapper .kurs-bonus {
            color: #DC2626;
            font-size: 28px;
            font-weight: 800;
            margin-top: 8px;
        }

        .kurs-section-wrapper .features-list {
            list-style: none;
            margin: 40px 0;
        }

        .kurs-section-wrapper .feature-item {
            display: flex;
            align-items: flex-start;
            color: white;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 16px;
            line-height: 1.5;
            transition: transform 0.2s ease;
        }

        .kurs-section-wrapper .feature-item:hover {
            transform: translateX(5px);
        }

        .kurs-section-wrapper .feature-item::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            background: transparent;
            border: 3px solid #DC2626;
            color: #DC2626;
            border-radius: 50%;
            margin-right: 15px;
            font-weight: 900;
            font-size: 14px;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .kurs-section-wrapper .price-box {
            background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
            color: white;
            text-align: center;
            padding: 35px;
            border-radius: 15px;
            margin-top: 40px;
            box-shadow: 0 10px 30px rgba(220, 38, 38, 0.4);
        }

        .kurs-section-wrapper .price-label {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .kurs-section-wrapper .price-amount {
            font-size: 56px;
            font-weight: 900;
            line-height: 1;
            margin-bottom: 8px;
        }

        .kurs-section-wrapper .price-note {
            font-size: 13px;
            opacity: 0.9;
            font-weight: 500;
            margin-bottom: 25px;
        }

        .kurs-section-wrapper .price-note s {
            text-decoration: line-through;
            opacity: 0.8;
        }

        .kurs-section-wrapper .cta-button {
            display: inline-block;
            background: white !important;
            color: #DC2626 !important;
            padding: 18px 45px !important;
            font-size: 18px !important;
            font-weight: 800 !important;
            text-transform: uppercase;
            text-decoration: none !important;
            border-radius: 50px !important;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
            border: none !important;
            cursor: pointer;
        }

        .kurs-section-wrapper .cta-button:hover {
            background: #f5f5f5 !important;
            color: #DC2626 !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
        }

        .kurs-section-wrapper .cta-button:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .kurs-section-wrapper .kurs-box {
                padding: 40px 25px;
                border-radius: 15px;
            }

            .kurs-section-wrapper .top-banner {
                margin: -40px -25px 30px -25px;
                padding: 12px 20px;
                font-size: 13px;
            }

            .kurs-section-wrapper .kurs-title {
                font-size: 30px;
            }

            .kurs-section-wrapper .kurs-bonus {
                font-size: 24px;
            }

            .kurs-section-wrapper .feature-item {
                font-size: 14px;
            }

            .kurs-section-wrapper .price-amount {
                font-size: 48px;
            }

            .kurs-section-wrapper .price-box {
                padding: 30px 20px;
            }

            .kurs-section-wrapper .cta-button {
                padding: 16px 35px !important;
                font-size: 16px !important;
            }
        }

        /*kurs cta section*/
                .kurs-cta-section * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /*.kurs-cta-section {
            padding: 60px 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }*/

        .kurs-cta-section .cta-container {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }

        .kurs-cta-section .cta-headline {
            color: white;
            font-size: 42px;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .kurs-cta-section .cta-headline span {
            color: #DC2626;
        }

        .kurs-cta-section .cta-button-wrapper {
            display: inline-block;
            background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%);
            padding: 50px 60px;
            border-radius: 20px;
            box-shadow: 0 15px 50px rgba(220, 38, 38, 0.4);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .kurs-cta-section .cta-button-wrapper:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(220, 38, 38, 0.5);
        }

        .kurs-cta-section .main-cta-button {
            display: inline-block;
            background: white !important;
            color: #DC2626 !important;
            padding: 24px 60px !important;
            font-size: 28px !important;
            font-weight: 900 !important;
            text-transform: uppercase;
            text-decoration: none !important;
            border-radius: 60px !important;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
            border: none !important;
            cursor: pointer;
            margin-bottom: 20px;
        }

        .kurs-cta-section .main-cta-button:hover {
            background: #f5f5f5 !important;
            color: #DC2626 !important;
            transform: scale(1.05);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4) !important;
        }

        .kurs-cta-section .cta-price-info {
            color: white;
            font-size: 20px;
            font-weight: 700;
            margin-top: 15px;
        }

        .kurs-cta-section .cta-price-highlight {
            font-size: 32px;
            font-weight: 900;
            color: white;
        }

        .kurs-cta-section .cta-bonus-info {
            color: rgba(255, 255, 255, 0.9);
            font-size: 16px;
            margin-top: 8px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .kurs-cta-section {
                padding: 40px 15px;
            }

            .kurs-cta-section .cta-headline {
                font-size: 28px;
                margin-bottom: 30px;
            }

            .kurs-cta-section .cta-button-wrapper {
                padding: 35px 30px;
                border-radius: 15px;
            }

            .kurs-cta-section .main-cta-button {
                padding: 20px 40px !important;
                font-size: 20px !important;
            }

            .kurs-cta-section .cta-price-info {
                font-size: 16px;
            }

            .kurs-cta-section .cta-price-highlight {
                font-size: 24px;
            }

            .kurs-cta-section .cta-bonus-info {
                font-size: 14px;
            }
        }