/* Start custom CSS for html, class: .elementor-element-52d5b8e *//* ==================================================
   PODSTRONA – NEUROLOGOPEDA NOWORODKÓW I NIEMOWLĄT
   WERSJA BARDZIEJ PASTELOWA
================================================== */

.stm-infant,
.stm-infant *,
.stm-infant *::before,
.stm-infant *::after {
    box-sizing: border-box;
}

.stm-infant {
    --stm-navy: #15356f;
    --stm-navy-soft: #294777;
    --stm-teal: #43c7bf;
    --stm-teal-soft: #7fd9d2;
    --stm-teal-dark: #1c8e8b;
    --stm-peach: #ea9f97;
    --stm-peach-soft: #f8dcd4;
    --stm-cream: #fbf7f2;
    --stm-cream-deep: #f4ede5;
    --stm-white: #ffffff;
    --stm-text: #5f6879;
    width: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--stm-text);
    background: var(--stm-white);
    font-family: Arial, Helvetica, sans-serif;
}

.stm-infant__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.stm-infant__container--narrow {
    max-width: 900px;
}

.stm-infant__eyebrow {
    display: block;
    color: var(--stm-teal-dark);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.45px;
    text-transform: uppercase;
}

.stm-infant-section {
    padding: 58px 22px 64px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.92)),
        var(--stm-white);
}

.stm-infant-section--cream {
    background:
        radial-gradient(circle at 8% 14%, rgba(127,217,210,.09), transparent 18%),
        radial-gradient(circle at 94% 85%, rgba(248,220,212,.2), transparent 22%),
        var(--stm-cream);
}

.stm-infant-section--teal {
    color: var(--stm-white);
    background:
        radial-gradient(circle at 8% 10%, rgba(255,255,255,.12), transparent 25%),
        linear-gradient(135deg, #73d2cb, #59c3bb 48%, #6ecdc6);
}


/* ==================================================
   HERO
================================================== */

.stm-infant-hero {
    padding: 56px 22px 62px;
    background:
        radial-gradient(circle at 12% 15%, rgba(248,220,212,.16), transparent 18%),
        radial-gradient(circle at 92% 12%, rgba(127,217,210,.13), transparent 22%),
        linear-gradient(180deg, #fbf8f4 0%, #ffffff 100%);
}

.stm-infant-hero__inner {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(430px, 0.92fr);
    align-items: center;
    gap: 48px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.stm-infant-hero__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.stm-infant-hero__title {
    margin: 14px 0 0;
    color: var(--stm-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(46px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.2px;
}

.stm-infant-hero__title span {
    display: block;
    margin-top: 5px;
    color: var(--stm-teal);
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 0.78em;
    font-weight: 500;
    letter-spacing: 0;
}

.stm-infant-hero__lead {
    max-width: 570px;
    margin: 24px 0 0;
    color: #647084;
    font-size: 16px;
    line-height: 1.75;
}

.stm-infant-hero__highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 590px;
    margin-top: 28px;
}

.stm-infant-hero__highlight {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 64px;
    padding: 10px 13px;
    color: var(--stm-navy);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #eee7df;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 10px 26px rgba(27, 44, 84, 0.045);
}

.stm-infant-hero__highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--stm-teal);
    background: #eef9f8;
    border-radius: 50%;
}

.stm-infant-hero__highlight-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stm-infant-hero__contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin-top: 26px;
}

.stm-infant-hero__contact > a:first-child {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--stm-navy);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.stm-infant-hero__contact svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.stm-infant-hero__price-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--stm-teal-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.stm-infant-hero__visual {
    position: relative;
    min-height: 585px;
}

.stm-infant-hero__backdrop {
    position: absolute;
    inset: 18px 14px 10px 18px;
    background: #ebe4dc;
    border-radius: 40% 60% 44% 56% / 20% 22% 78% 80%;
}

.stm-infant-hero__halo {
    position: absolute;
    inset: 106px 56px 28px 54px;
    background: rgba(255, 255, 255, 0.56);
    border-radius: 50%;
}

.stm-infant-hero__image-wrap {
    position: absolute;
    right: 34px;
    bottom: 72px;
    width: 71%;
    margin: 0;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.stm-infant-hero__image {
    display: block;
    width: 100%;
    height: auto;
    filter: saturate(.94) brightness(1.03);
}

.stm-infant-hero__image-wrap::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -9%;
    bottom: -7%;
    height: 34%;
    background: rgba(154, 233, 226, 0.36);
    border-radius: 50%;
    filter: blur(1px);
    z-index: -1;
}

.stm-infant-hero__bubble {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 30px;
    box-shadow: 0 10px 24px rgba(27, 44, 84, 0.04);
}

.stm-infant-hero__bubble span {
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}

.stm-infant-hero__bubble--teal {
    top: 14px;
    left: 70px;
    width: 88px;
    height: 48px;
    background: #2ec0b8;
}

.stm-infant-hero__bubble--teal::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -12px;
    border-top: 14px solid #2ec0b8;
    border-right: 13px solid transparent;
}

