/* Página CNC — alineada con Grupo Abejas (style.css: #c89518, #021893) */

.page-cnc {
  font-family: "Roboto", sans-serif;
  color: #282828;
}

/* Header blanco: legible sobre el hero azul (evita menú dorado sobre fondo azul) */
.page-cnc .header-section {
  background-color: #fff !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.page-cnc .header-section.stick {
  background-color: #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.page-cnc .main-menu > ul > li > a {
  color: #303030 !important;
}

.page-cnc .main-menu > ul > li:hover > a,
.page-cnc .main-menu > ul > li.active > a {
  color: #c89518 !important;
}

.page-cnc .header-search .search-toggle,
.page-cnc .header-account > ul > li > a,
.page-cnc .header-cart .cart-toggle {
  color: #303030 !important;
}

.page-cnc .header-cart .cart-toggle span {
  background-color: #c89518;
  color: #fff;
}

.page-cnc .cnc-hero {
  background: linear-gradient(135deg, #021893 0%, #0a2db8 45%, #1a3fd4 100%);
  color: #fff;
  padding: 56px 0 64px;
}

.page-cnc .cnc-hero h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  color: #fff;
}

.page-cnc .cnc-hero-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  opacity: 0.95;
  max-width: 560px;
  margin-bottom: 24px;
}

.page-cnc .cnc-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 8px 8px 0;
}

.page-cnc .cnc-hero-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 22px 20px;
  height: 100%;
}

.page-cnc .cnc-hero-panel h2 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 10px;
}

.page-cnc .cnc-hero-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.page-cnc .cnc-hero-panel li {
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
}

.page-cnc .cnc-hero-panel li::before {
  content: "•";
  color: #c89518;
  position: absolute;
  left: 0;
}

.page-cnc .cnc-hero-note {
  font-size: 0.82rem;
  opacity: 0.88;
  margin: 0;
}

.page-cnc .btn-cnc-primary {
  display: inline-block;
  background: #c89518;
  color: #fff !important;
  border: 2px solid #c89518;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.page-cnc .btn-cnc-primary:hover {
  background: #b88415;
  border-color: #b88415;
  color: #fff !important;
}

.page-cnc .btn-cnc-outline {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  margin-left: 0;
  transition: background 0.2s;
}

.page-cnc .btn-cnc-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.page-cnc .cnc-section {
  padding: 56px 0;
}

.page-cnc .cnc-section-alt {
  background: #f6f6f6;
}

.page-cnc .cnc-section-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #282828;
}

.page-cnc .cnc-section-sub {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
  color: #666;
  line-height: 1.6;
}

.page-cnc .cnc-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px 18px 22px;
  height: 100%;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-cnc .cnc-card:hover {
  border-color: #021893;
  box-shadow: 0 4px 14px rgba(2, 24, 147, 0.12);
}

.page-cnc .cnc-card .cnc-tag {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c89518;
  margin-bottom: 6px;
  font-weight: 600;
}

.page-cnc .cnc-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #282828;
}

.page-cnc .cnc-card p,
.page-cnc .cnc-list {
  font-size: 0.92rem;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

.page-cnc .cnc-list {
  list-style: none;
  padding: 0;
}

.page-cnc .cnc-list li {
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
}

.page-cnc .cnc-list li::before {
  content: "•";
  color: #c89518;
  position: absolute;
  left: 0;
}

.page-cnc .cnc-steps {
  max-width: 720px;
  margin: 0 auto;
}

.page-cnc .cnc-step {
  position: relative;
  padding-left: 44px;
  margin-bottom: 22px;
}

.page-cnc .cnc-step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c89518;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-cnc .cnc-step-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.page-cnc .cnc-step-text {
  font-size: 0.92rem;
  color: #666;
}

.page-cnc .cnc-testimonial {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 18px;
  height: 100%;
  font-size: 0.92rem;
}

.page-cnc .cnc-testimonial p {
  color: #444;
  margin-bottom: 10px;
  font-style: italic;
}

.page-cnc .cnc-testimonial span {
  font-size: 0.82rem;
  color: #888;
}

.page-cnc .cnc-faq {
  max-width: 720px;
  margin: 0 auto;
}

.page-cnc .cnc-faq-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 0;
}

.page-cnc .cnc-faq-item:last-child {
  border-bottom: none;
}

.page-cnc .cnc-faq-q {
  font-weight: 600;
  margin-bottom: 6px;
  color: #282828;
}

.page-cnc .cnc-faq-a {
  font-size: 0.92rem;
  color: #666;
  margin: 0;
}

.page-cnc .cnc-cta {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 52px 16px 56px;
}

.page-cnc .cnc-cta h2 {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 12px;
}

.page-cnc .cnc-cta p {
  max-width: 560px;
  margin: 0 auto 22px;
  opacity: 0.92;
  line-height: 1.6;
}

.page-cnc .cnc-cta small {
  display: block;
  margin-top: 14px;
  font-size: 0.82rem;
  opacity: 0.75;
}

.page-cnc .cnc-cta-links {
  margin-top: 12px;
}

.page-cnc .cnc-cta-links a {
  color: #c89518;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .page-cnc .cnc-hero {
    padding: 40px 0 48px;
  }

  .page-cnc .cnc-hero h1 {
    font-size: 1.65rem;
  }

  .page-cnc .btn-cnc-outline {
    margin-top: 10px;
    margin-left: 0;
  }

  .page-cnc .cnc-section {
    padding: 44px 0;
  }
}
