/*
 * =========================================================
 * BENSINI® – Personalizacja odzieży
 * Dedykowany CSS landing page
 * =========================================================
 */


/* =========================================================
   STRONA / PEŁNA SZEROKOŚĆ
   ========================================================= */

body.page-id-108600 #secondary,
body.page-id-108600 .entry-header {
    display: none !important;
}

body.page-id-108600 #primary,
body.page-id-108600 .content-area {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page-id-108600 #content > .col-full {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================================
   GŁÓWNY WRAPPER
   ========================================================= */

.bp-page {
    --bp-ink: #271f22;
    --bp-muted: #6f6367;
    --bp-wine: #9a7254;
    --bp-wine-dark: #74513a;
    --bp-blush: #eee9e3;
    --bp-cream: #fbf8f5;
    --bp-line: #eadfe2;
    --bp-white: #ffffff;

    width: 100%;

    color: var(--bp-ink);

    font-family: inherit;
    font-size: 17px;
    line-height: 1.65;
}

.bp-page *,
.bp-page *::before,
.bp-page *::after {
    box-sizing: border-box;
}

.bp-page :where(h1, h2, h3, p, ul) {
    margin-top: 0;
}

.bp-page :where(h1, h2, h3) {
    color: var(--bp-ink);

    font-family: inherit;
    font-style: normal;
    font-weight: 700;

    letter-spacing: -0.025em;

    text-transform: none;
}

.bp-page a {
    text-decoration: none;
}

.bp-page a:focus-visible {
    outline: 3px solid #b89a82;
    outline-offset: 4px;
}


/* =========================================================
   SZEROKOŚĆ TREŚCI
   ========================================================= */

.bp-wrap {
    width: min(1160px, calc(100% - 40px));

    margin-inline: auto;
}

.bp-section {
    padding: 84px 0;
}

.bp-section--soft {
    background: var(--bp-cream);
}

.bp-section--blush {
    background: var(--bp-blush);
}


/* =========================================================
   EYEBROW
   ========================================================= */

.bp-eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 16px;

    color: var(--bp-wine);

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.bp-eyebrow::before {
    content: "";

    width: 26px;
    height: 2px;

    background: currentColor;
}


/* =========================================================
   TYPOGRAFIA
   ========================================================= */

.bp-page h1.bp-title {
    max-width: 780px;

    margin: 0 0 18px !important;

    color: var(--bp-ink) !important;

    font-size: clamp(34px, 5vw, 58px) !important;
    font-weight: 700 !important;

    line-height: 1.08 !important;

    letter-spacing: -0.025em !important;

    text-align: left !important;
    text-transform: none !important;
}

.bp-page h2.bp-heading {
    margin: 0 0 16px !important;

    color: var(--bp-ink) !important;

    font-size: clamp(29px, 4vw, 43px) !important;
    font-weight: 700 !important;

    line-height: 1.15 !important;

    letter-spacing: -0.025em !important;

    text-transform: none !important;
}

.bp-page h3 {
    color: var(--bp-ink) !important;

    font-weight: 700 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.02em !important;

    text-transform: none !important;
}

.bp-lead {
    max-width: 720px;

    margin-bottom: 0;

    color: var(--bp-muted);

    font-size: clamp(18px, 2vw, 21px);
}

.bp-center {
    text-align: center;
}

.bp-center .bp-lead {
    margin-inline: auto;
}

.bp-center h2.bp-heading {
    text-align: center !important;
}


/* =========================================================
   HERO
   ========================================================= */

.bp-hero {
    overflow: hidden;

    padding: 74px 0 68px;

    background:
        linear-gradient(
            130deg,
            #ffffff 0 55%,
            #eee9e3 55% 100%
        );
}

.bp-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(330px, 0.88fr);

    align-items: center;

    gap: clamp(36px, 7vw, 92px);
}

.bp-hero__content {
    min-width: 0;
}

.bp-hero__visual {
    position: relative;

    overflow: hidden;

    min-height: 520px;

    border: 1px solid rgba(154, 114, 84, 0.14);
    border-radius: 38px;

    background: #ffffff;

    box-shadow:
        0 28px 70px rgba(90, 35, 54, 0.16);
}

.bp-hero__photo-link {
    position: absolute;

    inset: 0;

    display: block;

    overflow: hidden;

    border-radius: inherit;

    background: #ffffff;
}

.bp-hero__photo {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center 16%;
}

