#c1 > h1 {
    max-width: 980px;
    margin: 0 0 12px;
    padding: 0;
    border-bottom: 0;
    color: #4c9033;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

#fidem-psyholog-page {
    --fidem-psy-green: #4c9033;
    --fidem-psy-green-dark: #3f782b;
    --fidem-psy-text: #243027;
    --fidem-psy-muted: #59645c;
    --fidem-psy-line: #d8e1d4;
    --fidem-psy-soft: #edf6e8;
    --fidem-psy-blue: #eef6f9;
    --fidem-psy-white: #ffffff;
    width: 100%;
    max-width: 980px;
    color: var(--fidem-psy-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

#fidem-psyholog-page,
#fidem-psyholog-page * {
    box-sizing: border-box;
}

#fidem-psyholog-page [hidden] {
    display: none !important;
}

#fidem-psyholog-page a {
    color: var(--fidem-psy-green);
    font-family: Arial, Helvetica, sans-serif;
    text-underline-offset: 3px;
}

#fidem-psyholog-page p,
#fidem-psyholog-page ul {
    color: var(--fidem-psy-muted);
    font-size: 15px;
    line-height: 1.55;
}

#fidem-psyholog-page p {
    margin: 0 0 15px;
}

#fidem-psyholog-page h2,
#fidem-psyholog-page h3 {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--fidem-psy-text) !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

#fidem-psyholog-page h2 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.3;
}

#fidem-psyholog-page h3 {
    margin: 16px 0 10px;
    font-size: 18px;
    line-height: 1.35;
}

#fidem-psyholog-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.fidem-psy-hero {
    padding: 0 0 26px;
    border-bottom: 1px solid var(--fidem-psy-line);
}

#fidem-psyholog-page .fidem-psy-lead {
    max-width: 720px;
    margin-bottom: 12px;
    color: var(--fidem-psy-text);
    font-size: 18px;
    line-height: 1.5;
}

.fidem-psy-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    color: var(--fidem-psy-muted);
    font-size: 14px;
}

.fidem-psy-location svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    color: var(--fidem-psy-green);
}

.fidem-psy-price-summary {
    display: flex;
    max-width: 540px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 17px;
    padding: 14px 16px;
    border: 1px solid var(--fidem-psy-line);
    border-radius: 6px;
    background: var(--fidem-psy-soft);
}

.fidem-psy-price-summary strong,
.fidem-psy-price-summary small {
    display: block;
}

.fidem-psy-price-summary strong {
    color: var(--fidem-psy-text);
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.fidem-psy-price-summary small {
    margin-top: 3px;
    color: var(--fidem-psy-muted);
    font-size: 12px;
}

.fidem-psy-price-summary > span {
    color: var(--fidem-psy-text);
    font-size: 14px;
    white-space: nowrap;
}

.fidem-psy-actions {
    display: flex;
    max-width: 760px;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

#fidem-psyholog-page .fidem-psy-button,
#fidem-psyholog-page .fidem-psy-booking {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

#fidem-psyholog-page .fidem-psy-button {
    padding: 10px 15px;
    font-size: 15px;
}

#fidem-psyholog-page .fidem-psy-button-primary {
    min-width: 230px;
    border: 1px solid var(--fidem-psy-green-dark);
    background: var(--fidem-psy-green-dark);
    color: var(--fidem-psy-white);
}

#fidem-psyholog-page .fidem-psy-button-primary:hover,
#fidem-psyholog-page .fidem-psy-button-primary:focus {
    color: var(--fidem-psy-white);
}

#fidem-psyholog-page .fidem-psy-button-secondary {
    min-width: 126px;
    border: 1px solid var(--fidem-psy-line);
    background: var(--fidem-psy-white);
    color: var(--fidem-psy-green-dark);
}

.fidem-psy-button-secondary svg {
    width: 17px;
    height: 17px;
    margin-right: 7px;
}

#fidem-psyholog-page .fidem-psy-choose-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

#fidem-psyholog-page .fidem-psy-note {
    margin: 10px 0 0;
    font-size: 13px;
}

.fidem-psy-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 20px;
    margin-top: 18px;
    padding-top: 13px;
    border-top: 1px solid var(--fidem-psy-line);
}

#fidem-psyholog-page .fidem-psy-toc a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    font-size: 14px;
}

.fidem-psy-section {
    padding: 28px 0;
    border-bottom: 1px solid var(--fidem-psy-line);
    scroll-margin-top: 18px;
}

.fidem-psy-section:last-of-type {
    border-bottom: 0;
}

#fidem-psyholog-page .fidem-psy-section-intro {
    margin: 0 0 15px;
    color: var(--fidem-psy-text);
    font-size: 18px;
    line-height: 1.35;
}

.fidem-psy-specialist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fidem-psy-person {
    min-width: 0;
    padding: 17px;
    border: 1px solid var(--fidem-psy-line);
    border-radius: 6px;
    background: var(--fidem-psy-white);
}

