* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Instrument Sans', 'Montserrat', "Segoe UI", sans-serif;
}

:root {
    --page-bg: #f4f6fb;
    --card-bg: #ffffff;
    --card-soft-bg: #F9FAFC;
    --text-main: #111827;
    --text-muted: rgba(0,0,0,0.6);
    --accent: #1D4ED7;
    --accent-soft: #e0ebff;
    --shadow-strong: 0 24px 60px rgba(15, 23, 42, 0.16);
    --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
    --radius-large: 24px;
}

body {
    font-family: 'Instrument Sans', 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #f5f5f5;
    font-size: 18px;
    --maxwidth: 1280px;
    --bluebackground: rgba(29, 78, 215, 1);
    --bluebackgroundhover: rgba(0, 67, 195, 1);
    --leftrightpadding: 40px;
    --blue: #1D4ED7;
    --text: #111;
    --muted: rgba(0,0,0,0.5);
}

p{
    font-size: 20px;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

h1 {
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -1px;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.4rem;
}


@media (max-width: 1000px) {
    body {
        --leftrightpadding: 30px;
    }
    h1 {
        font-size: 48px;
    }
}

@media (max-width: 700px) {
    body {
        --leftrightpadding: 30px;
    }
    h1 {
        font-size: 40px;
    }
}

.container {
    width: 100%;
    max-width: var(--maxwidth);
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    gap: 1.5rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 4px;
    transition: opacity .2s ease;
    text-decoration: none;
}

.btn-primary {
    background-color: #ffffff;
    color: #ffffff;
}

.btn-secondary {
    border: 0px solid #ffffff;
    border-radius: 40px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 24px  !important;
    background-color: rgba(253, 194, 82, 1);
    box-shadow: 0px 2px 24px rgba(17, 29, 61, 0.71);
}

.benefits-cta .btn-secondary{
    box-shadow: none;
}

.btn-blue{
    background-color: var(--bluebackground);
    color: #ffffff;
}

.btn-blue:hover{
    background-color: var(--bluebackgroundhover) !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    opacity: 0.85;
}

.btn-secondary:hover {
    background-color: rgba(253, 174, 52, 1);
    color: #000000;
    transition: background .2s ease, color .2s ease;
}


header.container  {
    padding: 20px 0 12px;
    background: #FFFFFF;
}

header img {
    height: 40px;
}

.header-section {
    background: #FFFFFF;
    padding: 0px var(--leftrightpadding);
}

.turnOnKsef{
    position: relative !important;
    top: 20px;
}

.hero {
    background-color: var(--bluebackground);
    color: #ffffff;
    padding: 64px var(--leftrightpadding);
    padding-bottom: 180px;
    padding-top: 80px;
}

@media (max-width: 700px) {
    .hero {
        padding-top: 26px;
    }
}

.hero h1 {
    margin-bottom: 1rem;
    color: #ffffff
}

.hero ul {
    margin-top: 3rem;
}

.hero li {
    margin-bottom: 0.5rem;
}

.hero .hero-content {
    flex-wrap: wrap;
}

.bullet-stars {
    list-style: none;
}

.bullet-stars li {
    display: flex;
    align-items: flex-start;
    gap: 0.50rem;
    margin-bottom: 0.25rem;
    font-size: 1.05rem;
}

.bullet-stars li::before {
    content: "\2605";
    color: rgba(255, 209, 83, 1);
    font-size: 26px;
    margin-top: -1px;
}

.card {
    color: rgba(13, 13, 13, 1);
    background: #ffffff;
    width: 50%;;
    border-radius: 20px;
    padding: 28px 28px 32px;
    position: relative;
}

.card.calendar {
    padding: 0px;
    height: 630px;
    width: 540px;
}

.card.calendar iframe{
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 640px;
}

.features-bar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;        /* wysokość paska ~30px */
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: space-between;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    margin-top: 80px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 33%;
    line-height: 24px;
}

.feature-icon-crm {
    font-size: 26px;
    color: rgba(253, 194, 82, 1);
    line-height: 24px;
    margin-top: -2px;
    padding: 11px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    width: 45px;
    height: 45px;
}

