/* PLAYFAIR DISPLAY */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}




/* QUICKSAND */

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Quicksand', sans-serif !important;
}

:root {
    --acc-500: #5C7452;
    --acc-600: #465939;
    --tide-500: #39AED3;
    --tide-600: #0184AD;
    --tide-pale: #EAF3FA;
    --navy-900: #3D5B78;
    --navy-900-hover: #2C4A65;
    --ink-900: #1C1C1C;
    --ink-700: #4E4E4E;
    --ink-500: #7C7C7C;
    --surface-0: #fff;
    --surface-100: #F6F5F8;
    --hairline: #E6E6E6;
    --font-display: 'Playfair Display', serif;
    --font-body: 'Quicksand', sans-serif;
    --max: 1200px;
    --shadow-md: 0 12px 32px rgba(61, 91, 120, .14);
    --acc-ondark: #B4C2A9;
    --acc-pale: #EEF1EA;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

#wpadminbar {
    display: none;
}

html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

body {
    font-family: var(--font-body);
    color: var(--ink-900);
    background: var(--surface-0);
    -webkit-font-smoothing: antialiased;
    line-height: 1.65
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none !important;
    color: inherit
}

.inner {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 48px
}

.eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--tide-500);
    margin-bottom: 14px
}

.heading {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.18;
    color: var(--ink-900);
    margin-bottom: 18px
}

.heading em {
    font-style: italic;
    color: var(--tide-500);
    font-weight: 400
}

.heading.wh {
    color: #fff
}

.subtext {
    font-size: 16px;
    color: var(--ink-700);
    line-height: 1.75;
    max-width: 540px
}

.sec {
    padding: 104px 0
}

.sec-bg {
    background: var(--surface-100)
}

.btn,
.ff-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 14px 30px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    transition: all .2s !important;
    letter-spacing: .02em;
    white-space: nowrap !important;
}

.page-id-7501 .ff-btn-submit {
    background: var(--acc-500);
    background-color: var(--acc-500) !important;
}

.page-id-7585 .ff-btn-submit {
    background: #B8893D;
    background-color: #B8893D !important;
}

.btn-primary {
    background: var(--navy-900) !important;
    color: #fff !important;
}

.btn-primary:hover {
    background: var(--navy-900-hover)
}

.btn-outline-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .5)
}

.btn-outline-light:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .08)
}

.btn-outline {
    background: transparent;
    color: var(--ink-900) !important;
    border-color: var(--hairline) !important;
}

.btn-outline:hover {
    border-color: var(--tide-500);
    color: var(--tide-500) !important;
}

.page-id-7501 .btn-outline:hover {
    border-color: var(--acc-500);
    color: var(--acc-500)
}


.btn-tide,
.ff-btn-submit {
    background: var(--tide-500);
    color: #fff !important;
    background-color: var(--tide-500) !important;
}

.btn-tide:hover {
    background: var(--tide-600)
}

.btn-sm {
    padding: 10px 20px;
    font-size: 13px
}

.btn-acc {
    background: var(--acc-500);
    color: #fff !important;
}

.btn-acc:hover {
    background: var(--acc-600)
}

.btn-outline-light {
    background: transparent !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .5) !important;
}

.btn-outline-light:hover {
    border-color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
}

/* ── TOPBAR — jak w oryginalnym designie: kolor tide-500, normalny flow, przewija się razem ze stroną ── */
.topbar {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background: #39AED3
}

.topbar span,
.topbar a {
    padding: 12px 24px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .15);
    white-space: nowrap
}

.topbar span:last-child,
.topbar a:last-child {
    border-right: none
}

.topbar a {
    text-decoration: underline;
    text-underline-offset: 2px
}

/* ── HEADER — dokładnie jak w designie: jasne tło, logo 41px, nav ciemny tekst. Na starcie zwykły flow pod paskiem; sticky top:0 — po przewinięciu przypina się na samą górę ── */
.site-header {
    position: sticky !important;
    top: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 48px !important;
    background: rgba(255, 255, 255, .95);
    background-color: rgba(255, 255, 255, .95) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--hairline)
}

.site-header img.logo-img {
    height: 41px;
    width: auto
}

.site-header .btn-primary {
    padding: 10px 24px !important;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px
}

.site-nav a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--ink-700) !important;
    text-decoration: none !important;
}

.site-nav a.on {
    font-weight: 700;
    color: var(--tide-500)
}

.site-nav details {
    position: relative
}

.site-nav summary {
    list-style: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    color: var(--tide-500);
    outline: none
}

.site-nav summary::-webkit-details-marker {
    display: none
}

.nav-drop {
    position: absolute;
    top: 26px;
    left: 0;
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: 10px;
    box-shadow: var(--shadow-md);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 170px;
    z-index: 70
}

.nav-drop a {
    display: block;
    font-size: 13px;
    color: var(--ink-700);
    padding: 8px 10px;
    border-radius: 6px
}

.nav-drop a.on {
    font-weight: 700;
    color: var(--tide-500)
}

#menu-menu {
    list-style: none;
    display: flex;
    gap: 24px;
}

