/* === TYPOGRAFIA === */

/* === Margin === */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 4px !important; }
.mt-2 { margin-top: 8px !important; }
.mt-3 { margin-top: 12px !important; }
.mt-4 { margin-top: 16px !important; }
.mt-5 { margin-top: 24px !important; }
.mt-6 { margin-top: 32px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 12px !important; }
.mb-4 { margin-bottom: 16px !important; }
.mb-5 { margin-bottom: 24px !important; }
.mb-6 { margin-bottom: 32px !important; }

/* === Margin Left === */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 4px !important; }
.ml-2 { margin-left: 8px !important; }
.ml-3 { margin-left: 12px !important; }
.ml-4 { margin-left: 16px !important; }
.ml-5 { margin-left: 24px !important; }
.ml-6 { margin-left: 32px !important; }

/* === Margin Right === */
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 4px !important; }
.mr-2 { margin-right: 8px !important; }
.mr-3 { margin-right: 12px !important; }
.mr-4 { margin-right: 16px !important; }
.mr-5 { margin-right: 24px !important; }
.mr-6 { margin-right: 32px !important; }

/* === Margin All Sides === */
.m-0 { margin: 0 !important; }
.m-1 { margin: 4px !important; }
.m-2 { margin: 8px !important; }
.m-3 { margin: 12px !important; }
.m-4 { margin: 16px !important; }
.m-5 { margin: 24px !important; }
.m-6 { margin: 32px !important; }

/* === Padding === */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 4px !important; }
.pt-2 { padding-top: 8px !important; }
.pt-3 { padding-top: 12px !important; }
.pt-4 { padding-top: 16px !important; }
.pt-5 { padding-top: 24px !important; }
.pt-6 { padding-top: 32px !important; }
.pt-7 { padding-top: 64px !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 4px !important; }
.pb-2 { padding-bottom: 8px !important; }
.pb-3 { padding-bottom: 12px !important; }
.pb-4 { padding-bottom: 16px !important; }
.pb-5 { padding-bottom: 24px !important; }
.pb-6 { padding-bottom: 32px !important; }
.pb-7 { padding-bottom: 64px !important; }

/* === Padding Left === */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 4px !important; }
.pl-2 { padding-left: 8px !important; }
.pl-3 { padding-left: 12px !important; }
.pl-4 { padding-left: 16px !important; }
.pl-5 { padding-left: 24px !important; }
.pl-6 { padding-left: 32px !important; }

/* === Padding Right === */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 4px !important; }
.pr-2 { padding-right: 8px !important; }
.pr-3 { padding-right: 12px !important; }
.pr-4 { padding-right: 16px !important; }
.pr-5 { padding-right: 24px !important; }
.pr-6 { padding-right: 32px !important; }

/* === Padding All Sides === */
.p-0 { padding: 0 !important; }
.p-1 { padding: 4px !important; }
.p-2 { padding: 8px !important; }
.p-3 { padding: 12px !important; }
.p-4 { padding: 16px !important; }
.p-5 { padding: 24px !important; }
.p-6 { padding: 32px !important; }

.p-40 {
    padding: 40px 0 !important;
}




body {
    font-family: 'Owners', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #F2EBDE;
    overflow-x: hidden;
}


body.no-scroll-transition {
    overflow: hidden;
}
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.page {
    margin: 0;
}

:root {
    --color-primary: #722127;
    --color-white: #F2EBDE;
    --color-black: #2D0D0F;
}

.color-primary {
    color: var(--color-primary);
}

.white {
    color: var(--color-white);
}

.black {
    color: var(--color-black);
}

/* Tytuły sekcji */
h1, h2, h3, h4 {
    font-family: 'Instrument Serif', serif;
    font-weight: 400;
    color: #111;
}

h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-weight: 400;
}

h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-weight: 400;
}

h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4 {
    font-size: 32px;
    line-height: 1.3;
}

/* Treści */
p {
    font-family: 'Owners', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 1em;
}