.features-bar .feature-icon-crm {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

@media (max-width: 1000px) {
    .features-bar {
        flex-direction: column;
        gap: 12px;
    }
    .feature-item {
        width: 100%;
    }
}


#mainCard a{
    color: rgba(13, 13, 13, 1);
}


#thankyou{
    opacity: 0;
    transition: all .15s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
}

.button1,
.registerIndexContent .wrap,
.registerIndexContent input.form-control{
    border-radius: 12px;
}

.button1{
    background: var(--bluebackground) !important;
    border-color: var(--bluebackground) !important;
}

.button1:hover{
    background: var(--bluebackgroundhover) !important;
}


.card h1 {
    color: rgba(44, 68, 99, 1);
}

.card .eyebrow {
    display: block;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: .2px;
    margin-bottom: 4px;
}

.card .brand {
    color: #22364d;
    display: block;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.card .sub {
    font-size: 14px;
    margin-bottom: 22px;
}

.card .field {
    position: relative;
    margin-bottom: 18px;
}

.card .field input {
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #e6e8ee;
    background: #ffffff;
    padding: 7px 14px 6px;
    font-size: 15px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}

.card .field input::placeholder {
    color: transparent
}

.card .field input:focus {
    border-color: #2f80ed;
    box-shadow: 0 0 0 4px rgba(47, 128, 237, .15);
}

.card .field label {
    position: absolute;
    left: 6px;
    top: 9px;
    font-size: 14px;
    color: #6b7a90;
    pointer-events: none;
    transition: all .15s ease;
    background: #fff;
    padding: 0 10px;
    border-radius: 6px;
}

.card .field input:focus + label,
.card .field input:not(:placeholder-shown) + label {
    top: -10px;
    left: 16px;
    font-size: 12px;
    color: #22364d;
}

.card .field input:not(:placeholder-shown) + label {
    top: -10px;
    left: 16px;
    font-size: 12px;
    color: #22364d;
    display: none;
}

.card .req::after {
    content: " *";
    color: #ea266b;
    font-weight: 700;
}

.card .consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0 18px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.card .consent input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-top: 2px;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
}

.card .consent input:hover {
    border-color: #ea266b;
    box-shadow: 0 0 0 3px rgba(234, 38, 107, .15);
}

.card .consent input:checked {
    background: #ea266b;
    border-color: #ea266b;
}

.card .consent input:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.card .consent span {
    user-select: none;
    font-weight: 700;
}

.card .failure,
.card .warning {
    background: #ffe9cc;
    color: #b96b00;
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 22px;
    transition: all 0.2s ease-in;
}

.consent.invalid span {
    color: #e53935;
}

.field.invalid input,
.field.invalid label { border-color:#e53935; color:#e53935; }

.consent.invalid span { color:#e53935; }


.warning {
    background: #fff4e5;
    color: #5d3a00;
    padding: 1rem;
    border-radius: .5rem;
    margin-top: 1rem;
    font-size: .875rem;
}

.card .actions {
    display: flex;
    gap: 12px
}

.card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: #ea266b;
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
    transition: transform .05s ease, background .15s ease;
    text-transform: uppercase;
    font-size: 14px;
}

.card .btn:hover {
    background: #d11f5e
}

.card .btn:active {
    transform: translateY(1px)
}

.card .foot {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
}

.features {
    --card-bg: #ffffff;
    --text: rgba(13, 13, 13, 1);
    --radius: 22px;
    --overlap: 120px;

    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    color: var(--text);
    margin-top: calc(-1 * var(--overlap));
    padding: 0 var(--leftrightpadding) 40px;
}

.features .card {
    background: var(--card-bg);
    border-radius: var(--radius);
    padding: 40px;
    max-width: var(--maxwidth);
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    grid-template-columns: 3fr 3fr;
    gap: 28px;
}

.features .head {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.2fr 1fr;
}

@media (max-width: 1000px) {
    .features .head {
        align-items: start;
        gap: 28px;
        grid-template-columns: 1fr;
    }
}

.features h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

.features h2 strong {
    font-weight: 800
}

.features .lead {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: var(--muted);
}

.features .grid {
    margin-top: 28px;
    display: grid;

    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
}
@media (max-width: 1000px) {
    .features .grid {
        gap: 22px;
        grid-template-columns:repeat(1, 1fr);
    }
}

@media (max-width: 720px) {
    .features .grid {
        gap: 22px;
    }
    .features h2 {
        font-size: 28px;
    }
}

.features .item {
    background: transparent;
    border-radius: 16px;
    padding: 32px 6px 6px 0;
}

.features .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    background-image: none;
    padding: 0px;
}