.burger {
    display: none !important;
    background: none;
    background-color: transparent !important;
    border: 1px solid var(--hairline) !important;
    border-radius: 8px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: #000 !important;
}

.burger svg {
    width: 18px;
    height: 18px
}

.burger svg path {
    stroke: var(--ink-900);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round
}

.mnav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 300;
    background: rgba(20, 35, 50, .98);
    padding: 40px 28px 40px;
    flex-direction: column
}

.nav-open+.mnav {
    display: flex
}

.mnav a {
    display: block;
    padding: 16px 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .14)
}

.mobile-menu {
    list-style: none;
}

.mclose {
    position: absolute;
    top: 22px;
    right: 0px !important;
    background: none;
    border: none;
    cursor: pointer;
    background-color: transparent !important;
}

.mclose svg {
    width: 26px;
    height: 26px
}

.mclose svg path {
    stroke: #fff;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round
}

/* hero — proporcje jak w designie */
.hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--navy-900)
}

.hero-mini {
    position: relative;
}

.hero video,
.hero-mini video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .55
}

.hero-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 32, 30, .45) 0%, rgba(20, 32, 30, .25) 45%, rgba(20, 32, 30, .7) 100%)
}

.hero-wrap {
    position: relative;
    z-index: 2;
    max-width: 920px;
    width: 100%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.hero-tx {
    flex: 1 1 380px;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0 44px
}

.hero-logo {
    width: min(442px, 97.5%);
    height: auto;
    margin-bottom: 6px
}

.hero-logo-sm {
    position: relative;
    z-index: 2;
}

.hero-tag {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--tide-500);
    border: 1px solid rgba(57, 174, 211, .4);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 8px;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.page-id-7501 .hero-tag {
    color: var(--acc-ondark);
    border: 1px solid rgba(180, 194, 169, .45);
}

.hero h1 {
    font-family: var(--font-display);
    font-weight: 400;
    font-style: italic;
    font-size: clamp(26px, 3vw, 32px);
    line-height: 1.32;
    color: #fff !important;
    margin: 0
}

.hero h1 em {
    color: var(--tide-500);
    font-style: italic
}

.hero-mini h1 {
    position: relative;
    z-index: 2;
}

.hero-mini p {
    position: relative;
    z-index: 2;
}

.page-id-7501 .hero h1 em {
    color: var(--acc-ondark);
}

.hero-sub {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
    max-width: 400px;
    margin: 0
}

.hero-ctas {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.hero-ctas .btn {
    min-width: 170px
}

/* product connector — jak w designie: max-width 620px, margin-top -60px */
.product-connector {
    position: relative;
    margin-top: -60px;
    z-index: 5;
    text-align: center;
    padding: 0 32px
}

.product-connector img {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    filter: none !important;
}

/* proof strip */
.proof-strip {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 22px 32px;
    border-bottom: 1px solid var(--hairline);
    flex-wrap: wrap
}

.proof-strip span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ink-500);
    padding: 0 22px;
    border-right: 1px solid var(--hairline)
}

.proof-strip span:last-child {
    border-right: none
}

/* stats — dark (Co zmienia Stopit) */
.stats-sec {
    background: var(--navy-900);
    padding: 80px 0
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .14)
}

.stat-cell {
    background: var(--navy-900);
    padding: 32px 22px;
    text-align: center
}

.stat-n {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 38px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    line-height: 1
}

.stat-l {
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
    line-height: 1.55;
    max-width: 240px;
    margin: 0 auto 10px
}

.stat-src {
    font-size: 10px;
    color: var(--tide-500);
    font-weight: 700;
    letter-spacing: .03em;
    display: block
}

.page-id-7501 .stat-src {
    color: var(--acc-ondark);
}

/* problem stats — light (Skala problemu) */
.pstat-sec {
    background: var(--surface-100);
    padding: 88px 0
}

.pstat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline)
}

.pstat-cell {
    background: #fff;
    padding: 32px 22px;
    text-align: center
}

.pstat-n {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 29px;
    color: var(--tide-600);
    display: block;
    margin-bottom: 10px;
    line-height: 1.1
}

.page-id-7501 .pstat-n {
    color: var(--acc-600);
}

.pstat-l {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.55;
    max-width: 240px;
    margin: 0 auto 10px
}

.pstat-src {
    font-size: 10px;
    color: var(--ink-500);
    font-weight: 700;
    letter-spacing: .03em;
    display: block
}

/* photo placeholder slot — jak w referencji, gotowe do podmiany na <img>/<video> */
.ph-slot-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--surface-100)
}

.shop-ph .ph-slot-inner {
    background: #fff !important;
}

.hotele .ph-slot-inner {
    position: static;
}

.ph-slot-inner svg {
    width: 40px;
    height: 40px;
    opacity: .22
}

.ph-slot-inner svg path,
.ph-slot-inner svg rect,
.ph-slot-inner svg circle {
    stroke: var(--ink-700);
    stroke-width: 1;
    fill: none;
    stroke-linecap: round
}

.ph-slot-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-500);
    opacity: .5;
    text-align: center;
    padding: 0 16px
}

/* problem — split layout z miejscem na zdjęcie */
.pain-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch
}