span, li {
    font-size: 16px;
}

/* Menu, stopka */
nav a, footer, small {
    font-size: 14px;
    font-family: 'Owners', sans-serif;
    letter-spacing: 0;
}

/* Linki */
a {
    text-decoration: none;
    color: inherit !important;
}

a:hover {
    text-decoration: underline;
}

.t-decoration-none {
    text-decoration: none !important;
}

/*header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
}

.admin-bar .site-header {
    top: 32px; /* lub 46px na mobilnych */
}

.header-inner {
    margin: 0 auto;
    padding: 21px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-and-icons {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-icons-desktop {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-icons-mobile {
    display: none;
    align-items: center;
    gap: 1.2rem;
}

.header-icons-mobile a {
    width: 16px;
}

.logo-wrap img {
    height: 50px;
    width: auto;
}

.main-navigation {
    width: auto;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.main-navigation a {
    font-family: 'Owners', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #6b2d1c !important;
    text-decoration: none;
}

.main-navigation a:hover {
    text-decoration: underline;
}

.sticky-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(45, 13, 15, 0.02);
    backdrop-filter: blur(20px);
    z-index: 9999;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.admin-bar .sticky-header-bar {
    top: 32px; /* lub 46px na mobilnych */
}

.sticky-header-bar.visible {
    transform: translateY(0);
    opacity: 1;
}

.sticky-header-bar .header-inner {
    padding: 10px 32px;
}

.icon-cart {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -12px;
    right: -12px;
    background: #6b2d1c;
    color: #f2ebde;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 50%;
    line-height: 17px;
}

.cart-count.active {
    display: inline-block;
}



/*container*/
.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

/*sekcja hero*/

.hero {
    width: 100%;
    height: 100vh;
    overflow: visible;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-color: #811F2A;
    background-image: linear-gradient(rgba(129, 31, 42, 0.95), rgba(129, 31, 42, 0.95)), /* overlay */ url('/wp-content/uploads/2025/05/Pattern.png');
    background-size: 200px 200px;
    position: relative;
    will-change: transform;
    top: 0;
    color: white;
    z-index: 3;
    padding: 0 2rem;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    z-index: 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.hero .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.hero-text {
    display: flex;
    text-align: right;
    color: var(--color-primary);
    max-width: 600px;
    margin-bottom: 17vh;
    z-index: 2;
    flex-direction: column;
    align-items: flex-end;
}


.hero-intro {
    font-family: 'Owners', sans-serif;
    margin-bottom: 10px;
    color: var(--color-primary);

}

.hero-highlight {
    font-style: italic;
    display: inline-block;
    position: relative;
    margin: 20px 0 30px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    will-change: opacity;
}


.fade-out {
    opacity: 0;
}

.hero-sub {
    font-family: 'Owners', sans-serif;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    padding: 24px 27px;
    width: max-content;
    justify-self: right;
}

.fake-section-2 {
    height: 100vh;
    display: block;
    background-color: transparent;
}


.about-section {
    padding: 6rem 2rem;
    color: #fff;
    background-color: #811F2A;
    background-image: linear-gradient(rgba(129, 31, 42, 0.95), rgba(129, 31, 42, 0.95)), /* overlay */ url('/wp-content/uploads/2025/05/Pattern.png');
    background-size: 200px 200px;
    background-repeat: repeat;
    background-position: center center;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;

}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.about-text {
    flex: 1 1 50%;
}

.about-text h2 {
    margin-bottom: 2rem;
    color: #F2EBDE;
}

.about-text p {
    margin-bottom: 30px;
    color: #F2EBDE;
}

.about-image {
    flex: 1 1 50%;
    text-align: right;
    position: relative;
}

.about-image .image-jb {
    width: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

.figure-jb {
    width: 153px;
    height: auto;
    position: absolute;
    top: 90%;
    right: -50px;
}


/*sekcja 3*/

.section-areas {
    background: linear-gradient(180deg, #93B4C3 0%, #6695AA 100%);
    padding: 6rem 2rem;
    z-index: 2;
    position: relative;
}

.section-areas .section-title {
    color: white;
    margin-bottom: 60px;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding-top: 30px;
}

.area-box {
    position: relative;
    text-align: left;
    text-decoration: none !important;
}

.area-box .area-number {
    font-family: 'Instrument Serif', serif;
    position: absolute;
    top: -80px;
    left: -30px;
    font-size: 120px;
    color: rgba(147, 180, 195, 1);
    z-index: 99;
}

.area-box img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    will-change: transform;
    transform-style: preserve-3d;
    display: block;
    pointer-events: none;
}

.area-box h4 {
    margin: 0 0 22px;
}


/*sekcja 4*/

.about-me-section {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: url('https://jbtalks.pl/wp-content/uploads/2025/05/6b4a880af69311055ef332b85e944a1a55f84238-1-scaled.jpg') no-repeat right center;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    padding: 6rem 2rem;
    z-index: 2;
    transition: background-position 0.1s ease-out;
}

.about-me-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: transparent;
    max-width: 50%;
    margin: 80px 0;

}

.about-me-section::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 80px; /* ← dodane */
    left: 0;
    width: 50%;
    background: #F2EBDE99;
    backdrop-filter: blur(8px);
    z-index: 0;
    padding: 60px 60px 60px 0;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.professions {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    will-change: opacity;
}


.about-title {
    color: var(--color-primary);
    margin-bottom: 1rem;
}


.about-title mark {
    display: inline-block;
    font-style: italic;
    font-family: 'Instrument Serif', serif;
    background-color: #F2EBDE;
    color: #722127;
    border: 1px solid #722127;
    padding: 0.2rem 1rem;
    border-radius: 20px;
    transform: skewX(-10deg);

}

.about-me-text p {
    color: var(--color-primary);
    padding-right: 70px;

}

.about-closing {
    color: var(--color-primary);
    margin-top: 2rem;
}


/* 5 sekcja*/
.jb-talks-section {
    background-color: #F2EBDE;
    z-index: 2;
    padding: 6rem 2rem 0 2rem;
    position: relative;
}


.jb-subtitle {
    font-size: 16px;
    color: var(--color-primary);
    margin-bottom: 16px;
    text-align: center;
    font-weight: 500;
}

.jb-talks-header h2 {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
    color: var(--color-primary);
}

.jb-description {
    text-align: center;
    color: var(--color-primary);
    max-width: 760px;
    margin: 0 auto;
}

/* KONTENER SCENY */

.jb-modules {
    position: relative;
    max-width: 1200px;
    margin: 180px auto 120px;
    height: 810px;
}

/* ZDJĘCIE W ŚRODKU */

.center-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 560px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.center-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* WSPÓLNE DLA KÓŁEK */

.jb-modules .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;           /* rozmiar małych kół */
    aspect-ratio: 1 / 1;
    transform:
            translate(-50%, -50%)
            translate(var(--dx, 0), var(--dy, 0)); /* przesunięcie względem środka */
    z-index: 2;
}

.circle img {
    width: 100%;
    height: auto;
    display: block;
}

/* Obracające się napisy – Twoje stare style */

.rotating-circle,
.rotating-circle-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform-origin: center center;
    pointer-events: none;
    z-index: 2;
}

.rotating-circle {
    animation: rotate 25s linear infinite;
}

.rotating-circle-l {
    animation: rotate-l 25s linear infinite;
}

/* USTAWIENIE KAŻDEGO KÓŁKA WOKÓŁ ZDJĘCIA */
/* wartości możesz potem delikatnie korygować */

.circle-center-top {
    --dx: 0px;
    --dy: -360px;     /* nad zdjęciem */
}

.circle-top-left {
    --dx: -340px;
    --dy: -170px;
}

.circle-top-right {
    --dx: 340px;
    --dy: -170px;
}

.circle-bottom-left {
    --dx: -260px;
    --dy: 240px;
}

.circle-bottom-right {
    --dx: 260px;
    --dy: 240px;
}

/* Obrót napisów */

@keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes rotate-l {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}



/* Linia i tekst */
.choose-line {
    grid-area: line;
    width: 2px;
    height: 260px;
    background: linear-gradient(to bottom, #EDC066, #223A28);
    margin: 0 auto;
    z-index: 0;
    position: relative;
    top: -85px;
}

.choose-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #223A28; /* ten sam kolor co na dole gradientu */
    border-radius: 50%;
}

.choose-text {
    grid-area: choose;
    text-align: center;
    margin-top: 0;
}

.choose-text h2 {
    color: #1e372a;
    margin: 0;
    position: relative;
    top: -25px;
}

/*sekcje sklep produkt*/
.jb-home-products-grid {
    display: flex;
    gap: 32px;
    margin-top: 60px;
}

.jb-home-product-card {
    background: linear-gradient(#223A28, #647568);
    border-radius: 16px;
    padding: 32px;
    color: #F2EBDE;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.jb-home-product-card h3 {
    font-family: 'Owners', sans-serif;
    margin-top: 0;
    margin-bottom: 8px;
    color: #F2EBDE;
    letter-spacing: -1px;
    display: flex;
    z-index: 2;
    position: relative;

}

.jb-home-product-card span {
    margin-left: 7px;
    font-size: 22px;
}

.jb-home-product-card p {
    margin-top: 8px;
    font-size: 16px;
    border-bottom: 1px solid #F2EBDE;
    height: 180px;
}

.jb-home-product-card .jb-price {
    font-family: 'Instrument Serif', serif;
    font-size: 56px;
    margin: 28px 0;
    line-height: normal;
}

.jb-home-product-card .price-old {
    font-family: 'Instrument Serif', serif;
    font-size: 40px;
    line-height: normal;
    text-decoration: line-through;
    margin-right: 5px;
    opacity: .5;
}

.jb-buy-btn {
    background: #F2EBDE;
    color: #722127 !important;
    border-radius: 16px;
    font-size: 16px;
    padding: 20px;
    display: block;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
    text-decoration: none !important;
}


ul.jb-feature-list {
    border-top: 1px solid #F2EBDE;
    margin: 0;
    list-style-type: none;
    padding: 40px 0 10px 0 ;
    font-size: 16px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.jb-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.jb-feature-list .check {
    font-weight: bold;
    line-height: 1.4;
    flex-shrink: 0;
}

.jb-feature-list .text {
    font-size: 16px;
}


.jb-ribbon {
    position: absolute;
    top: 46px;
    right: -58px;
    background: #eab5c5;
    font-weight: 700;
    padding: 6px 20px;
    width: 200px;
    transform: translateY(-50%) rotate(40deg);
    font-size: 16px;
    color: #5d484e;
    text-align: center;
    z-index: 2;
    overflow-x: hidden;
}


/*6 sekcja*/

.newsletter-section {
    background-color: #9C6367;
    padding: 6rem 2rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    position: relative;
}

.newsletter-box {
    background: #7D1F2A url('https://jbtalks.pl/wp-content/uploads/2025/05/403bc3b94b95fdcd34774907552f351941d69290.png');
    background-repeat: repeat;
    background-size: 100px;
    border-radius: 32px;
    padding: 64px;
    max-width: 1400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.newsletter-box h2 {
    margin-top: 0;
    color: #F2EBDE;
    margin-bottom: 24px;
}

.newsletter-box p {
    margin-bottom: 20px;
    color: #F2EBDE;
}

.newsletter-form {
    display: flex;
    margin: 32px 0 16px;
    flex-direction: row;
    justify-content: center;
}

.ml-block-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 950px;
}

.newsletter-form  .ml-form-formContent{
    order: 1;
    flex: 1 1 70%;
}

.newsletter-form input[type="email"] {
    padding: 16px 24px;
    font-size: 16px;
    border: none;
    border-radius: 16px;
    background-color: #FFFFFF1A !important;
    color: #F2EBDE !important;
    width: 100%;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #f2ebde;
    opacity: 0.8;
}

.newsletter-form .ml-form-checkboxRow {
    order: 3;
    flex: 1 1 100%;
}

.newsletter-form .ml-form-checkboxRow label{
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.newsletter-form .ml-form-checkboxRow input{
    cursor: pointer;
}

.newsletter-form .ml-form-checkboxRow p{
    font-size: 12px !important;
    margin: 0;
}

.newsletter-form .ml-form-embedSubmit {
    order: 2;
    flex: 1 1 20%;
}

.newsletter-form button {
    padding: 16px 32px;
    background-color: #F2EBDE;
    color: #7D1F2A;
    font-weight: 500;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: inherit;
    width: 100%;
}

.newsletter-form button:hover {
    background-color: #e2dbc9;
}

.newsletter-box small {
    font-size: 12px;
    color: #F2EBDE;
    display: block;
    margin-top: 20px;
}

.ml-form-successContent {
    background-color: #F2EBDE;
    padding: 20px 10px;
    border-radius: 16px;
}

.ml-form-successContent h4{
    color: #7D1F2A;
    margin: 10px;
    font-size: 28px;
}

 .ml-form-successContent p {
    color: #7D1F2A;
    margin: 10px;
    font-size: 16px;
}


/*sekcja 7 instagram*/
.instagram-section {
    background: linear-gradient(180deg, #647568 0%, #223A28 100%) ;
    color: #f2ebde;
    padding: 6rem 32px;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: transform 0.3s ease;
    will-change: transform;
}

.star-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50px); /* przesunięcie o -50px od środka */
    transition: transform 0.1s ease-out;
    pointer-events: none;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.7) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.instagram-section h2 {
    color: #F2EBDE;
    margin-bottom: 24px;
}

.instagram-section p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.instagram-gallery-square .instagram-gallery-item__media {
    height: 520px;
    background-color: transparent !important
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
    height: 520px;
    background-color: transparent !important
}

.instagram-gallery-item__wrap {
    border-radius: 24px;
    background-color: transparent !important
}


/* Ukryj domyślną treść Swipera */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}

/* Dodaj własne strzałki jako tło */
.swiper-button-prev {
    background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/left-arrow-alt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: -20px;
    z-index: 10;
}

.swiper-button-next {
    background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/right-arrow-alt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: -20px;
    z-index: 10;
}

.swiper-button-prev, .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    background-color: #F2EBDE;
    border-radius:8px
}

/* Ukryj domyślną treść Swipera */
.swiper-prev::after,
.swiper-next::after {
    display: none !important;
}

/* Dodaj własne strzałki jako tło */
.swiper-prev {
    background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/left-arrow-alt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 30px;
    z-index: 10;
}

.swiper-next {
    background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/right-arrow-alt.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    right: 30px;
    z-index: 10;
}

.swiper-prev, .swiper-next {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    background-color: #c1bcb8;
    border-radius:8px
}

.swiper-container {
    overflow: visible;
}



/*footer*/

/* Gdy main ma ID "main" */
main#main + .site-footer-wrapper {
    background: linear-gradient(180deg, #223A28 100%, #647568 0%);

}

/* Gdy main ma ID "primary" */
main#primary + .site-footer-wrapper {
    background-color: #f2ebde;
}

main#main + .footer-spacer + footer.site-footer-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100vh;
    transition: bottom 0.3s ease-out;
    z-index: 10;
}

/* Styl stopki na innych stronach */
main#primary + .footer-spacer + footer.site-footer-wrapper {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    transition: bottom 0.3s ease-out;
    z-index: 10;
}