.features .icon svg {
    width: 22px;
    height: 22px;
    fill: var(--accent)
}

.features .title {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 8px;
}

.features .desc {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Nowa ogólna sekcja */
.crm-section {
    background: #ffffff;
    padding: 80px 0 60px;
}

.crm-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0 0 12px;
}

.section-subtitle {
    margin: 0;
    font-size: 20px;
}

.layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.layout-grid.layout-reversed {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    margin-top: 64px;
}

.screen-mockup {
    padding: 0;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.screen-mockup img{
    width: 100%;
}

.screen-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.screen-dots {
    display: flex;
    gap: 6px;
}

.screen-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #e5e7eb;
}

.screen-tabs {
    display: flex;
    gap: 6px;
}

.screen-tab {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
}

.screen-tab--active {
    background: var(--accent-soft);
    color: var(--accent);
    font-weight: 600;
}

.screen-body {
    flex: 1;
    border-radius: 18px;
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.screen-tile {
    background: var(--card-bg);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.screen-tile-label {
    font-size: 10px;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.screen-tile-value {
    height: 26px;
    border-radius: 10px;
    background: linear-gradient(90deg, #dbeafe, #bfdbfe);
}

.screen-footer {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.screen-chip {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
}

.screen-chip--primary {
    background: #dcfce7;
    color: #166534;
}

.screen-chip--danger {
    background: #fee2e2;
    color: #b91c1c;
}

.feature-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-card {
    background: var(--card-soft-bg);
    border-radius: 24px;
    padding: 18px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #ffffff, #bfdbfe);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--accent);
}

.feature-content-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--accent);
}

.feature-content-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-muted);
}

@media (max-width: 1000px) {
    .section-title {
        font-size: 26px;
    }

    .layout-grid,
    .layout-grid.layout-reversed {
        grid-template-columns: 1fr;
    }

    .layout-grid.layout-reversed {
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .crm-section {
        padding: 32px 0 64px;
    }

    .screen-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .screen-mockup {
        padding: 14px;
    }
}

.promo {
    --bg: #f3f4f6;
    --card: #fff;
    --text: #000000;

    --accent: #1D4ED7;
    --brand: rgba(234, 4, 84, 1);
    --radius-xl: 28px;
    --radius-lg: 22px;

    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
    padding: 80px var(--leftrightpadding) 48px;
}

.promo .logos {
    max-width: 1100px;
    margin: 0 auto 80px;
    text-align: center;
}

.promo .logos .title {
    font-size: 16px;
    color: #6b7a90;
    margin: 0 0 14px;
}

.promo .logos .row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.promo .logos .row > div {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    height: 60px;
}

.promo .logos .row img {
    max-height: 32px;
    width: auto;
    opacity: 0.95;
    transition: opacity .2s ease, transform .2s ease;
}

.promo .logos .row img:hover {
    opacity: 1;
    transform: scale(1.10);
}

.promo .row-cards {
    grid-template-columns:1fr 1fr;
}

@media (max-width: 600px) {
    .promo .logos .row {
        gap: 0px;
    }

    .promo .logos .row > div {
        flex: 1 1 100px;
        height: 50px;
        min-width: auto;
    }

    .promo .logos .row img {
        max-height: 26px;
    }
}


.promo .row-cards {
    max-width: var(--maxwidth);
    margin: 0 auto;
    display: grid;
    gap: 15px;
}

.promo .card {
    background: var(--card);
    border-radius: var(--radius-lg);
    padding: 30px 50px;
    width: 100%;
}

.promo .card h3 {
    font-size: 32px;
    margin-bottom: -5px;
}

.promo .card h3 strong {
    font-weight: 700;
}

.promo .card .sub {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 14px;
}

.promo .card p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.promo .band {
    max-width: var(--maxwidth);
    margin: 15px auto 0;
    background: var(--brand);
    color: #fff;
    border-radius: var(--radius-xl);
    display: grid;
    gap: 18px;
    align-items: center;
    grid-template-columns:3fr 2fr;
    padding: 30px 50px;
}

.promo .band h4 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #FFFFFF;
}

.promo .band p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
}

