.elementor-409 .elementor-element.elementor-element-a6fd763{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-409 .elementor-element.elementor-element-0f60087{text-align:center;}.elementor-409 .elementor-element.elementor-element-0f60087 .elementor-heading-title{text-transform:none;}.elementor-409 .elementor-element.elementor-element-589f56a{text-align:center;}.elementor-409 .elementor-element.elementor-element-b21e1cc{text-align:center;}.elementor-409 .elementor-element.elementor-element-b21e1cc .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-ec8e41c{text-align:center;}.elementor-409 .elementor-element.elementor-element-ec8e41c .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-9f21b9f{text-align:center;}.elementor-409 .elementor-element.elementor-element-9f21b9f .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-d409ae0{text-align:center;}.elementor-409 .elementor-element.elementor-element-d409ae0 .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-19ead79{text-align:center;}.elementor-409 .elementor-element.elementor-element-19ead79 .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-46def35{text-align:center;}.elementor-409 .elementor-element.elementor-element-46def35 .elementor-heading-title{font-family:"Dancing Script", Sans-serif;color:#E3C08D;}.elementor-409 .elementor-element.elementor-element-d2d635b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-409 .elementor-element.elementor-element-99aead3 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-409 .elementor-element.elementor-element-52e69e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-99aead3 *//* Контактный CTA-блок внизу страницы */
.comal-contact-cta {
  padding: 40px 20px 20px;
  background: transparent;
}

.comal-contact-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(250, 204, 21, 0.45);
  background: radial-gradient(circle at top left,
              rgba(248, 250, 252, 0.06),
              rgba(15, 23, 42, 0.95));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.comal-contact-question {
  font-size: 16px;
  font-weight: 600;
  color: #f9fafb;
  margin: 0 0 6px;
}

.comal-contact-text {
  font-size: 14px;
  color: #d1d5db;
  margin: 0;
}

.comal-contact-text a {
  color: #fbbf24;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.comal-contact-text a:hover {
  text-decoration-thickness: 2px;
}/* End custom CSS */
/* Start custom CSS *//* Общая обёртка страницы About */
.comal-about-page {
  background-color: #0b0e11; /* тёмный фон, под стиль главной */
  color: #e5e7eb;
  padding: 60px 0;
}

/* Базовая сетка секций */
.comal-section {
  padding: 60px 20px;
}

.comal-section:nth-of-type(odd) {
  background-color: #0b0e11;
}

.comal-section:nth-of-type(even) {
  background-color: #0a0f18;
}

.comal-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Типографика */
.comal-kicker {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #fbbf24;
  margin-bottom: 10px;
}

.comal-h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #f9fafb;
}

.comal-h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f9fafb;
}

.comal-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #d1d5db;
  max-width: 720px;
}

/* Две колонки */
.comal-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: flex-start;
}

.comal-col-text p {
  margin-bottom: 14px;
}

/* Картинки / карточки */
.comal-image-card {
  background-color: #0b0e11;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.comal-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.comal-image-caption {
  font-size: 13px;
  color: #9ca3af;
  padding: 12px 16px 14px;
}

/* Гриды */
.comal-grid {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.comal-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comal-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Карточки */
.comal-card {
  background: radial-gradient(circle at top left, rgba(248, 250, 252, 0.05), transparent 55%),
              #020617;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  padding: 18px 18px 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
}

.comal-card-person {
  display: flex;
  flex-direction: column;
}

.comal-card-image img {
  width: 100%;
  border-radius: 14px;
  display: block;
  margin-bottom: 14px;
}

/* Люди */
.comal-person-role {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fbbf24;
  margin-bottom: 6px;
}

.comal-person-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.comal-bullets {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.comal-bullets li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #d1d5db;
}

.comal-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: #fbbf24;
}

/* Highlight box */
.comal-highlight-box {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.05), rgba(15, 23, 42, 0.95));
  border-radius: 18px;
  border: 1px solid rgba(250, 204, 21, 0.35);
  padding: 18px 18px 20px;
}

.comal-small-note {
  font-size: 13px;
  margin-top: 10px;
  color: #9ca3af;
}

/* Testing steps */
.comal-card-step {
  position: relative;
  padding-top: 40px;
}

.comal-step-label {
  position: absolute;
  top: 14px;
  left: 18px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #fbbf24;
}

/* Podcast */
.comal-podcast-links a {
  color: #fbbf24;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.comal-podcast-links a:hover {
  text-decoration-thickness: 2px;
}

/* CTA кнопка */
.comal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid rgba(250, 204, 21, 0.8);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #111827;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(250, 204, 21, 0.25);
}

.comal-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(250, 204, 21, 0.35);
}

/* Адаптив */
@media (max-width: 1024px) {
  .comal-two-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .comal-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comal-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .comal-section {
    padding: 40px 16px;
  }

  .comal-h2 {
    font-size: 24px;
  }

  .comal-grid-3,
  .comal-grid-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .comal-about-page {
    padding-top: 30px;
  }
}/* End custom CSS */