/* Shared homepage components; adaptation only for the longer handwritten industry label. */
.psychologists-page .hero h1 .hero-city{font-size:clamp(60px,7vw,100px);bottom:-15px}
@media(max-width:760px){.psychologists-page .hero h1 .hero-city{font-size:clamp(44px,11vw,78px);bottom:-24px}}

/* Keep the approved headings and font sizes; give long headings more room. */
@media(min-width:761px){
 .psychologists-page h2 br{display:none}
 .psychologists-page .section-head{grid-template-columns:1.6fr 1fr;gap:48px}
 .psychologists-page .support-layout{grid-template-columns:1.4fr 1fr;gap:48px}
 .psychologists-page .variant-4 .variant-inner{grid-template-columns:.75fr 1.25fr;gap:48px}
}
@media(min-width:761px){
 .psychologists-page #struktura .support-layout{grid-template-columns:1fr;gap:40px}
 .psychologists-page #struktura .support-intro>p:not(.section-label){max-width:700px}
 .psychologists-page #struktura .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(min-width:761px) and (max-width:1023px){
 .psychologists-page .section-head{grid-template-columns:1fr;gap:24px}
 .psychologists-page .support-layout{grid-template-columns:1fr;gap:40px}
 .psychologists-page .variant-4 .variant-inner{grid-template-columns:1fr;gap:40px}
 .psychologists-page .hero-bottom{grid-template-columns:1.5fr 1fr}
 .psychologists-page .hero-text{width:100%;max-width:none}
}

/* Shared experience component with a full-width heading above two columns. */
@media(min-width:901px){
 .psychologists-page .psychologist-experience{row-gap:24px}
 .psychologists-page .psychologist-experience .trust-intro{display:contents}
 .psychologists-page .psychologist-experience .trust-intro>.section-label,
 .psychologists-page .psychologist-experience .trust-intro>h2{grid-column:1/-1;margin-bottom:0}
 .psychologists-page .psychologist-experience .experience-copy-group{grid-column:1}
 .psychologists-page .psychologist-experience .experience-copy:first-child{margin-top:0}
 .psychologists-page .psychologist-experience>.experience-evidence{grid-column:2;grid-row:3;padding-top:0}
}

/* Card labels retain their former H3 appearance without heading semantics. */
.psychologists-page .item-title{margin:0;font-family:var(--display);font-weight:600;line-height:1.15}
.psychologists-page .industry-grid .item-title{font-size:25px;margin-bottom:12px}
.psychologists-page .support-grid .item-title{font-size:25px;margin-bottom:15px}
.psychologists-page .features .item-title{font-size:27px;margin-bottom:18px}
.psychologists-page .plan .item-title{font-size:29px;margin-bottom:20px;max-width:none}
.psychologists-page .steps .item-title{font-size:26px;line-height:1.25;margin-bottom:18px}
@media(max-width:1150px){
 .psychologists-page .plan .item-title{font-size:26px}
 .psychologists-page .steps .item-title{font-size:23px}
}
@media(max-width:900px){
 .psychologists-page .plan .item-title{font-size:24px}
 .psychologists-page .steps .item-title{font-size:27px}
}
@media(max-width:760px){
 .psychologists-page .industry-grid .item-title,.psychologists-page .support-grid .item-title,.psychologists-page .steps .item-title{font-size:24px}
 .psychologists-page .features .item-title{font-size:25px;margin-bottom:13px}
 .psychologists-page .plan .item-title{font-size:29px}
}

/* Benefit labels preserve their H2 appearance without heading semantics. */
.psychologists-page .benefit-title{margin:0 0 12px;font-family:var(--display);font-size:26px;font-weight:600;line-height:1.15}
@media(max-width:900px){.psychologists-page .benefit-title{font-size:23px}}
@media(max-width:760px){.psychologists-page .benefit-title{font-size:24px;margin-bottom:8px}}
/* Explicit two-line layout for the two annotated headings on larger screens. */
.psychologists-page .desktop-heading-break{display:none}
@media(min-width:761px){
 .psychologists-page #experience-heading br,.psychologists-page #realizations-label br{display:initial}
}

/* Content and trust: full-width introduction above a balanced two-column grid. */
.psychologists-page #tresci .support-layout{grid-template-columns:1fr;gap:44px}
.psychologists-page #tresci .support-intro .section-title{max-width:1100px}
.psychologists-page #tresci .support-intro>.editorial-intro{max-width:730px;margin-top:24px}
.psychologists-page #tresci .support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 56px}
.psychologists-page #tresci .support-grid article{display:grid;grid-template-columns:32px minmax(0,1fr);gap:18px;align-content:start}
.psychologists-page #tresci .support-grid article>span{margin:0;line-height:1.25}
@media(max-width:760px){
 .psychologists-page #tresci .support-layout{gap:32px}
 .psychologists-page #tresci .support-grid{grid-template-columns:1fr;gap:28px}
 .psychologists-page #tresci .support-grid article{grid-template-columns:26px minmax(0,1fr);gap:14px}
}

/* One verified portfolio example, using the shared realization screen. */
.psychologists-page .psych-project{display:grid;grid-template-columns:1.35fr 1fr;gap:56px;align-items:center}
.psychologists-page .psych-project .realization-card{width:100%;min-width:0}
.psychologists-page .psych-project-copy .item-title{font-size:32px;margin-bottom:22px;color:#f6f7f1}
.psychologists-page .psych-project-copy>p:not(.section-label):not(.item-title){color:#bcbeb3;line-height:1.8;max-width:430px}
.psychologists-page .psych-project-copy .text-link{display:inline-block;margin-top:18px}
@media(max-width:900px){.psychologists-page .psych-project{grid-template-columns:1fr;gap:32px}}