.promo .ksef {
    justify-self: right;
    background: #fff;
    color: #111;
    border-radius: 16px;
    padding: 18px 26px;
    display: inline-flex;
    align-items: center;
}

.promo .ksef .tag {
    font-weight: 900;
    font-size: 64px;
    letter-spacing: 4px;
}

.promo .ksef .tag .e {
    color: #ea266b;
}

.promo .ksef .tag .s {
    color: #111;
}

.promo .ksef .tag .k {
    color: #111;
}


@media (max-width: 1000px) {
    .promo .band {
        grid-template-columns:1fr 1fr;
        padding: 20px 40px;
    }
}
@media (max-width: 800px) {
    .promo .band {
        grid-template-columns:1fr;
    }

}
@media (max-width: 480px) {
    .promo .card h3 {
        font-size: 26px;
        line-height: 1.7;
    }

    .promo .card {
        padding: 20px 30px;
    }

    .promo .card .sub {
        font-size: 26px;
        line-height: 1.5;
    }

    .promo .ksef .tag {
        font-size: 46px;
    }

    .promo .band {
        padding: 30px;
    }

    .promo .band h4{
        font-size: 26px;
    }
}


.benefits-section {
    background: #ffffff;
    padding: 0px 48px;
}

.benefits-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.4fr);
    gap: 40px;
    align-items: center;
    max-width: 1280px;
    margin: 64px auto;
    padding: 64px 0px;
    margin-bottom: 0px;
    padding-bottom: 32px;
}

.benefits-left-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 44px;
}

.benefits-photo-wrapper {
    margin-bottom: 28px;
    margin-top: 10px;
}

.benefits-photo {
    display: block;
    max-width: 450px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

.benefits-cta {
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
}

.benefits-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
}

.benefits-cta-button-left{
    text-align: right;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.benefit-card {
    background: var(--card-soft-bg);
    border-radius: 20px;
    padding: 24px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


.benefit-title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    min-height: 40px;
    vertical-align: middle;
}

.benefit-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    opacity: 0.6;
}

@media (max-width: 1000px) {
    .benefits-photo-wrapper{
        display: none;
    }
    .benefits-section {
        margin: 32px auto;
        padding: 28px 28px 32px;
    }

    .benefits-layout {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 0px;
        margin-top: 30px;
    }

    .benefits-left-title {
        font-size: 38px;
        margin-left: 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-photo-wrapper {
        text-align: center;
    }

    .benefits-cta-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .benefits-cta-grid .benefits-cta-button{
        text-align: center;
    }


    .benefits-photo {
        max-width: 260px;
    }
}



.pricing {
    --bg: #f3f4f6;
    --text: #111;
    --accent: #1D4ED7;
    --green: rgba(106, 179, 93, 1);
    --green2: rgba(0, 137, 31, 1);
    --radius: 20px;
    border: 0px;
    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
    padding: 60px var(--leftrightpadding) 80px;
    text-align: center;
}

.pricing h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 14px;
    color: var(--text);
}

