.elementor-462 .elementor-element.elementor-element-3faf817{--display:flex;}.elementor-462 .elementor-element.elementor-element-b13cabb > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-462 .elementor-element.elementor-element-b13cabb{text-align:center;}.elementor-462 .elementor-element.elementor-element-b13cabb .elementor-heading-title{text-transform:none;}.elementor-462 .elementor-element.elementor-element-a018754{text-align:center;}.elementor-462 .elementor-element.elementor-element-0b017cb > .elementor-widget-container{margin:-30px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a897bbd *//* Intro */
.cp-types-intro .cp-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #e3c08d;
  margin-bottom: 10px;
}

.cp-types-intro .cp-lead {
  font-size: 15px;
  line-height: 1.8;
  color: #d3d6de;
  max-width: 100% !important;   /* Текст теперь во всю ширину */
  margin-bottom: 8px;           /* Было 10px → уменьшено на 50% */
}

/* Уменьшаем вертикальные отступы секции на 50% */
.cp-section.cp-types-intro {
  padding-top: 30px !important;    /* Если было ~60 */
  padding-bottom: 0px !important;
}

/* Grid */
.cp-types-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Card */
.cp-type-card {
  background: #10141c;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e3c08d !important;
  padding-bottom: 18px;
}

/* Clickable area (image + title) */
.cp-type-click {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.cp-type-card-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Title */
.cp-type-title {
  font-size: 18px;
  margin: 14px 18px 8px 18px;
  color: #ffffff;
  transition: color 0.2s ease;
}

/* Hover effect */
.cp-type-click:hover .cp-type-title {
  color: #e3c08d !important;
}

/* Text (not a link!) */
.cp-type-text {
  font-size: 14px;
  line-height: 1.8;
  color: #d3d6de;
  padding: 0 18px;
}

/* Remove underline anywhere */
a, a:visited, a:hover {
  text-decoration: none !important;
  color: inherit;
}

/* Responsive */
@media (max-width: 1024px) {
  .cp-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cp-types-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d860953 *//* Блок "Reviewed by Taco Tony" на категориях */
.comal-reviewed {
  padding: 20px 20px 30px;
}

.comal-reviewed-inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  background: radial-gradient(circle at top left,
              rgba(248, 250, 252, 0.06),
              rgba(15, 23, 42, 0.98));
  border-radius: 18px;
  border: 1px solid rgba(250, 204, 21, 0.45);
  padding: 16px 20px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.55);
}

.comal-reviewed-avatar img {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(250, 204, 21, 0.8);
}

.comal-reviewed-text {
  font-size: 14px;
  color: #d1d5db;
}

.comal-reviewed-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #fbbf24;
  margin: 0 0 2px;
}

.comal-reviewed-name {
  font-size: 16px;
  font-weight: 600;
  color: #f9fafb;
  margin: 0 0 2px;
}

.comal-reviewed-role {
  font-size: 13px;
  color: #9ca3af;
  margin: 0 0 4px;
}

.comal-reviewed-date {
  font-size: 13px;
  color: #e5e7eb;
  margin: 0 0 6px;
}

.comal-reviewed-note {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}

@media (max-width: 640px) {
  .comal-reviewed-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: left;
  }
  
  .comal-reviewed-avatar {
    justify-self: flex-start;
  }
}
/* Fix line-height inside 'Reviewed by' block */
.comal-reviewed *,
.comal-reviewed p {
  line-height: 1.55 !important;
  margin-bottom: 6px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b017cb *//* FAQ BLOCK */
.cp-faq .cp-subtitle {
  margin-bottom: 0px;
}

/* список FAQ */
.cp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* отдельный вопрос */
.cp-faq-item {
  border-radius: 14px;
  border: 1px solid rgba(227, 192, 141, 0.55); /* #E3C08D */
  background: #10141c;
  overflow: hidden;
}

/* строка-вопрос */
.cp-faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.5;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}

/* убираем маркеры по умолчанию в разных браузерах */
.cp-faq-item > summary::-webkit-details-marker {
  display: none;
}

/* плюсик/минус справа */
.cp-faq-item > summary::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  color: #E3C08D;
  transition: transform 0.2s ease, color 0.2s ease;
}

/* когда открыт – делаем минус */
.cp-faq-item[open] > summary::after {
  content: "–";
}

/* hover по вопросу */
.cp-faq-item > summary:hover {
  background: rgba(227, 192, 141, 0.08);
}

/* тело ответа */
.cp-faq-body {
  padding: 0 16px 14px 16px;
  border-top: 1px solid rgba(227, 192, 141, 0.3);
}

.cp-faq-body p {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #d3d6de;
}

/* адаптив */
@media (max-width: 768px) {
  .cp-faq-item > summary {
    font-size: 14px;
  }

  .cp-faq-body p {
    font-size: 13px;
  }
}
/* FAQ subtitle full width but centered */
#types-of-comal-faq .cp-subtitle {
  max-width: 100% !important;
  text-align: left;
  padding: 0 20px;
  margin: 0 auto 20px auto;
}/* End custom CSS */