.pain-content {
    padding: 80px 56px 80px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.pain-media {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background: var(--surface-100)
}

.pain-media img,
.pain-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pain-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 28px 0 24px
}

.pain-list li {
    font-size: 14.5px;
    color: var(--ink-700);
    line-height: 1.6;
    padding: 16px 0;
    border-bottom: 1px solid var(--hairline);
    position: relative
}

.pain-list li:first-child {
    border-top: 1px solid var(--hairline)
}

.problem-bridge {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 19px;
    color: var(--ink-900);
    margin-bottom: 0;
    padding-top: 8px
}

.problem-cite {
    font-size: 11px;
    color: var(--ink-500);
    margin-top: 16px;
    line-height: 1.6
}

.problem-cite b {
    color: var(--ink-700)
}

/* story grid */
.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch
}

.media-ph {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background: var(--surface-100);
    max-height: 800px;
}

.story-grid img {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.story-tx {
    padding: 80px 48px 80px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.story-tx p {
    font-size: 15px;
    color: var(--ink-700);
    line-height: 1.75;
    margin-bottom: 14px
}

.story-quote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-900);
    border-left: 3px solid var(--tide-500);
    padding: 6px 0 6px 20px;
    margin: 22px 0 14px
}

.page-id-7501 .story-quote {
    border-left: 3px solid var(--acc-500);
}

.story-sig {
    font-size: 13px;
    color: var(--ink-500);
    font-weight: 600
}

/* mechanism */
.mech-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin-bottom: 2px
}

.mech-media {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    background: var(--surface-100)
}

.mech-intro {
    padding: 64px 56px 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mech-lead {
    font-size: 15px;
    line-height: 1.75;
    color: var(--ink-700)
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: none;
    /* border: 1px solid var(--hairline); */
    margin-bottom: 2px
}

/* .step {
    background: #fff;
    padding: 44px 32px
} */

.step-n {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 13px;
    color: var(--tide-500);
    display: block;
    margin-bottom: 8px
}

.page-id-7501 .step-n {
    color: var(--acc-500);
}

.page-id-7501 .step p .accent {
    color: var(--acc-600);
}

.step h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px
}

.step p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.7
}

.step p .accent {
    color: var(--tide-600);
    font-weight: 700;
    letter-spacing: .1em
}

.eeg-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: var(--hairline);
    margin-top: 2px
}

.eeg-col {
    background: var(--surface-100);
    padding: 36px
}

.eeg-col.after {
    background: var(--tide-pale)
}

.page-id-7501 .eeg-col.after {
    background: var(--acc-pale)
}

.eeg-col-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-500);
    margin-bottom: 16px;
    display: block
}

.eeg-col.after .eeg-col-label {
    color: var(--tide-600)
}

.page-id-7501 .eeg-col.after .eeg-col-label {
    color: var(--acc-600)
}

.eeg-wave {
    height: 60px;
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.eeg-col.after .eeg-wave {
    border-color: rgba(57, 174, 211, .4)
}

.eeg-col h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px
}

.eeg-col p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.65
}

.science-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 2px;
    background: var(--ink-900);
    padding: 18px 24px
}

.science-strip span {
    font-size: 12px;
    color: #fff;
    padding: 4px 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-weight: 500
}

.science-strip span:last-child {
    border-right: none
}

.eeg-foot {
    font-size: 11px;
    color: var(--ink-500);
    text-align: center;
    margin-top: 16px
}

.mech-cta {
    text-align: center;
    margin-top: 32px
}

.mech-cta .btn {
    white-space: normal !important;
}

/* nerw błędny */
.vagus-sec {
    background: var(--navy-900);
    padding: 104px 0;
    color: #fff
}

.vagus-sec .eyebrow {
    color: #9FD3E8
}

.page-id-7501 .vagus-sec .eyebrow,
.page-id-7501 .vagus-src,
.page-id-7501 .vagus-cta,
.page-id-7501 .vagus-sec .heading em,
.page-id-7501 .stats-sec .heading em {
    color: var(--acc-ondark);
}

.page-id-7501 .eyebrow,
.page-id-7501 .heading em {
    color: var(--acc-500);
}

.vagus-sec .heading {
    color: #fff
}

.vagus-sec .subtext {
    color: rgba(255, 255, 255, .82)
}

.vagus-intro {
    max-width: 700px;
    margin-bottom: 48px
}

.vagus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .14);
    margin-bottom: 20px
}

.vagus-cell {
    background: var(--navy-900);
    padding: 28px 24px
}

.vagus-n {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 32px;
    color: #fff;
    display: block;
    margin-bottom: 8px
}

.vagus-l {
    font-size: 14px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
    margin-bottom: 10px
}

.vagus-src {
    font-size: 10px;
    color: var(--tide-500);
    font-weight: 700;
    letter-spacing: .03em;
    display: block
}

.vagus-contrast {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 32px;
    margin: 32px 0
}

.vagus-contrast p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 18px;
    line-height: 1.6;
    color: #fff
}

.vagus-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tide-500)
}

/* personas */
.persona-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline)
}

.persona-card {
    background: #fff;
    padding: 28px 24px;
    transition: background .2s
}

