/* ══════════════════════════════════════════════
   KKE Homepage Styles
   ══════════════════════════════════════════════ */

/* ── Hero section ── */
.kke-home .hero-section {
  text-align: center;
  padding: 60px 20px 48px;
  max-width: 800px;
  margin: 0 auto;
}
.kke-home .hero-section h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.kke-home .hero-section h1 em {
  font-style: normal;
  color: #00897A;
}
.kke-home .hero-subtitle {
  font-size: 17px;
  color: #555;
  line-height: 1.65;
  margin: 0 0 28px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.kke-home .hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.kke-home .btn-primary-kke {
  background: #00897A;
  color: #fff;
  padding: 13px 32px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #00897A;
  transition: background 0.2s;
}
.kke-home .btn-primary-kke:hover {
  background: #00796B;
  border-color: #00796B;
  color: #fff;
  text-decoration: none;
}
.kke-home .btn-outline-kke {
  background: transparent;
  color: #00897A;
  padding: 13px 32px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #00897A;
  transition: all 0.2s;
}
.kke-home .btn-outline-kke:hover {
  background: #00897A;
  color: #fff;
  text-decoration: none;
}

/* ── Trust bar ── */
.kke-home .trust-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 28px 20px;
  background: #f8f9fa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  flex-wrap: wrap;
}
.kke-home .trust-bar .stat {
  text-align: center;
}
.kke-home .trust-bar .stat strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #00897A;
  line-height: 1.1;
}
.kke-home .trust-bar .stat span {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── Section headings ── */
.kke-home .section-heading {
  text-align: center;
  padding: 48px 20px 8px;
}
.kke-home .section-heading h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.kke-home .section-heading p {
  font-size: 15px;
  color: #666;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ── Why KKE pillars ── */
.kke-home .pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px 0 16px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kke-home .pillars-grid { grid-template-columns: 1fr; gap: 16px; }
}
.kke-home .pillar {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.kke-home .pillar i {
  color: #00897A;
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}
.kke-home .pillar h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #1a1a1a;
}
.kke-home .pillar p {
  font-size: 13.5px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}

/* ── Product category cards ── */
.kke-home .product-categories .card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
  height: 100%;
}
.kke-home .product-categories .card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.kke-home .product-categories .card-body {
  padding: 20px !important;
}
.kke-home .product-categories .card-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.kke-home .product-categories .card-body .read-more {
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
}

/* ── Industries served ── */
.kke-home .industries-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 32px 20px;
  flex-wrap: wrap;
}
.kke-home .industry-badge {
  text-align: center;
  text-decoration: none;
  color: #444;
  transition: color 0.2s;
  min-width: 100px;
}
.kke-home .industry-badge:hover {
  color: #00897A;
  text-decoration: none;
}
.kke-home .industry-badge i {
  display: block;
  font-size: 28px;
  color: #00897A;
  margin-bottom: 8px;
}
.kke-home .industry-badge span {
  font-size: 13px;
  font-weight: 600;
}

/* ── Video section ── */
.kke-home .video-section {
  background: #1a1a1a;
  padding: 48px 20px;
  text-align: center;
}
.kke-home .video-section h2 {
  color: #fff;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 24px;
}
.kke-home .video-wrapper {
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.kke-home .video-wrapper stream,
.kke-home .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* ── Contact section ── */
.kke-home .contact-section {
  padding: 48px 0 24px;
}
.kke-home .contact-section h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.kke-home .contact-section .contact-subtitle {
  font-size: 15px;
  color: #666;
  margin: 0 0 24px;
  line-height: 1.6;
}

/* ── Quick links ── */
.kke-home .quick-links-bar {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 20px;
  flex-wrap: wrap;
}
.kke-home .quick-links-bar a {
  font-size: 14px;
  font-weight: 600;
  color: #00897A;
  text-decoration: none;
}
.kke-home .quick-links-bar a:hover {
  text-decoration: underline;
}

/* ── News ticker ── */
.kke-home .ticker-wrap {
  background: #1a1a1a;
  overflow: hidden;
  padding: 12px 0;
  white-space: nowrap;
  position: relative;
}
.kke-home .ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 45s linear infinite;
}
.kke-home .ticker-track:hover {
  animation-play-state: paused;
}
.kke-home .ticker-set {
  display: flex;
  flex-shrink: 0;
}
.kke-home .ticker-set span {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.3px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.kke-home .ticker-set span strong {
  color: #00897A;
  font-weight: 700;
}
.kke-home .ticker-set span::before {
  content: "\2022";
  color: #444;
  font-size: 8px;
}
.kke-home .ticker-set span:first-child::before {
  display: none;
}
/* Fade edges */
.kke-home .ticker-wrap::before,
.kke-home .ticker-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.kke-home .ticker-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #1a1a1a 0%, transparent 100%);
}
.kke-home .ticker-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, #1a1a1a 0%, transparent 100%);
}
@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