.pricing .lead {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* toggle ------------------------------------------------------------------ */
.pricing .toggle{
    display:inline-flex;
    align-items:center;
    gap:.75rem;
    font-size:16px;
    font-weight:600;
    margin-bottom:2.5rem;
}

.pricing .toggle input{
    /* ---------- track ---------- */
    --track-h:1.5rem;
    --pad:4px;

    appearance:none;
    -webkit-appearance:none;
    position:relative;
    flex:0 0 auto;
    width:calc(var(--track-h)*2);
    height:var(--track-h);
    border-radius:999px;
    background:#d1d5db;
    cursor:pointer;
    transition:background .25s ease;
}

/* ---------- thumb ---------- */
.pricing .toggle input::after{
    content:"";
    position:absolute;
    top:50%;
    left:var(--pad);
    width:calc(var(--track-h) - var(--pad)*2);
    height:calc(var(--track-h) - var(--pad)*2);
    border-radius:50%;
    background:#fff;
    transform:translateY(-50%);        /* wycentrowanie w pionie */
    transition:transform .25s ease;
}

/* ---------- checked state ---------- */
.pricing .toggle input:checked{
    background:var(--accent);
}

/* przesunięcie kółka dokładnie o szerokość toru */
.pricing .toggle input:checked::after{
    transform:translate(var(--track-h), -50%);
}

.pricing .toggle span{ user-select:none; }


.pricing .save {
    font-size: 13px;
    color: var(--green);
    font-weight: 700;
    margin-left: 4px;
}

.pricing .plans {
    display: grid;
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
    grid-template-columns:repeat(4, 1fr);
}
@media (max-width: 1000px) {
    .pricing .plans {
        grid-template-columns:repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .pricing .plans {
        grid-template-columns: repeat(1, 1fr);
    }
    .pricing .plans{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 500px) {
    .pricing .plans{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.pricing .plan {
    background: #fff;
    border-radius: var(--radius);
    padding: 30px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pricing .plan.highlight {
    background: var(--green);
    color: #fff;
}

.pricing .plan h3 {
    font-size: 32px;
    font-weight: 800;
    margin: 0px;
    color: var(--text);
}
.pricing .plan.highlight h3{
    color: #fff;
}

.pricing .price {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 6px;
}

.pricing .per {
    font-size: 13px;
    margin-bottom: 26px;
}

.pricing .plan.highlight .per {
    color: #eaf4ea;
}

.pricing .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 20px;
    border: 2px solid var(--green2);
    border-radius: 999px;
    background: #fff;
    color: var(--green2);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.pricing .plan.highlight .btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.pricing .btn:hover {
    background: var(--green2);
    color: #fff
}

.pricing .plan.highlight .btn:hover {
    background: #fff;
    color: var(--green)
}

.pricing .desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 28px;
    color: var(--muted);
}

.pricing .plan.highlight .desc {
    color: #eaf4ea
}

.pricing .badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: var(--green);
    padding: 6px 18px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    white-space: nowrap;
}

@media (max-width: 1000px) {
    .pricing h2{
        font-size: 50px;
    }


    .features .card {
        padding: 40px
    }
    .hero .hero-content {
        flex-direction: column;
    }
    .card{
        width: 100%;
        max-width: 100%;
    }

    .promo .row-cards {
        grid-template-columns:1fr;
    }
}

@media (max-width: 700px) {
    .pricing h2{
        font-size: 40px;
    }
    .features .card {
        padding: 30px
    }
}
@media (max-width: 500px) {
    .pricing h2{
        font-size: 30px;
    }
}


.assistant {
    --blue: rgba(29, 78, 215, 1);
    --section-bg: #f5f6f8;
    --radius: 28px;
    --icon: 18px;

    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    background: var(--section-bg);
    padding: 90px var(--leftrightpadding) 120px;
}


.assistant .box {
    position: relative;
    background: var(--blue);
    border-radius: var(--radius);
    margin: 0 auto;
    max-width: var(--maxwidth);
    padding: 40px;
    color: #fff;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}

.assistant .content {
    padding: 0px;
    padding-right: clamp(300px, 45%, 390px);
    background: transparent;
}

.assistant h3 {
    font-size: 40px;
    line-height: 1.25;
    margin: 0;
    color: #FFFFFF;
    font-weight: 400;
}

.assistant ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 18px 50px;
    grid-template-columns:1fr 1fr;
}

@media (max-width: 700px) {
    .assistant .box{
        padding: 30px;
    }
    .assistant h3{
        font-size: 30px;
        line-height: 1.35;
    }
    .assistant ul {
        grid-template-columns:1fr
    }
}

.assistant li::before,
.assistant li::after {
    content: "";
    position: absolute;
}

.assistant li {
    position: relative;
    padding-left: 32px;
    line-height: 1.5;
}

.assistant li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon);
    height: var(--icon);
    border-radius: 50%;
    background: #fff;
}

.assistant li::after {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 2px;
    height: 6px;
    border: 2px solid var(--blue);
    border-top: 0;
    border-left: 0;
}

.assistant .photo {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 420px;
    max-width: 42%;
    pointer-events: none;
}

.assistant .photo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1100px) {
    .assistant .photo {
        display: none;
    }

    .assistant .box {
        flex-direction: column;
        align-items: flex-start;
    }

    .assistant .content{
        padding-right: 0px;
    }

    .assistant{
        padding-top: 20px;
        padding-bottom: 80px;
    }
}

.assistant li {
    position: relative;
    display: grid;
    column-gap: 12px;
    align-items: center;
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 400;
}


.stats-left {
    max-width: 640px;        /* żeby tekst nie rozlewał się za bardzo */
}

/* Kontener na 3 kafelki */
.stats-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    z-index: 20;
}