.persona-card:hover {
    background: var(--tide-pale)
}

.pc-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--tide-500);
    display: block;
    margin-bottom: 10px
}

.page-id-7501 .pc-tag {
    color: var(--acc-500);
}

.persona-card h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 8px
}

.persona-card p {
    font-size: 14.5px;
    color: var(--ink-700);
    line-height: 1.6
}

.persona-card p strong {
    color: var(--ink-900);
    font-weight: 700
}

/* benefits */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline)
}

.bc {
    background: #fff;
    padding: 38px 30px;
    transition: background .2s
}

.bc:hover {
    background: var(--tide-pale)
}

.bc.dark {
    background: var(--navy-900)
}

.bc.dark:hover {
    background: var(--navy-900-hover)
}

.bc-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 18px
}

.bc-icon svg {
    width: 100%;
    height: 100%
}

.bc-icon svg path,
.bc-icon svg circle,
.bc-icon svg polyline,
.bc-icon svg line {
    stroke: var(--tide-500);
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.page-id-7501 .bc-icon svg path,
.page-id-7501 .bc-icon svg circle,
.page-id-7501 .bc-icon svg polyline,
.page-id-7501 .bc-icon svg line {
    stroke: var(--acc-500);
}

.bc h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px
}

.bc.dark h3 {
    color: #fff
}

.bc p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.65
}

.bc.dark p {
    color: rgba(255, 255, 255, .82)
}

/* raty — split layout ze zdjęciem */
.rate-sec {
    padding: 0
}

.rate-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    background: var(--tide-500)
}

.page-id-7501 .rate-grid {
    background: var(--acc-500);
}

.rate-media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: var(--surface-100)
}

.rate-content {
    padding: 64px 56px;
    color: #fff
}

.rate-content .heading {
    color: #fff
}

.rate-content .subtext {
    color: rgba(255, 255, 255, .88)
}

.rate-price-row {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap
}

.rate-p {
    text-align: left
}

.rate-p b {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 26px;
    color: #fff
}

.rate-p span {
    font-size: 11px;
    color: rgba(255, 255, 255, .75);
    text-transform: uppercase;
    letter-spacing: .06em
}

.rate-content .btn {
    margin-top: 28px
}

/* partnerzy — split layout ze zdjęciem */
.partner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch
}

.partner-media {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    background: var(--surface-100)
}

.partner-content {
    padding: 72px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

/* pasek partnerów — real logo marquee */
.partners-viewport {
    width: 100%;
    background: #fff;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 80px, #000 calc(100% - 80px), transparent 100%)
}

.partners-track {
    display: flex;
    align-items: center;
    width: max-content;
    column-gap: 72px;
    animation: partners-scroll 32s linear infinite
}

.partners-track:hover {
    animation-play-state: paused
}

.partners-track img {
    opacity: .72;
    filter: grayscale(100%)
}

@keyframes partners-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* testimonials */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.tcard {
    background: #fff;
    border: 1px solid var(--hairline);
    padding: 32px 28px;
    border-radius: 6px
}

.t-tag {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--tide-500);
    margin-bottom: 16px;
    display: block
}

.page-id-7501 .t-tag,
.page-id-7501 .cred-n {
    color: var(--acc-500);
}

.t-txt {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16.5px;
    line-height: 1.55;
    color: var(--ink-900);
    margin-bottom: 18px
}

.t-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--ink-700);
    letter-spacing: .02em
}

.t-det {
    font-size: 11.5px;
    color: var(--ink-500);
    margin-top: 2px
}

.creds {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--hairline);
    border: 1px solid var(--hairline);
    margin-top: 32px
}

.cred {
    background: #fff;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    gap: 14px
}

.cred-n {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 26px;
    color: var(--tide-500);
    flex-shrink: 0
}

.cred-t {
    font-size: 12.5px;
    color: var(--ink-700);
    line-height: 1.5
}

.cred-t strong {
    display: block;
    color: var(--ink-900);
    font-weight: 700;
    font-size: 13px
}

/* faq */
.faq-list {
    border-top: 1px solid var(--hairline)
}

.faq-item {
    border-bottom: 1px solid var(--hairline)
}

.fq {
    width: 100%;
    text-align: left;
    background: none;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    padding: 22px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.fq-txt {
    font-family: var(--font-display);
    font-size: 17px;
    color: var(--ink-900)
}

.fq-ico {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border: 1.5px solid var(--ink-900);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.fq-ico svg {
    width: 12px;
    height: 12px
}

.fq-ico svg line {
    stroke: var(--ink-900);
    stroke-width: 1.6;
    stroke-linecap: round
}

.faq-item.on .fq-ico {
    background: var(--tide-500);
    border-color: var(--tide-500)
}

.page-id-7501 .faq-item.on .fq-ico {
    background: var(--acc-500);
    border-color: var(--acc-500);
}

.faq-item.on .fq-ico svg line {
    stroke: #fff
}

.faq-item.on .fq-ico svg .vl {
    transform: rotate(90deg);
    transform-origin: center;
    opacity: 0
}

.fa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    display: block !important;
}

.faq-item.on .fa {
    max-height: 500px;
    padding-bottom: 22px
}

.fa p {
    font-size: 14.5px;
    color: var(--ink-700);
    line-height: 1.75;
    margin-bottom: 10px;
    font-family: 'Quicksand',
        sans-serif;
    font-weight: 400;
}

.fa p:last-child {
    margin-bottom: 0
}

/* final cta */
.cta-sec {
    background: var(--navy-900);
    padding: 96px 0
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 72px;
    align-items: start
}

.cta-tx p {
    font-size: 15.5px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.75;
    margin-bottom: 10px;
    max-width: 440px
}

.cta-trust {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 26px
}

.cta-ti {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75)
}