/*.site-footer-wrapper {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -100vh;*/
/*    transition: bottom 0.3s ease-out;*/
/*    z-index: 10;*/
/*}*/

.instagram-section.stuck-to-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.site-footer {
    background-color: #EAB5C5;
    padding:4rem 2rem 2rem 2rem;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    font-family: 'Owners', sans-serif;
    color: #1e1e1e;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-inner {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "left menu"
    "handle handle"
    "bottom bottom";
    gap: 15px;

}

.footer-left {
    grid-area: left;
}

.footer-logo img {
    height: auto;
    margin-bottom: 32px;
}

.footer-contact p {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 24px;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
}

.footer-socials {
    margin-top: 32px;
}

.footer-socials a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.footer-menu {
    grid-area: menu;
    display: flex;
    justify-content: flex-start;
    padding-left: 64px;
    margin-bottom: -10px;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-menu li {
    margin-bottom: 20px;
}

.footer-menu a {
    text-decoration: none;
    color: inherit !important;
    font-weight: 500;
}

.footer-handle{
    grid-area: handle;
    text-align: center;
    margin: 0;
    position: relative;
}

.footer-handle img{
    position: relative;
    bottom: -40px;
}

.footer-handle span.border {
    border-bottom: 1px solid #1e1e1e;
    display: inline-block;
    width: 100%;
}

.footer-bottom {
    grid-area: bottom;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 16px;
    font-size: 14px;
}

.footer-bottom span {
    font-size: 14px;
}

.footer-legal a {
    margin-left: 20px;
    text-decoration: none;
    color: inherit;
}



/* reszta strony*/
#primary {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    padding: 6rem 2rem;
    position: relative;

}


