/* Content determines the first screen height, including at browser zoom. */
.hero-care { height: auto !important; min-height: 0 !important; align-items: flex-start !important; }
.hero-care__shell { height: auto !important; min-height: 0 !important; }
.hero-care__content { min-height: min-content !important; }
.hero-care__trust { flex-shrink: 0; }
@media (min-width: 981px) { .hero-care__photo-card { min-height: 420px !important; } }
.messenger-bubble--telegram { display: none !important; }
.site-call-dialog { width: min(460px, calc(100vw - 32px)); border: 0; padding: 30px; border-radius: 24px; color: #243b3a; background: #fffdf8; box-shadow: 0 24px 90px #153b3540; }
.site-call-dialog::backdrop { background: #102e2b99; backdrop-filter: blur(5px); }
.site-call-dialog h2 { font-size: 26px; font-weight: 800; margin: 8px 0; }
.site-call-dialog p { margin: 12px 0; line-height: 1.5; }
.site-call-dialog .call-number { font-size: 26px; font-weight: 700; color: #35614b; }
.site-call-dialog button, .site-call-dialog a { display: block; padding: 12px 18px; border-radius: 12px; margin-top: 12px; text-align: center; background: #eaf2e8; width: 100%; font-weight: 700; }
.site-call-dialog button.call-primary { background: #3e684e; color: white; }
.site-call-dialog .call-close { width: auto; float: right; margin: -12px -12px 0 0; background: transparent; }
.cms-posts { max-width: 1160px; margin: 40px auto; padding: 0 20px; }
.cms-posts h2 { font-size: 30px; font-weight: 800; margin-bottom: 22px; }
.cms-post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 24px; }
.cms-post-card { display: block; border: 1px solid #dbe7da; border-radius: 22px; padding: 24px; background: #fff; color: #243b3a; }
.cms-post-card img { width: 100%; height: 190px; object-fit: cover; border-radius: 14px; margin-bottom: 16px; }
.cms-post-card h3 { font-size: 22px; font-weight: 700; margin: 12px 0; }
.cms-post-card p { line-height: 1.6; }