.cta-ti svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0
}

.cta-ti svg path,
.cta-ti svg polyline {
    stroke: var(--tide-500);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.cta-card {
    background: #fff;
    padding: 36px 30px;
    border-radius: 6px
}

.cta-price {
    font-family: var(--font-display);
    font-size: 38px;
    color: var(--ink-900);
    display: block;
    margin-bottom: 8px;
    line-height: 130%;
}

.cta-inst {
    font-size: 13px;
    font-weight: 700;
    color: var(--tide-600);
    margin-bottom: 22px;
    padding: 10px 12px;
    background: var(--tide-pale);
    border-left: 3px solid var(--tide-500);
    border-radius: 0 6px 6px;
    margin-top: 16px;
}

.page-id-7501 .cta-inst {
    background: var(--acc-pale);
    border-left: 3px solid var(--acc-500);
    color: var(--acc-600);
}

.cta-feats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px
}

.cta-feat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--ink-700)
}

.cta-feat svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0
}

.cta-feat svg path,
.cta-feat svg polyline {
    stroke: var(--tide-500);
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.page-id-7501 .cta-feat svg path,
.page-id-7501 .cta-feat svg polyline,
.page-id-7501 .cta-ti svg polyline {
    stroke: var(--acc-500);
}

.cta-card .btn {
    width: 100%;
    margin-bottom: 8px
}

/* kontakt — formularz, skromna wersja jednokolumnowa */
.contact-sec {
    background: var(--surface-100)
}

.cf,
.fluent_form_4,
.fluent_form_5 {
    background: #fff;
    border-radius: 8px;
    padding: 36px 32px;
    box-shadow: var(--shadow-md);
    max-width: 520px;
    margin: 0 auto
}

.cf-row,
.ff-el-group {
    margin-bottom: 16px !important;
}

.cf label,
.ff-t-container label,
.ff-el-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-900);
    margin-bottom: 6px
}

.cf input,
.cf textarea,
.ff-el-group input:not(.ff-el-form-check-input),
.ff-el-group textarea,
.ff-default .ff-el-form-control {
    width: 100%;
    padding: 12px 16px !important;
    border: 1.5px solid var(--hairline) !important;
    border-radius: 6px !important;
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    color: var(--ink-900) !important;
    transition: border-color .2s !important;
    background: #fbfbfc !important;
}

.ff-default .ff-el-form-control option {
    font-family: var(--font-body) !important;
    font-size: 15px !important;
    color: var(--ink-900) !important;
}

.cf input:focus,
.cf textarea:focus,
.ff-el-group input:focus,
.ff-el-group textarea:focus,
.ff-default .ff-el-form-control:focus {
    outline: none;
    border-color: var(--tide-500);
    background: #fff
}

.cf textarea,
.ff-el-group textarea {
    resize: vertical;
    min-height: 100px
}

.cf-check,
.ff-el-form-check-label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px !important;
}

.cf-check input,
.ff-el-form-check-label input {
    width: auto;
    margin-top: 3px !important;
    accent-color: var(--tide-500);
    top: 0 !important;
    min-width: 16px;
    height: 16px;
}

.cf-check label,
.ff-el-form-check-label span {
    font-size: 12px;
    color: var(--ink-500);
    line-height: 1.55
}

.cf-submit {
    width: 100%
}

.cf-note {
    font-size: 12px;
    color: var(--ink-500);
    text-align: center;
    margin-top: 12px
}

.fluent_form_4 .ff-custom_html,
.fluent_form_5 .ff-custom_html {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.fluent_form_4 fieldset,
.fluent_form_5 fieldset {
    position: relative;
}

#fluentform_4_success,
#fluentform_5_success {
    max-width: 520px;
    margin: 20px auto;
    background: #fff;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    padding: 16px;
}

#fluentform_4_success h3,
#fluentform_5_success h3 {
    font-weight: 500;
}

#fluentform_4_success p,
#fluentform_5_success p {
    color: #4E4E4E;
}

.ff-el-group .text-danger {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

/* footer */
.site-footer {
    position: relative;
    background: #0d1e32;
    overflow: hidden;
    padding: 52px 0 0 !important;
}

.footer-logo {
    width: 180px;
    height: auto;
    margin-bottom: 12px
}

.footer-tag {
    font-size: 12.5px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 16px;
    max-width: 280px;
    line-height: 1.5
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;

}

.nav-social-links-wrapper {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 32px;
    margin-top: 24px;
}

.footer-grid h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 14px
}

.footer-grid a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, .62) !important;
    margin-bottom: 8px
}

