/* YouMind CTA Band — corporate.html .consultation */

.ymct-cta-band {
  font: 400 16px/1.5 Poppins, Arial, sans-serif;
  color: #ecf7f9;
  width: 100%;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #0d313b;
  -webkit-font-smoothing: antialiased;
}
.ymct-cta-band.alignfull {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
.ymct-cta-band *,
.ymct-cta-band *::before,
.ymct-cta-band *::after { box-sizing: border-box; }
.ymct-cta-band h2,
.ymct-cta-band p { margin: 0; }
.ymct-cta-band img {
  display: block;
  max-width: 100%;
  border: 0;
}
.ymct-cta-band a {
  text-decoration: none !important;
  color: inherit;
}

.ymct-cta-band .cb-section {
  padding: 80px 0;
  background: #0d313b;
  color: #ecf7f9;
}
.ymct-cta-band .cb-container {
  width: calc(100% - 160px);
  max-width: 1280px;
  margin-inline: auto;
}
.ymct-cta-band .cb-row {
  display: grid;
  grid-template-columns: 695fr 461fr;
  gap: 52px;
  max-width: 1208px;
  align-items: center;
}

.ymct-cta-band .cb-copy h2 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
  text-transform: none;
  color: #ecf7f9;
}
.ymct-cta-band .cb-copy > p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  max-width: 606px;
  color: #ecf7f9b3;
  font-weight: 400;
}

.ymct-cta-band .cb-actions {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 56px;
  flex-wrap: wrap;
}
.ymct-cta-band .cb-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 8px 20px;
  border-radius: 100px;
  background: #ecf7f9;
  color: #031728;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.36px;
  line-height: 27px;
  min-height: 64px;
  white-space: nowrap;
}
.ymct-cta-band .cb-action-circle {
  width: 48px;
  height: 48px;
  background: linear-gradient(#199a91, #082725);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: none;
}
.ymct-cta-band .cb-action-arrow {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
  overflow: hidden;
}
.ymct-cta-band .cb-action-arrow img {
  position: absolute;
  max-width: none;
  width: 45.538px;
  height: 19.478px;
  left: 3.24px;
  top: 6.26px;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.ymct-cta-band .cb-action--outline {
  padding: 13px 20px;
  background: #ffffff04;
  color: #ecf7f9;
  gap: 12px;
  box-shadow: inset 0 0 0 1px #ffffff08;
}
.ymct-cta-band .cb-action--outline .cb-action-circle {
  width: 27px;
  height: 27px;
  background: none;
}
.ymct-cta-band .cb-action--outline .cb-action-arrow {
  width: 27px;
  height: 27px;
}
.ymct-cta-band .cb-action--outline .cb-action-arrow img {
  width: 38px;
  height: 16px;
  left: 2px;
  top: 5px;
  filter: brightness(0) invert(1);
}

.ymct-cta-band .cb-picture {
  display: block;
  aspect-ratio: 461 / 535;
}
.ymct-cta-band .cb-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ymct-cta-band .cb-section { padding: 64px 0; }
  .ymct-cta-band .cb-container { width: calc(100% - 64px); }
  .ymct-cta-band .cb-row { gap: 32px; }
  .ymct-cta-band .cb-copy h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .ymct-cta-band .cb-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }
  .ymct-cta-band .cb-action { font-size: 16px; }
}

@media (max-width: 767px) {
  .ymct-cta-band .cb-section { padding: 40px 0; }
  .ymct-cta-band .cb-container { width: calc(100% - 40px); }
  .ymct-cta-band .cb-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .ymct-cta-band .cb-copy h2 {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
  }
  .ymct-cta-band .cb-copy h2 br { display: block; }
  .ymct-cta-band .cb-copy > p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    max-width: none;
  }
  .ymct-cta-band .cb-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 32px;
    gap: 13px;
  }
  .ymct-cta-band .cb-action {
    font-size: 18px;
    width: 100%;
    gap: 12px;
  }
  .ymct-cta-band .cb-picture { aspect-ratio: 353 / 421; }
}

@media (max-width: 374px) {
  .ymct-cta-band .cb-action { font-size: 16px; }
}

.editor-styles-wrapper .ymct-cta-band.alignfull,
.block-editor-block-list__block .ymct-cta-band.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.editor-styles-wrapper .ymct-cta-band .cb-container {
  width: calc(100% - 48px);
}