.stm-infant-hero__bubble--peach {
    top: 136px;
    left: 0;
    width: 66px;
    height: 40px;
    background: #ec9ca1;
}

.stm-infant-hero__bubble--peach::after {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -9px;
    border-top: 11px solid #ec9ca1;
    border-right: 10px solid transparent;
}

.stm-infant-hero__star {
    position: absolute;
    z-index: 3;
    color: #667185;
    opacity: .9;
}

.stm-infant-hero__star svg {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linejoin: round;
}

.stm-infant-hero__star--one {
    top: 172px;
    right: 114px;
    width: 46px;
}

.stm-infant-hero__star--two {
    top: 212px;
    right: 88px;
    width: 32px;
}

.stm-infant__leaf {
    fill: none;
    stroke: var(--stm-teal);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stm-infant__leaf--hero-left {
    position: absolute;
    left: 110px;
    bottom: 84px;
    z-index: 3;
    width: 86px;
    opacity: 0.82;
}

.stm-infant__leaf--hero-right {
    position: absolute;
    top: -4px;
    right: 16px;
    z-index: 3;
    width: 70px;
    opacity: 0.72;
    transform: rotate(16deg);
}


/* ==================================================
   NAGŁÓWKI SEKCJI
================================================== */

.stm-infant__heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.stm-infant__heading h2,
.stm-infant-split h2,
.stm-infant-prepare h2,
.stm-infant-cta h2 {
    margin: 10px 0 0;
    color: var(--stm-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.7vw, 50px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.8px;
}

.stm-infant__heading p {
    max-width: 670px;
    margin: 16px auto 0;
    color: #6d7586;
    font-size: 14px;
    line-height: 1.7;
}

.stm-infant__heading--light h2,
.stm-infant__heading--light p {
    color: var(--stm-white);
}

.stm-infant__heading--light .stm-infant__eyebrow {
    color: #d7fbf8;
}


/* ==================================================
   SYGNAŁY
================================================== */

.stm-infant-signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.stm-infant-signal {
    padding: 23px 21px 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #ede6df;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(27, 44, 84, 0.04);
}

.stm-infant-signal__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    color: var(--stm-teal);
    background: #eef9f8;
    border-radius: 50%;
}

.stm-infant-signal__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stm-infant-signal h3 {
    margin: 16px 0 0;
    color: var(--stm-navy);
    font-size: 17px;
    line-height: 1.3;
}

.stm-infant-signal p {
    margin: 10px 0 0;
    color: #626b7d;
    font-size: 12px;
    line-height: 1.65;
}


/* ==================================================
   ZAKRES KONSULTACJI
================================================== */

.stm-infant-split {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    align-items: center;
    gap: 54px;
}

.stm-infant-split__lead {
    max-width: 680px;
    margin: 18px 0 0;
    color: #687083;
    font-size: 14px;
    line-height: 1.75;
}

.stm-infant-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.stm-infant-checklist li {
    position: relative;
    padding-left: 28px;
    color: #445065;
    font-size: 13px;
    line-height: 1.55;
}

.stm-infant-checklist li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background: var(--stm-teal);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.stm-infant-support-card {
    position: relative;
    padding: 32px 28px;
    background: linear-gradient(180deg, #fcf7f2, #f7efe8);
    border: 1px solid #e9dfd5;
    border-radius: 22px;
    box-shadow: 0 12px 28px rgba(27, 44, 84, 0.04);
}

.stm-infant-support-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: var(--stm-peach);
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(27, 44, 84, 0.05);
}

.stm-infant-support-card__icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.stm-infant-support-card h3 {
    margin: 20px 0 0;
    color: var(--stm-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.2;
}

.stm-infant-support-card p {
    margin: 14px 0 0;
    color: #626b7d;
    font-size: 13px;
    line-height: 1.7;
}

.stm-infant-support-card__note {
    margin-top: 21px;
    padding-top: 16px;
    color: var(--stm-teal-dark);
    border-top: 1px solid #ded3c8;
    font-size: 12px;
    font-weight: 800;
}


/* ==================================================
   KROKI
================================================== */

.stm-infant-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.stm-infant-step {
    position: relative;
    min-height: 215px;
    padding: 29px 22px 23px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
}

.stm-infant-step__number {
    display: block;
    color: #eafffd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 700;
}

.stm-infant-step h3 {
    margin: 17px 0 0;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.3;
}

.stm-infant-step p {
    margin: 11px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.65;
}


/* ==================================================
   PRZYGOTOWANIE
================================================== */

.stm-infant-prepare {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 55px;
    align-items: start;
}

.stm-infant-prepare__content p {
    max-width: 470px;
    margin: 18px 0 0;
    color: #687083;
    font-size: 14px;
    line-height: 1.75;
}

.stm-infant-prepare__list {
    display: grid;
    gap: 11px;
}

.stm-infant-prepare__item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 69px;
    padding: 11px 16px;
    background: #fcf8f4;
    border: 1px solid #ece5de;
    border-radius: 14px;
}

.stm-infant-prepare__item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--stm-teal-dark);
    background: #e9f7f6;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.stm-infant-prepare__item p {
    margin: 0;
    color: #4f596c;
    font-size: 12px;
    line-height: 1.5;
}