.footer-grid p {
    font-size: 14px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.65
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 22px 0
}

.footer-bottom span {
    font-size: 12px;
    color: rgba(255, 255, 255, .4)
}

.footer-bottom nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.footer-bottom nav a {
    font-size: 12px;
    color: rgba(255, 255, 255, .4)
}

.footer-legal {
    font-weight: 700;
    color: rgba(255, 255, 255, .62) !important
}

.footer-media {
    position: absolute;
    inset: 0;
    background-image: url('https://stillness.pl/wp-content/uploads/2023/04/footer-bcg.webp');
    background-size: cover;
    background-position: center;
}

.footer-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 26, 42, .55) 0%, rgba(13, 26, 42, .78) 45%, rgba(13, 26, 42, .94) 100%)
}

.site-footer .inner {
    position: relative;
    z-index: 2;
}


.site-footer .menu {
    list-style: none;
}

/* reveal on scroll — pojedyncze bloki i kafelki ze staggerem */
.rv {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .65s ease, transform .65s ease
}

.rv.vis {
    opacity: 1;
    transform: none
}

.watch-sec {
    padding: 96px 0;
    text-align: center
}

.watch-sec .inner {
    max-width: 760px
}

.watch-sec .heading {
    margin-left: auto;
    margin-right: auto
}

.watch-sec .subtext {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15.5px
}

.sleep-sec {
    padding: 96px 0;
    text-align: center
}

.sleep-sec .inner {
    max-width: 700px
}

.sleep-sec .heading,
.sleep-sec .subtext {
    margin-left: auto;
    margin-right: auto
}

.duo-box {
    text-align: left;
    border-left: 3px solid var(--acc-500);
    background: var(--acc-pale);
    padding: 18px 22px;
    border-radius: 0 6px 6px 0;
    margin-top: 28px
}

.duo-box p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.65
}

.duo-box .duo-src {
    font-size: 10.5px;
    color: var(--ink-500);
    margin-top: 8px;
    display: block
}

.finance-bar {
    background: var(--acc-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 14px 32px
}

.page-id-7486 .finance-bar {
    background: var(--tide-500);
}

.finance-bar span {
    font-size: 12.5px;
    font-weight: 600;
    color: #fff
}

.finance-bar .fb-sep {
    opacity: .55
}

.finance-bar a {
    font-size: 12.5px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap
}

.logo-separator {
    text-align: center;
    padding: 48px 0;
    background: #fff
}

.logo-separator img {
    height: 41px;
    width: auto;
    margin: 0 auto
}

.sig-note {
    font-size: 11.5px;
    color: var(--ink-500);
    text-align: center;
    margin-top: 18px;
    line-height: 1.6;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto
}

.sig-note.on-dark {
    color: rgba(255, 255, 255, .55)
}

.sig-note b {
    font-weight: 700
}

.mech-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: var(--hairline);
    margin-top: 8px
}

.mc-col {
    background: var(--surface-100);
    padding: 32px 28px
}

.mc-col.after {
    background: var(--acc-pale)
}

.mc-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-500);
    margin-bottom: 14px;
    display: block
}

.mc-col.after .mc-label {
    color: var(--acc-600)
}

.page-id-7486 .mc-col.after {
    background: var(--tide-pale);
}

.mc-topo {
    aspect-ratio: 4/3;
    max-width: 260px;
    margin: 0 auto 18px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid var(--hairline)
}

.mc-col.after .mc-topo {
    border-color: rgba(92, 116, 82, .4)
}

.mc-bars {
    margin-bottom: 20px
}

.mc-bar-row {
    margin-bottom: 12px
}

.mc-bar-row:last-child {
    margin-bottom: 0
}

.mc-bar-label {
    font-size: 11.5px;
    color: var(--ink-700);
    font-weight: 600
}

.mc-bar-val {
    font-size: 11.5px;
    color: var(--ink-900);
    font-weight: 700;
    float: right
}

.mc-bar-val em {
    font-style: normal;
    color: var(--acc-600);
    font-weight: 700
}

.mc-bar-track {
    clear: both;
    height: 6px;
    background: rgba(0, 0, 0, .08);
    border-radius: 3px;
    margin-top: 6px;
    overflow: hidden
}

.mc-bar-fill {
    height: 100%;
    background: #c9c9c9;
    border-radius: 3px
}

.mc-bar-fill.acc {
    background: var(--acc-500)
}

.mc-col h4 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px
}

.mc-col p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.65
}

.mc-src {
    font-size: 11px;
    color: var(--ink-500);
    text-align: center;
    margin-top: 16px;
    margin-bottom: 32px
}

.mc-topo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.mech-cta {
    text-align: center;
    margin-top: 32px
}

.video-testi-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 24px
}

.video-testi {
    display: flex;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: 6px;
    overflow: hidden
}

.video-testi video {
    width: 100%;
}

.page-id-7486 .video-testi {
    flex: none;
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.vt-media {
    position: relative;
    flex: 0 0 42%
}

.page-id-7486 .vt-media {
    position: relative;
    aspect-ratio: 16/9;
}

.vt-ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--surface-100);
    color: var(--ink-500)
}