.bp-badge {
    position: absolute;

    right: 18px;
    bottom: 18px;

    display: grid;

    place-items: center;

    width: 118px;
    height: 118px;

    padding: 20px;

    border: 6px solid rgba(245, 240, 233, 0.95);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.96);

    color: var(--bp-wine);

    box-shadow:
        0 14px 30px rgba(65, 27, 40, 0.16);

    font-size: 15px;
    font-weight: 800;

    line-height: 1.18;

    text-align: center;
}


/* =========================================================
   PUNKTY W HERO
   ========================================================= */

.bp-points {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin: 26px 0 0;
    padding: 0;

    list-style: none;
}

.bp-points li {
    padding: 8px 13px;

    border: 1px solid var(--bp-line);
    border-radius: 999px;

    background: rgba(255, 255, 255, 0.72);

    color: #55484d;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   PRZYCISKI
   ========================================================= */

.bp-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}

.bp-page a.bp-button {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 52px;

    padding: 13px 23px !important;

    border: 1px solid var(--bp-wine) !important;
    border-radius: 999px !important;

    background: var(--bp-wine) !important;

    color: var(--bp-white) !important;

    font-weight: 750 !important;

    line-height: 1.2 !important;

    text-decoration: none !important;

    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.bp-page a.bp-button:hover {
    border-color: var(--bp-wine-dark) !important;

    background: var(--bp-wine-dark) !important;

    color: #ffffff !important;

    transform: translateY(-2px);
}

.bp-page a.bp-button--light {
    background: transparent !important;

    color: var(--bp-wine) !important;
}

.bp-page a.bp-button--light:hover {
    background: var(--bp-blush) !important;

    color: var(--bp-wine-dark) !important;
}


/* =========================================================
   KAFELKI
   ========================================================= */

.bp-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;

    margin-top: 38px;
}

.bp-card {
    height: 100%;

    padding: 27px;

    border: 1px solid var(--bp-line) !important;
    border-radius: 22px !important;

    background: var(--bp-white) !important;

    box-shadow:
        0 10px 30px rgba(53, 34, 41, 0.045);
}

.bp-card__number {
    display: grid;

    place-items: center;

    width: 42px;
    height: 42px;

    margin-bottom: 20px;

    border-radius: 50%;

    background: var(--bp-blush);

    color: var(--bp-wine);

    font-size: 15px;
    font-weight: 800;
}

.bp-card h3 {
    margin-bottom: 9px;

    font-size: 21px;
}

.bp-card p {
    margin-bottom: 0;

    color: var(--bp-muted);

    font-size: 15.5px;
}


/* =========================================================
   ZAKRES USŁUGI
   ========================================================= */

.bp-scope {
    display: grid;

    grid-template-columns:
        0.92fr 1.08fr;

    align-items: center;

    gap: clamp(35px, 7vw, 90px);
}

.bp-note {
    padding: 34px;

    border: 1px solid #e5cdd5;
    border-radius: 24px;

    background: var(--bp-white);

    box-shadow:
        0 18px 45px rgba(93, 42, 60, 0.08);
}

.bp-note h3 {
    margin-bottom: 18px;

    font-size: 24px;
}

.bp-checks {
    display: grid;

    gap: 14px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.bp-checks li {
    position: relative;

    padding-left: 31px;
}

.bp-checks li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 1px;

    width: 22px;
    height: 22px;

    border-radius: 50%;

    background: var(--bp-blush);

    color: var(--bp-wine);

    font-size: 13px;
    font-weight: 900;

    line-height: 22px;

    text-align: center;
}

.bp-small {
    margin: 18px 0 0;

    color: var(--bp-muted);

    font-size: 14px;
}


/* =========================================================
   PROCES
   ========================================================= */

.bp-steps {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 0;

    margin-top: 42px;
}

.bp-step {
    position: relative;

    padding: 0 30px 0 0;
}

.bp-step:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 20px;
    right: 12px;
    left: 54px;

    height: 1px;

    background: #d9c8ce;
}

.bp-step__dot {
    position: relative;

    z-index: 1;

    display: grid !important;

    place-items: center;

    width: 42px;
    height: 42px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: var(--bp-wine) !important;

    color: #ffffff !important;

    font-size: 14px;
    font-weight: 800;
}

.bp-step h3 {
    margin-bottom: 7px;

    font-size: 19px;
}

