/* Parus brand layer: local typography, palette and logo sizing. */
@font-face {
  font-family: "El Messiri";
  src: url("../fonts/el-messiri-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "El Messiri";
  src: url("../fonts/el-messiri-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/mulish-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122;
}

:root,
body {
  --parus-orange: #ECAC10;
  --parus-yellow: #EFC949;
  --parus-green: #008291;
  /* The theme also uses primary for headings and photo overlays; keep it dark. */
  --e-global-color-primary: #262626 !important;
  --e-global-color-accent: var(--parus-orange) !important;
  --e-global-typography-primary-font-family: "El Messiri", sans-serif !important;
  --e-global-typography-secondary-font-family: "El Messiri", sans-serif !important;
  --e-global-typography-text-font-family: "Mulish", sans-serif !important;
  --e-global-typography-accent-font-family: "Mulish", sans-serif !important;
}

body,
button,
input,
select,
textarea,
.elementor-button,
.elementskit-navbar-nav > li > a,
.ekit-menu-nav-link {
  font-family: "Mulish", sans-serif !important;
}

/* Compact messenger shortcuts before the header booking CTA. */
.elementor-element-976fe44 {
  align-items: center;
  gap: 0;
  flex-wrap: nowrap !important;
}

.header-menu .elementskit-navbar-nav > li > a {
  font-size: clamp(15px, 1vw, 16px) !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  white-space: nowrap;
}

.elementor-element-976fe44 .header-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.header-menu :is(.elementor-widget-container, .ekit-wid-con, .elementskit-menu-container) {
  min-width: 0;
}

.header-menu .elementskit-navbar-nav {
  align-items: center;
  display: flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.header-menu .elementskit-navbar-nav > li {
  flex: 0 0 auto;
}

.parus-header-messengers {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
  margin: 0 14px 0 12px;
}

.elementor-element-6159db3 {
  flex: 0 0 auto !important;
}

.elementor-element-6159db3 .elementor-button,
.elementor-element-6159db3 .elementor-button-text {
  white-space: nowrap;
}

.parus-header-messenger {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 34px;
}

.parus-header-messenger i {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.parus-header-messenger img {
  display: block;
  height: 17px;
  object-fit: contain;
  width: 17px;
}

.parus-header-messenger:hover,
.parus-header-messenger:focus-visible {
  background: var(--parus-green);
  border-color: var(--parus-green);
  color: #fff !important;
  transform: translateY(-2px);
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .elementskit-navbar-nav > li > a {
    font-size: clamp(14px, 1.17vw, 15px) !important;
    padding-left: clamp(5px, 0.45vw, 7px) !important;
    padding-right: clamp(5px, 0.45vw, 7px) !important;
  }

  .parus-header-messengers {
    gap: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .parus-header-messenger {
    flex-basis: 30px;
    height: 30px;
    width: 30px;
  }

  .elementor-element-6159db3 .elementor-button {
    font-size: 14px !important;
    padding: 14px 16px !important;
    white-space: nowrap;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .header-menu .elementskit-navbar-nav > li > a {
    font-size: 13px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .parus-header-messengers {
    gap: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .parus-header-messenger {
    flex-basis: 28px;
    height: 28px;
    width: 28px;
  }

  .parus-header-messenger i {
    font-size: 14px;
  }

  .parus-header-messenger img {
    height: 14px;
    width: 14px;
  }

  .elementor-element-6159db3 .elementor-button {
    font-size: 13px !important;
    padding: 12px 12px !important;
  }
}

/* The footer menu mirrors the header and wraps cleanly on narrower screens. */
.elementor-1883 #menu-footer-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.elementor-1883 #menu-footer-menu > li,
.elementor-1883 #menu-footer-menu > li > a {
  margin: 0 !important;
  white-space: nowrap;
}

/* Events page — built from the site's existing inner-page and card patterns. */
.events-page-main {
  background: #FFFFFF;
}

/* Keep the custom cursor invisible at (0, 0) until its script receives
   the first real pointer movement. GSAP then applies inline visibility. */
body.tt-magic-cursor #magic-cursor:not([style]) {
  opacity: 0;
  visibility: hidden;
}

.events-shell {
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.events-page-header {
  background-position: center;
  margin-top: -129px !important;
}

/* Internal services hero aligns flush with the viewport like the homepage. */
.elementor-245 .elementor-element.elementor-element-5a8f5bd {
  --margin-top: -129px !important;
  margin-top: -129px !important;
}

.parus-services-page > .elementor-element-5a8f5bd {
  order: 1 !important;
}

.parus-services-page > .elementor-element-e77d835 {
  order: 2 !important;
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
}

.parus-services-page > .elementor-element-e77d835:not(.elementor-motion-effects-element-type-background),
.parus-services-page > .elementor-element-e77d835 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: #fff !important;
  background-color: #fff !important;
}

.parus-services-page > .services-alt-hero {
  margin-bottom: 0 !important;
}

.parus-services-page > .elementor-element-e77d835 > .e-con-inner {
  padding-top: 100px !important;
}

.parus-services-page .elementor-element-d117675 {
  --padding-top: 0 !important;
  padding-top: 0 !important;
}

.elementor-11.parus-services-page > .elementor-element.elementor-element-2199757 {
  order: 3 !important;
  --padding-top: 100px !important;
  --padding-bottom: 0 !important;
  padding-top: 100px !important;
  padding-bottom: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
}

.parus-services-page .parus-service-card {
  background-color: #fff !important;
}

.parus-services-page > .parus-about-cta-copy {
  order: 4 !important;
  margin-top: 0 !important;
}

.elementor-11.parus-services-page > .parus-about-cta-copy .elementor-element.elementor-element-3b940c4 {
  --padding-top: 100px !important;
  padding-top: 100px !important;
}

/* Team directory: donor-style cards with detailed content kept in dialogs. */
.elementor-3307 .elementor-element.elementor-element-054fa65 {
  --margin-top: -129px !important;
  margin-top: -129px !important;
}

.parus-team-directory {
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px 24px 120px;
  width: 100%;
}

.parus-team-directory__grid {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parus-specialist-profile {
  background: #F9F9F9;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.parus-specialist-profile:hover {
  box-shadow: 0 18px 45px rgba(38, 38, 38, 0.09);
  transform: translateY(-4px);
}

.parus-specialist-profile__photo {
  background: #E9EFEB;
  height: 381px;
  overflow: hidden;
}

.parus-specialist-profile__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 420ms ease;
  width: 100%;
}

.parus-specialist-profile:hover .parus-specialist-profile__photo img {
  transform: scale(1.025);
}

.parus-specialist-profile__content {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 18px;
  min-height: 250px;
  padding: 28px;
}

.parus-specialist-profile__text {
  width: 100%;
}

.parus-specialist-profile__text h2 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
  white-space: nowrap;
}

.parus-specialist-profile__text p {
  color: #666C6A;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.parus-team-more-button {
  align-self: flex-start;
  background: var(--parus-orange) !important;
  border: 1px solid var(--parus-orange) !important;
  border-radius: 10px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: "Mulish", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
  min-height: 44px;
  padding: 10px 16px;
  transition: background-color 180ms ease, border-color 180ms ease;
  text-decoration: none !important;
}

.parus-team-more-button:hover,
.parus-team-more-button:focus-visible {
  background: var(--parus-green) !important;
  border-color: var(--parus-green) !important;
}

body.parus-specialist-dialog-open {
  overflow: hidden;
}

.parus-specialist-dialog {
  background: #FFFFFF;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(24, 38, 36, 0.28);
  color: #262626;
  max-height: calc(100vh - 32px);
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: min(1000px, calc(100vw - 32px));
}

.parus-specialist-dialog::backdrop {
  background: rgba(17, 29, 27, 0.68);
  backdrop-filter: blur(5px);
}

.parus-specialist-dialog__panel {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
}

.parus-specialist-dialog__header {
  align-items: center;
  background: #F7F7F3;
  border-bottom: 1px solid rgba(0, 130, 145, 0.11);
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 30px;
}

.parus-specialist-dialog__header p {
  color: var(--parus-green);
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.parus-specialist-dialog__header h2 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.parus-specialist-dialog__close {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(38, 38, 38, 0.12);
  border-radius: 50%;
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 29px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.parus-specialist-dialog__close:hover,
.parus-specialist-dialog__close:focus-visible {
  background: var(--parus-green);
  border-color: var(--parus-green);
  color: #FFFFFF;
}

.parus-specialist-dialog__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 32px 30px 38px;
}

.parus-specialist-dialog__body section + section {
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  margin-top: 34px;
  padding-top: 34px;
}

.parus-specialist-dialog__body h3 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 20px;
}

.parus-specialist-dialog__body ol {
  color: #565D5B;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  padding-left: 25px;
}

.parus-specialist-dialog__body li + li {
  margin-top: 11px;
}

.parus-specialist-dialog__body li::marker {
  color: var(--parus-orange);
  font-weight: 800;
}

.parus-specialist-documents-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.parus-specialist-document-preview {
  background: #F7F7F3;
  border: 1px solid rgba(0, 130, 145, 0.09);
  border-radius: 14px;
  color: #262626 !important;
  display: flex;
  flex-direction: column;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  padding: 10px 10px 14px;
  text-decoration: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.parus-specialist-document-preview:hover,
.parus-specialist-document-preview:focus-visible {
  border-color: rgba(0, 130, 145, 0.38);
  box-shadow: 0 12px 28px rgba(38, 38, 38, 0.09);
  color: var(--parus-green) !important;
  transform: translateY(-2px);
}

.parus-specialist-document-preview img {
  background: #E8ECE9;
  border-radius: 9px;
  display: block;
  height: 230px;
  object-fit: contain;
  width: 100%;
}

.parus-specialist-document-preview span {
  line-height: 1.4;
  padding: 0 4px;
}

.parus-specialist-documents-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.parus-specialist-documents-list a {
  align-items: center;
  background: #F7F7F3;
  border: 1px solid rgba(0, 130, 145, 0.09);
  border-radius: 12px;
  color: #3E4543 !important;
  display: grid;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  line-height: 1.45;
  padding: 12px 14px;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.parus-specialist-documents-list a:hover,
.parus-specialist-documents-list a:focus-visible {
  background: rgba(0, 130, 145, 0.07);
  border-color: rgba(0, 130, 145, 0.3);
  color: var(--parus-green) !important;
}

.parus-specialist-document-number {
  color: var(--parus-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.parus-specialist-documents-list strong {
  background: var(--parus-orange);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 5px 7px;
}

@media (max-width: 1050px) {
  .parus-team-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .parus-team-directory {
    padding: 74px 18px 86px;
  }

  .parus-team-directory__grid {
    grid-template-columns: 1fr;
  }

  .parus-specialist-profile__photo {
    height: 380px;
  }

  .parus-specialist-profile__content {
    min-height: 0;
    padding: 25px 22px 26px;
  }

  .parus-specialist-dialog {
    border-radius: 16px;
    max-height: calc(100vh - 16px);
    width: calc(100vw - 16px);
  }

  .parus-specialist-dialog__panel {
    max-height: calc(100vh - 16px);
  }

  .parus-specialist-dialog__header {
    padding: 19px 18px;
  }

  .parus-specialist-dialog__body {
    padding: 26px 18px 30px;
  }

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

  .parus-specialist-document-preview img {
    height: 190px;
  }

  .parus-specialist-documents-list a {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }
}

/* Shared personal-data consent and cookie notice. */
.parus-form-consent-row,
.parus-form-legal-row {
  width: 100%;
}

.parus-form-consent {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px !important;
  margin: 14px 0 16px;
  cursor: pointer;
}

.parus-form-consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: var(--parus-green);
}

.parus-application-form .parus-form-consent span {
  color: #5f625f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.parus-form-legal {
  max-width: 760px;
  margin: 10px 0 0 !important;
  color: #737773 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.parus-form-legal a {
  color: var(--parus-green) !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.specialist-contact-form .parus-form-consent {
  margin: 0;
}

.specialist-contact-form .parus-form-consent input[type="checkbox"] {
  accent-color: var(--parus-yellow);
}

.specialist-contact-form .parus-form-consent span,
.specialist-contact-form .parus-form-legal {
  color: rgba(255, 255, 255, 0.68) !important;
}

.specialist-contact-form .parus-form-legal {
  margin-top: -7px !important;
}

.specialist-contact-form .parus-form-legal a {
  color: var(--parus-yellow) !important;
}

.event-signup-form .parus-form-consent {
  margin: 18px 0;
}

.event-signup-form .parus-form-legal {
  margin-top: 10px !important;
}

.parus-cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 1000000;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid rgba(0, 130, 145, 0.2);
  border-radius: 18px;
  background: #f0f7f6;
  box-shadow: 0 22px 60px rgba(24, 54, 48, 0.2);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.parus-cookie-notice.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.parus-cookie-notice__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 20px 22px 20px 26px;
}

.parus-cookie-notice p {
  margin: 0;
  color: #4f4f4f;
  font-size: 13px;
  line-height: 1.55;
}

.parus-cookie-notice a {
  color: var(--parus-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.parus-cookie-notice__accept {
  min-width: 118px;
  min-height: 44px;
  padding: 10px 22px;
  border: 1px solid var(--parus-green);
  border-radius: 11px;
  background: var(--parus-green);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.parus-cookie-notice__accept:hover,
.parus-cookie-notice__accept:focus-visible {
  background: #ffffff;
  color: var(--parus-green);
  transform: translateY(-1px);
}

.parus-cookie-notice__accept:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.2);
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .parus-cookie-notice {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    border-radius: 15px;
  }

  .parus-cookie-notice__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .parus-cookie-notice p {
    font-size: 12px;
  }

  .parus-cookie-notice__accept {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parus-cookie-notice,
  .parus-cookie-notice__accept {
    transition: none;
  }
}

@media (max-width: 460px) {
  .parus-specialist-profile__photo {
    height: 330px;
  }

  .parus-specialist-documents-grid {
    grid-template-columns: 1fr;
  }

  .parus-specialist-document-preview img {
    height: 250px;
  }

  .parus-specialist-documents-list a {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .parus-specialist-documents-list strong {
    display: none;
  }
}

.events-eyebrow {
  align-items: center;
  color: var(--parus-green);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.17em;
  margin: 0 0 20px;
}

.events-eyebrow::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.events-page-header .page-header-box {
  max-width: 980px;
}

.events-page-header .page-header-box h1 {
  color: #FFFFFF;
  max-width: 900px;
}

.events-page-header .post-single-meta,
.events-page-header .post-single-meta li,
.events-page-header .post-single-meta i {
  color: #FFFFFF !important;
}

.events-schedule {
  padding: 100px 0;
}

.events-page .services-alt-hero {
  margin-bottom: 0;
}

.events-section-heading {
  margin-bottom: clamp(38px, 5vw, 64px);
  max-width: 900px;
}

.events-section-heading h2 {
  color: #262626 !important;
  font-family: "El Messiri", sans-serif !important;
  font-size: clamp(40px, 4vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 0 0 18px;
}

.events-section-heading > p:last-child {
  color: #626262;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  max-width: 720px;
}

.events-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-card {
  background: #F0F7F6;
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: clamp(25px, 3vw, 38px);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.event-card:hover {
  background: #EAF4F2;
  border-color: rgba(0, 130, 145, 0.35);
  box-shadow: 0 18px 50px rgba(38, 38, 38, 0.08);
  transform: translateY(-4px);
}

.event-card-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-bottom: 28px;
}

.event-card time {
  color: var(--parus-green);
  font-size: 18px;
  font-weight: 800;
}

.event-time {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 700;
}

.event-price {
  background: rgba(236, 172, 16, 0.14);
  border-radius: 999px;
  color: #9A6B00;
  font-size: 13px;
  font-weight: 800;
  margin-left: auto;
  padding: 7px 11px;
}

.event-price.is-free {
  background: rgba(0, 130, 145, 0.11);
  color: var(--parus-green);
}

.event-card h2 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 28px;
}

.event-card-footer {
  align-items: center;
  border-top: 1px solid rgba(38, 38, 38, 0.1);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.event-card-footer p {
  color: #262626;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.event-card-footer p span {
  color: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 10px;
  text-transform: uppercase;
}

.event-signup-button {
  background: var(--parus-green);
  border: 1px solid var(--parus-green);
  border-radius: 10px;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.event-signup-button:hover,
.event-signup-button:focus-visible {
  background: var(--parus-yellow);
  border-color: var(--parus-yellow);
  color: #262626;
  transform: translateY(-2px);
}

.event-signup-button:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.22);
  outline-offset: 3px;
}

html.event-signup-modal-open,
body.event-signup-modal-open {
  overflow: hidden;
}

.event-signup-modal {
  align-items: center;
  background: rgba(22, 39, 41, 0.62);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 24px;
  position: fixed;
  z-index: 100000;
}

.event-signup-modal[hidden] {
  display: none;
}

.event-signup-dialog {
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 28px 90px rgba(20, 42, 45, 0.24);
  margin: auto;
  max-width: 680px;
  padding: clamp(28px, 4vw, 46px);
  position: relative;
  width: 100%;
}

.event-signup-close {
  align-items: center;
  background: #F0F7F6;
  border: 0;
  border-radius: 50%;
  color: #262626;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 18px;
  top: 18px;
  transition: background-color 180ms ease, color 180ms ease;
  width: 42px;
}

.event-signup-close:hover,
.event-signup-close:focus-visible {
  background: var(--parus-green);
  color: #FFFFFF;
}

.event-signup-close:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.22);
  outline-offset: 3px;
}

.event-signup-intro {
  padding-right: 54px;
}

.event-signup-intro .events-eyebrow {
  margin-bottom: 10px;
}

.event-signup-intro h2 {
  color: #262626 !important;
  font-family: "El Messiri", sans-serif !important;
  font-size: clamp(34px, 5vw, 46px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  margin: 0 0 8px;
}

.event-signup-intro > p:last-child {
  color: #626262;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.event-signup-selection {
  background: #F0F7F6;
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 16px;
  margin: 24px 0;
  padding: 20px 22px;
}

.event-signup-selection h3 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.24;
  margin: 0 0 12px;
}

.event-signup-selection-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.event-signup-selection-meta span {
  align-items: center;
  background: #FFFFFF;
  border-radius: 999px;
  color: var(--parus-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  padding: 6px 10px;
}

.event-signup-selection-meta b {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.event-signup-selection-meta em {
  font-style: normal;
}

.event-signup-selection > p {
  color: #262626;
  font-size: 14px;
  margin: 14px 0 0;
}

.event-signup-selection > p span {
  color: #777;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: 9px;
  text-transform: uppercase;
}

.event-signup-fields {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-signup-fields label {
  color: #262626;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

.event-signup-fields .event-signup-phone {
  grid-column: 1 / -1;
}

.event-signup-fields input {
  background: #FFFFFF;
  border: 1px solid #CFDEDC;
  border-radius: 11px;
  color: #262626;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.event-signup-fields input:focus {
  border-color: var(--parus-green);
  box-shadow: 0 0 0 3px rgba(0, 130, 145, 0.12);
}

.event-signup-consent {
  align-items: flex-start;
  color: #666;
  display: flex;
  font-size: 12px;
  gap: 9px;
  line-height: 1.45;
  margin: 18px 0;
}

.event-signup-consent input {
  accent-color: var(--parus-green);
  flex: 0 0 auto;
  height: 17px;
  margin: 1px 0 0;
  width: 17px;
}

.event-signup-consent a {
  color: var(--parus-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.event-signup-submit {
  background: var(--parus-yellow);
  border: 1px solid var(--parus-yellow);
  border-radius: 11px;
  color: #262626;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  min-height: 52px;
  padding: 13px 24px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 100%;
}

.event-signup-submit:hover,
.event-signup-submit:focus-visible {
  background: var(--parus-green);
  border-color: var(--parus-green);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.event-signup-submit:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.22);
  outline-offset: 3px;
}

.event-signup-status {
  color: #626262;
  font-size: 13px;
  line-height: 1.45;
  margin: 12px 0 0;
  min-height: 0;
  text-align: center;
}

.events-cta {
  padding: 0 20px clamp(80px, 9vw, 130px);
}

.events-cta-inner {
  align-items: center;
  background: var(--parus-green);
  border-radius: 22px;
  color: #FFFFFF;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(35px, 5vw, 65px);
}

.events-cta h2 {
  color: #FFFFFF !important;
  font-family: "El Messiri", sans-serif !important;
  font-size: clamp(38px, 4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 0 0 10px;
}

.events-cta .events-eyebrow {
  color: #FFFFFF;
}

.events-cta p:last-child {
  font-size: 17px;
  margin: 0;
}

.events-cta .elementor-button {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: var(--parus-green) !important;
  flex: 0 0 auto;
  white-space: nowrap;
}

.events-cta .elementor-button:hover,
.events-cta .elementor-button:focus-visible {
  background: var(--parus-yellow) !important;
  border-color: var(--parus-yellow) !important;
  color: #262626 !important;
}

@media (max-width: 1024px) {
  .events-schedule {
    padding-top: 72px;
  }
}

@media (max-width: 767px) {
  .events-schedule {
    padding-top: 48px;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    min-height: 0;
  }

  .event-price {
    margin-left: 0;
  }

  .event-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-signup-button {
    width: 100%;
  }

  .event-signup-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .event-signup-dialog {
    border-radius: 20px;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 28px 20px 24px;
  }

  .event-signup-close {
    right: 12px;
    top: 12px;
  }

  .event-signup-intro {
    padding-right: 44px;
  }

  .event-signup-intro h2 {
    font-size: 34px !important;
  }

  .event-signup-selection {
    margin: 20px 0;
    padding: 17px;
  }

  .event-signup-selection h3 {
    font-size: 21px;
  }

  .event-signup-fields {
    grid-template-columns: 1fr;
  }

  .event-signup-fields .event-signup-phone {
    grid-column: auto;
  }

  .events-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* For specialists — the Events page language adapted to rooms and vacancies. */
.professionals-page .services-alt-hero {
  margin-bottom: 0;
}

.professionals-coworking {
  background: #FFFFFF;
  padding: 100px 0 clamp(70px, 8vw, 120px);
}

.professionals-coworking .events-section-heading {
  margin-bottom: 30px;
}

.professionals-coworking .events-section-heading h2 {
  margin-bottom: 0;
}

.professional-space-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.professional-space-card {
  background: #F0F7F6;
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.professional-space-card:hover {
  border-color: rgba(0, 130, 145, 0.35);
  box-shadow: 0 18px 50px rgba(38, 38, 38, 0.08);
  transform: translateY(-4px);
}

.professional-space-image {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
}

.professional-space-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  width: 100%;
}

.professional-space-card:hover .professional-space-image img {
  transform: scale(1.035);
}

.professional-space-body {
  padding: 28px;
}

.professional-space-capacity {
  color: var(--parus-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

.professional-space-body h3 {
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 14px;
}

.professional-space-body > p:last-child {
  color: #626262;
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.professional-rules-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.professionals-vacancies .events-cta-inner > div {
  max-width: none;
  width: 100%;
}

.professionals-vacancies .events-cta-inner > div > p:last-child {
  line-height: 1.65;
  text-align: justify;
  text-wrap: pretty;
}

.professionals-vacancies .events-cta-inner {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.professionals-vacancies .elementor-button {
  align-self: flex-start;
}

/* Visiting rules — a calm, readable legal page in the Parus visual system. */
.visiting-rules-page .services-alt-hero {
  margin-bottom: 0;
}

.visiting-rules-content {
  background: #FFFFFF;
  padding: 100px 0 clamp(80px, 9vw, 130px);
}

.visiting-rules-layout {
  align-items: start;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
}

.visiting-rules-intro {
  position: sticky;
  top: 28px;
}

.visiting-rules-intro h2 {
  color: #262626 !important;
  font-family: "El Messiri", sans-serif !important;
  font-size: clamp(38px, 4vw, 54px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  margin: 0 0 18px;
}

.visiting-rules-intro > p:last-child {
  color: #626262;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.visiting-rules-sections {
  display: grid;
  gap: 18px;
}

.visiting-rules-card {
  background: #F0F7F6;
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 38px);
}

.visiting-rules-card h2 {
  color: #262626 !important;
  font-family: "El Messiri", sans-serif !important;
  font-size: clamp(26px, 2.4vw, 34px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 18px;
}

.visiting-rules-card p,
.visiting-rules-card li {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.7;
}

.visiting-rules-card p {
  margin: 0 0 14px;
}

.visiting-rules-card p:last-child {
  margin-bottom: 0;
}

.visiting-rules-card ul {
  margin: 0;
  padding-left: 22px;
}

.visiting-rules-card li + li {
  margin-top: 9px;
}

.visiting-rules-card a {
  color: var(--parus-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.visiting-rules-card strong {
  color: #262626;
}

.visiting-rules-company {
  border-left: 4px solid var(--parus-green);
}

@media (max-width: 1024px) {
  .professional-space-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visiting-rules-layout {
    grid-template-columns: 1fr;
  }

  .visiting-rules-intro {
    max-width: 720px;
    position: static;
  }
}

@media (max-width: 767px) {
  .professionals-coworking,
  .visiting-rules-content {
    padding-top: 70px;
  }

  .professional-space-grid {
    grid-template-columns: 1fr;
  }

  .professional-space-body {
    padding: 24px;
  }
}

@media (max-width: 1024px) {
  .parus-header-messengers {
    display: none;
  }
}

p,
li,
.elementor-widget-text-editor,
.elementor-widget-text-editor *,
.elementor-icon-list-text,
.awaiken-portfolio-grid-item__excerpt {
  font-family: "Mulish", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title,
.page-header-title,
.awaiken-portfolio-grid-item__title {
  font-family: "El Messiri", sans-serif !important;
  line-height: 1.12;
}

/* Default stays white; page-level rules below make light-section eyebrows green. */
.section-title .elementor-heading-title,
.section-title.white-section-title .elementor-heading-title {
  color: #FFFFFF !important;
}

.section-title.white-section-title .elementor-heading-title::before {
  filter: brightness(0) invert(1) !important;
}

/* Two-line identity lockup beside the mark. */
.ata-site-logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.parus-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  font-family: "Mulish", sans-serif;
  line-height: 1.15;
}

.ata-site-logo-container .parus-brand-copy {
  color: #FFFFFF;
}

.parus-brand-name {
  font-family: "El Messiri", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.parus-brand-name small {
  font-family: "Mulish", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.parus-brand-tagline {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  white-space: nowrap;
}

.elementor-widget-image .elementor-widget-container:has(> img.wp-image-2069) {
  display: flex;
  align-items: center;
  gap: 12px;
}

.elementor-widget-image .elementor-widget-container:has(> img.wp-image-2069) .parus-brand-copy {
  color: #262626;
}

/* Hero eyebrow remains white over the photograph. */
.hero-section .section-title .elementor-heading-title {
  color: #FFFFFF !important;
}

.hero-section .section-title .elementor-heading-title::before {
  filter: brightness(0) invert(1) !important;
}

/* Keep the mobile hero flush with the viewport behind the transparent header. */
@media (max-width: 767px) {
  body.home .elementor-11 .elementor-element.elementor-element-6ebf1ac {
    --margin-top: -99px;
  }
}

/*
 * The mirrored About page contains the initial states of Elementor/GSAP reveals,
 * but not the editor runtime that completes them. Keep every block in its final,
 * readable position while preserving the donor layout and section sequence.
 */
.elementor-2389 .elementor-invisible {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.elementor-2389 .at-heading-animation .elementor-heading-title [style] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.elementor-2389 .at-animation-image-style-1,
.elementor-2389 .at-animation-image-style-2,
.elementor-2389 .at-animation-image-none {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.elementor-2389 .section-title:not(.white-section-title) .elementor-heading-title {
  color: var(--parus-green) !important;
}

.elementor-2389 .section-title:not(.white-section-title) .elementor-heading-title::before {
  filter: none !important;
}

/* Service-card Read More controls remain transparent over dark image overlays. */
.service-btn .elementor-button,
.service-btn .elementor-button:hover,
.service-btn .elementor-button:focus-visible {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.service-btn .elementor-button {
  color: #FFFFFF !important;
}

.service-btn .elementor-button:hover,
.service-btn .elementor-button:focus-visible {
  color: var(--parus-yellow) !important;
}

.service-btn .elementor-button::before {
  display: none !important;
}

/* JOIN TODAY CTA: inverse light button, then branded green interaction. */
.cta-box-btn .elementor-button {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: var(--parus-yellow) !important;
  transition: none !important;
}

.cta-box-btn:hover .elementor-button,
.cta-box-btn .elementor-button:hover,
.cta-box-btn .elementor-button:focus-visible {
  background: var(--parus-green) !important;
  border-color: var(--parus-green) !important;
  color: #FFFFFF !important;
}

.cta-box-btn .elementor-button::before {
  display: none !important;
}

/* Refined homepage CTA proportions and contained directional arrow. */
.elementor-11 .elementor-element.elementor-element-68bd3c4 {
  --padding-top: clamp(64px, 7vw, 96px);
  --padding-bottom: clamp(40px, 5vw, 64px);
}

.elementor-11 .elementor-element.elementor-element-68bd3c4 > .e-con-inner {
  max-width: 1320px;
}

.elementor-11 .elementor-element.elementor-element-302e779 {
  align-items: stretch !important;
  display: grid !important;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  min-height: 510px;
  overflow: hidden;
  padding: 0 56px 0 28px !important;
}

.elementor-11 .elementor-element.elementor-element-df9fcef,
.elementor-11 .elementor-element.elementor-element-e6f2f67 {
  min-width: 0;
  width: 100% !important;
}

.elementor-11 .elementor-element.elementor-element-df9fcef {
  align-items: flex-end;
  justify-content: center;
}

.elementor-11 .elementor-element.elementor-element-076289d,
.elementor-11 .elementor-element.elementor-element-076289d > .elementor-widget-container {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.elementor-11 .elementor-element.elementor-element-076289d.cta-box-image img {
  aspect-ratio: auto !important;
  display: block;
  height: auto !important;
  max-height: 500px;
  object-fit: contain !important;
  object-position: center bottom;
  width: auto !important;
}

.elementor-11 .elementor-element.elementor-element-e6f2f67 {
  align-self: center;
  justify-content: center;
  padding: clamp(48px, 5vw, 72px) 0 clamp(44px, 5vw, 68px) clamp(34px, 4vw, 64px) !important;
}

.elementor-11 .elementor-element.elementor-element-13d5f8c .elementor-heading-title {
  font-size: clamp(42px, 4vw, 60px) !important;
  line-height: 1.08 !important;
  max-width: 780px;
}

.elementor-11 .elementor-element.elementor-element-fdef899 {
  max-width: 720px;
}

.elementor-11 .elementor-element.elementor-element-fdef899 > .elementor-widget-container {
  margin-bottom: 24px !important;
}

.elementor-11 .elementor-element.elementor-element-fdef899 p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.elementor-11 .elementor-element.elementor-element-eedb919.cta-box-btn {
  display: inline-flex;
  max-width: 100%;
  padding-right: 104px;
  position: relative;
  width: max-content !important;
}

.elementor-11 .elementor-element.elementor-element-eedb919.cta-box-btn::before {
  animation: parus-cta-arrow 1.8s ease-in-out infinite alternate !important;
  background-size: contain;
  height: 38px;
  left: auto !important;
  pointer-events: none;
  right: 10px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
}

@keyframes parus-cta-arrow {
  from { transform: translate(0, -50%); }
  to { transform: translate(8px, -50%); }
}

@media (max-width: 1024px) {
  .elementor-11 .elementor-element.elementor-element-302e779 {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    min-height: 450px;
    padding-right: 34px !important;
  }

  .elementor-11 .elementor-element.elementor-element-076289d.cta-box-image img {
    max-height: 440px;
  }

  .elementor-11 .elementor-element.elementor-element-13d5f8c .elementor-heading-title {
    font-size: clamp(36px, 5vw, 48px) !important;
  }
}

@media (max-width: 767px) {
  .elementor-11 .elementor-element.elementor-element-302e779 {
    display: flex !important;
    flex-direction: column-reverse;
    min-height: 0;
    padding: 0 24px !important;
  }

  .elementor-11 .elementor-element.elementor-element-e6f2f67 {
    padding: 38px 0 20px !important;
  }

  .elementor-11 .elementor-element.elementor-element-13d5f8c .elementor-heading-title {
    font-size: 36px !important;
  }

  .elementor-11 .elementor-element.elementor-element-076289d.cta-box-image img {
    max-height: 360px;
  }

  .elementor-11 .elementor-element.elementor-element-eedb919.cta-box-btn {
    padding-right: 0;
  }

  .elementor-11 .elementor-element.elementor-element-eedb919.cta-box-btn::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-11 .elementor-element.elementor-element-eedb919.cta-box-btn::before {
    animation: none !important;
  }
}

/* Compact Yandex rating card in the about section */
.elementor-11 .elementor-element.elementor-element-6384ad6 {
    --gap: 0 !important;
    --width: 245px !important;
    border: 1px solid rgba(0, 130, 145, .08);
    box-shadow: none !important;
    left: 10px !important;
    max-width: calc(100% - 36px) !important;
    overflow: hidden !important;
    padding: 24px !important;
    right: auto !important;
    top: 18px !important;
    width: 245px !important;
}

.elementor-11 .elementor-element.elementor-element-6384ad6 > .elementor-element-0bc0286,
.elementor-11 .elementor-element.elementor-element-6384ad6 > .elementor-element-4071225,
.elementor-11 .elementor-element.elementor-element-6384ad6 > .elementor-element-6d918a3 {
    display: none !important;
}

.parus-about-yandex-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.parus-about-yandex-brand {
    align-items: center;
    display: flex;
}

.parus-about-yandex-brand img {
    display: block;
    height: auto;
    width: 102px;
}

.parus-about-yandex-rating {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-top: 18px;
}

.parus-about-yandex-rating strong {
    color: #262626;
    font-family: "El Messiri", sans-serif;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .9;
}

.parus-about-yandex-rating-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.parus-about-yandex-rating-copy span {
    color: var(--e-global-color-accent, #f2aa00);
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
}

.parus-about-yandex-rating-copy small {
    color: #858585;
    font-size: 10px;
    line-height: 1.25;
    white-space: nowrap;
}

.parus-about-yandex-card p {
    border-top: 1px solid rgba(38, 38, 38, .12);
    color: #858585 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 15px 0 0 !important;
    padding-top: 13px;
}

@media (max-width: 767px) {
    .elementor-11 .elementor-element.elementor-element-6384ad6 {
        left: 10px !important;
        max-width: calc(100% - 16px) !important;
        padding: 16px !important;
        top: 8px !important;
        width: 210px !important;
    }

    .parus-about-yandex-brand img {
        width: 88px;
    }

    .parus-about-yandex-card p {
        font-size: 11px !important;
    }

    .parus-about-yandex-rating {
        gap: 10px;
        margin-top: 16px;
    }

    .parus-about-yandex-rating strong {
        font-size: 40px;
    }

    .parus-about-yandex-rating-copy span {
        font-size: 12px;
        letter-spacing: .5px;
    }

    .parus-about-yandex-rating-copy small {
        font-size: 9px;
    }
}

/* LATEST POST/BLOG links are typographic actions, not filled buttons. */
.elementor-element-2e06932 .elementskit-btn,
.elementor-element-2e06932 .elementskit-btn:hover,
.elementor-element-2e06932 .elementskit-btn:focus-visible {
  padding: 0 !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.elementor-element-2e06932 .elementskit-btn {
  color: var(--parus-green) !important;
}

.elementor-element-2e06932 .elementskit-btn:hover,
.elementor-element-2e06932 .elementskit-btn:focus-visible {
  color: #262626 !important;
}

.elementor-element-2e06932 .elementskit-btn svg,
.elementor-element-2e06932 .elementskit-btn svg path {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: none !important;
}

/* Application/partner band. */
.elementor-element-b0f201b {
  background: var(--parus-green) !important;
}

.elementor-element-b0f201b .elementor-element-02f9913 .elementor-heading-title,
.elementor-element-b0f201b .elementor-element-70ba1b7,
.elementor-element-b0f201b .elementor-element-70ba1b7 p {
  color: #FFFFFF !important;
}

.elementor-element-b0f201b .partner-logo-image img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* Green eyebrows only for the requested light homepage sections. */
.elementor-11 .elementor-element-053c76b .elementor-heading-title,
.elementor-11 .elementor-element-c543406 .elementor-heading-title,
.elementor-11 .elementor-element-803bb48 .elementor-heading-title,
.elementor-11 .elementor-element-2cc42e9 .elementor-heading-title,
.elementor-11 .elementor-element-f1264ae .elementor-heading-title,
.elementor-11 .elementor-element-07ef33b .elementor-heading-title,
.elementor-11 .elementor-element-c37b262 .elementor-heading-title {
  color: var(--parus-green) !important;
}

/* Green eyebrows requested for the About and Appointment sections. */
.elementor-element-bbfc8d3 .elementor-heading-title,
.elementor-element-19e8204 .elementor-heading-title {
  color: var(--parus-green) !important;
}

.elementor-11 .elementor-element-053c76b .elementor-heading-title::before,
.elementor-11 .elementor-element-c543406 .elementor-heading-title::before,
.elementor-11 .elementor-element-803bb48 .elementor-heading-title::before,
.elementor-11 .elementor-element-2cc42e9 .elementor-heading-title::before,
.elementor-11 .elementor-element-f1264ae .elementor-heading-title::before,
.elementor-11 .elementor-element-07ef33b .elementor-heading-title::before,
.elementor-11 .elementor-element-c37b262 .elementor-heading-title::before {
  filter: none !important;
}

.elementor-element-bbfc8d3 .elementor-heading-title::before,
.elementor-element-19e8204 .elementor-heading-title::before {
  filter: none !important;
}

/* Services: wider heading column and informative hover state. */
@media (min-width: 1025px) {
  .elementor-element-6a69fb2 {
    --width: calc(75% - 5px) !important;
    max-width: calc(75% - 5px) !important;
    width: calc(75% - 5px) !important;
  }

  .elementor-element-461808b {
    --width: calc(25% - 5px) !important;
    max-width: calc(25% - 5px) !important;
    width: calc(25% - 5px) !important;
  }
}

.parus-service-card {
  isolation: isolate;
  position: relative;
}

.parus-service-card .service-item a::before {
  transition: opacity 300ms ease;
}

.parus-service-description {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  left: 30px;
  line-height: 1.48;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 104px;
  transform: translateY(12px);
  transition: opacity 300ms ease, transform 300ms ease;
  z-index: 3;
}

.parus-service-card > .elementor-widget-heading,
.parus-service-card > .e-con {
  z-index: 4;
}

.parus-service-card:hover .service-item a::before,
.parus-service-card:focus-within .service-item a::before {
  opacity: 0.78;
}

.parus-service-card:hover .parus-service-description,
.parus-service-card:focus-within .parus-service-description {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .parus-service-card .service-item a::before {
    opacity: 0.76;
  }

  .parus-service-description {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .parus-service-description {
    font-size: 13px;
    left: 24px;
    right: 24px;
    top: 96px;
  }
}


/* Dark footer: continues the calm, high-contrast tone of the former CTA. */
.elementor-1883 .elementor-element.elementor-element-d9ba1cf,
.elementor-1883 .elementor-element.elementor-element-d9ba1cf:not(.elementor-motion-effects-element-type-background) {
  background-color: #262626 !important;
}

.elementor-1883 .elementor-element.elementor-element-d9ba1cf,
.elementor-1883 .elementor-element.elementor-element-d9ba1cf :is(
  h1, h2, h3, h4, h5, h6, p, a,
  .elementor-heading-title,
  .elementor-icon-box-title,
  .elementor-icon-box-title a,
  .elementor-icon-box-description,
  .elementor-widget-text-editor,
  .ekit-copyright-wrapper,
  .ekit-copyright-wrapper a,
  .ekit-vertical-navbar-nav > li > a,
  .parus-brand-copy
) {
  color: #FFFFFF !important;
}

.elementor-1883 .elementor-element.elementor-element-d9ba1cf svg,
.elementor-1883 .elementor-element.elementor-element-d9ba1cf svg path {
  color: #FFFFFF !important;
  fill: currentColor !important;
}

.elementor-1883 .elementor-element.elementor-element-d9ba1cf .elementor-element-aaa4a28 {
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.elementor-1883 .elementor-element.elementor-element-d9ba1cf a:hover,
.elementor-1883 .elementor-element.elementor-element-d9ba1cf a:focus-visible,
.elementor-1883 .elementor-element.elementor-element-d9ba1cf .ekit-vertical-navbar-nav > li > a:hover {
  color: var(--parus-yellow) !important;
}

/* Balanced footer contact layout. */
.elementor-1883 .elementor-element.elementor-element-e366c79 {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  gap: clamp(36px, 6vw, 90px);
}

.elementor-1883 .elementor-element.elementor-element-b3cd684,
.elementor-1883 .elementor-element.elementor-element-93d4c92 {
  min-width: 0;
  width: 100% !important;
}

.elementor-1883 .elementor-element.elementor-element-28bb292 {
  margin-top: auto;
}

.elementor-1883 .elementor-element.elementor-element-9eabd1e {
  max-width: 720px !important;
  width: 100% !important;
}

.parus-footer-contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
}

.parus-footer-contact-label {
  color: var(--parus-yellow);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.elementor-1883 .parus-footer-contact-link {
  color: #FFFFFF !important;
  font-family: "Mulish", sans-serif;
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.elementor-1883 .parus-footer-email {
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 500;
  margin-top: 8px;
}

.parus-footer-messengers {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.elementor-1883 .parus-footer-messenger {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #FFFFFF !important;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 42px;
}

.parus-footer-messenger i {
  font-size: 19px;
}

.parus-footer-messenger img {
  display: block;
  height: 19px;
  object-fit: contain;
  width: 19px;
}

.elementor-1883 .parus-footer-messenger:hover,
.elementor-1883 .parus-footer-messenger:focus-visible {
  background: var(--parus-green);
  border-color: var(--parus-green);
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

.elementor-1883 .elementor-element.elementor-element-aaa4a28 {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .elementor-1883 .elementor-element.elementor-element-e366c79 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .parus-footer-contact-card {
    height: auto;
  }
}

@media (max-width: 767px) {
  .elementor-1883 .elementor-element.elementor-element-02a826e .elementor-heading-title {
    font-size: 32px !important;
  }

  .parus-footer-contact-card {
    border-radius: 14px;
    padding: 22px;
  }

  .elementor-1883 .elementor-element.elementor-element-aaa4a28 {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .elementor-element-4ce7566 .elementor-heading-title {
    font-size: 44px !important;
  }
}

/* Preserve the editorial line breaks of the hero statement on wide screens. */
.elementor-11 .elementor-element.elementor-element-6ebf1ac:not(.elementor-motion-effects-element-type-background),
.elementor-11 .elementor-element.elementor-element-6ebf1ac > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image:
    linear-gradient(90deg, rgba(24, 31, 30, 0.86) 0%, rgba(24, 31, 30, 0.72) 38%, rgba(24, 31, 30, 0.30) 58%, rgba(24, 31, 30, 0.04) 76%),
    url("../images/hero-parus-main.webp") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 1025px) {
  .elementor-11 .elementor-element.elementor-element-6ebf1ac:not(.elementor-motion-effects-element-type-background),
  .elementor-11 .elementor-element.elementor-element-6ebf1ac > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-position: left center !important;
    background-size: 104% auto !important;
  }
}

/* Homepage section sequence: hero, trust, services, about, then the remaining sections. */
.elementor-11 {
  display: flex;
  flex-direction: column;
}

.elementor-11 > .e-parent {
  order: 10;
}

.elementor-11 > .elementor-element-6ebf1ac {
  order: 1;
}

.elementor-11 > .elementor-element-c6c3dde {
  order: 2;
}

.elementor-11 > .elementor-element-e77d835 {
  order: 3;
}

.elementor-11 > .elementor-element-5ecfeb3 {
  order: 4;
}

.elementor-11 > .parus-specialists-section {
  order: 5;
  width: 100%;
}

.elementor-11 > .elementor-element-029f648 {
  order: 6;
  --padding-bottom: 50px !important;
}

.elementor-11 > .parus-about-cta-copy {
  order: 8;
  width: 100%;
}

/* Tighten the transition from the process section into the homepage CTA. */
.elementor-11 > .parus-about-cta-copy .elementor-element.elementor-element-3b940c4 {
  --padding-top: 40px !important;
}

@media (max-width: 767px) {
  .elementor-11 > .elementor-element-029f648 {
    --padding-bottom: 35px !important;
  }

  .elementor-11 > .parus-about-cta-copy .elementor-element.elementor-element-3b940c4 {
    --padding-top: 25px !important;
  }
}

.elementor-11 > .elementor-element-2199757 {
  order: 7;
  --padding-bottom: 100px !important;
}

/* Remove the empty trailing Elementor spacer below homepage reviews. */
.elementor-11 > .elementor-element-2199757 .elementor-element-ea00591 {
  display: none !important;
}

/* Keep the About Us CTA arrow beside the button instead of over it. */
.parus-about-cta-copy .elementor-element-2aea8a7.cta-box-btn {
  display: inline-flex;
  max-width: 100%;
  padding-right: 104px;
  position: relative;
  width: max-content !important;
}

.parus-about-cta-copy .elementor-element-2aea8a7.cta-box-btn::before {
  animation: parus-cta-arrow 1.8s ease-in-out infinite alternate !important;
  background-size: contain;
  height: 38px;
  left: auto !important;
  pointer-events: none;
  right: 10px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
}

/* Keep the CTA portrait aligned to the height of the text column. */
.elementor-element.elementor-element-52a597a.cta-box-image img {
  object-fit: contain !important;
  object-position: center bottom !important;
}

@media (min-width: 768px) {
  .parus-about-cta-copy .elementor-element.elementor-element-cf567f1 {
    align-items: stretch !important;
  }

  .parus-about-cta-copy .elementor-element.elementor-element-4d3563f {
    align-self: stretch !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .parus-about-cta-copy .elementor-element.elementor-element-52a597a,
  .parus-about-cta-copy .elementor-element.elementor-element-52a597a > .elementor-widget-container {
    height: 100% !important;
  }

  .parus-about-cta-copy .elementor-element.elementor-element-52a597a {
    flex: 1 1 auto !important;
  }

  .parus-about-cta-copy .elementor-element.elementor-element-52a597a > .elementor-widget-container {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .parus-about-cta-copy .elementor-element.elementor-element-52a597a.cta-box-image img {
    width: auto !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
  }
}

@media (max-width: 767px) {
  .parus-about-cta-copy .elementor-element.elementor-element-52a597a.cta-box-image img {
    aspect-ratio: 4 / 5 !important;
    width: min(100%, 360px) !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .parus-about-cta-copy .elementor-element-2aea8a7.cta-box-btn {
    padding-right: 0;
  }

  .parus-about-cta-copy .elementor-element-2aea8a7.cta-box-btn::before {
    display: none;
  }
}

/* Specialists: a calm editorial introduction with a staggered 3+2 card grid. */
.parus-specialists-section {
  background: #f7f8f7;
  padding: 120px 20px;
}

.parus-specialists-inner {
  align-items: start;
  display: grid;
  gap: clamp(48px, 6vw, 90px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(620px, 1.28fr);
  margin: 0 auto;
  max-width: 1300px;
}

.parus-team-intro {
  position: sticky;
  top: 120px;
}

.parus-team-eyebrow {
  align-items: center;
  color: var(--parus-green);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
}

.parus-team-eyebrow::before {
  background: var(--parus-green);
  border-radius: 50%;
  content: "";
  flex: 0 0 7px;
  height: 7px;
  width: 7px;
}

.parus-team-intro > h2 {
  color: #262626;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: var(--e-global-typography-primary-font-weight);
  letter-spacing: normal;
  line-height: 1.08;
  margin: 0 0 26px;
}

@media (max-width: 767px) {
  .parus-team-intro > h2 {
    font-size: 36px;
    line-height: 1.12;
  }
}

.parus-team-lead {
  color: #5f6463;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.parus-team-choose,
.parus-specialist-book {
  align-items: center;
  background: var(--parus-orange);
  border: 1px solid var(--parus-orange);
  border-radius: 14px;
  color: #ffffff !important;
  display: inline-flex;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.parus-team-choose:hover,
.parus-team-choose:focus-visible,
.parus-specialist-book:hover,
.parus-specialist-book:focus-visible {
  background: var(--parus-green);
  border-color: var(--parus-green);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.parus-team-cards {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.parus-team-column {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}

.parus-team-column-offset {
  padding-top: 150px;
}

.parus-specialist-card {
  background: #ffffff;
  border: 1px solid rgba(0, 130, 145, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(32, 49, 47, 0.08);
  display: flex;
  flex-direction: column;
  height: 620px;
  min-width: 0;
  overflow: hidden;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.parus-specialist-card:hover {
  box-shadow: 0 24px 58px rgba(32, 49, 47, 0.13);
  transform: translateY(-5px);
}

.parus-specialist-photo {
  flex: 0 0 340px;
  height: 340px;
  overflow: hidden;
}

.parus-specialist-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transition: transform 450ms ease;
  width: 100%;
}

.parus-specialist-card:hover .parus-specialist-photo img {
  transform: scale(1.035);
}

.parus-specialist-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 24px 24px 25px;
}

.parus-specialist-body h3 {
  color: #262626;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.13;
  margin: 0 0 11px;
}

.parus-specialist-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #676c6b;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 20px;
  overflow: hidden;
  overflow-wrap: break-word;
}

.parus-specialist-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: auto;
}

.parus-specialist-more {
  color: var(--parus-green) !important;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.parus-specialist-more:hover,
.parus-specialist-more:focus-visible {
  color: #262626 !important;
}

.parus-specialist-book {
  border-radius: 12px;
  font-size: 14px;
  margin-left: auto;
  min-height: 44px;
  padding: 10px 17px;
}

@media (max-width: 1180px) {
  .parus-specialists-inner {
    gap: 50px;
    grid-template-columns: 1fr;
  }

  .parus-team-intro {
    max-width: 820px;
    position: static;
  }

  .parus-team-column-offset {
    padding-top: 28px;
  }

  .parus-specialist-card {
    height: 630px;
  }
}

@media (max-width: 767px) {
  .parus-specialists-section {
    padding: 78px 20px;
  }

  .parus-team-cards {
    grid-template-columns: 1fr;
  }

  .parus-team-column,
  .parus-team-column-offset {
    display: contents;
    padding-top: 0;
  }

  #elena-makharlamova { order: 1; }
  #elena-ovchinnikova { order: 2; }
  #alla-vestova { order: 3; }
  #kristina-vasina { order: 4; }
  #evgeniya-komlichenko { order: 5; }

  .parus-specialist-card {
    height: 620px;
    max-width: 480px;
    width: 100%;
  }

  .parus-specialist-photo {
    flex-basis: 330px;
    height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parus-specialist-card,
  .parus-specialist-photo img,
  .parus-team-choose,
  .parus-specialist-book {
    transition: none !important;
  }
}

/* Keep the complete hero composition inside a common laptop viewport. */
.elementor-element-6ebf1ac {
  --padding-top: 210px !important;
  --padding-bottom: 25px !important;
}

@media (min-width: 1025px) {
  .elementor-element-6ebf1ac {
    --margin-top: -129px !important;
  }
}

.elementor-element-678f07d {
  max-width: 790px !important;
  width: 790px !important;
}

.elementor-element-678f07d .elementor-heading-title {
  font-size: clamp(56px, 3.85vw, 72px) !important;
  line-height: 1.16 !important;
}

.parus-hero-title-line {
  display: block;
  white-space: nowrap;
}

/* Give the longer Russian CTA breathing room and keep the proof point nearby. */
.elementor-element-ea98ae1 .elementor-button {
  min-width: 300px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.elementor-element-c30c555 {
  flex: 0 0 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}

.elementor-element-ea98ae1 {
  flex: 0 0 auto !important;
  height: auto !important;
  max-width: 300px !important;
  min-height: 0 !important;
  width: 300px !important;
}

.elementor-element-6440fb7 {
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
}

.elementor-element-b1cccd7 {
  align-items: center !important;
  align-self: center !important;
  flex: 1 1 auto !important;
  margin-left: 0 !important;
  max-width: 380px;
}

.elementor-element-6110a48,
.elementor-element-bfccf86 {
  flex: 1 1 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-element-bfccf86 .number-percentage-wraper {
  font-size: 17px !important;
  line-height: 1.45;
}

.elementor-element-32210bc {
  --padding-top: 28px !important;
  --padding-bottom: 8px !important;
}

.hero-list .elementor-icon-list-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  line-height: 1 !important;
  overflow: visible !important;
  padding: 0 !important;
  flex: 0 0 28px;
  width: 28px;
}

.hero-list .elementor-icon-list-icon i {
  align-items: center;
  color: var(--parus-yellow) !important;
  display: flex !important;
  font-size: 13px;
  height: 28px;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 28px !important;
}

.hero-list .elementor-icon-list-icon i::before {
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .elementor-element-6ebf1ac {
    --padding-top: 180px !important;
    --padding-bottom: 30px !important;
  }

  .elementor-element-32210bc {
    --padding-top: 20px !important;
  }

  .elementor-11 .elementor-element.elementor-element-6ebf1ac:not(.elementor-motion-effects-element-type-background),
  .elementor-11 .elementor-element.elementor-element-6ebf1ac > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image:
      linear-gradient(90deg, rgba(24, 31, 30, 0.88) 0%, rgba(24, 31, 30, 0.72) 62%, rgba(24, 31, 30, 0.30) 100%),
      url("../images/hero-parus-main.webp") !important;
    background-position: 58% center !important;
  }

  .elementor-element-678f07d {
    max-width: 100% !important;
    width: 100% !important;
  }

  .elementor-element-678f07d .elementor-heading-title {
    font-size: 42px !important;
  }

  .parus-hero-title-line {
    white-space: normal;
  }

  .elementor-element-ea98ae1 .elementor-button {
    min-width: 0;
    width: 100%;
  }

  .elementor-element-c30c555,
  .elementor-element-ea98ae1 {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .elementor-element-6440fb7 {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .elementor-element-b1cccd7 {
    align-self: stretch !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .parus-brand-name {
    font-size: 12px;
  }

  .parus-brand-name small,
  .parus-brand-tagline {
    font-size: 8px;
  }

  .elementor-widget-image .elementor-widget-container:has(> img.wp-image-2069) {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Keep the supplied square mark optically balanced in the existing header/footer. */
.ata-site-logo-img {
  width: 68px !important;
  height: 68px !important;
  object-fit: contain;
}

img.wp-image-996,
img.wp-image-2069 {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain;
}

/* Primary interaction palette. */
.elementor-button,
.btn-default,
.ekit-btn,
.elementskit-btn,
button:not(.elementskit-menu-hamburger):not(.elementskit-menu-close),
input[type="submit"] {
  background-color: var(--parus-orange) !important;
  border-color: var(--parus-orange) !important;
  color: #FFFFFF !important;
}

.elementor-button:hover,
.elementor-button:focus-visible,
.btn-default:hover,
.btn-default:focus-visible,
.ekit-btn:hover,
.ekit-btn:focus-visible,
.elementskit-btn:hover,
.elementskit-btn:focus-visible,
button:not(.elementskit-menu-hamburger):not(.elementskit-menu-close):hover,
button:not(.elementskit-menu-hamburger):not(.elementskit-menu-close):focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible {
  background-color: var(--parus-green) !important;
  border-color: var(--parus-green) !important;
  color: #FFFFFF !important;
}

.elementor-button::before,
.btn-default::before {
  background-color: var(--parus-green) !important;
}

.elementor-button svg,
.elementor-button svg path,
.btn-default svg,
.btn-default svg path,
.ekit-btn svg,
.ekit-btn svg path,
.elementskit-btn svg,
.elementskit-btn svg path {
  color: #FFFFFF !important;
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

/* Icon cards retain the orange base and turn green on interaction. */
.why-choose-item .elementskit-info-box-icon::before,
.service-benefit-box-item .elementskit-info-box-icon::before,
.therapeutic-approach-item .elementskit-info-box-icon::before,
.contact-info-item .elementskit-info-box-icon::before,
.how-work-step-no::before,
.therapy-step-item .ekit-icon-box-badge .ekit-badge::before {
  background: var(--parus-green) !important;
}

/* White canvas for the "Как всё проходит" section. */
.elementor-11 .elementor-element.elementor-element-029f648,
.elementor-11 .elementor-element.elementor-element-029f648:not(.elementor-motion-effects-element-type-background),
.elementor-11 .elementor-element.elementor-element-029f648 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #FFFFFF !important;
  background-image: none !important;
}

/* Clear typographic hierarchy in the "Почему выбирают нас" section. */
.elementor-11 .elementor-element.elementor-element-c466173 .elementskit-info-box-title {
  font-size: clamp(14px, 1vw, 17px) !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}

.elementor-11 .elementor-element.elementor-element-8489ec3 .elementor-heading-title {
  font-size: clamp(26px, 2vw, 32px) !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
}

@media (max-width: 1024px) {
  .elementor-11 .elementor-element.elementor-element-c466173 .elementskit-info-box-title {
    font-size: 16px !important;
    white-space: normal;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--parus-yellow);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .ata-site-logo-img {
    width: 58px !important;
    height: 58px !important;
  }
}
/* Contact page */
.contact-intro,
.contact-details,
.contact-map-section {
    padding: 110px 20px;
}

.contact-page-header + .contact-intro,
.contact-page-main > .services-alt-hero + .contact-intro {
    padding-top: 100px;
}

.contact-page-main > .services-alt-hero {
    margin-bottom: 0;
}

.contact-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .62fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: center;
}

.contact-intro-copy h2,
.contact-details-heading h2,
.contact-map-heading h2 {
    color: #202020;
    font-family: "El Messiri", serif;
    font-weight: 500;
    line-height: 1.08;
}

.contact-intro-copy h2 {
    max-width: 760px;
    margin: 0 0 28px;
    font-size: clamp(34px, 2.6vw, 44px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.contact-intro-text {
    max-width: 720px;
    color: #525252;
    font-size: 18px;
    line-height: 1.75;
}

.contact-intro-text p {
    margin: 0 0 15px;
}

.contact-primary-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.contact-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #008291;
    font-weight: 700;
    text-decoration: none;
}

.contact-text-link:hover,
.contact-text-link:focus-visible {
    color: #202020;
}

.contact-intro-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #f0f7f6;
}

.contact-intro-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.contact-intro-image figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    border-radius: 14px;
    background: rgba(32, 32, 32, .88);
    color: #fff;
    font-size: 14px;
    backdrop-filter: blur(8px);
}

.contact-intro-image figcaption span {
    color: #efc949;
    font-family: "El Messiri", serif;
    font-weight: 700;
    letter-spacing: .08em;
}

.contact-details {
    background: #f0f7f6;
}

.contact-details-heading {
    max-width: 790px;
    margin-bottom: 50px;
}

.contact-details-heading h2,
.contact-map-heading h2 {
    margin: 0;
    font-size: clamp(34px, 2.6vw, 44px) !important;
    line-height: 1.15 !important;
}

.contact-map-heading h2 {
    font-size: clamp(34px, 2.6vw, 44px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.contact-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.contact-detail-card {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 22px;
    min-height: 230px;
    padding: 34px;
    border: 1px solid rgba(0, 130, 145, .16);
    border-radius: 22px;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.contact-detail-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 130, 145, .42);
    box-shadow: 0 18px 45px rgba(25, 69, 73, .09);
}

.contact-detail-icon {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border-radius: 50%;
    background: #efc949;
    color: #008291;
    font-size: 21px;
}

.contact-detail-card:hover .contact-detail-icon {
    background: #008291;
    color: #fff;
}

.contact-detail-label {
    margin: 2px 0 8px;
    color: #008291;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.contact-detail-card h3 {
    margin: 0 0 12px;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: clamp(25px, 2.2vw, 34px);
    line-height: 1.18;
}

@media (min-width: 992px) {
    .contact-detail-card-online h3 {
        font-size: clamp(22px, 1.7vw, 29px);
        white-space: nowrap;
    }
}

.contact-detail-card h3 a,
.contact-detail-card > div > a {
    color: inherit;
    text-decoration: none;
}

.contact-detail-card p:not(.contact-detail-label) {
    margin: 0;
    color: #5c6262;
    line-height: 1.65;
}

.contact-detail-card > div > a {
    display: inline-block;
    margin-top: 16px;
    color: #008291;
    font-weight: 700;
}

.contact-messengers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    padding: 22px 28px;
    border-radius: 18px;
    background: #008291;
    color: #fff;
}

.contact-messengers > span {
    margin-right: auto;
    font-family: "El Messiri", serif;
    font-size: 24px;
    font-weight: 600;
}

.contact-messengers a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
}

.contact-messengers a img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.contact-messengers a:hover,
.contact-messengers a:focus-visible {
    border-color: #efc949;
    background: #efc949;
    color: #202020;
}

.contact-map-heading {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(280px, 430px);
    gap: 50px;
    align-items: end;
    margin-bottom: 42px;
}

@media (min-width: 768px) {
    .contact-intro-copy h2,
    .contact-details-heading h2,
    .contact-map-heading h2 {
        white-space: nowrap;
    }
}

.contact-map-heading > p {
    margin: 0 0 8px;
    color: #5c6262;
    font-size: 18px;
    line-height: 1.6;
}

.contact-map-frame {
    overflow: hidden;
    border-radius: 26px;
    background: #e8eeee;
    box-shadow: 0 22px 60px rgba(24, 48, 50, .1);
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: min(560px, 62vw);
    min-height: 420px;
    border: 0;
}

@media (max-width: 991px) {
    .contact-intro,
    .contact-details,
    .contact-map-section {
        padding: 80px 20px;
    }

    .contact-intro-grid {
        grid-template-columns: 1fr;
    }

    .contact-intro-image {
        max-width: 620px;
    }

    .contact-map-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .contact-intro,
    .contact-details,
    .contact-map-section {
        padding: 62px 15px;
    }

    .contact-details-grid {
        grid-template-columns: 1fr;
    }

    .contact-detail-card {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: auto;
        padding: 26px 22px;
    }

    .contact-detail-icon {
        width: 50px;
        height: 50px;
    }

    .contact-detail-card h3 a {
        overflow-wrap: anywhere;
    }

    .contact-messengers > span {
        flex: 1 0 100%;
    }

    .contact-map-frame iframe {
        height: 460px;
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-detail-card {
        transition: none;
    }
}

/* Service detail pages */
[data-service-href] {
    cursor: pointer;
}

[data-service-href]:focus-visible {
    outline: 3px solid #efc949;
    outline-offset: 4px;
}

.service-detail-content {
    padding: 100px 20px 120px;
    background: #fff;
}

.service-detail-page .services-alt-hero {
    margin-bottom: 0;
}

.service-detail-grid {
    display: grid;
    grid-template-columns: minmax(270px, 330px) minmax(0, 1fr);
    gap: clamp(42px, 5vw, 76px);
    align-items: start;
}

.service-detail-sidebar {
    position: static;
}

.service-side-nav {
    padding: 28px;
    border: 1px solid rgba(0, 130, 145, .13);
    border-radius: 24px;
    background: #f0f7f6;
}

.service-side-nav h2 {
    margin: 0 0 22px;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: 31px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.service-side-nav > div {
    display: grid;
    gap: 10px;
}

.service-side-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 13px 15px 13px 18px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: #fff;
    color: #353535;
    font-weight: 650;
    line-height: 1.35;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.service-side-link i {
    color: #008291;
    font-size: 13px;
}

.service-side-link:hover,
.service-side-link:focus-visible {
    transform: translateX(3px);
    border-color: rgba(0, 130, 145, .32);
    color: #008291;
}

.service-side-link.is-active {
    border-color: #008291;
    background: #008291;
    color: #fff;
}

.service-side-link.is-active i {
    color: #efc949;
}

.service-phone-card {
    margin-top: 22px;
    padding: 30px 28px;
    border-radius: 24px;
    background: #262626;
    color: #fff;
}

.service-phone-card > p {
    margin: 0 0 10px;
    color: #efc949;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.service-phone-card h2 {
    margin: 0 0 20px;
    color: #fff !important;
    font-family: "El Messiri", serif;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
}

.service-phone-card a {
    display: block;
    color: #fff;
    font-family: "El Messiri", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.service-phone-card a:hover,
.service-phone-card a:focus-visible {
    color: #efc949;
}

.service-phone-card span {
    display: block;
    margin-top: 11px;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.service-detail-article {
    min-width: 0;
}

.service-detail-image {
    margin: 0 0 54px;
    overflow: hidden;
    border-radius: 26px;
    background: #eef3f2;
}

.service-detail-image img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .6s ease;
}

.service-detail-image:hover img {
    transform: scale(1.025);
}

.service-copy-header h2,
.service-section-heading h2,
.service-situations h2,
.service-detail-cta h2 {
    color: #202020;
    font-family: "El Messiri", serif;
    font-weight: 500 !important;
    line-height: 1.08 !important;
}

.service-copy-header h2 {
    max-width: 890px;
    margin: 14px 0 28px;
    font-size: clamp(32px, 2.4vw, 38px) !important;
}

.service-lead-copy {
    color: #535b5b;
    font-size: 18px;
    line-height: 1.78;
}

.service-lead-copy p {
    margin: 0 0 17px;
}

.service-situations {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(330px, 1.15fr);
    gap: 45px;
    align-items: start;
    margin: 58px 0 90px;
    padding: 38px 40px;
    border-radius: 24px;
    background: #f0f7f6;
}

.service-situations h2 {
    margin: 12px 0 0;
    font-size: 24px !important;
}

.service-situations ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-situations li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #343b3b;
    line-height: 1.45;
}

.service-situations li i {
    display: grid;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #efc949;
    color: #008291;
    font-size: 11px;
}

.service-section-heading {
    max-width: 790px;
    margin-bottom: 38px;
}

.service-section-heading h2 {
    margin: 12px 0 0;
    font-size: clamp(34px, 2.7vw, 43px) !important;
}

.service-benefits,
.service-process,
.service-faq {
    margin-top: 90px;
}

.service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.service-benefit-card {
    padding: 34px;
    border: 1px solid rgba(0, 130, 145, .15);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(23, 60, 63, .065);
}

.service-benefit-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 50%;
    background: #efc949;
    color: #008291;
    font-size: 22px;
}

.service-benefit-card h3,
.service-process-step h3 {
    color: #202020;
    font-family: "El Messiri", serif;
    font-weight: 500;
}

.service-benefit-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.18;
}

.service-benefit-card p,
.service-process-step p {
    margin: 0;
    color: #5a6262;
    line-height: 1.65;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-process-step {
    position: relative;
    min-height: 285px;
    padding: 30px 26px;
    overflow: hidden;
    border-radius: 20px;
    background: #f5f5f2;
}

.service-process-step > span {
    display: block;
    margin-bottom: 48px;
    color: #008291;
    font-family: "El Messiri", serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.service-process-step > span::after {
    position: absolute;
    top: 49px;
    left: 78px;
    width: calc(100% - 104px);
    height: 1px;
    background: rgba(0, 130, 145, .25);
    content: "";
}

.service-process-step h3 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.18;
}

.service-faq-list {
    border-top: 1px solid #dce3e2;
}

.service-faq-item {
    border-bottom: 1px solid #dce3e2;
}

.service-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    list-style: none;
}

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

.service-faq-item summary > span {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #efc949;
}

.service-faq-item summary > span::before,
.service-faq-item summary > span::after {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 14px;
    height: 2px;
    background: #008291;
    content: "";
}

.service-faq-item summary > span::after {
    transform: rotate(90deg);
    transition: transform .2s ease;
}

.service-faq-item[open] summary > span::after {
    transform: rotate(0);
}

.service-faq-item > div {
    max-width: 830px;
    padding: 0 60px 24px 0;
    color: #596060;
    line-height: 1.7;
}

.service-faq-item > div p {
    margin: 0;
}

.service-detail-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    margin-top: 90px;
    padding: 38px 42px;
    border-radius: 24px;
    background: #ecac10;
}

.service-detail-cta .events-eyebrow {
    color: #fff !important;
}

.service-detail-cta .events-eyebrow::before {
    background: #fff !important;
}

.service-detail-cta h2 {
    max-width: 680px;
    margin: 11px 0 0;
    color: #fff;
    font-size: clamp(33px, 3vw, 46px) !important;
}

.service-detail-cta .elementor-button {
    background: #fff !important;
    color: #008291 !important;
    white-space: nowrap;
}

.service-detail-cta .elementor-button:hover,
.service-detail-cta .elementor-button:focus-visible {
    background: #008291 !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    .service-detail-grid {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 35px;
    }

    .service-side-nav {
        padding: 20px;
    }

    .service-side-link {
        padding-left: 13px;
        font-size: 14px;
    }

    .service-situations {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .service-process-grid {
        grid-template-columns: 1fr;
    }

    .service-process-step {
        min-height: auto;
    }
}

@media (max-width: 850px) {
    .service-detail-content {
        padding: 75px 20px 90px;
    }

    .service-detail-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-sidebar {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
        gap: 20px;
    }

    .service-phone-card {
        margin-top: 0;
    }

    .service-detail-sidebar .specialist-contact-form {
        grid-column: 1 / -1;
    }

    .service-benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .service-detail-content {
        padding: 60px 15px 75px;
    }

    .service-detail-sidebar {
        grid-template-columns: 1fr;
    }

    .service-copy-header h2 {
        font-size: 32px !important;
    }

    .service-detail-image {
        margin-bottom: 38px;
        border-radius: 18px;
    }

    .service-situations {
        margin: 45px 0 70px;
        padding: 28px 22px;
    }

    .service-benefits,
    .service-process,
    .service-faq {
        margin-top: 70px;
    }

    .service-detail-cta {
        grid-template-columns: 1fr;
        padding: 30px 24px;
    }

    .service-faq-item summary {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-detail-image img,
    .service-side-link,
    .service-faq-item summary > span::after {
        transition: none;
    }
}

/* Specialist detail pages */
.specialist-page-main > .services-alt-hero {
    margin-bottom: 0 !important;
}

.specialist-detail-content {
    padding-top: 100px;
}

.specialist-detail-sidebar {
    position: static;
    top: auto;
}

.specialist-contact-form {
    display: grid;
    gap: 18px;
    margin-top: 22px;
    padding: 30px 28px;
    border-radius: 24px;
    background: #262626;
    color: #fff;
}

.specialist-contact-form .events-eyebrow {
    margin: 0;
    color: #efc949 !important;
}

.specialist-contact-form .events-eyebrow::before {
    background: #efc949 !important;
}

.specialist-contact-form h2 {
    margin: 0 0 5px;
    color: #fff !important;
    font-family: "El Messiri", serif;
    font-size: 29px !important;
    font-weight: 500 !important;
    line-height: 1.14 !important;
}

.specialist-contact-form label {
    display: grid;
    gap: 7px;
}

.specialist-contact-form label span {
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    font-weight: 700;
}

.specialist-contact-form input:not([type="checkbox"]) {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    outline: 0;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.specialist-contact-form input:not([type="checkbox"]):focus {
    border-color: #efc949;
    box-shadow: 0 0 0 3px rgba(239, 201, 73, .16);
}

.specialist-contact-form button {
    min-height: 50px;
    margin-top: 3px;
    padding: 11px 16px;
    border: 0;
    border-radius: 10px;
    background: #ecac10;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    transition: background-color .2s ease, color .2s ease;
}

.specialist-contact-form button:hover,
.specialist-contact-form button:focus-visible {
    background: #fff;
    color: #008291;
}

.specialist-consent {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px !important;
    align-items: start;
    cursor: pointer;
}

.specialist-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #efc949;
}

.specialist-contact-form .specialist-consent span {
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.specialist-consent a {
    color: #efc949 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.specialist-consent a:hover,
.specialist-consent a:focus-visible {
    color: #fff !important;
}

.specialist-profile-intro {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
    column-gap: clamp(32px, 3.5vw, 48px);
    row-gap: 28px;
    align-items: center;
    margin-bottom: 72px;
}

.specialist-profile-intro figure {
    margin: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #eef3f2;
}

.specialist-profile-intro figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5.2;
    object-fit: cover;
    object-position: center top;
}

.specialist-profile-summary h2 {
    margin: 0 0 18px;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: clamp(38px, 3.3vw, 52px) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
}

.specialist-profile-summary > p:not(.events-eyebrow) {
    margin: 0 0 14px;
    color: #596060;
    font-size: 16px;
    line-height: 1.65;
}

.specialist-profile-summary .specialist-profile-role {
    color: #303737 !important;
    font-weight: 750;
}

.specialist-profile-facts {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    justify-self: stretch;
    width: 100%;
    margin: 8px 0 0;
}

.specialist-profile-facts > div {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 16px 17px;
    border: 1px solid rgba(0, 130, 145, .12);
    border-radius: 14px;
    background: #f0f7f6;
}

.specialist-profile-facts dt {
    color: #008291;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.specialist-profile-facts dd {
    margin: 0;
    color: #3f4747;
    font-size: 14px;
    line-height: 1.48;
}

.specialist-areas {
    align-items: start;
    margin-bottom: 90px;
}

.specialist-areas > div {
    align-self: start;
    padding-top: 2px;
}

.specialist-areas h2 {
    margin: 0;
    font-size: 28px !important;
    line-height: 1.1;
    text-align: left;
}

.specialist-page-details {
    display: grid;
    gap: 82px;
}

.specialist-credentials-section {
    min-width: 0;
}

.specialist-credentials-section > h3 {
    margin: 0 0 30px;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .specialist-areas h2 {
        font-size: 24px !important;
    }

    .specialist-credentials-section > h3 {
        font-size: 28px !important;
    }
}

.specialist-credentials-section > ol {
    display: grid;
    gap: 15px;
    margin: 0;
    padding-left: 25px;
    color: #535b5b;
    font-size: 17px;
    line-height: 1.72;
}

.specialist-credentials-section > ol li::marker {
    color: #ecac10;
    font-weight: 850;
}

.specialist-page-details .parus-specialist-documents-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.specialist-page-details .parus-specialist-document-preview {
    cursor: zoom-in;
}

.specialist-page-details .parus-specialist-document-preview img {
    height: 260px;
}

body.specialist-lightbox-open {
    overflow: hidden;
}

body.specialist-lightbox-open #magic-cursor {
    display: none !important;
}

.specialist-lightbox {
    width: min(1200px, calc(100vw - 40px));
    max-width: none;
    height: min(900px, calc(100vh - 40px));
    max-height: none;
    padding: 72px 84px 28px;
    border: 1px solid rgba(0, 130, 145, .14);
    border-radius: 24px;
    overflow: hidden;
    background: #fbfcfa;
    color: #262626;
    box-shadow: 0 28px 90px rgba(26, 54, 51, .22);
}

.specialist-lightbox::backdrop {
    background: rgba(41, 61, 58, .42);
    backdrop-filter: blur(7px);
}

.specialist-lightbox[open] {
    display: grid;
    place-items: center;
}

.specialist-lightbox figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 13px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 18px 18px 14px;
    border: 1px solid #e0e8e5;
    border-radius: 18px;
    place-items: center;
    overflow: hidden;
    background: #fff;
}

.specialist-lightbox figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 8px 30px rgba(32, 57, 54, .1);
}

.specialist-lightbox figcaption {
    color: #56615f;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.specialist-lightbox button {
    appearance: none;
    position: absolute;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(0, 130, 145, .2);
    border-radius: 50%;
    outline: 0;
    background: #fff;
    color: #008291;
    cursor: pointer;
    font-size: 0;
    box-shadow: 0 7px 22px rgba(34, 66, 62, .13);
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.specialist-lightbox button:hover,
.specialist-lightbox button:focus-visible {
    border-color: #008291;
    background: #edf7f5;
    box-shadow: 0 9px 26px rgba(34, 66, 62, .18);
}

.specialist-lightbox-close {
    top: 15px;
    right: 18px;
}

.specialist-lightbox-close::before,
.specialist-lightbox-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
}

.specialist-lightbox-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.specialist-lightbox-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.specialist-lightbox-prev,
.specialist-lightbox-next {
    top: 50%;
    transform: translateY(-50%);
}

.specialist-lightbox-prev { left: 20px; }
.specialist-lightbox-next { right: 20px; }

.specialist-lightbox-prev::before,
.specialist-lightbox-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
}

.specialist-lightbox-prev::before {
    transform: translate(-38%, -50%) rotate(-135deg);
}

.specialist-lightbox-next::before {
    transform: translate(-62%, -50%) rotate(45deg);
}

@media (max-width: 1100px) {
    .specialist-profile-intro {
        grid-template-columns: minmax(255px, .82fr) minmax(0, 1.18fr);
        gap: 32px;
    }

    .specialist-page-details .parus-specialist-documents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .specialist-contact-form {
        margin-top: 0;
    }

    .specialist-profile-intro {
        grid-template-columns: minmax(230px, .78fr) minmax(0, 1.22fr);
    }

    .specialist-profile-summary h2 {
        font-size: 38px !important;
    }
}

@media (max-width: 680px) {
    .specialist-profile-intro {
        grid-template-columns: 1fr;
        margin-bottom: 55px;
    }

    .specialist-profile-intro figure img {
        aspect-ratio: 4 / 4.7;
    }

    .specialist-profile-facts {
        grid-template-columns: 1fr;
    }

    .specialist-page-details {
        gap: 62px;
    }

    .specialist-page-details .parus-specialist-documents-grid {
        grid-template-columns: 1fr;
    }

    .specialist-page-details .parus-specialist-document-preview img {
        height: 300px;
    }

    .specialist-lightbox {
        width: calc(100vw - 16px);
        height: calc(100vh - 16px);
        padding: 66px 50px 18px;
        border-radius: 16px;
    }

    .specialist-lightbox figure {
        padding: 10px 10px 12px;
        border-radius: 12px;
    }

    .specialist-lightbox button {
        width: 42px;
        height: 42px;
    }

    .specialist-lightbox-close {
        top: 12px;
        right: 12px;
    }

    .specialist-lightbox-prev { left: 5px; }
    .specialist-lightbox-next { right: 5px; }
}

@media (prefers-reduced-motion: reduce) {
    .specialist-contact-form button {
        transition: none;
    }
}

/* Unified application modal: consultation, specialist, administrator and career forms. */
html.parus-form-modal-open,
body.parus-form-modal-open {
  overflow: hidden;
}

.parus-form-modal {
  align-items: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(236, 172, 16, 0.16), transparent 31%),
    rgba(14, 42, 45, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 28px;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 100001;
}

.parus-form-modal[hidden] {
  display: none;
}

.parus-form-modal.is-visible {
  opacity: 1;
}

.parus-form-modal__dialog {
  background: #ffffff;
  border: 1px solid rgba(0, 130, 145, 0.14);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(11, 35, 37, 0.28);
  max-height: min(850px, calc(100vh - 56px));
  max-width: 740px;
  overflow: auto;
  padding: clamp(26px, 3vw, 36px);
  position: relative;
  transform: translateY(14px) scale(0.985);
  transition: transform 180ms ease;
  width: 100%;
}

.parus-form-modal.is-visible .parus-form-modal__dialog {
  transform: translateY(0) scale(1);
}

.parus-form-modal__close {
  align-items: center;
  appearance: none;
  background: #ecac10 !important;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: background-color 160ms ease, transform 160ms ease;
  width: 38px;
}

.parus-form-modal__close span,
.parus-form-modal__close span::after {
  background: #ffffff !important;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
  width: 17px;
}

.parus-form-modal__close span::after {
  transform: rotate(90deg);
}

.parus-form-modal__close:hover {
  background: #008291 !important;
  transform: rotate(4deg);
}

.parus-form-modal__close:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.3);
  outline-offset: 3px;
}

.parus-form-modal__header {
  padding-right: 42px;
}

.parus-form-modal__eyebrow {
  align-items: center;
  color: #008291;
  display: flex;
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.13em;
  margin: 0 0 7px;
}

.parus-form-modal__eyebrow::before {
  background: #ecac10;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.parus-form-modal__header h2 {
  color: #222b2c !important;
  font-family: "El Messiri", serif !important;
  font-size: clamp(28px, 3.2vw, 36px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
  line-height: 1.05 !important;
  margin: 0 !important;
  white-space: nowrap;
}

.parus-form-modal__lead {
  color: #5b6868;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 9px 0 0;
  max-width: 610px;
}

.parus-modal-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.parus-modal-form__grid {
  display: grid;
  gap: 11px 13px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.parus-modal-field {
  display: grid;
  gap: 5px;
  margin: 0;
}

.parus-modal-field--wide {
  grid-column: 1 / -1;
}

.parus-modal-field > span {
  color: #354244;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.parus-modal-field > span small {
  color: #7b8584;
  font-size: 11px;
  font-weight: 500;
}

.parus-modal-field input:not([type="file"]),
.parus-modal-field textarea {
  appearance: none;
  background: #f7faf9;
  border: 1px solid #d9e5e3;
  border-radius: 10px;
  color: #222b2c;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  min-height: 46px;
  outline: none;
  padding: 10px 13px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.parus-modal-field textarea {
  min-height: 88px;
  resize: vertical;
}

.parus-modal-field input:not([type="file"]):hover,
.parus-modal-field textarea:hover {
  border-color: #b7d1ce;
}

.parus-modal-field input:not([type="file"]):focus,
.parus-modal-field textarea:focus {
  background: #ffffff;
  border-color: #008291;
  box-shadow: 0 0 0 3px rgba(0, 130, 145, 0.11);
}

.parus-modal-file {
  background: #f7faf9;
  border: 1px dashed #b8cecb;
  border-radius: 12px;
  padding: 11px 13px;
}

.parus-modal-file input[type="file"] {
  color: #536261;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  max-width: 100%;
}

.parus-modal-file input[type="file"]::file-selector-button {
  background: #e6f4f2;
  border: 0;
  border-radius: 8px;
  color: #006c78;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-weight: 750;
  margin-right: 10px;
  padding: 9px 12px;
}

.parus-modal-file > small {
  color: #798382;
  font-size: 11px;
}

.parus-modal-specialist {
  background: #edf7f6;
  border-left: 3px solid #ecac10;
  border-radius: 0 9px 9px 0;
  color: #405151;
  font-size: 13px;
  margin: -2px 0 0;
  padding: 8px 12px;
}

.parus-modal-specialist strong {
  color: #006c78;
}

.parus-modal-form .parus-form-consent {
  margin: 0;
}

.parus-modal-form .parus-form-consent span {
  color: #596564 !important;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
}

.parus-modal-form__submit {
  align-items: center;
  appearance: none;
  background: #008291;
  border: 0;
  border-radius: 9px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 48px;
  padding: 11px 20px;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
}

.parus-modal-form__submit:hover {
  background: #006e79;
  box-shadow: 0 10px 24px rgba(0, 130, 145, 0.18);
  transform: translateY(-1px);
}

.parus-modal-form__submit:focus-visible {
  outline: 3px solid rgba(236, 172, 16, 0.42);
  outline-offset: 3px;
}

.parus-modal-form__submit:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

.parus-modal-form .parus-form-legal {
  color: #77807f !important;
  font-family: "Mulish", sans-serif;
  font-size: 9.5px !important;
  line-height: 1.45 !important;
  margin: -3px 0 0 !important;
}

.parus-form-status {
  color: #536261;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.parus-form-status:empty {
  display: none;
}

.parus-form-status.is-success,
.parus-form-status.is-ready {
  background: #edf7f6;
  border-radius: 8px;
  color: #006e79;
  padding: 10px 12px;
}

.parus-form-status.is-error {
  background: #fff1ee;
  border-radius: 8px;
  color: #9a3628;
  padding: 10px 12px;
}

.parus-form-status.is-pending {
  color: #667371;
}

.parus-form-honeypot {
  height: 1px !important;
  left: -10000px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.parus-specialist-card[role="link"]:focus-visible {
  outline: 3px solid rgba(0, 130, 145, 0.34);
  outline-offset: 5px;
}

@media (max-width: 680px) {
  .parus-form-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .parus-form-modal__dialog {
    border-radius: 20px 20px 12px 12px;
    max-height: calc(100vh - 20px);
    padding: 23px 18px 20px;
  }

  .parus-form-modal__close {
    height: 36px;
    right: 13px;
    top: 13px;
    width: 36px;
  }

  .parus-form-modal__header {
    padding-right: 35px;
  }

  .parus-form-modal__header h2 {
    font-size: clamp(26px, 8vw, 32px) !important;
    white-space: normal;
  }

  .parus-modal-form__grid {
    grid-template-columns: 1fr;
  }

  .parus-modal-field--wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parus-form-modal,
  .parus-form-modal__dialog,
  .parus-form-modal__close,
  .parus-modal-form__submit {
    transition: none;
  }
}

/* Unified light header and compact page marker for internal pages. */
.services-alt-header-page {
    background: #fff;
}

.services-alt-header-page .services-alt-header {
    position: relative;
    z-index: 100;
    background: #fff;
    color: #202020;
    font-family: "Mulish", sans-serif;
}

.services-alt-shell {
    width: min(100% - 40px, 1600px);
    margin: 0 auto;
}

.services-alt-topbar {
    background: #008291;
    color: #fff;
}

.services-alt-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    min-height: 52px;
    align-items: center;
    font-size: 14px;
}

.services-alt-topbar-info,
.services-alt-topbar-contact,
.services-alt-socials {
    display: flex;
    align-items: center;
}

.services-alt-topbar-info {
    gap: 32px;
}

.services-alt-topbar-contact {
    gap: 22px;
}

.services-alt-topbar-info > span,
.services-alt-topbar-info > a,
.services-alt-phone {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.services-alt-topbar-info > a::before {
    width: 1px;
    height: 21px;
    margin-right: 24px;
    background: rgba(255,255,255,.42);
    content: "";
}

.services-alt-topbar i {
    color: #efc949;
}

.services-alt-socials {
    gap: 7px;
}

.services-alt-socials a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.services-alt-socials a i {
    color: inherit;
}

.services-alt-socials a:hover,
.services-alt-socials a:focus-visible {
    border-color: #efc949;
    background: #efc949;
    color: #202020;
}

.services-alt-phone {
    padding-left: 22px;
    border-left: 1px solid rgba(255,255,255,.42);
}

.services-alt-nav-row {
    background: #fff;
}

.services-alt-nav-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(25px, 3.5vw, 64px);
    min-height: 120px;
    align-items: center;
}

.services-alt-brand {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    color: #202020;
    text-decoration: none;
}

.services-alt-brand img {
    display: block;
    width: 78px;
    height: 70px;
    object-fit: contain;
}

.services-alt-brand > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.services-alt-brand strong {
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: 25px;
    letter-spacing: .03em;
}

.services-alt-brand small {
    color: #505757;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.services-alt-nav {
    min-width: 0;
}

.services-alt-nav ul {
    display: flex;
    justify-content: center;
    gap: clamp(13px, 1.45vw, 28px);
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-alt-nav a {
    position: relative;
    display: block;
    padding: 12px 0;
    color: #202020;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.services-alt-nav a::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: #ecac10;
    content: "";
    opacity: 0;
    transform: scaleX(.25);
    transition: opacity .2s ease, transform .2s ease;
}

.services-alt-nav a:hover,
.services-alt-nav a:focus-visible,
.services-alt-nav a.is-active {
    color: #008291;
}

.services-alt-nav a:hover::after,
.services-alt-nav a:focus-visible::after,
.services-alt-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.services-alt-book {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #ecac10;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease;
}

.services-alt-book:hover,
.services-alt-book:focus-visible {
    background: #008291;
    color: #fff;
    transform: translateY(-2px);
}

.services-alt-menu-toggle {
    display: none;
}

.services-alt-hero {
    position: relative;
    display: grid;
    min-height: 270px;
    margin: 0 20px 72px;
    overflow: hidden;
    place-items: center;
    border-radius: 34px;
    background: #f0f7f6;
    isolation: isolate;
}

.services-alt-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: radial-gradient(rgba(0,130,145,.1) 1px, transparent 1px);
    background-size: 24px 24px;
    content: "";
    opacity: .34;
    mask-image: linear-gradient(to bottom, transparent, #000 35%, #000 70%, transparent);
}

.services-alt-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 20px;
    text-align: center;
}

.services-alt-hero-content > p {
    margin: 0 0 13px;
    color: #008291;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .17em;
}

.services-alt-hero h1 {
    margin: 0 0 20px;
    color: #202020;
    font-family: "El Messiri", serif;
    font-size: clamp(48px, 5vw, 68px) !important;
    font-weight: 600 !important;
    line-height: .95 !important;
}

.services-alt-breadcrumb {
    display: inline-flex;
    gap: 13px;
    min-height: 46px;
    padding: 10px 19px;
    align-items: center;
    border-radius: 999px;
    background: #008291;
    color: #fff;
    font-weight: 700;
}

.services-alt-breadcrumb a,
.services-alt-breadcrumb span {
    color: #fff;
    text-decoration: none;
}

.services-alt-breadcrumb a:hover,
.services-alt-breadcrumb a:focus-visible {
    color: #efc949;
}

.services-alt-hero-shape {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgba(239, 201, 73, .22);
    filter: blur(2px);
}

.services-alt-hero-shape-left {
    bottom: -125px;
    left: -70px;
    width: 245px;
    height: 210px;
}

.services-alt-hero-shape-right {
    right: -60px;
    bottom: -115px;
    width: 220px;
    height: 210px;
    background: rgba(0, 130, 145, .15);
}

@media (max-width: 1260px) {
    .services-alt-topbar-inner {
        font-size: 13px;
    }

    .services-alt-nav-inner {
        gap: 24px;
    }

    .services-alt-brand img {
        width: 64px;
    }

    .services-alt-brand strong {
        font-size: 22px;
    }

    .services-alt-nav ul {
        gap: 12px;
    }

    .services-alt-nav a {
        font-size: 13px;
    }

    .services-alt-book {
        padding-right: 17px;
        padding-left: 17px;
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .services-alt-topbar-info > a,
    .services-alt-socials {
        display: none;
    }

    .services-alt-nav-inner {
        position: relative;
        grid-template-columns: auto 46px;
        min-height: 96px;
    }

    .services-alt-menu-toggle {
        display: grid;
        width: 46px;
        height: 46px;
        padding: 11px;
        place-content: center;
        gap: 5px;
        border: 0;
        border-radius: 10px;
        background: #008291;
        cursor: pointer;
    }

    .services-alt-menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
    }

    .services-alt-nav {
        position: absolute;
        top: calc(100% - 8px);
        right: 0;
        left: 0;
        z-index: 20;
        display: none;
        padding: 15px;
        border: 1px solid rgba(0,130,145,.16);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 24px 55px rgba(31,58,60,.14);
    }

    .services-alt-header.is-menu-open .services-alt-nav {
        display: block;
    }

    .services-alt-nav ul {
        display: grid;
        gap: 3px;
    }

    .services-alt-nav a {
        padding: 12px 14px;
        border-radius: 8px;
        font-size: 15px;
    }

    .services-alt-nav a::after {
        display: none;
    }

    .services-alt-nav a.is-active {
        background: #f0f7f6;
    }

    .services-alt-book {
        display: none;
    }

    .services-alt-hero {
        min-height: 250px;
        margin-bottom: 65px;
    }
}

@media (max-width: 650px) {
    .services-alt-shell {
        width: min(100% - 28px, 1600px);
    }

    .services-alt-topbar-inner {
        justify-content: center;
        min-height: 46px;
        font-size: 12px;
    }

    .services-alt-topbar-contact {
        display: none;
    }

    .services-alt-topbar-info {
        gap: 0;
    }

    .services-alt-nav-inner {
        min-height: 84px;
    }

    .services-alt-brand img {
        width: 56px;
        height: 56px;
    }

    .services-alt-brand strong {
        font-size: 20px;
    }

    .services-alt-brand small {
        font-size: 10px;
    }

    .services-alt-hero {
        min-height: 220px;
        margin: 0 12px 55px;
        border-radius: 28px;
    }

    .services-alt-hero-content > p {
        font-size: 11px;
        letter-spacing: .11em;
    }

    .services-alt-hero h1 {
        font-size: 48px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-alt-socials a,
    .services-alt-nav a::after,
    .services-alt-book {
        transition: none;
    }
}

/* Donor-inspired footer: the Dispnsary composition translated into the Parus system. */
.ekit-template-content-footer {
  background: #FFFFFF;
}

.elementor-1883 {
  background: #FFFFFF;
}

.parus-site-footer,
.parus-site-footer * {
  box-sizing: border-box;
}

.parus-site-footer {
  background: #FFFFFF;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  padding: 24px;
}

.parus-footer-panel {
  background:
    radial-gradient(circle at 8% 10%, rgba(0, 130, 145, 0.19), transparent 25%),
    #262626;
  border-radius: 54px;
  overflow: hidden;
  padding: clamp(64px, 6.4vw, 112px) clamp(32px, 6.8vw, 126px) 38px;
  position: relative;
}

.parus-footer-inner {
  margin: 0 auto;
  max-width: 1600px;
}

.parus-footer-top {
  align-items: start;
  display: grid;
  gap: clamp(34px, 4vw, 78px);
  grid-template-columns: minmax(285px, 1.35fr) minmax(230px, .95fr) minmax(175px, .72fr) minmax(315px, 1.35fr);
}

.parus-footer-brand {
  max-width: 390px;
}

.parus-footer-lockup {
  align-items: center;
  color: #FFFFFF !important;
  display: inline-flex;
  gap: 16px;
  text-decoration: none;
}

.parus-footer-lockup img {
  display: block;
  flex: 0 0 72px;
  height: 72px;
  object-fit: contain;
  width: 72px;
}

.parus-footer-lockup span {
  display: flex;
  flex-direction: column;
}

.parus-footer-lockup strong {
  color: #FFFFFF;
  font-family: "El Messiri", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1;
}

.parus-footer-lockup small {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  margin-top: 6px;
  text-transform: uppercase;
}

.parus-footer-brand > p {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 17px;
  line-height: 1.7;
  margin: 30px 0 0;
  max-width: 355px;
}

.parus-footer-column h2,
.parus-footer-contacts h2 {
  color: #FFFFFF !important;
  font-family: "El Messiri", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 27px;
}

.parus-footer-column ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.parus-footer-column li {
  line-height: 1.35;
  padding-left: 21px;
  position: relative;
}

.parus-footer-column li::before {
  background: var(--parus-yellow);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: .55em;
  width: 7px;
}

.parus-footer-column a {
  color: rgba(255, 255, 255, .86) !important;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

@media (min-width: 1025px) {
  .parus-footer-services a {
    white-space: nowrap;
  }
}

.parus-footer-column a:hover,
.parus-footer-column a:focus-visible {
  color: var(--parus-yellow) !important;
}

.parus-footer-contacts address {
  display: grid;
  font-style: normal;
  gap: 18px;
}

.parus-footer-contact {
  align-items: center;
  color: rgba(255, 255, 255, .9) !important;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 14px;
  line-height: 1.45;
  min-width: 0;
  text-decoration: none;
}

.parus-footer-contact > span:last-child {
  overflow-wrap: anywhere;
}

.parus-footer-contact-icon {
  align-items: center;
  background: rgba(0, 130, 145, .28);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%;
  color: var(--parus-yellow);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 48px;
}

.parus-footer-contact-icon svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.parus-footer-contact:hover,
.parus-footer-contact:focus-visible {
  color: #FFFFFF !important;
}

.parus-footer-contact:hover .parus-footer-contact-icon,
.parus-footer-contact:focus-visible .parus-footer-contact-icon {
  background: var(--parus-green);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.parus-footer-social-row {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: clamp(62px, 7vw, 104px);
}

.parus-footer-rule {
  background: rgba(255, 255, 255, .2);
  display: block;
  height: 1px;
}

.parus-footer-socials {
  display: flex;
  gap: 12px;
}

.parus-footer-socials a {
  align-items: center;
  background: rgba(0, 130, 145, .28);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  color: #FFFFFF !important;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 52px;
}

.parus-footer-socials i {
  font-size: 21px;
}

.parus-footer-socials img {
  display: block;
  height: 21px;
  object-fit: contain;
  width: 21px;
}

.parus-footer-socials a:hover,
.parus-footer-socials a:focus-visible {
  background: var(--parus-yellow);
  border-color: var(--parus-yellow);
  color: #262626 !important;
  transform: translateY(-3px);
}

.parus-footer-bottom {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding-top: 36px;
}

.parus-footer-bottom p,
.parus-footer-legal {
  color: rgba(255, 255, 255, .78) !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  white-space: nowrap;
}

.parus-footer-legal {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
  text-align: right;
}

.parus-footer-legal a {
  color: rgba(255, 255, 255, .78) !important;
  text-decoration: none;
  transition: color 180ms ease;
}

.parus-footer-legal a:hover,
.parus-footer-legal a:focus-visible {
  color: var(--parus-yellow) !important;
}

.parus-footer-legal i {
  background: var(--parus-yellow);
  border-radius: 50%;
  display: block;
  flex: 0 0 6px;
  height: 6px;
  width: 6px;
}

.parus-site-footer a:focus-visible {
  outline: 3px solid var(--parus-yellow);
  outline-offset: 4px;
}

@media (max-width: 1280px) {
  .parus-footer-top {
    grid-template-columns: minmax(255px, 1.2fr) minmax(220px, .95fr) minmax(160px, .72fr) minmax(285px, 1.25fr);
    gap: 30px;
  }

  .parus-footer-panel {
    padding-left: 56px;
    padding-right: 56px;
  }

  .parus-footer-brand > p {
    font-size: 16px;
  }

  .parus-footer-contact {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .parus-footer-panel {
    border-radius: 42px;
    padding: 66px 48px 34px;
  }

  .parus-footer-top {
    gap: 54px 38px;
    grid-template-columns: 1.25fr 1fr;
  }

  .parus-footer-brand {
    max-width: 430px;
  }

  .parus-footer-brand > p {
    margin-top: 34px;
  }

  .parus-footer-social-row {
    margin-top: 66px;
  }

  .parus-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .parus-footer-legal {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }

  .parus-footer-bottom p {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .parus-site-footer {
    padding: 12px;
  }

  .parus-footer-panel {
    border-radius: 30px;
    padding: 50px 26px 30px;
  }

  .parus-footer-top {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .parus-footer-lockup img {
    flex-basis: 62px;
    height: 62px;
    width: 62px;
  }

  .parus-footer-lockup strong {
    font-size: 25px;
  }

  .parus-footer-brand > p {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 28px;
  }

  .parus-footer-column h2,
  .parus-footer-contacts h2 {
    font-size: 21px;
    margin-bottom: 22px;
  }

  .parus-footer-column ul {
    gap: 15px;
  }

  .parus-footer-contact-icon {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .parus-footer-social-row {
    gap: 13px;
    margin-top: 54px;
  }

  .parus-footer-socials {
    gap: 8px;
  }

  .parus-footer-socials a {
    height: 46px;
    width: 46px;
  }

  .parus-footer-bottom {
    padding-top: 30px;
  }

  .parus-footer-bottom p,
  .parus-footer-legal {
    font-size: 12px;
    white-space: normal;
  }

  .parus-footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .parus-footer-legal i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parus-footer-column a,
  .parus-footer-legal a,
  .parus-footer-contact-icon,
  .parus-footer-socials a {
    transition: none;
  }
}

/* Homepage header geometry mirrors the shared inner-page navigation shell. */
@media (min-width: 1025px) {
  body.home .elementor-1900 .elementor-element.elementor-element-4428003 {
    min-height: 120px;
    padding: 0 !important;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-4428003 > .e-con-inner {
    align-items: center;
    display: grid !important;
    gap: clamp(25px, 3.5vw, 64px);
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 120px;
    max-width: 1600px !important;
    padding: 0 !important;
    width: min(calc(100% - 40px), 1600px) !important;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-f5a6a04,
  body.home .elementor-1900 .elementor-element.elementor-element-976fe44 {
    --width: auto;
    min-width: 0;
    padding: 0 !important;
    width: auto !important;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-f5a6a04 {
    align-self: center;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-46cce41,
  body.home .elementor-1900 .ata-site-logo,
  body.home .elementor-1900 .ata-site-logo-set,
  body.home .elementor-1900 .ata-site-logo-container {
    width: auto !important;
  }

  body.home .elementor-1900 .ata-site-logo-container {
    gap: 12px;
  }

  body.home .elementor-1900 .ata-site-logo-img {
    height: 70px !important;
    width: 78px !important;
  }

  body.home .elementor-1900 .parus-brand-name {
    font-size: 25px;
    letter-spacing: .03em;
  }

  body.home .elementor-1900 .parus-brand-tagline {
    font-size: 12px;
    font-weight: 700;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-976fe44 {
    align-items: center;
    column-gap: clamp(32px, 3vw, 58px);
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-4ad2ac5 {
    box-sizing: border-box;
    min-width: 0;
    padding-left: clamp(28px, 2.4vw, 46px);
    width: 100% !important;
  }

  body.home .elementor-1900 .header-menu :is(.elementor-widget-container, .ekit-wid-con, .elementskit-menu-container) {
    width: 100%;
  }

  body.home .elementor-1900 .header-menu .elementskit-navbar-nav {
    gap: clamp(13px, 1.45vw, 28px);
    justify-content: flex-end;
  }

  body.home .elementor-1900 .header-menu .elementskit-navbar-nav > li > a {
    font-size: 15px !important;
    line-height: 1.2 !important;
    padding: 12px 0 !important;
  }

  body.home .elementor-1900 .parus-header-messengers {
    gap: 7px;
    margin: 0;
  }

  body.home .elementor-1900 .parus-header-messenger {
    flex-basis: 30px;
    height: 30px;
    width: 30px;
  }

  body.home .elementor-1900 .elementor-element-6159db3 .elementor-button {
    align-items: center;
    border-radius: 14px !important;
    display: inline-flex;
    font-size: 15px !important;
    font-weight: 750 !important;
    justify-content: center;
    min-height: 52px;
    padding: 13px 24px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  body.home .elementor-1900 .elementor-element.elementor-element-4428003 > .e-con-inner {
    gap: 24px;
  }

  body.home .elementor-1900 .ata-site-logo-img {
    width: 64px !important;
  }

  body.home .elementor-1900 .parus-brand-name {
    font-size: 22px;
  }

  body.home .elementor-1900 .header-menu .elementskit-navbar-nav {
    gap: 12px;
  }

  body.home .elementor-1900 .header-menu .elementskit-navbar-nav > li > a {
    font-size: 13px !important;
  }

  body.home .elementor-1900 .elementor-element.elementor-element-976fe44 {
    column-gap: 18px;
  }

  body.home .elementor-1900 .elementor-element-6159db3 .elementor-button {
    font-size: 13px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  body.home .elementor-1900 .parus-header-messengers {
    display: none;
  }
}

@media (min-width: 1261px) and (max-width: 1399px) {
  body.home .elementor-1900 .header-menu .elementskit-navbar-nav {
    gap: 12px;
  }

  body.home .elementor-1900 .header-menu .elementskit-navbar-nav > li > a {
    font-size: 13px !important;
  }
}

/* Yandex reviews — restrained to the existing Parus visual system. */
.parus-yandex-reviews {
    --yandex-red: #fc3f1d;
    --reviews-ink: #262626;
    --reviews-muted: #7a7a7a;
    --reviews-surface: #f7f7f3;
    --reviews-line: rgba(38, 38, 38, .12);
}

.parus-yandex-reviews .parus-yandex-review-button.elementor-button {
    background: var(--parus-orange) !important;
    box-shadow: none !important;
    color: #fff !important;
}

.parus-yandex-reviews .parus-yandex-review-button.elementor-button:hover {
    background: var(--parus-green) !important;
    box-shadow: none !important;
    color: #fff !important;
    transform: none;
}

.parus-yandex-reviews .parus-yandex-review-button.elementor-button:focus-visible,
.parus-yandex-reviews .parus-yandex-profile-link:focus-visible,
.parus-yandex-reviews .parus-yandex-author:focus-visible,
.parus-yandex-reviews .parus-yandex-review-footer a:focus-visible,
.parus-yandex-reviews .parus-yandex-arrow:focus-visible {
    outline: 3px solid var(--parus-green);
    outline-offset: 4px;
}

.parus-yandex-summary {
    align-items: stretch !important;
    background: var(--reviews-surface) !important;
    border: 1px solid rgba(0, 130, 145, .08);
    border-radius: 24px !important;
    box-shadow: none !important;
    align-self: center !important;
    height: auto;
    justify-content: stretch !important;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

.parus-yandex-summary::before {
    display: none !important;
}

.parus-yandex-summary-inner {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 32px;
    width: 100%;
}

.parus-yandex-brand {
    display: inline-flex;
    margin: 0;
    text-decoration: none !important;
}

.parus-yandex-brand img {
    display: block;
    height: auto;
    max-width: 126px;
    width: 100%;
}

.parus-yandex-company-name {
    color: var(--reviews-muted) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin: 10px 0 24px !important;
}

.parus-yandex-rating-row {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
}

.parus-yandex-rating-value {
    color: var(--reviews-ink);
    font-family: "El Messiri", sans-serif;
    font-size: clamp(58px, 5vw, 72px);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .9;
}

.parus-yandex-rating-copy,
.parus-yandex-rating-copy small {
    display: block;
}

.parus-yandex-summary-stars,
.parus-yandex-review-stars {
    color: var(--parus-orange);
    font-family: Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.parus-yandex-summary-stars {
    font-size: 20px;
}

.parus-yandex-rating-copy small {
    color: var(--reviews-muted);
    font-size: 13px;
    margin-top: 5px;
}

.parus-yandex-review-count {
    align-items: baseline;
    border-top: 1px solid var(--reviews-line);
    display: flex;
    gap: 9px;
    margin-bottom: 18px;
    padding-top: 16px;
    width: 100%;
}

.parus-yandex-review-count strong {
    color: var(--reviews-ink);
    font-family: "El Messiri", sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.parus-yandex-review-count span {
    color: var(--reviews-muted);
    font-size: 13px;
}

.parus-yandex-profile-link {
    color: var(--reviews-ink) !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.parus-yandex-profile-link:hover {
    color: var(--parus-green) !important;
}

.parus-yandex-reviews .testimonial-slider,
.parus-yandex-reviews .testimonial-slider > .elementor-widget-container,
.parus-yandex-reviews .testimonial-slider .ekit-wid-con {
    overflow: visible !important;
}

.parus-yandex-reviews .parus-yandex-carousel {
    background: var(--reviews-surface);
    border: 1px solid rgba(0, 130, 145, .08);
    border-radius: 24px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 410px;
    min-height: 410px;
    overflow: visible;
    padding: 34px 56px 30px;
    position: relative;
}

.parus-yandex-reviews .parus-yandex-carousel::before {
    content: none;
    display: none;
}

.parus-yandex-stage {
    display: flex;
    flex: 1;
    min-height: 0;
}

.parus-yandex-review {
    animation: parus-yandex-review-in 240ms ease both;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    padding-bottom: 0;
}

.parus-yandex-review[hidden] {
    display: none !important;
}

.parus-yandex-review-header {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    min-height: 52px;
    padding-right: 104px;
}

.parus-yandex-author {
    color: var(--reviews-ink) !important;
    display: inline-flex;
    min-width: 0;
    text-decoration: none !important;
}

.parus-yandex-author-copy {
    min-width: 0;
}

.parus-yandex-author-copy strong,
.parus-yandex-author-copy small {
    display: block;
}

.parus-yandex-author-copy strong {
    color: var(--reviews-ink);
    font-family: "El Messiri", sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.parus-yandex-author-copy small {
    color: var(--reviews-muted);
    font-size: 12px;
    margin-top: 5px;
}

.parus-yandex-review-stars {
    flex: 0 0 auto;
    font-size: 18px;
    margin-top: 4px;
}

.parus-yandex-review-text {
    border: 0;
    color: #4b4b4b;
    flex: 1;
    margin: 18px 0 16px;
    min-height: 0;
    overflow-y: auto;
    padding: 0 12px 0 0;
    scrollbar-color: rgba(0, 130, 145, .3) transparent;
    scrollbar-width: thin;
}

.parus-yandex-review-text p {
    color: inherit !important;
    font-size: clamp(16px, 1.1vw, 18px) !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.parus-yandex-review-footer {
    align-items: center;
    border-top: 1px solid var(--reviews-line);
    display: flex;
    flex: 0 0 auto;
    gap: 18px;
    justify-content: space-between;
    padding-top: 17px;
}

.parus-yandex-review-footer time {
    color: var(--reviews-muted);
    font-size: 12px;
}

.parus-yandex-review-footer a {
    color: var(--reviews-ink) !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.parus-yandex-review-footer a:hover {
    color: var(--parus-green) !important;
}

.parus-yandex-controls {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.parus-yandex-progress {
    align-items: baseline;
    bottom: auto;
    color: var(--reviews-muted);
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    display: flex;
    gap: 4px;
    left: auto;
    pointer-events: auto;
    position: absolute;
    right: 42px;
    top: 35px;
}

.parus-yandex-progress strong {
    color: var(--reviews-ink);
    font-family: "El Messiri", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.parus-yandex-control-buttons {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.parus-yandex-arrow {
    align-items: center;
    background: var(--parus-orange);
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0;
    height: 50px;
    justify-content: center;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 180ms ease, transform 180ms ease;
    width: 50px;
}

.parus-yandex-arrow span {
    display: none;
}

.parus-yandex-arrow::before {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
}

.parus-yandex-arrow::after {
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    top: 50%;
    width: 8px;
}

.parus-yandex-prev::after {
    left: 14px;
    transform: translateY(-50%) rotate(-135deg);
}

.parus-yandex-next::after {
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.parus-yandex-prev {
    left: -25px;
}

.parus-yandex-next {
    right: -25px;
}

.parus-yandex-arrow:hover {
    background: var(--parus-green);
    color: #fff;
    transform: translateY(-50%) scale(1.04);
}

@keyframes parus-yandex-review-in {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1180px) {
    .parus-yandex-reviews .parus-yandex-carousel {
        padding-right: 66px;
        padding-left: 66px;
    }

    .parus-yandex-prev {
        left: 12px;
    }

    .parus-yandex-next {
        right: 12px;
    }

    .parus-yandex-progress {
        right: 66px;
    }
}

@media (max-width: 767px) {
    .parus-yandex-summary {
        height: auto;
        min-height: 0;
    }

    .parus-yandex-summary,
    .parus-yandex-reviews .parus-yandex-carousel {
        border-radius: 20px !important;
    }

    .parus-yandex-summary-inner {
        padding: 28px;
    }

    .parus-yandex-reviews .parus-yandex-carousel {
        height: 610px;
        min-height: 610px;
        padding: 30px 50px 26px;
    }

    .parus-yandex-review {
        padding-bottom: 0;
    }

    .parus-yandex-review-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-right: 40px;
    }

    .parus-yandex-review-stars {
        font-size: 16px;
    }

    .parus-yandex-review-text {
        margin: 18px 0 16px;
        padding-right: 6px;
    }

    .parus-yandex-review-text p {
        font-size: 15px !important;
        line-height: 1.58 !important;
    }

    .parus-yandex-review-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .parus-yandex-arrow {
        border-radius: 10px;
        height: 42px;
        width: 42px;
    }

    .parus-yandex-prev {
        left: 6px;
    }

    .parus-yandex-next {
        right: 6px;
    }

    .parus-yandex-progress {
        bottom: auto;
        left: auto;
        right: 20px;
        top: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .parus-yandex-review {
        animation: none;
    }

    .parus-yandex-arrow,
    .parus-yandex-reviews .parus-yandex-review-button.elementor-button {
        transition: none;
    }
}

/* About centre: donor-inspired two-column composition */
.elementor-11 .elementor-element.elementor-element-5ecfeb3 {
    display: none !important;
}

.parus-about-redesign,
.parus-about-redesign * {
    box-sizing: border-box;
}

.parus-about-redesign {
    background: #fff;
    order: 4;
    overflow: hidden;
    padding: 110px 20px 125px;
    position: relative;
}

.parus-about-redesign__inner {
    align-items: start;
    display: grid;
    gap: clamp(52px, 5vw, 78px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1245px;
}

.parus-about-redesign__content {
    padding-top: 34px;
}

.parus-about-redesign__eyebrow {
    align-items: center;
    color: var(--parus-green, #008291) !important;
    display: flex;
    font-family: "Mulish", sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    gap: 12px;
    letter-spacing: .28em;
    line-height: 1.2 !important;
    margin: 0 0 20px !important;
    text-transform: uppercase;
}

.parus-about-redesign__eyebrow::before {
    background: var(--parus-green, #008291);
    border-radius: 50%;
    content: "";
    flex: 0 0 9px;
    height: 9px;
    width: 9px;
}

.parus-about-redesign h2 {
    color: #262626 !important;
    font-family: "El Messiri", serif;
    font-size: clamp(40px, 3.6vw, 52px) !important;
    font-weight: 400 !important;
    letter-spacing: -.025em;
    line-height: 1.08 !important;
    margin: 0 !important;
    max-width: 620px;
}

.parus-about-redesign h2 span {
    white-space: nowrap;
}

.parus-about-redesign__lead {
    color: #858585 !important;
    font-family: "Mulish", sans-serif;
    font-size: 17px !important;
    line-height: 1.7 !important;
    margin: 34px 0 0 !important;
    max-width: 610px;
}

.parus-about-redesign__benefits {
    border-top: 1px solid rgba(38, 38, 38, .12);
    margin-top: 38px;
    padding-top: 24px;
}

.parus-about-redesign__benefit {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 18px 0;
}

.parus-about-redesign__check {
    align-items: center;
    background: rgba(242, 170, 0, .1);
    border: 1px solid rgba(242, 170, 0, .72);
    border-radius: 50%;
    color: var(--parus-green, #008291);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    margin-top: 0;
    width: 36px;
}

.parus-about-redesign__check i {
    color: inherit;
    font-size: 14px;
    line-height: 1;
}

.parus-about-redesign__benefit h3 {
    color: #262626 !important;
    font-family: "El Messiri", serif;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    margin: 0 !important;
}

.parus-about-redesign__benefit p {
    color: #858585 !important;
    font-family: "Mulish", sans-serif;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 7px 0 0 !important;
    max-width: 500px;
}

.parus-about-redesign__visual {
    min-height: 650px;
    position: relative;
}

.parus-about-redesign__image {
    border-radius: 20px !important;
    clip-path: inset(0 round 20px);
    display: block;
    object-fit: cover;
    overflow: hidden !important;
}

.parus-about-redesign__image--main {
    height: 545px;
    margin-left: auto;
    width: min(100%, 525px);
}

.parus-about-redesign__image--overlay {
    bottom: 0;
    height: 315px;
    left: -78px;
    position: absolute;
    width: min(90%, 524px);
    z-index: 2;
}

@media (max-width: 1024px) {
    .parus-about-redesign {
        padding: 90px 20px 105px;
    }

    .parus-about-redesign__inner {
        gap: 42px;
    }

    .parus-about-redesign__content {
        padding-top: 10px;
    }

    .parus-about-redesign h2 {
        font-size: clamp(36px, 4.5vw, 46px) !important;
    }

    .parus-about-redesign__lead {
        font-size: 16px !important;
        margin-top: 26px !important;
    }

    .parus-about-redesign__benefits {
        margin-top: 28px;
        padding-top: 16px;
    }

    .parus-about-redesign__benefit {
        gap: 14px;
        padding: 14px 0;
    }

    .parus-about-redesign__visual {
        min-height: 570px;
    }

    .parus-about-redesign__image--main {
        height: 500px;
    }

    .parus-about-redesign__image--overlay {
        height: 270px;
        left: -34px;
        width: 92%;
    }
}

@media (max-width: 767px) {
    .parus-about-redesign {
        padding: 70px 20px 78px;
    }

    .parus-about-redesign__inner {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .parus-about-redesign__content {
        padding-top: 0;
    }

    .parus-about-redesign__eyebrow {
        font-size: 12px !important;
        margin-bottom: 16px !important;
    }

    .parus-about-redesign h2 {
        font-size: clamp(34px, 10vw, 44px) !important;
    }

    .parus-about-redesign h2 span {
        white-space: normal;
    }

    .parus-about-redesign__lead {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .parus-about-redesign__benefits {
        margin-top: 30px;
    }

    .parus-about-redesign__benefit h3 {
        font-size: 19px !important;
    }

    .parus-about-redesign__benefit p {
        font-size: 13px !important;
    }

    .parus-about-redesign__visual {
        min-height: 520px;
    }

    .parus-about-redesign__image--main {
        height: 440px;
        width: 90%;
    }

    .parus-about-redesign__image--overlay {
        height: 225px;
        left: 0;
        width: 82%;
    }
}

@media (max-width: 480px) {
    .parus-about-redesign__visual {
        min-height: 460px;
    }

    .parus-about-redesign__image--main {
        height: 390px;
        width: 92%;
    }

    .parus-about-redesign__image--overlay {
        height: 195px;
        width: 86%;
    }
}
.legal-page-main {
  background: #ffffff;
}

.legal-hero {
  min-height: 320px;
  margin-bottom: 0;
}

.legal-hero .services-alt-hero-content {
  width: min(100%, 1180px);
  max-width: 1180px;
}

.legal-hero h1 {
  width: 100%;
  max-width: 1160px;
  font-size: clamp(46px, 4.4vw, 64px) !important;
  line-height: 1.04 !important;
  text-wrap: balance;
}

.legal-content {
  padding: 100px 24px 112px;
}

.legal-shell {
  width: min(100%, 960px);
  margin: 0 auto;
}

.legal-operator-card {
  margin: 0 0 18px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 18px;
  background: #f0f7f6;
}

.legal-operator-card__label {
  margin: 0 0 10px !important;
  color: #008291 !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-operator-card > p {
  margin: 0;
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.legal-operator-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  margin: 24px 0 0;
}

.legal-operator-card dl div {
  min-width: 0;
}

.legal-operator-card dt {
  margin-bottom: 3px;
  color: #7a7d79;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-operator-card dd {
  margin: 0;
  color: #4f4f4f;
  line-height: 1.55;
}

.legal-operator-card a,
.legal-document a {
  color: var(--parus-green);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-document {
  display: grid;
  gap: 18px;
}

.legal-document section {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(0, 130, 145, 0.12);
  border-radius: 18px;
  background: #f0f7f6;
}

.legal-document h2 {
  margin: 0 0 18px;
  color: #262626;
  font-family: "El Messiri", sans-serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}

.legal-document p,
.legal-document li,
.legal-document td,
.legal-document th {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
}

.legal-document p {
  margin: 0 0 16px;
}

.legal-document p:last-child {
  margin-bottom: 0;
}

.legal-document ul,
.legal-document ol {
  margin: 12px 0 20px;
  padding-left: 24px;
}

.legal-document li + li {
  margin-top: 9px;
}

.legal-numbered {
  counter-reset: legal-item;
  list-style: none;
  padding: 0 !important;
}

.legal-numbered li {
  position: relative;
  padding: 0 0 0 48px;
  counter-increment: legal-item;
}

.legal-numbered li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--parus-green);
  content: counter(legal-item);
  font-size: 13px;
  font-weight: 700;
}

.legal-numbered li + li {
  margin-top: 22px;
}

.legal-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0, 130, 145, 0.14);
  border-radius: 16px;
}

.legal-document table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.legal-document th,
.legal-document td {
  padding: 19px 20px;
  border-bottom: 1px solid rgba(23, 61, 52, 0.11);
  text-align: left;
  vertical-align: top;
}

.legal-document th {
  width: 30%;
  background: #e3f0ee;
  color: #262626;
  font-weight: 700;
}

.legal-document tr:last-child th,
.legal-document tr:last-child td {
  border-bottom: 0;
}

.legal-document td ul {
  margin: 0;
}

@media (max-width: 767px) {
  .legal-hero {
    min-height: 250px;
  }

  .legal-content {
    padding: 70px 16px 72px;
  }

  .legal-operator-card,
  .legal-document section {
    padding: 26px 22px;
    border-radius: 18px;
  }

  .legal-operator-card dl {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .legal-document {
    gap: 16px;
  }

  .legal-document h2 {
    font-size: 25px;
  }

  .legal-document p,
  .legal-document li,
  .legal-document td,
  .legal-document th {
    font-size: 15px;
    line-height: 1.7;
  }

  .legal-numbered li {
    padding-left: 42px;
  }

  .legal-document th,
  .legal-document td {
    min-width: 180px;
    padding: 16px;
  }
}

/* Responsive QA layer: shared type rhythm, safe wrapping and device-specific
   layout corrections for the complete static site. */
:root {
  --parus-type-xs: 0.75rem;
  --parus-type-sm: 0.875rem;
  --parus-type-body: 1rem;
  --parus-type-lead: 1.125rem;
  --parus-type-h3-mobile: 1.5rem;
  --parus-type-h2-mobile: 2rem;
  --parus-type-h1-mobile: clamp(2rem, 10vw, 2.625rem);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

:where(img, video, iframe, canvas) {
  max-width: 100%;
}

:where(h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
  text-wrap: balance;
}

:where(p, li) {
  text-wrap: pretty;
}

:where(
  .services-alt-shell,
  .services-alt-hero-content,
  .services-alt-breadcrumb,
  .events-shell,
  .legal-shell,
  .legal-document,
  .legal-document section,
  .legal-table-wrap,
  .service-detail-grid,
  .service-detail-sidebar,
  .service-detail-article,
  .contact-detail-card,
  .parus-footer-panel,
  .parus-footer-top,
  .parus-footer-contact,
  .parus-specialist-dialog__header,
  .parus-specialist-dialog__body,
  .parus-form-modal__dialog,
  .parus-modal-form__grid
) {
  min-width: 0;
}

:where(
  .contact-detail-card a,
  .parus-footer-contact,
  .legal-document a,
  .service-side-link span,
  .parus-form-legal,
  .parus-specialist-document-preview span
) {
  overflow-wrap: anywhere;
}

.legal-document {
  grid-template-columns: minmax(0, 1fr);
}

.legal-table-wrap {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.parus-form-legal,
.parus-modal-form .parus-form-legal {
  font-size: var(--parus-type-xs) !important;
}

@media (max-width: 1024px) {
  .elementor-element-6ebf1ac {
    --padding-top: 180px !important;
  }

  .elementor-element-678f07d {
    max-width: min(100%, 49.375rem) !important;
    width: 100% !important;
  }

  .elementor-element-678f07d .elementor-heading-title {
    font-size: clamp(3rem, 7vw, 3.5rem) !important;
  }

  .parus-hero-title-line {
    white-space: normal;
  }

  /* Character-by-character GSAP reveals are visually heavy and can leave
     headings half-hidden during mobile/tablet navigation. */
  .at-heading-animation .elementor-heading-title div {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
  }

  .contact-intro-copy h2,
  .contact-details-heading h2,
  .contact-map-heading h2 {
    white-space: normal;
  }

  .contact-detail-card a {
    word-break: normal;
  }

  .parus-about-redesign,
  .parus-specialists-section,
  .parus-team-directory,
  .service-detail-content,
  .contact-intro,
  .contact-details,
  .contact-map-section,
  .legal-content,
  .client-blog-index,
  .professionals-coworking,
  .visiting-rules-content {
    padding-top: clamp(4.75rem, 8vw, 5.75rem);
    padding-bottom: clamp(5rem, 9vw, 6rem);
  }

  .services-alt-nav a {
    align-items: center;
    display: flex;
    min-height: 2.75rem;
  }
}

@media (max-width: 900px) {
  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .contact-detail-card {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    padding: 1.75rem;
  }
}

@media (max-width: 850px) {
  .service-detail-article {
    grid-row: 1;
  }

  .service-detail-sidebar {
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .services-alt-hero {
    min-height: 13.5rem;
    margin: 0 0.75rem 3rem;
    border-radius: 1.75rem;
  }

  .services-alt-hero-content,
  .legal-hero .services-alt-hero-content {
    box-sizing: border-box;
    max-width: 100%;
    padding: 1.75rem 1rem;
    width: 100%;
  }

  .services-alt-hero h1,
  .legal-hero h1 {
    font-size: var(--parus-type-h1-mobile) !important;
    line-height: 1.08 !important;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .services-alt-breadcrumb {
    flex-wrap: wrap;
    font-size: 0.8125rem;
    gap: 0.5rem;
    justify-content: center;
    line-height: 1.35;
    max-width: 100%;
    min-height: 2.75rem;
    padding: 0.625rem 0.875rem;
  }

  .services-alt-breadcrumb > * {
    min-width: 0;
  }

  .elementor-element-678f07d .elementor-heading-title {
    font-size: clamp(2.125rem, 10vw, 2.625rem) !important;
    line-height: 1.16 !important;
  }

  .elementor-element-6ebf1ac {
    --padding-top: 165px !important;
    --padding-bottom: 28px !important;
  }

  .parus-about-redesign,
  .parus-specialists-section,
  .parus-team-directory,
  .service-detail-content,
  .contact-intro,
  .contact-details,
  .contact-map-section,
  .legal-content,
  .client-blog-index,
  .professionals-coworking,
  .visiting-rules-content {
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }

  .service-detail-content,
  .contact-intro,
  .contact-details,
  .contact-map-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-detail-image {
    margin-bottom: 2rem;
  }

  .service-copy-header h2,
  .service-section-heading h2,
  .specialist-profile-summary h2,
  .visiting-rules-intro h2,
  .events-cta h2 {
    font-size: var(--parus-type-h2-mobile) !important;
    line-height: 1.12 !important;
  }

  .service-benefits,
  .service-process,
  .service-faq,
  .specialist-areas {
    margin-top: 3.75rem;
  }

  .service-situations {
    margin: 2.75rem 0 3.75rem;
    padding: 1.5rem 1.25rem;
  }

  .service-detail-cta {
    margin-top: 3.75rem;
    padding: 1.625rem 1.25rem;
  }

  .service-detail-cta .elementor-button,
  .professionals-vacancies .elementor-button,
  .professional-rules-action .elementor-button {
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .parus-specialist-profile__text h2 {
    white-space: normal;
  }

  .legal-document section {
    max-width: 100%;
    padding: 1.5rem 1.25rem;
  }

  .legal-document th,
  .legal-document td {
    font-size: 0.9375rem;
    line-height: 1.65;
    padding: 0.875rem;
  }

  .parus-specialist-dialog,
  .parus-specialist-dialog__panel {
    max-height: calc(100dvh - 1rem);
  }

  .parus-specialist-dialog__header {
    align-items: flex-start;
    gap: 1rem;
    padding: 1.125rem 1rem;
  }

  .parus-specialist-dialog__header h2 {
    font-size: clamp(1.5rem, 7vw, 1.875rem);
    line-height: 1.15;
  }

  .parus-specialist-dialog__body {
    padding: 1.5rem 1rem 1.75rem;
  }

  .event-signup-dialog,
  .parus-form-modal__dialog {
    max-height: calc(100dvh - 1.25rem);
  }

  .event-signup-intro h2,
  .parus-form-modal__header h2 {
    font-size: clamp(1.75rem, 8vw, 2.125rem) !important;
    line-height: 1.12 !important;
  }

  .event-signup-selection h3 {
    font-size: 1.25rem;
  }

  :where(
    .event-signup-fields input,
    .parus-modal-field input:not([type="file"]),
    .parus-modal-field textarea,
    .specialist-contact-form input:not([type="checkbox"]),
    .parus-application-form input:not([type="checkbox"]),
    .parus-application-form select,
    .parus-application-form textarea
  ) {
    font-size: var(--parus-type-body) !important;
    max-width: 100%;
    min-width: 0;
  }

  .event-signup-close,
  .parus-form-modal__close,
  .parus-specialist-dialog__close,
  .specialist-lightbox button,
  .elementskit-menu-hamburger,
  .elementskit-menu-close {
    height: 2.75rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
    width: 2.75rem;
  }

  .specialist-lightbox {
    height: calc(100dvh - 1rem);
    max-height: calc(100dvh - 1rem);
  }

  .parus-cookie-notice {
    max-height: calc(100dvh - 1.5rem);
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  .services-alt-shell {
    width: calc(100% - 1.5rem);
  }

  .services-alt-brand {
    gap: 0.5rem;
  }

  .services-alt-brand img {
    height: 3.25rem;
    width: 3.25rem;
  }

  .services-alt-brand strong {
    font-size: 1.125rem;
  }

  .services-alt-brand small {
    font-size: 0.5625rem;
  }

  .services-alt-hero {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .services-alt-breadcrumb {
    width: fit-content;
  }

  .professional-space-body h3,
  .service-side-nav h2 {
    font-size: 1.625rem !important;
  }

  .parus-footer-panel {
    border-radius: 1.625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .parus-footer-contact {
    gap: 0.75rem;
  }

  .parus-footer-contact-icon {
    flex-basis: 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
  }
}

/* Mobile navigation — a calm, full-height contact deck for Parus. */
.parus-global-mobile-menu {
  display: none;
}

@media (max-width: 1024px) {
  html.parus-mobile-menu-open,
  body.parus-mobile-menu-open {
    overflow: hidden !important;
  }

  .parus-global-mobile-menu {
    align-items: stretch !important;
    background: #1f2826 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100dvh !important;
    inset: 0 auto 0 -100% !important;
    justify-content: flex-start !important;
    max-width: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding: 0 !important;
    position: fixed !important;
    transition: left 0.28s ease !important;
    width: 100% !important;
    z-index: 999999 !important;
  }

  .parus-global-mobile-menu.active {
    inset-inline-start: 0 !important;
  }

  .elementskit-menu-container.elementskit-menu-offcanvas-elements,
  .services-alt-nav {
    display: none !important;
  }

  .parus-mobile-menu__header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    min-height: 6.5rem;
    padding: 1rem clamp(1.25rem, 5vw, 2rem);
    width: 100%;
  }

  .parus-mobile-menu__brand {
    color: #fff !important;
    display: inline-flex !important;
    max-width: calc(100% - 4.5rem);
    text-decoration: none !important;
  }

  .parus-mobile-menu__brand .ata-site-logo-container {
    gap: 0.7rem;
  }

  .parus-mobile-menu__brand .ata-site-logo-img {
    flex: 0 0 auto;
    height: 3.75rem !important;
    object-fit: contain;
    width: 4.25rem !important;
  }

  .parus-mobile-menu__brand .parus-brand-name {
    color: #fff;
    font-size: 1.125rem;
  }

  .parus-mobile-menu__brand .parus-brand-tagline {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.625rem;
  }

  .parus-mobile-menu__brand.services-alt-brand {
    align-items: center;
    gap: 0.7rem;
  }

  .parus-mobile-menu__brand.services-alt-brand img {
    flex: 0 0 auto;
    height: 3.75rem;
    object-fit: contain;
    width: 4.25rem;
  }

  .parus-mobile-menu__brand.services-alt-brand strong {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    line-height: 1.1;
  }

  .parus-mobile-menu__brand.services-alt-brand small {
    color: rgba(255, 255, 255, 0.76);
    display: block;
    font-size: 0.625rem;
    line-height: 1.25;
  }

  .parus-global-mobile-menu .parus-mobile-menu__close {
    align-items: center;
    background: var(--parus-orange, #f5b10b) !important;
    border: 0 !important;
    border-radius: 0.875rem !important;
    color: #1f2826 !important;
    display: inline-flex !important;
    flex: 0 0 3rem;
    font-family: "Mulish", sans-serif;
    font-size: 2rem !important;
    font-weight: 300;
    height: 3rem !important;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    padding: 0 0 0.125rem !important;
    position: static !important;
    width: 3rem !important;
  }

  .parus-global-mobile-menu .parus-mobile-menu__close:focus-visible,
  .parus-global-mobile-menu a:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 3px;
  }

  .parus-mobile-menu__content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    gap: clamp(2rem, 7vw, 3.25rem);
    min-width: 0;
    padding: clamp(2rem, 7vw, 3.5rem) clamp(1.25rem, 6vw, 2.75rem) 2rem;
    width: 100%;
  }

  .parus-mobile-menu__navigation,
  .parus-mobile-menu__contacts {
    min-width: 0;
    width: 100%;
  }

  .parus-mobile-menu__navigation > h2,
  .parus-mobile-menu__contacts > h2 {
    color: #fff !important;
    font-family: "El Messiri", serif !important;
    font-size: clamp(2rem, 8vw, 2.75rem) !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    margin: 0 0 1.25rem !important;
  }

  .parus-global-mobile-menu .parus-mobile-menu__links {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .parus-global-mobile-menu .parus-mobile-menu__links > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: block !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .parus-global-mobile-menu .parus-mobile-menu__links > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .parus-global-mobile-menu .parus-mobile-menu__link {
    align-items: center !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
    display: flex !important;
    font-family: "Mulish", sans-serif !important;
    font-size: clamp(1rem, 4.4vw, 1.1875rem) !important;
    font-weight: 650 !important;
    justify-content: space-between;
    line-height: 1.25 !important;
    min-height: 3.5rem;
    padding: 0.9rem 0.25rem !important;
    white-space: normal !important;
    width: 100% !important;
  }

  .parus-global-mobile-menu .parus-mobile-menu__link::after {
    color: var(--parus-orange, #f5b10b);
    content: "→";
    flex: 0 0 auto;
    font-size: 1.125rem;
    margin-left: 1rem;
  }

  .parus-global-mobile-menu .parus-mobile-menu__link.is-active {
    color: var(--parus-orange, #f5b10b) !important;
  }

  .parus-mobile-menu__contacts {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 1.25rem;
    margin-top: auto;
    padding: clamp(1.25rem, 5vw, 1.75rem);
  }

  .parus-mobile-menu__contacts > h2 {
    font-size: clamp(1.625rem, 6vw, 2rem) !important;
  }

  .parus-mobile-menu__contact-links {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
  }

  .parus-mobile-menu__contact-links .parus-footer-contact {
    align-items: center;
    color: rgba(255, 255, 255, 0.86) !important;
    display: flex;
    font-size: 0.875rem;
    gap: 0.75rem;
    max-width: 100%;
    min-width: 0;
    text-decoration: none;
  }

  .parus-mobile-menu__contact-links .parus-footer-contact > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .parus-mobile-menu__contact-links .parus-footer-contact-icon {
    background: rgba(255, 255, 255, 0.09);
    color: var(--parus-orange, #f5b10b);
    flex: 0 0 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }

  .parus-mobile-menu__socials.parus-footer-socials {
    display: flex;
    gap: 0.625rem;
    margin-top: 1rem;
  }

  .parus-mobile-menu__socials.parus-footer-socials a {
    background: var(--parus-orange, #f5b10b);
    color: #1f2826 !important;
    height: 2.75rem;
    width: 2.75rem;
  }

  .parus-mobile-menu__socials.parus-footer-socials img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(11%) saturate(852%) hue-rotate(116deg) brightness(94%) contrast(88%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .parus-global-mobile-menu {
    transition: none !important;
  }
}
/* YCLIENTS online booking */
.yclients-sidebar-card {
    display: grid;
    gap: 18px;
    margin-top: 22px;
    padding: 30px 28px;
    border-radius: 24px;
    background: #262626;
    color: #fff;
}

.yclients-sidebar-card .events-eyebrow {
    margin: 0;
    color: #efc949 !important;
}

.yclients-sidebar-card .events-eyebrow::before {
    background: #efc949 !important;
}

.yclients-sidebar-card h2 {
    margin: 0 0 5px;
    color: #fff !important;
    font-family: "El Messiri", serif;
    font-size: 29px !important;
    font-weight: 500 !important;
    line-height: 1.14 !important;
}

.yclients-sidebar-copy,
.yclients-provider-note {
    margin: 0;
    color: #5b6270;
    line-height: 1.65;
}

.yclients-sidebar-actions {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.yclients-action,
.yclients-help-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border: 1px solid #f18962;
    border-radius: 999px;
    background: #f18962;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.yclients-action:hover,
.yclients-action:focus-visible,
.yclients-help-action:hover,
.yclients-help-action:focus-visible {
    border-color: #273a34;
    background: #273a34;
    color: #fff;
    transform: translateY(-1px);
}

.yclients-action-secondary {
    background: transparent;
    color: #273a34;
}

.yclients-provider-note {
    margin-top: 2px;
    font-size: 13px;
}

.yclients-sidebar-card .yclients-sidebar-copy,
.yclients-sidebar-card .yclients-provider-note {
    color: rgba(255, 255, 255, .76);
}

.yclients-sidebar-card .yclients-action-secondary {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
}

a.event-signup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.yclients-booking-section {
    padding: 88px 24px 104px;
    background: #f7f4ef;
}

.yclients-booking-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.yclients-booking-intro {
    width: min(760px, 100%);
    margin-bottom: 40px;
}

.yclients-booking-intro h2,
.yclients-booking-help h2 {
    margin: 8px 0 14px;
    color: #273a34;
}

.yclients-booking-intro h2 {
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.02;
}

.yclients-booking-intro > p:last-child,
.yclients-booking-help p,
.yclients-booking-footnote {
    color: #5b6270;
    line-height: 1.7;
}

.yclients-booking-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.yclients-booking-card {
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 34px;
    border: 1px solid rgba(39, 58, 52, .12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(39, 58, 52, .07);
}

.yclients-booking-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #f6dfd3;
    color: #c66845;
    font-size: 21px;
}

.yclients-booking-card h3 {
    margin: 0 0 12px;
    color: #273a34;
    font-size: clamp(24px, 3vw, 31px);
    line-height: 1.12;
}

.yclients-booking-card > p {
    margin: 0 0 28px;
    color: #5b6270;
    line-height: 1.65;
}

.yclients-booking-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.yclients-booking-actions .yclients-action {
    flex: 1 1 190px;
}

.yclients-booking-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 22px;
    padding: 34px;
    border-radius: 24px;
    background: #273a34;
}

.yclients-booking-help h2,
.yclients-booking-help p {
    color: #fff;
}

.yclients-booking-help h2 {
    font-size: clamp(25px, 3vw, 36px);
}

.yclients-booking-help p {
    max-width: 720px;
    margin: 0;
    opacity: .82;
}

.yclients-booking-help .yclients-help-action {
    flex: 0 0 auto;
    white-space: nowrap;
}

.yclients-booking-footnote {
    margin: 22px 0 0;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .yclients-booking-section {
        padding: 64px 18px 76px;
    }

    .yclients-booking-grid {
        grid-template-columns: 1fr;
    }

    .yclients-booking-card {
        min-height: 0;
        padding: 26px;
    }

    .yclients-booking-help {
        align-items: stretch;
        flex-direction: column;
        padding: 26px;
    }

    .yclients-booking-help .yclients-help-action {
        white-space: normal;
    }
}

/* Match sidebar YCLIENTS actions to the site's original form button. */
.yclients-sidebar-card .yclients-action {
    min-height: 50px;
    padding: 11px 16px;
    border: 0;
    border-radius: 10px;
    background: #ecac10;
    color: #fff;
    font-weight: 800;
    transform: none;
}

.yclients-sidebar-card .yclients-action:hover,
.yclients-sidebar-card .yclients-action:focus-visible {
    background: #fff;
    color: #008291;
    transform: none;
}