.vt-ph svg {
    width: 32px;
    height: 32px;
    opacity: .4
}

.vt-ph-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--ink-500);
    opacity: .6;
    text-align: center;
    padding: 0 12px
}

.vt-txt {
    flex: 1;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vt-caption {
    font-size: 12.5px;
    color: var(--ink-700);
    line-height: 1.5;
    margin-top: 6px
}

.edu-block {
    background: var(--surface-100);
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 44px 40px;
    margin-top: 56px
}

.edu-block>h3 {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 22px;
    color: var(--ink-900);
    margin-bottom: 10px
}

.edu-lead {
    font-size: 14.5px;
    color: var(--ink-700);
    line-height: 1.65;
    margin-bottom: 32px;
    max-width: 620px
}

.edu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.edu-card {
    background: #fff;
    border: 1px solid var(--hairline);
    border-radius: 8px;
    padding: 24px 22px;
    display: flex;
    flex-direction: column
}

.edu-card .edu-n {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    color: var(--tide-500);
    letter-spacing: .05em;
    margin-bottom: 10px
}

.edu-card h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: var(--ink-900);
    margin-bottom: 8px;
    line-height: 1.35
}

.edu-card p {
    font-size: 14px;
    color: var(--ink-700);
    line-height: 1.6;
    margin-bottom: 14px;
    flex: 1
}

.edu-card .edu-src {
    font-size: 10.5px;
    color: var(--ink-500);
    line-height: 1.5;
    border-top: 1px solid var(--hairline);
    padding-top: 10px;
    margin-top: auto;
    margin-bottom: 0
}

.show-mobile {
    display: none;
}

.site-nav .menu,
.site-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav .menu-item-has-children {
    position: relative;
}

.site-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;

    min-width: 220px;
    padding: 20px;

    background: #fff;
    border-radius: 12px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: opacity .2s ease,
        transform .2s ease,
        visibility .2s ease;

    z-index: 9999;
}

.site-nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.site-nav .sub-menu li {
    margin: 0;
    padding: 0;
}

.site-nav .sub-menu a {
    display: block;
    padding: 8px 0;

    color: #111;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav .sub-menu a:hover {
    opacity: .65;
}

.site-nav .menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-nav .menu-item-has-children>a::after {
    content: "";
    width: 6px;
    height: 6px;

    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;

    transform: rotate(45deg) translateY(-2px);
    transition: transform .2s ease;
}

.site-nav .menu-item-has-children:hover>a::after {
    transform: rotate(225deg) translateY(-2px);
}

.mobile-menu,
.mobile-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .menu-item-has-children>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu .menu-item-has-children>a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.mobile-menu .menu-item-has-children.open>a::after {
    transform: rotate(225deg);
}

.mobile-menu .sub-menu {
    display: none;
    padding: 10px 0 0 16px;
}

.mobile-menu .menu-item-has-children.open>.sub-menu {
    display: block;
}

.mobile-menu .sub-menu li {
    margin: 6px 0;
}

.mobile-menu .sub-menu a {
    font-size: 0.95em;
    opacity: .8;
}

.slick-track {
    display: flex !important;
    gap: 8px;
}

.footer-grid ul,
.footer-grid .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-grid .menu>li {
    margin-bottom: 8px;
}

.footer-grid .menu a {
    text-decoration: none;
}

.footer-grid .menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.footer-grid .menu-item-has-children>a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .2s ease;
}

.footer-grid .menu-item-has-children.open>a::after {
    transform: rotate(225deg);
}

.footer-grid .sub-menu {
    display: none;
    padding: 8px 0 0 14px;
}

.footer-grid .menu-item-has-children.open>.sub-menu {
    display: block;
}

.footer-grid .sub-menu li {
    margin-bottom: 6px;
}

.footer-grid .sub-menu a {
    font-size: 13px;
    opacity: .75;
}

.footer-grid .sub-menu a:hover {
    opacity: 1;
}

.woolentor-product-badge {
    color: #fff !important;
    font-weight: 600;
}

.woocommerce ul.products .post-4544>a {
    pointer-events: none;
    cursor: default !important;
    margin-top: 24px !important;
}

.cart-nad-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-cart {
    display: flex;
    color: #000 !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
}

.header-cart-img {
    width: 24px;
    display: block !important;
    color: #000 !important;
}

.woocommerce-loop-product__link .woolentor-product-badge-main-area .woolentor-product-badge-area,
.elementor-widget-wc-archive-products ul.products li.product a.woocommerce-LoopProduct-link div.woolentor-product-badge-area {
    position: static !important;
    order: 2;
    margin: 12px 0 8px;
    width: fit-content;
    padding: 0 !important;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject {
    background-color: #3D5B78 !important;
}

.cc-nb-title {
    font-family: 'Playfair Display' !important;
}

.cc-nb-buttons-container button {
    font-family: 'Quicksand', sans-serif !important;
}

.woocommerce-order-received h1 {
    display: none !important;
}

.gateway-thankyou-output {
    display: none;
}

#mechanizm .inner {
    margin: 80px auto 0;
}