.stats-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
    display: flex;              /* make card a flex container */
    flex-direction: column;     /* stack children vertically */
}

/* Opis u góry kafelka */
.stats-label {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    opacity: 0.5;
}



/* numer + jednostka przyklejone do dołu */
.stats-value {
    margin-top: auto;           /* push this block to the bottom */
    display: flex;
    align-items: baseline;
    gap: 8px;
    height: 70px;
    margin-bottom: 20px;
}


.stats-number {
    font-size: 64px;
    font-weight: 700;
    color: var(--bluebackground);
    bottom: 0px;
    margin-right: 4px;
}

.stats-unit {
    font-size: 40px;
    font-weight: 400;
    color: var(--bluebackground);
}

/* RWD – na węższych ekranach karty pod sobą */
@media (max-width: 1000px) {
    .stats-cards {
        display: block;
    }
    .stats-card{
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .stats-number{
        font-size: 50px;
    }
    .stats-unit {
        font-size: 30px;
    }
}


.testimonials {
    --bg: ffffff;
    --card: #fff;
    --border: #e5e8ee;
    --text: #111;
    --radius: 10px;
    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    padding: 60px var(--leftrightpadding) 50px;
    position: relative;
}

.testimonials h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 40px;
    color: var(--text);
}

.testimonials .grid {
    display: grid;
    gap: 26px;
    max-width: var(--maxwidth);
    margin: 0 auto;
    grid-template-columns:repeat(3, 1fr);
    position: relative;
}

@media (max-width: 1000px) {
    .testimonials .grid {
        grid-template-columns:repeat(1, 1fr);
    }
}

.testimonials .card {
    background: var(--card);
    border: 1px solid rgba(242, 242, 242, 1);
    border-radius: var(--radius);
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.testimonials {
    position: relative; /* anchor for arrows */
}
/* Okienko – obcina to, co wychodzi poza widok */
.testimonials-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Pasek z kartami – ten element przesuwamy translateX */
.testimonials-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
    will-change: transform;
}

/* 3 karty na widoku; 100% liczy się od szerokości viewportu */
.testimonials-track .card {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 2 * 24px) / 3);
    max-width: calc((100% - 2 * 24px) / 3);
}

@media (max-width: 1000px) {
    .testimonials-track .card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Strzałki na bokach slidera */
.t-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(242, 242, 242, 1);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    color: var(--bluebackground);
    display: inline-flex;
    justify-content: center;
    font-size: 22px;
    line-height: 36px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 2;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08);
}

.t-arrow--prev {
    left: -20px;
}

.t-arrow--next {
    right: -20px;
}

