/* CAFEX Business Concept v1.1.9 — newsroom */

.cbx-news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.cbx-news-meta time { color: var(--cbx-muted); }
.cbx-news-meta span,
.cbx-news-meta a {
  padding-left: 12px;
  border-left: 1px solid currentColor;
}
.cbx-news-meta--light { color: rgba(255,255,255,.78); }
.cbx-news-meta--light time { color: rgba(255,255,255,.52); }

/* Home newsroom */
.cbx-news-home {
  padding: clamp(95px, 11vw, 170px) 0;
  border-top: 1px solid var(--cbx-line);
  background: #eeebe3;
}
.cbx-news-home__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .6fr);
  gap: clamp(40px, 8vw, 125px);
  align-items: end;
  margin-bottom: clamp(55px, 8vw, 105px);
}
.cbx-news-home__head h2,
.cbx-news-related__head h2 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(52px, 7vw, 106px);
  font-weight: 780;
  line-height: .91;
  letter-spacing: -.078em;
}
.cbx-news-home__head h2 em,
.cbx-news-related__head h2 em { color: var(--cbx-accent); font-style: normal; }
.cbx-news-home__intro p {
  max-width: 590px;
  margin: 0 0 27px;
  color: var(--cbx-muted);
  font-size: 16px;
  line-height: 1.7;
}
.cbx-news-home__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
  border-top: 1px solid var(--cbx-line);
  border-left: 1px solid var(--cbx-line);
}
.cbx-news-featured,
.cbx-news-home__list { min-width: 0; }
.cbx-news-featured {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--cbx-line);
  border-bottom: 1px solid var(--cbx-line);
}
.cbx-news-featured__image {
  position: relative;
  height: clamp(350px, 35vw, 565px);
  overflow: hidden;
  background: #d9d5cc;
}
.cbx-news-featured__image img,
.cbx-news-row__image img,
.cbx-news-card__image img,
.cbx-news-lead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}
.cbx-news-featured:hover .cbx-news-featured__image img,
.cbx-news-row:hover .cbx-news-row__image img,
.cbx-news-card:hover .cbx-news-card__image img,
.cbx-news-lead:hover .cbx-news-lead__image img { transform: scale(1.035); }
.cbx-news-featured__image > span {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 9px 12px;
  background: var(--cbx-accent);
  color: #fff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cbx-news-featured__body {
  position: relative;
  min-height: 340px;
  padding: clamp(25px, 3vw, 42px);
}
.cbx-news-featured__body h3 {
  max-width: 850px;
  margin: 26px 70px 20px 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(31px, 3.15vw, 52px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.cbx-news-featured__body h3 a:hover,
.cbx-news-row__body h3 a:hover,
.cbx-news-card__body h3 a:hover { color: var(--cbx-accent); }
.cbx-news-featured__body p {
  max-width: 700px;
  margin: 0;
  color: var(--cbx-muted);
  font-size: 15px;
  line-height: 1.65;
}
.cbx-news-arrow {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cbx-ink);
  border-radius: 50%;
  font-size: 22px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.cbx-news-arrow:hover { background: var(--cbx-ink); color: #fff; transform: rotate(8deg); }
.cbx-news-home__list { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); }
.cbx-news-row {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(150px, .78fr) minmax(0, 1.22fr);
  border-right: 1px solid var(--cbx-line);
  border-bottom: 1px solid var(--cbx-line);
}
.cbx-news-row__image { min-height: 100%; overflow: hidden; background: #d9d5cc; }
.cbx-news-row__body {
  padding: clamp(22px, 2.2vw, 34px);
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--cbx-line);
}
.cbx-news-row__body h3 {
  margin: 22px 0 20px;
  font-family: Manrope, sans-serif;
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.cbx-news-row__link {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--cbx-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cbx-news-empty {
  padding: clamp(45px, 7vw, 90px);
  border: 1px solid var(--cbx-line);
}
.cbx-news-empty > span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .08em;
}
.cbx-news-empty h2,
.cbx-news-empty h3 {
  max-width: 850px;
  margin: 30px 0 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(34px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -.065em;
}
.cbx-news-empty p { max-width: 650px; color: var(--cbx-muted); }

/* News index */
.cbx-news-index-hero {
  position: relative;
  min-height: 690px;
  padding-top: 88px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--cbx-blue);
  color: #fff;
}
.cbx-news-index-hero__grid,
.cbx-news-article__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size: calc(100% / 12) 100%, 100% 72px;
}
.cbx-news-index-hero::after {
  content: "NEWS";
  position: absolute;
  right: -1vw;
  bottom: -4.5vw;
  color: rgba(255,255,255,.07);
  font-family: Manrope, sans-serif;
  font-size: clamp(170px, 26vw, 430px);
  font-weight: 800;
  line-height: .72;
  letter-spacing: -.1em;
}
.cbx-news-index-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 105px;
  padding-bottom: clamp(60px, 7vw, 100px);
}
.cbx-news-index-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(62px, 9vw, 140px);
  font-weight: 790;
  line-height: .86;
  letter-spacing: -.085em;
}
.cbx-news-index-hero h1 em { color: #ffb58e; font-style: normal; }
.cbx-news-index-hero p {
  max-width: 710px;
  margin: 36px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.65;
}
.cbx-news-index-hero__links {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 38px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cbx-news-index-hero__links a { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.48); }
.cbx-news-catalog { padding: clamp(70px, 9vw, 135px) 0 clamp(100px, 12vw, 180px); }
.cbx-news-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 430px);
  gap: 35px;
  align-items: start;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--cbx-line);
}
.cbx-news-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.cbx-news-filters a {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--cbx-line);
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.cbx-news-filters a:hover,
.cbx-news-filters a.is-active { background: var(--cbx-ink); border-color: var(--cbx-ink); color: #fff; }
.cbx-news-search { min-height: 48px; display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--cbx-ink); }
.cbx-news-search input {
  min-width: 0;
  padding: 0 16px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 14px;
}
.cbx-news-search button {
  min-width: 105px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 0;
  background: var(--cbx-ink);
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.cbx-news-result-label {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-bottom: 1px solid var(--cbx-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}
.cbx-news-result-label a { margin-left: auto; color: var(--cbx-accent); }
.cbx-news-lead {
  margin-top: clamp(45px, 6vw, 85px);
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  border: 1px solid var(--cbx-line);
}
.cbx-news-lead__image { min-height: 520px; overflow: hidden; background: #d9d5cc; }
.cbx-news-lead__body {
  padding: clamp(30px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--cbx-line);
}
.cbx-news-lead__body h2 {
  margin: 30px 0 24px;
  font-family: Manrope, sans-serif;
  font-size: clamp(36px, 4vw, 65px);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.065em;
}
.cbx-news-lead__body p {
  margin: 0 0 35px;
  color: var(--cbx-muted);
  font-size: 15px;
  line-height: 1.7;
}
.cbx-news-lead__body .cbx-button { align-self: flex-start; }
.cbx-news-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--cbx-line);
  border-left: 1px solid var(--cbx-line);
}
.cbx-news-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--cbx-line);
  border-bottom: 1px solid var(--cbx-line);
}
.cbx-news-card__image {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #d9d5cc;
}
.cbx-news-card__image > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 8px 10px;
  background: var(--cbx-paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cbx-news-card__body {
  min-height: 325px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.cbx-news-card__body > time {
  color: var(--cbx-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
}
.cbx-news-card__body h3 {
  margin: 24px 0 18px;
  font-family: Manrope, sans-serif;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -.052em;
}
.cbx-news-card__body p {
  margin: 0 0 24px;
  color: var(--cbx-muted);
  font-size: 14px;
  line-height: 1.6;
}
.cbx-news-card__body > a {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--cbx-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cbx-news-pagination {
  margin-top: 55px;
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-top: 1px solid var(--cbx-line);
  border-bottom: 1px solid var(--cbx-line);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cbx-news-pagination > div { display: flex; align-items: center; gap: 5px; }
.cbx-news-pagination > div a,
.cbx-news-pagination > div span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.cbx-news-pagination > div a:hover,
.cbx-news-pagination > div span.is-active { background: var(--cbx-ink); color: #fff; }
.cbx-news-pagination i { padding: 0 6px; font-style: normal; }
.cbx-news-pagination__step:last-child { justify-self: end; }

/* Article */
.cbx-news-article { padding-top: 88px; }
.cbx-news-article__hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--cbx-ink);
  color: #fff;
}
.cbx-news-article__hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: clamp(65px, 8vw, 110px);
}
.cbx-news-article__crumbs {
  margin-bottom: 65px;
  display: flex;
  gap: 10px;
  color: rgba(255,255,255,.5);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.cbx-news-article__crumbs a:hover { color: #fff; }
.cbx-news-article__hero h1 {
  max-width: 1180px;
  margin: 30px 0 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(53px, 7.4vw, 116px);
  font-weight: 790;
  line-height: .91;
  letter-spacing: -.078em;
}
.cbx-news-article__hero p {
  max-width: 860px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}
.cbx-news-article__media { margin-top: clamp(35px, 5vw, 75px); }
.cbx-news-article__media img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
}
.cbx-news-article__layout {
  padding-top: clamp(55px, 8vw, 105px);
  padding-bottom: clamp(95px, 12vw, 175px);
  display: grid;
  grid-template-columns: minmax(210px, .28fr) minmax(0, .72fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}
.cbx-news-article__aside {
  position: sticky;
  top: 115px;
  border-top: 1px solid var(--cbx-line);
}
.cbx-news-article__aside > div {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid var(--cbx-line);
}
.cbx-news-article__aside span {
  color: var(--cbx-muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}
.cbx-news-article__aside strong,
.cbx-news-article__aside a,
.cbx-news-article__aside button {
  align-self: flex-start;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--cbx-ink);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.cbx-news-article__aside a:hover,
.cbx-news-article__aside button:hover { color: var(--cbx-accent); }
.cbx-news-article__content {
  min-width: 0;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.85;
}
.cbx-news-article__content > :first-child { margin-top: 0; }
.cbx-news-article__content h2,
.cbx-news-article__content h3,
.cbx-news-article__content h4 {
  margin: 1.7em 0 .7em;
  font-family: Manrope, sans-serif;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.cbx-news-article__content h2 { font-size: clamp(34px, 4vw, 58px); }
.cbx-news-article__content h3 { font-size: clamp(27px, 3vw, 42px); }
.cbx-news-article__content h4 { font-size: clamp(22px, 2vw, 31px); }
.cbx-news-article__content p { margin: 0 0 1.45em; }
.cbx-news-article__content a { color: var(--cbx-blue); text-decoration: underline; text-underline-offset: 4px; }
.cbx-news-article__content img,
.cbx-news-article__content figure { max-width: 100%; height: auto; margin: 2.2em 0; }
.cbx-news-article__content blockquote {
  margin: 2em 0;
  padding: 8px 0 8px 30px;
  border-left: 5px solid var(--cbx-accent);
  font-family: Manrope, sans-serif;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.cbx-news-article__content ul,
.cbx-news-article__content ol { padding-left: 1.25em; }
.cbx-news-article__content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-size: 15px; }
.cbx-news-article__content th,
.cbx-news-article__content td { padding: 12px; border: 1px solid var(--cbx-line); text-align: left; }
.cbx-news-related { padding: clamp(85px, 10vw, 150px) 0; background: #e9e5dc; }
.cbx-news-related__head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 60px;
}
.cbx-news-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--cbx-line);
  border-left: 1px solid var(--cbx-line);
}
.cbx-news-not-found {
  min-height: 75vh;
  padding: 210px 0 120px;
  display: flex;
  align-items: center;
}
.cbx-news-not-found span { font-family: "IBM Plex Mono", monospace; font-size: 12px; }
.cbx-news-not-found h1 {
  margin: 28px 0;
  font-family: Manrope, sans-serif;
  font-size: clamp(56px, 9vw, 130px);
  line-height: .9;
  letter-spacing: -.08em;
}
.cbx-news-not-found p { max-width: 650px; margin-bottom: 35px; color: var(--cbx-muted); }

@media (max-width: 1180px) {
  .cbx-news-home__layout { grid-template-columns: 1fr; }
  .cbx-news-featured { border-right: 1px solid var(--cbx-line); }
  .cbx-news-home__list { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: none; }
  .cbx-news-row { min-height: 470px; grid-template-columns: 1fr; grid-template-rows: 210px 1fr; }
  .cbx-news-row__body { border-left: 0; border-top: 1px solid var(--cbx-line); }
  .cbx-news-tools { grid-template-columns: 1fr; }
  .cbx-news-search { max-width: 580px; }
}

@media (max-width: 980px) {
  .cbx-news-home__head { grid-template-columns: 1fr; align-items: start; }
  .cbx-news-home__intro { max-width: 650px; }
  .cbx-news-lead { grid-template-columns: 1fr; }
  .cbx-news-lead__image { min-height: 430px; }
  .cbx-news-lead__body { border-left: 0; border-top: 1px solid var(--cbx-line); }
  .cbx-news-grid,
  .cbx-news-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cbx-news-article { padding-top: 76px; }
  .cbx-news-article__layout { grid-template-columns: 1fr; }
  .cbx-news-article__aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid var(--cbx-line);
  }
  .cbx-news-article__aside > div { padding: 20px; border-right: 1px solid var(--cbx-line); }
}

@media (max-width: 720px) {
  .cbx-news-home__head h2,
  .cbx-news-related__head h2 { font-size: 52px; }
  .cbx-news-home__list { grid-template-columns: 1fr; }
  .cbx-news-row { min-height: auto; grid-template-rows: 250px auto; }
  .cbx-news-featured__body { min-height: 0; }
  .cbx-news-featured__body h3 { margin-right: 0; }
  .cbx-news-arrow { position: static; margin-top: 25px; }
  .cbx-news-index-hero { min-height: 620px; padding-top: 76px; }
  .cbx-news-index-hero h1 { font-size: clamp(57px, 18vw, 84px); }
  .cbx-news-filters { flex-wrap: nowrap; margin-inline: calc(var(--cbx-pad) * -1); padding-inline: var(--cbx-pad); overflow-x: auto; scrollbar-width: none; }
  .cbx-news-filters::-webkit-scrollbar { display: none; }
  .cbx-news-filters a { flex: 0 0 auto; }
  .cbx-news-search { grid-template-columns: minmax(0, 1fr) 88px; }
  .cbx-news-search button { min-width: 0; }
  .cbx-news-lead__image { min-height: 310px; }
  .cbx-news-grid,
  .cbx-news-related__grid { grid-template-columns: 1fr; }
  .cbx-news-card__image { height: 290px; }
  .cbx-news-card__body { min-height: 0; }
  .cbx-news-pagination { grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px 0; }
  .cbx-news-pagination > div { grid-column: 1 / -1; grid-row: 1; justify-content: center; }
  .cbx-news-pagination__step { grid-row: 2; }
  .cbx-news-article__hero { min-height: 580px; }
  .cbx-news-article__crumbs { margin-bottom: 40px; }
  .cbx-news-article__hero h1 { font-size: clamp(48px, 15vw, 76px); }
  .cbx-news-article__aside { grid-template-columns: 1fr; }
  .cbx-news-article__aside > div { border-right: 0; }
  .cbx-news-related__head { align-items: flex-start; flex-direction: column; }
}

/* Compact newsletter inside the home newsroom — v1.2.10 */
.cbx-news-home-subscribe {
  margin-top: clamp(38px, 5.5vw, 78px);
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(430px, 1.18fr) minmax(230px, .55fr);
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.24);
  background: var(--cbx-blue);
  color: var(--cbx-white);
  overflow: hidden;
}
.cbx-news-home-subscribe__copy,
.cbx-news-home-subscribe__form,
.cbx-news-home-subscribe__telegram {
  min-width: 0;
  padding: clamp(25px, 3vw, 42px);
}
.cbx-news-home-subscribe__copy,
.cbx-news-home-subscribe__form {
  border-right: 1px solid rgba(255,255,255,.22);
}
.cbx-news-home-subscribe__label,
.cbx-news-home-subscribe__form-label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.cbx-news-home-subscribe__copy h3 {
  margin: 16px 0 13px;
  font-family: Manrope, sans-serif;
  font-size: clamp(32px, 3.2vw, 52px);
  font-weight: 760;
  line-height: .96;
  letter-spacing: -.065em;
}
.cbx-news-home-subscribe__copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: 13px;
  line-height: 1.6;
}
.cbx-news-home-subscribe__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cbx-news-home-subscribe__form-label { margin-bottom: 13px; }
.cbx-news-home-subscribe .cafex-subscribe-form { margin: 0; }
.cbx-news-home-subscribe .cafex-hp-field { position: absolute; left: -9999px; }
.cbx-news-home-subscribe .cafex-footer-subscribe-stack {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  border-bottom: 1px solid rgba(255,255,255,.52);
}
.cbx-news-home-subscribe .cafex-subscribe-email {
  min-width: 0;
  padding: 8px 3px 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--cbx-white);
  font-family: Manrope, sans-serif;
  font-size: clamp(19px, 2vw, 28px);
  letter-spacing: -.04em;
}
.cbx-news-home-subscribe .cafex-subscribe-email::placeholder { color: rgba(255,255,255,.46); }
.cbx-news-home-subscribe .cafex-subscribe-button {
  padding: 0 3px 0 20px;
  border: 0;
  background: transparent;
  color: var(--cbx-white);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
  text-transform: uppercase;
  cursor: pointer;
}
.cbx-news-home-subscribe .cafex-subscribe-button::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .35em;
  vertical-align: -.125em;
  background-color: #ffbd98;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cbx-news-home-subscribe .cafex-consent-check {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: rgba(255,255,255,.48);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  line-height: 1.42;
}
.cbx-news-home-subscribe .cafex-consent-check input {
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--cbx-accent);
}
.cbx-news-home-subscribe .cafex-consent-check a { text-decoration: underline; }
.cbx-news-home-subscribe .cafex-subscribe-loading,
.cbx-news-home-subscribe .cafex-subscribe-result {
  margin-top: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}
