/* ===== Catalunyaar · TIE Automatic Cita Post ===== */
/* Tabler Icons webfont (skip this line if already loaded site-wide) */


.cyr-post {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
  line-height: 1.7;
  color: #2b2b2b !important;
}

.cyr-post .cyr-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2410c !important;
  margin-bottom: 0.5rem;
}

.cyr-post h1 {
  font-size: 2.3rem;
  line-height: 1.25;
  color: #1a1a2e !important;
  margin: 0 0 1rem;
}

.cyr-post h2 {
  font-size: 1.65rem;
  color: #1a1a2e !important;
  margin: 2.2rem 0 0.8rem;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid #f97316;
  display: inline-block;
}

.cyr-post h3 { color: #1a1a2e !important; }

.cyr-post p,
.cyr-post li {
  color: #2b2b2b !important;
  font-size: 1.15rem;
}

.cyr-post .cyr-intro {
  font-size: 1.3rem;
  color: #444 !important;
}

.cyr-post a {
  color: #c2410c !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cyr-post a:hover { color: #9a3412 !important; }

/* Highlight boxes */
.cyr-post .cyr-highlight {
  background: #fff7ed;
  border-left: 5px solid #f97316;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.cyr-post .cyr-highlight p { color: #7c2d12 !important; margin: 0; }

.cyr-post .cyr-warning {
  background: #fefce8;
  border-left-color: #eab308;
}
.cyr-post .cyr-warning p { color: #713f12 !important; }

/* Steps */
.cyr-post .cyr-steps { counter-reset: step; list-style: none; padding-left: 0; }
.cyr-post .cyr-steps li {
  counter-increment: step;
  position: relative;
  padding: 0.6rem 0 0.6rem 3.2rem;
  margin-bottom: 0.4rem;
}
.cyr-post .cyr-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #f97316;
  color: #ffffff !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checklist */
.cyr-post .cyr-checklist { list-style: none; padding-left: 0; }
.cyr-post .cyr-checklist li {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  margin-bottom: 0.5rem;
}

/* FAQ accordion */
.cyr-post .cyr-faq { margin: 1rem 0 2rem; }
.cyr-post .cyr-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.cyr-post .cyr-faq-q {
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: none;
  padding: 0.9rem 2.6rem 0.9rem 1.1rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a2e !important;
  cursor: pointer;
  position: relative;
}
.cyr-post .cyr-faq-q::after {
  content: '+';
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #f97316 !important;
  transition: transform 0.25s ease;
}
.cyr-post .cyr-faq-item.cyr-open .cyr-faq-q::after { transform: translateY(-50%) rotate(45deg); }
.cyr-post .cyr-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8fafc;
}
.cyr-post .cyr-faq-a p { padding: 0.9rem 1.1rem; margin: 0; color: #2b2b2b !important; }
.cyr-post .cyr-faq-item.cyr-open .cyr-faq-a { max-height: 300px; }

/* CTA box */
.cyr-post .cyr-cta {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d55 100%);
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  margin: 2.5rem 0;
}
.cyr-post .cyr-cta-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0 0 0.5rem;
}
.cyr-post .cyr-cta p { color: #e5e7eb !important; margin: 0; }
.cyr-post .cyr-cta a { color: #25D366 !important; }

/* Sources */
.cyr-post .cyr-sources-title { font-size: 1rem; margin: 2rem 0 0.4rem; }
.cyr-post .cyr-sources li { font-size: 1rem; color: #555 !important; }
.cyr-post .cyr-sources a { font-weight: 500; }

.cyr-post .cyr-signoff { margin-top: 2rem; color: #555 !important; }

/* Footer + true-color social icons */
.cyr-post .cyr-footer {
  border-top: 2px solid #f1f5f9;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
.cyr-post .cyr-footer-title {
  font-weight: 800;
  color: #1a1a2e !important;
  margin-bottom: 0.9rem;
}
.cyr-post .cyr-social {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.cyr-post .cyr-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #ffffff !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cyr-post .cyr-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  color: #ffffff !important;
}
.cyr-post .cyr-icon i { color: #ffffff !important; }

.cyr-post .cyr-whatsapp  { background: #25D366; }
.cyr-post .cyr-youtube   { background: #FF0000; }
.cyr-post .cyr-tiktok    { background: #010101; }
.cyr-post .cyr-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.cyr-post .cyr-facebook  { background: #1877F2; }

.cyr-post .cyr-footer-note { font-size: 1rem; color: #555 !important; }

@media (max-width: 600px) {
  .cyr-post h1 { font-size: 1.8rem; }
  .cyr-post h2 { font-size: 1.35rem; }
}