@media (max-width: 600px) {
    .hero-image {
        object-position: -100px center;
    }
}


@media (max-width: 920px) {
    h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    h4 {
        font-size: 24px;
        line-height: 1.4;
    }

    /* Treści - mobile */
    p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0;
    }

    span, li {
        font-size: 15px;
    }

    /* Menu, stopka - mobile */
    nav a, footer, small {
        font-size: 13px;
    }

    .site-logo img {
        height: 34px;
        top: 3px;
        position: relative;
    }

    .header-inner {
        padding: 21px 10px;
    }

    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #f2ebde;
        padding: 20px;
        flex-direction: column;
        gap: 15px;
        z-index: 999;
    }

    .header-icons-desktop {
        display: none;
    }

    /* Ukryj menu na mobile, ale pozwól hamburgerowi otworzyć je */
    .menu-and-icons {
        flex-direction: column;
    }

    .header-icons-mobile {
        display: flex;
        top: 3px;
        position: relative;
    }

    .main-navigation.mobile-active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        position: relative;
        width: 40px;
        top: -2px;
        margin-left: 5px;
    }

    .site-header .main-navigation ul,
    .sticky-header-bar .main-navigation ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .site-header .header-inner,
    .sticky-header-bar .header-inner {
        flex-direction: row;
        justify-content: space-between;
        padding: 12px 12px;
    }

    .admin-bar .site-header {
        top: 46px;
    }

    #primary {
        padding: 5rem 16px;
    }

    .container {
        max-width: 550px;
    }


    /*hero*/
    .hero .container {
        justify-content: flex-end;;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        padding: 0 16px;
    }

    .hero .overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff52;
        z-index: 2;
    }

    .hero-text {
        margin-bottom: 12vh;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .hero {
        justify-content: center;
        padding: 0;
    }

    .mobile-background {
        background: linear-gradient(180deg, rgba(242, 235, 222, 0) 0%, #F2EBDE 100%);

    }


    /*sekcja 2*/
    .about-section {
        padding: 3rem 16px 6rem;
    }

    .about-container {
        flex-direction: column;
        gap: 2rem;
    }

    .about-text h2 {
        font-size: 52px;
        line-height: 1.3;
    }

    .figure-jb {
        width: 80px;
        /*bottom: -30px;*/
        right: -15px;
        /*top: auto;*/
    }


    /*sekcja 3*/
    .section-areas {
        padding: 3rem 16px;
    }

    .area-box .area-number {

        left: -12px;

    }

    .area-box {
        margin-bottom: 35px;
    }

    .area-box h4 {
        margin: 0 0 12px;
    }

    /*sekcja 4*/
    .about-me-section {
        padding: 3rem 16px;
    }

    .about-me-content {
        max-width: 100%;
        margin: 0;
    }

    .about-me-section::before {
        margin: 0;
        width: 100%;
        padding: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        backdrop-filter: blur(2px);
        top: 0;
        bottom: 0;
        }

    .about-me-text p {
        padding-right: 0;
    }

    /*sekcja 5*/
    .jb-talks-section {
        background-color: #f2ebde;
        padding: 3rem 16px;
    }

    /* mniejsza scena, żeby zmieścić się na ekranie */
    .jb-modules {
        max-width: 100%;
        margin: 100px auto 110px;
        height: 470px;
    }

    /* mniejsze zdjęcie w środku */
    .center-photo {
        width: 320px;
        height: 320px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* mniejsze kółka */
    .jb-modules .circle {
        width: 170px;
        top: 56%;
        left: 50%;
        transform: translate(-50%, -50%)
        translate(var(--dx, 0), var(--dy, 0));
    }

    /* nowe offsety wokół środka – dopasowane do węższego ekranu */

    .circle-center-top {
        --dx: 0px;
        --dy: -200px;   /* nad zdjęciem */
    }

    .circle-top-left {
        --dx: -100px;
        --dy: -55px;
    }

    .circle-top-right {
        --dx: 100px;
        --dy: -55px;
    }

    .circle-bottom-left {
        --dx: -90px;
        --dy: 140px;
    }

    .circle-bottom-right {
        --dx: 90px;
        --dy: 140px;
    }


    .choose-line {
        display: none;
    }

    .choose-text h2 {
        top: -10px;
    }

    /*sekcje sklep*/
    .jb-home-products-grid {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .jb-home-product-card {
        padding: 24px;
    }

    .jb-home-product-card p {
        height: 190px;
    }

    ul.jb-feature-list {
        gap: 10px;
    }

    .jb-home-product-card .jb-price {
        font-size: 44px;
    }

    .jb-home-product-card .price-old {
        font-size: 30px;
    }

    /*sekcja 6*/
    .newsletter-section {
        padding: 3rem 1rem;
    }

    .newsletter-box {
        padding: 36px 15px;
    }

    .ml-block-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 250px;
    }

    .newsletter-form input[type="email"] {
        padding: 16px 12px;
    }

    /*sekcja 7*/
    .instagram-section {
        padding: 3rem 16px;
    }

    .swiper-container {
        overflow: hidden;
    }

    .star-img {
        display: none;
    }

    .swiper-button-prev {
        background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/left-arrow-alt.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        left: 5px;
        z-index: 10;
    }

    .swiper-button-next {
        background-image: url('https://jbtalks.pl/wp-content/uploads/2025/06/right-arrow-alt.svg');
        background-repeat: no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        right: 5px;
        z-index: 10;
    }

    .swiper-prev {
        left: 5px;

    }

    .swiper-next {
        right: 5px;
    }


    /*footer*/
    /*.site-footer-wrapper {*/
    /*    bottom: -90vh;*/
    /*}*/

    main#main + .footer-spacer + footer.site-footer-wrapper {
        bottom: -98vh;
    }

    /* Styl stopki na innych stronach */
    main#primary + .footer-spacer + footer.site-footer-wrapper {
        bottom: 0;
    }


    .footer-inner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas:
            "left"
            "menu"
            "handle"
            "bottom";
        gap: 25px;
        padding: 0;
    }

    .footer-menu {
        padding-left: 0;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .footer-menu ul {
        text-align: left;
    }

    .footer-handle {
        letter-spacing: -1px;
        margin: -10px 0;
    }

    .footer-handle img {
        position: relative;
        bottom: -25px;
    }

    .footer-left {
        text-align: left;
    }

    .footer-logo img {
        max-width: 180px;
        margin-bottom: 24px;
    }

    .footer-contact p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .footer-socials {
        margin-top: 20px;
    }

    .footer-socials a img {
        width: 28px;
        height: 28px;
    }

    .footer-bottom {
        font-size: 13px;
        gap: 10px;
        flex-direction: column-reverse;
        align-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding-top: 0px;
    }

    .footer-bottom span {
        padding-top: 5px;
        font-size: 10px;
    }

    .footer-legal {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-legal a {
        margin-left: 0;
    }

    .footer-menu li {
        margin-bottom: 12px;
    }


    .site-footer {
        padding: 3rem 16px 1rem;
    }

}

/*sekcja modulow lekcji*/
.lesson-module {
    background-color: #fffdf9;
    border-radius: 16px;
    padding: 48px 32px;
    margin: 40px auto;
    max-width: 960px;
    color: #722127;
}

.module-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #722127;
    margin-bottom: 24px;
    text-align: center;
}