@media(max-width:900px) {
    .edu-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:900px) {
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .site-nav {
        display: none
    }

    .burger {
        display: flex !important;
    }

    .inner,
    .hero-wrap {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .story-grid,
    .cta-grid,
    .pain-grid,
    .mech-top,
    .rate-grid,
    .partner-grid {
        grid-template-columns: 1fr
    }

    .story-tx,
    .pain-content,
    .mech-intro,
    .rate-content,
    .partner-content {
        padding: 48px 28px
    }

    .media-ph,
    .pain-media,
    .mech-media,
    .rate-media,
    .partner-media {
        min-height: 280px
    }

    .stats-grid,
    .eeg-cols,
    .pstat-grid {
        grid-template-columns: 1fr
    }

    .steps,
    .persona-grid,
    .benefits-grid,
    .vagus-grid {
        grid-template-columns: 1fr 1fr
    }

    .testi-grid,
    .creds,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .sec {
        padding: 64px 0
    }

    .site-header {
        padding: 10px 16px !important;
        justify-content: flex-start;
    }

    .cart-nad-btn-wrapper {
        align-items: center;
        flex-grow: 1;
        justify-content: flex-end;
        padding-right: 20px;
        gap: 20px;
    }

    .mnav .btn-tide {
        display: none;
    }

    .mech-compare {
        grid-template-columns: 1fr
    }

    .video-testi {
        flex-basis: calc(50% - 12px)
    }

    .testi-grid,
    .creds,
    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .page-id-7501 .video-testi-grid {
        grid-template-columns: 1fr;
    }

    .page-id-7501 .video-testi {
        flex-direction: column;
    }

    .page-id-7501 .vt-media {
        flex: none;
        aspect-ratio: 16 / 9;
    }

    .hero {
        padding-bottom: 60px;
    }

    .hero-wrap {
        gap: 0 !important;
    }

    .hero-ctas {
        flex: auto !important;
        justify-content: center;
    }

    .product-connector {
        margin-top: -40px;
    }

    .story-grid img {
        object-position: 0 50px;
    }

    .story-grid .media-ph {
        min-height: 380px;
    }

    .topbar {
        flex-wrap: wrap;
    }

    .topbar span,
    .topbar a {
        flex: 0 0 50%;
        box-sizing: border-box;
        text-align: center;
        border-right: none;
        border-bottom: none;
        padding: 6px 8px !important;
    }

    .topbar span:nth-child(2n+1),
    .topbar a:nth-child(2n+1) {
        border-right: 1px solid rgba(255, 255, 255, .25);
    }

    .hero-tx {
        padding: 20px 0 0 !important;
    }

    .hero-logo {
        width: 280px !important;
        margin: 0 auto 6px;
    }

    .hero-ctas .btn {
        min-width: 140px !important;
        padding: 10px 24px !important;
    }

    .site-footer {
        padding: 40px 0 0 !important;
    }

    .footer-media {
        background-image: url('https://stillness.pl/wp-content/uploads/2026/08/hero-poster-mobile.webp');
    }

    .footer-logo {
        width: 240px;
        margin: 0 auto 12px;
    }

    .footer-bottom nav {
        gap: 8px;
    }

    .footer-grid {
        gap: 20px;
    }

    .nav-social-links-wrapper {
        padding-bottom: 24px;
    }

    .page-id-7486 .video-testi {
        width: 100%;
    }

    #mechanizm .inner {
        margin: 40px auto 0;
    }

    .steps {
        gap: 24px;
    }

    .step-n {
        margin-bottom: 2px;
    }

    .mech-compare {
        margin-top: 40px;
    }
}

@media(max-width:560px) {

    .steps,
    .persona-grid,
    .benefits-grid,
    .testi-grid,
    .creds,
    .footer-grid,
    .vagus-grid,
    .stats-grid,
    .pstat-grid {
        grid-template-columns: 1fr
    }

    .hero-ctas {
        flex-direction: row;
        flex-wrap: nowrap !important;
        margin-top: 16px;
    }

    .rate-price-row {
        gap: 20px
    }

    .steps,
    .persona-grid,
    .benefits-grid,
    .testi-grid,
    .creds,
    .footer-grid,
    .vagus-grid,
    .stats-grid,
    .pstat-grid {
        grid-template-columns: 1fr
    }

    .proof-strip span {
        border-right: none !important;
    }

    .finance-bar .fb-sep {
        display: none;
    }

    .site-header .btn-sm {
        padding: 8px 12px !important;
    }

    .site-header img.logo-img {
        height: 36px;
    }

    .mnav {
        background: #E6E6E6 !important;
    }

    .mnav ul a {
        color: #1C1C1C !important;
    }

    .mclose svg path {
        stroke: #1C1C1C !important;
    }

    .termsfeed-com---nb-simple {
        max-width: 100% !important;
    }

    .termsfeed-com---nb .cc-nb-main-container {
        padding: 1.2rem !important;
    }

    .cc-nb-text-content {
        font-size: 14px;
    }

    .cc-nb-title {
        font-size: 18px !important;
    }

    .cc-nb-buttons-container {
        display: flex !important;
    }

    #cc-nb-text {
        max-height: 100px;
        overflow-y: scroll;
    }
}