/* ==================================================
   FAQ
================================================== */

.stm-infant-faq {
    display: grid;
    gap: 10px;
}

.stm-infant-faq__item {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e9e1d9;
    border-radius: 14px;
}

.stm-infant-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 62px;
    padding: 16px 19px;
    color: var(--stm-navy);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.stm-infant-faq__item summary::-webkit-details-marker {
    display: none;
}

.stm-infant-faq__item summary span {
    color: var(--stm-teal);
    font-size: 24px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.stm-infant-faq__item[open] summary span {
    transform: rotate(45deg);
}

.stm-infant-faq__answer {
    padding: 0 19px 18px;
    color: #657083;
    font-size: 12px;
    line-height: 1.7;
}


/* ==================================================
   CTA
================================================== */

.stm-infant-cta {
    padding: 43px 22px;
    background: linear-gradient(135deg, #f0aa96, #e89983);
}

.stm-infant-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.stm-infant-cta .stm-infant__eyebrow {
    color: #ffffff;
}

.stm-infant-cta h2 {
    max-width: 780px;
    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
}

.stm-infant-cta p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.stm-infant-cta__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.stm-infant-cta__phone,
.stm-infant-cta__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 19px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.stm-infant-cta__phone {
    color: var(--stm-navy);
    background: #ffffff;
}

.stm-infant-cta__phone svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.stm-infant-cta__link {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1050px) {

    .stm-infant-hero__inner {
        grid-template-columns: 1fr 420px;
        gap: 30px;
    }

    .stm-infant-hero__visual {
        min-height: 500px;
    }

    .stm-infant-signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stm-infant-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 820px) {

    .stm-infant-hero__inner,
    .stm-infant-split,
    .stm-infant-prepare {
        grid-template-columns: 1fr;
    }

    .stm-infant-hero__visual {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
    }

    .stm-infant-checklist {
        grid-template-columns: 1fr;
    }

    .stm-infant-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


@media (max-width: 620px) {

    .stm-infant-hero,
    .stm-infant-section {
        padding-right: 14px;
        padding-left: 14px;
    }

    .stm-infant-hero {
        padding-top: 38px;
        padding-bottom: 43px;
    }

    .stm-infant-section {
        padding-top: 43px;
        padding-bottom: 47px;
    }

    .stm-infant-hero__title {
        font-size: 42px;
    }

    .stm-infant-hero__lead {
        font-size: 14px;
    }

    .stm-infant-hero__highlights {
        grid-template-columns: 1fr;
    }

    .stm-infant-hero__visual {
        min-height: 410px;
    }

    .stm-infant-hero__backdrop {
        inset: 20px 8px 8px 8px;
    }

    .stm-infant-hero__halo {
        inset: 82px 24px 20px 24px;
    }

    .stm-infant-hero__image-wrap {
        right: 8px;
        left: 8px;
        bottom: 42px;
        width: auto;
    }

    .stm-infant-hero__bubble--teal {
        top: 8px;
        left: 26px;
        transform: scale(.9);
    }

    .stm-infant-hero__bubble--peach {
        top: 104px;
        left: 0;
        transform: scale(.9);
    }

    .stm-infant__leaf--hero-left {
        left: 44px;
        bottom: 52px;
        width: 72px;
    }

    .stm-infant__leaf--hero-right {
        top: 0;
        right: 8px;
        width: 52px;
    }

    .stm-infant-hero__star--one {
        top: 138px;
        right: 66px;
        width: 38px;
    }

    .stm-infant-hero__star--two {
        top: 170px;
        right: 42px;
        width: 26px;
    }

    .stm-infant-signals,
    .stm-infant-steps {
        grid-template-columns: 1fr;
    }

    .stm-infant-signal,
    .stm-infant-step {
        min-height: 0;
    }

    .stm-infant__heading h2,
    .stm-infant-split h2,
    .stm-infant-prepare h2 {
        font-size: 34px;
    }

    .stm-infant-prepare {
        gap: 28px;
    }

    .stm-infant-cta {
        padding: 35px 14px;
    }

    .stm-infant-cta__actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .stm-infant-cta__phone,
    .stm-infant-cta__link {
        width: 100%;
    }
}


/* ==================================================
   POPRAWKA HERO – ZDJĘCIE BEZ BIAŁEGO PROSTOKĄTA
   Obraz ma już własne dymki, gwiazdki i liście,
   dlatego dodatkowe dekoracje zostają ukryte.
================================================== */

.stm-infant-hero__visual {
    min-height: 525px;
}

.stm-infant-hero__backdrop {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 30px;
    background: #eee7df;
    border-radius: 45% 55% 48% 52% / 25% 28% 72% 75%;
}

/* Nie jest już potrzebna dodatkowa biała elipsa */
.stm-infant-hero__halo {
    display: none;
}

/* Ukrywamy zdublowane ozdoby – znajdują się już na grafice */
.stm-infant-hero__bubble,
.stm-infant-hero__star,
.stm-infant__leaf--hero-left,
.stm-infant__leaf--hero-right {
    display: none;
}

/* Kadrowanie całej grafiki w organiczny kształt */
.stm-infant-hero__image-wrap {
    right: 30px;
    bottom: 30px;
    z-index: 2;
    width: 82%;
    overflow: hidden;
    background: #ffffff;
    border: 8px solid rgba(255, 255, 255, 0.96);
    border-radius: 43% 57% 47% 53% / 25% 28% 72% 75%;
    box-shadow: 0 20px 42px rgba(35, 48, 86, 0.08);
}

.stm-infant-hero__image-wrap::before {
    display: none;
}

.stm-infant-hero__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.96) brightness(1.025);
    transform: scale(1.035);
}


/* TABLET */

@media (max-width: 1050px) {

    .stm-infant-hero__visual {
        min-height: 455px;
    }

    .stm-infant-hero__image-wrap {
        right: 22px;
        bottom: 24px;
        width: 83%;
        border-width: 6px;
    }
}


/* UKŁAD JEDNOKOLUMNOWY */

@media (max-width: 820px) {

    .stm-infant-hero__visual {
        min-height: 500px;
    }

    .stm-infant-hero__backdrop {
        right: 24px;
        left: 24px;
    }

    .stm-infant-hero__image-wrap {
        right: 50%;
        bottom: 28px;
        width: min(82%, 455px);
        transform: translateX(50%);
    }

    .stm-infant-hero__image {
        transform: scale(1.03);
    }
}


/* TELEFON */

@media (max-width: 620px) {

    .stm-infant-hero__visual {
        min-height: 380px;
    }

    .stm-infant-hero__backdrop {
        inset: 20px 8px 8px;
        border-radius: 43% 57% 47% 53% / 25% 28% 72% 75%;
    }

    .stm-infant-hero__image-wrap {
        right: 50%;
        bottom: 20px;
        left: auto;
        width: min(84%, 340px);
        border-width: 5px;
        transform: translateX(50%);
    }
}/* End custom CSS */