.module-intro p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1em;
    color: #722127;
}

.lesson-section {
    margin-top: 40px;
}

.lesson-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #722127;
    position: relative;
    padding-left: 20px;
}

.lesson-section h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 20px;
    background-color: #722127;
    border-radius: 2px;
}

.lesson-link {
    padding: 16px 32px;
    background-color: #f2ebde;
    color: #722127 !important;
    font-weight: 500;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s ease;
    line-height: inherit;
}

.lesson-link:hover {
    background-color: #e2dbc9;
}

.tools-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tools-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 1rem;
}

.tools-list li::before {
    content: "⟶";
    position: absolute;
    left: 0;
    top: 0;
    color: #722127;
    font-weight: bold;
}

iframe {
    border-radius: 12px;
    background: #000;
}
@media (max-width: 920px) {
    .container {
        padding: 32px 10px;;
    }
}


/*przyciks do sklepu*/

.add-to-shop {
    font-size: 16px;
    background-color: #223a28;
    padding: 14px 44px;
    color: #f2ebde !important;
    border-radius: 12px;
    transition: .3s;
    border: 1px solid transparent;
    text-decoration: none !important;
    width: fit-content;
}

.visible-desktop {
    display: block;
}

.visible-mobile {
    display: none;
}

.flex-center-justify {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .visible-desktop {
        display: none;
    }

    .visible-mobile {
        display: block;
    }
}