.fidem-psy-person-head {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.fidem-psy-person-photo {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    line-height: 0;
}

.fidem-psy-person-photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

#fidem-psyholog-page .fidem-psy-person-name {
    display: inline-block;
    margin-bottom: 7px;
    overflow-wrap: anywhere;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.32;
}

#fidem-psyholog-page .fidem-psy-person-role {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.fidem-psy-person-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 16px 0 10px;
    color: var(--fidem-psy-muted);
    font-size: 13px;
}

.fidem-psy-person-meta strong {
    color: var(--fidem-psy-text);
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

.fidem-psy-person-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#fidem-psyholog-page .fidem-psy-more {
    display: inline-flex;
    min-height: 44px;
    flex: 1 1 150px;
    align-items: center;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

#fidem-psyholog-page .fidem-psy-booking {
    min-width: 0;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 8px 11px;
    border: 1px solid var(--fidem-psy-line);
    background: var(--fidem-psy-white);
    color: var(--fidem-psy-green-dark);
    font-size: 13px;
    white-space: nowrap;
}

.fidem-psy-specialist-links {
    margin-top: 18px;
}

#fidem-psyholog-page ul {
    margin: 0 0 15px;
    padding-left: 22px;
}

#fidem-psyholog-page li {
    margin-bottom: 8px;
}

.fidem-psy-price-row {
    display: flex;
    max-width: 620px;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--fidem-psy-line);
    font-size: 14px;
}

.fidem-psy-price-row span:last-child {
    color: var(--fidem-psy-text);
    white-space: nowrap;
}

#fidem-psyholog-page .fidem-psy-price-link {
    margin-top: 16px;
}

.fidem-psy-contact #share {
    margin: 0 0 15px;
}

.fidem-psy-contact > p:last-child {
    margin-bottom: 0;
}

.fidem-psy-sticky {
    display: none;
}

@media (max-width: 768px) {
    #c1 > h1 {
        margin-bottom: 12px;
        font-size: 27px;
        line-height: 1.2;
        text-align: left;
    }

    #fidem-psyholog-page {
        font-size: 15px;
    }

    #fidem-psyholog-page h2 {
        font-size: 21px;
    }

    #fidem-psyholog-page h3 {
        font-size: 17px;
    }

    #fidem-psyholog-page .fidem-psy-lead {
        font-size: 16px;
    }

    #fidem-psyholog-page .fidem-psy-section-intro {
        font-size: 17px;
    }

    .fidem-psy-price-summary {
        max-width: none;
        padding: 13px;
    }

    .fidem-psy-price-summary strong {
        font-size: 23px;
    }

    .fidem-psy-actions {
        display: grid;
        max-width: none;
        grid-template-columns: minmax(112px, 0.8fr) minmax(0, 1.2fr);
        gap: 9px 12px;
    }

    #fidem-psyholog-page .fidem-psy-actions .fidem-psy-button-primary {
        width: 100%;
        grid-column: 1 / -1;
    }

    #fidem-psyholog-page .fidem-psy-actions .fidem-psy-button-secondary {
        width: 100%;
        min-width: 0;
    }

    #fidem-psyholog-page .fidem-psy-choose-link {
        min-width: 0;
        overflow-wrap: anywhere;
        font-size: 13px;
    }

    .fidem-psy-specialist-grid {
        display: block;
    }

    .fidem-psy-person {
        padding: 18px 0;
        border: 0;
        border-bottom: 1px solid var(--fidem-psy-line);
        border-radius: 0;
    }

    .fidem-psy-person:first-child {
        padding-top: 6px;
    }

    .fidem-psy-person:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .fidem-psy-section {
        padding: 24px 0;
    }

    .fidem-psy-sticky {
        position: fixed;
        z-index: 1000;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
        border-top: 1px solid var(--fidem-psy-line);
        background: rgba(255, 255, 255, 0.98);
    }

    .fidem-psy-sticky-inner {
        display: grid;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 8px;
    }

    #fidem-psyholog-page .fidem-psy-sticky .fidem-psy-button {
        width: 100%;
        min-width: 0;
        min-height: 48px;
        padding: 8px 9px;
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    #c1 > h1 {
        font-size: 25px;
    }

    .fidem-psy-person-head {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 11px;
    }

    #fidem-psyholog-page .fidem-psy-person-name {
        font-size: 16px;
    }

    .fidem-psy-price-summary {
        gap: 8px;
        padding: 12px;
    }

    .fidem-psy-price-summary strong {
        font-size: 21px;
    }

    .fidem-psy-person-actions {
        gap: 6px;
    }

    #fidem-psyholog-page .fidem-psy-more,
    #fidem-psyholog-page .fidem-psy-booking {
        font-size: 12px;
    }

    .fidem-psy-sticky-inner {
        grid-template-columns: 104px minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    #fidem-psyholog-page * {
        scroll-behavior: auto !important;
    }
}