.bp-step p {
    margin-bottom: 0;

    color: var(--bp-muted);

    font-size: 15px;
}


/* =========================================================
   WYBÓR
   ========================================================= */

.bp-choice {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 22px;

    margin-top: 38px;
}

.bp-choice__item {
    display: flex;

    flex-direction: column;

    min-height: 275px;

    padding: 36px;

    border: 1px solid var(--bp-line) !important;
    border-radius: 26px;

    background: #ffffff !important;

    box-shadow:
        0 14px 38px rgba(53, 34, 41, 0.07);
}

.bp-choice__item--accent {
    border-color: var(--bp-wine) !important;

    background: var(--bp-wine) !important;

    color: #ffffff !important;
}

.bp-choice__item h3 {
    margin-bottom: 11px;

    font-size: 27px;
}

.bp-choice__item p {
    color: var(--bp-muted);
}

.bp-choice__item--accent h3,
.bp-choice__item--accent p {
    color: #ffffff !important;
}

.bp-choice__item .bp-button {
    align-self: flex-start;

    margin-top: auto;
}

.bp-choice__item--accent a.bp-button {
    border-color: #ffffff !important;

    background: #ffffff !important;

    color: var(--bp-wine) !important;
}


/* =========================================================
   FAQ
   ========================================================= */

.bp-faq {
    max-width: 850px;

    margin: 36px auto 0;
}

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

.bp-faq summary {
    position: relative;

    padding: 21px 48px 21px 0;

    cursor: pointer;

    font-weight: 750;

    list-style: none;
}

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

.bp-faq summary::after {
    content: "+";

    position: absolute;

    right: 7px;
    top: 18px;

    color: var(--bp-wine);

    font-size: 25px;
    font-weight: 400;
}

.bp-faq details[open] summary::after {
    content: "−";
}

.bp-faq details p {
    padding: 0 48px 20px 0;

    color: var(--bp-muted);
}


/* =========================================================
   KONTAKT
   ========================================================= */

.bp-contact {
    padding: 66px 0;

    background: var(--bp-ink);

    color: #ffffff;
}

.bp-contact__grid {
    display: grid;

    grid-template-columns:
        1fr auto;

    align-items: center;

    gap: 35px;
}

.bp-contact h2 {
    margin-bottom: 12px;

    color: #ffffff !important;

    font-size: clamp(29px, 4vw, 44px);

    line-height: 1.13;

    text-transform: none !important;
}

.bp-contact p {
    max-width: 680px;

    margin-bottom: 0;

    color: #d8cfd2;
}

.bp-contact .bp-actions {
    margin-top: 0;

    justify-content: flex-end;
}

.bp-contact .bp-button--light {
    border-color: #ffffff !important;

    color: #ffffff !important;
}

.bp-contact .bp-button--light:hover {
    background: #ffffff !important;

    color: var(--bp-ink) !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bp-hero {
        background:
            linear-gradient(
                180deg,
                #ffffff 0 58%,
                #eee9e3 58% 100%
            );
    }

    .bp-hero__grid,
    .bp-scope,
    .bp-contact__grid {
        grid-template-columns: 1fr;
    }

    .bp-hero__visual {
        width: min(500px, 92%);

        margin: 10px auto 0;
    }

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

    .bp-steps {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 34px 20px;
    }

    .bp-step:nth-child(2)::after {
        display: none;
    }

    .bp-contact .bp-actions {
        justify-content: flex-start;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {

    .bp-wrap {
        width: min(calc(100% - 28px), 1160px);
    }

    .bp-section {
        padding: 62px 0;
    }

    .bp-hero {
        padding: 54px 0 48px;
    }

    .bp-page h1.bp-title {
        font-size: clamp(34px, 10vw, 46px) !important;
    }

    .bp-hero__visual {
        min-height: 430px;

        border-radius: 28px;
    }

    .bp-hero__visual .bp-badge {
        right: 12px;
        bottom: 12px;

        width: 98px;
        height: 98px;

        border-width: 4px;

        font-size: 13px;
    }

    .bp-actions,
    .bp-button {
        width: 100%;
    }

    .bp-grid,
    .bp-choice,
    .bp-steps {
        grid-template-columns: 1fr;
    }

    .bp-step {
        padding-right: 0;
    }

    .bp-step:not(:last-child)::after {
        display: none;
    }

    .bp-card,
    .bp-note,
    .bp-choice__item {
        padding: 25px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .bp-page * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}