.t-arrow:hover {
    background: var(--bluebackground);
    color: #FFF;
    transform: translateY(-50%) translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.t-arrow:disabled {
    opacity: 0.35;
    cursor: default;
    transform: translateY(-50%);
    box-shadow: none;
}

/* Kropki pod sliderem */
.t-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.t-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #d0d0dc;
    cursor: pointer;
    transition: background 0.2s ease, width 0.2s ease, transform 0.2s ease;
}

.t-dot.is-active {
    background: var(--bluebackground);
}



.t-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.t-avatar {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    flex: 0 0 77px;
    border: 1px solid rgba(232, 238, 245, 1);
    overflow: hidden;
}

.t-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.t-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--text)
}

.t-role {
    font-size: 13px;
}

.t-role b {
    font-weight: 700;
    color: var(--text)
}

.t-body {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    margin-bottom: auto;
}

.t-footer {
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    margin-top: 28px;
}


.testimonials h2 {
    text-align: left;
}

.faq {
    --border: #e5e8ee;
    font-family: "Montserrat", system-ui, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
    background: #ffffff;
    padding: 60px var(--leftrightpadding) 40px;
}

.faq h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 46px;
    color: var(--text);
}

.faq .accordion {
    max-width: 1100px;
    margin: 0 auto;
}

.faq details {
    border-bottom: 1px solid var(--border);

}

.faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    outline: none;
    padding: 16px 0;
}

.faq summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    transform: rotate(45deg);
    transition: transform .2s;
}

.faq details[open] summary::after {
    transform: rotate(-135deg);
}

.faq details p {
    margin: 0 0 14px 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted);
}

.faq summary::-webkit-details-marker {
    display: none
}

.cta {
    --page-bg: #f5f5f5;
    --card-bg: rgba(13, 10, 11, 1);
    --bubble: var(--bluebackground);
    --accent: rgba(234, 4, 84, 1);
    --radius: 24px;
    --circleAround: 120px;
    --circle: 90px;
    padding: calc(var(--circleAround) / 2) var(--leftrightpadding);
}

.cta .wrap {
    max-width: var(--maxwidth);
    margin: calc(var(--circleAround) / 2) auto 0;
    position: relative;
    padding: 0px;
    padding-bottom: calc(var(--circleAround) / 2);
    width: 100%;
}

.cta .to-top {
    position: absolute;
    top: calc(-1 * var(--circle) / 2);
    left: 50%;
    transform: translateX(-50%);
    width: var(--circle);
    height: var(--circle);
    border-radius: 50%;
    background: var(--bubble);
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    transition: transform .2s;
    cursor: pointer;
    z-index: 5;
}

.cta .to-top:hover {
    transform: translateX(-50%) translateY(-6px)
}

.cta .to-top:focus {
    outline: 4px solid #fff;
    outline-offset: 4px
}

.cta .box {
    background: var(--card-bg);
    border-radius: var(--radius);
    padding: 70px 44px 40px;
    color: #fff;
    position: relative;
    overflow: visible;
    display: grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    gap: 40px 64px;
    align-items: center;
}

.cta .box::before {
    content: "";
    position: absolute;
    top: calc(-1 * var(--circleAround) / 2);
    left: 50%;
    transform: translateX(-50%);
    width: var(--circleAround);
    height: var(--circleAround);
    background: var(--page-bg);
    border-radius: 50%;
}

.cta .title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0;
    color: #FFFFFF;
}

.cta .actions {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

.cta .btn {
    height: 32px;
    padding: 18px 24px !important;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .18s;
}

.cta .btn-primary {
    background: #fff;
    color: #000;
    font-weight: 600;
}


.cta .btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.cta .btn-outline:hover {
    background: #fff;
    color: var(--card-bg)
}

.cta .logo img {
    height: 28px;
}

.cta .copy {
    font-size: 13px;
    color: #c8c8c8;
    margin: 0;
    text-align: right;
}

@media (max-width: 1000px) {
    .cta .box {
        grid-template-columns:1fr;
        grid-template-rows:auto auto auto auto;
        text-align: center;
        gap: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cta .title {
        font-size: 40px;
    }

    .cta .actions {
        justify-content: center;
        flex-wrap: wrap
    }

    .cta .copy {
        text-align: center
    }
}