/*opinie*/
.opinie-section {
    background-color: #f2ebde;
    margin: auto;
    position: relative;
    padding: 0 32px 5rem;
}

.opinie-slider {
    width: 80% ;
}

.opinie-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .opinie-section {
        padding: 0 16px 20px;
    }
}


/* Pasek z voucherem pod sekcją sklepu */
.jb-gift-strip {
    margin-top: 40px;
    padding: 20px 24px;
    border-radius: 24px;
    background: #722127 ; /* ciemne tło jak u Was */
    color: #ffffff;
}

.jb-gift-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.jb-gift-kicker {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
    opacity: 0.8;
}

.jb-gift-strip-text p {
    margin: 0;
}

/* Button – spójny z Waszym stylem */
.jb-gift-btn {
    border: none;
    cursor: pointer;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #f2ebde; /* akcent JBtalks */
    color: #111111;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.jb-gift-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
    background: #f2ebde;
}

.jb-gift-btn--link {
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    box-shadow: none;
}

.jb-gift-btn--link:hover {
    transform: none;
    box-shadow: none;
}

/* E-mail – domyślnie ukryty, pokazuje się po kliknięciu */
.jb-gift-email {
    margin-left: 12px;
    font-weight: 500;
    opacity: 0;
    max-width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.2s ease, max-width 0.2s ease;
}

.jb-gift-email.is-visible {
    opacity: 1;
    max-width: 200px;
}

/* Mała notka pod kartą produktu */
.jb-gift-note {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
}

.jb-gift-note-label {
    font-weight: 500;
}

/* Responsywność paska prezentowego */
@media (max-width: 768px) {
    .jb-gift-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .jb-gift-strip-action {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .jb-gift-email {
        margin-left: 0;
    }
}