.cbx-news-home-subscribe .cafex-subscribe-loading { display: none; }
.cbx-news-home-subscribe .error-message { margin-top: 5px; color: #ffccb6; font-size: 11px; }
.cbx-news-home-subscribe__telegram {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: rgba(0,41,87,.16);
  transition: background .25s ease;
}
.cbx-news-home-subscribe__telegram:hover { background: var(--cbx-ink); }
.cbx-news-home-subscribe__telegram-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cbx-white);
  color: var(--cbx-blue);
  font-size: 18px;
  transition: transform .25s ease;
}
.cbx-news-home-subscribe__telegram:hover .cbx-news-home-subscribe__telegram-icon { transform: rotate(8deg); }
.cbx-news-home-subscribe__telegram > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.cbx-news-home-subscribe__telegram small {
  margin-bottom: 7px;
  color: rgba(255,255,255,.52);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.cbx-news-home-subscribe__telegram strong {
  font-family: Manrope, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1;
  letter-spacing: -.055em;
}
.cbx-news-home-subscribe__telegram b {
  max-width: 100%;
  margin-top: 8px;
  overflow-wrap: anywhere;
  color: #ffbd98;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .cbx-news-home-subscribe {
    grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr);
  }
  .cbx-news-home-subscribe__form { border-right: 0; }
  .cbx-news-home-subscribe__telegram {
    grid-column: 1 / -1;
    min-height: 105px;
    flex-direction: row;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.22);
  }
  .cbx-news-home-subscribe__telegram > span:last-child { margin-left: auto; text-align: right; }
}

@media (max-width: 780px) {
  .cbx-news-home-subscribe { grid-template-columns: 1fr; }
  .cbx-news-home-subscribe__copy,
  .cbx-news-home-subscribe__form { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .cbx-news-home-subscribe__telegram { grid-column: auto; border-top: 0; }
}

@media (max-width: 520px) {
  .cbx-news-home-subscribe__copy,
  .cbx-news-home-subscribe__form,
  .cbx-news-home-subscribe__telegram { padding: 22px; }
  .cbx-news-home-subscribe .cafex-footer-subscribe-stack { grid-template-columns: 1fr; }
  .cbx-news-home-subscribe .cafex-subscribe-button {
    min-height: 40px;
    padding: 0;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,.22);
  }
  .cbx-news-home-subscribe__telegram { align-items: flex-start; flex-direction: column; }
  .cbx-news-home-subscribe__telegram > span:last-child { margin-left: 0; text-align: left; }
}
