/* Enterprise Tech Wire — Classic home full-width v11 */
.home-classic {
  --hc-ink: #0a1628;
  --hc-accent: #0c7a8a;
  --hc-accent-2: #1a9a8c;
  --hc-paper: #ffffff;
  --hc-paper-deep: #ffffff;
  --hc-card: #ffffff;
  --hc-text: #132233;
  --hc-muted: #5a6f82;
  --hc-line: rgba(12, 122, 138, 0.12);
  --hc-line-strong: rgba(10, 22, 40, 0.08);
  --hc-shadow: 0 10px 28px rgba(10, 22, 40, 0.06);
  --hc-shadow-sm: 0 4px 14px rgba(10, 22, 40, 0.04);
  --hc-radius: 8px;
  --hc-radius-sm: 6px;
  --hc-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --hc-body: "DM Sans", "Segoe UI", sans-serif;
  --hc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hc-gutter: 16px;
  color: var(--hc-text);
  background: #fff;
  font-family: var(--hc-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.home-classic .title-index,
.home-classic .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Full-width gutters */
.home-classic.home-fullwidth .hc-stage-inner,
.home-classic.home-fullwidth .hc-page-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: var(--hc-gutter);
  padding-right: var(--hc-gutter);
}

@media (min-width: 1400px) {
  .home-classic.home-fullwidth {
    --hc-gutter: 32px;
  }
}

@media (min-width: 1600px) {
  .home-classic.home-fullwidth {
    --hc-gutter: 40px;
  }
}

/* ===== Hero stage ===== */
.hc-stage {
  position: relative;
  padding: 18px 0 8px;
  overflow: hidden;
}

.hc-stage-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(10, 22, 40, 0.04) 0%, transparent 42%),
    radial-gradient(ellipse 70% 80% at 0% 50%, rgba(12, 122, 138, 0.09), transparent 60%);
}

.hc-stage-bg::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hc-line), transparent);
}

.hc-stage-inner {
  position: relative;
  z-index: 1;
}

.hc-combo {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 0.85fr);
  gap: 16px;
  align-items: stretch;
}

/* ===== Latest News inline slider (above categories) ===== */
.home-classic .hc-latest-news-slider {
  margin-bottom: 22px;
}

.home-classic .hc-latest-news-slider .section-head .title a {
  color: var(--hc-ink) !important;
}

.home-classic #featured.hc-inline-slider {
  width: 100%;
  height: 360px;
  position: relative;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  border-radius: var(--hc-radius);
  box-shadow: var(--hc-shadow);
  background: #0a1628;
}

.home-classic #featured.hc-inline-slider .featured-left {
  width: 100%;
  height: 360px;
  float: none;
  padding: 0;
  position: relative;
}

.home-classic #featured.hc-inline-slider .slider-container,
.home-classic #featured.hc-inline-slider .featured-slider,
.home-classic #featured.hc-inline-slider .featured-slider-item {
  width: 100%;
  height: 360px;
  max-height: 360px;
}

.home-classic #featured.hc-inline-slider .featured-slider-item {
  position: relative;
}

.home-classic #featured.hc-inline-slider .featured-slider-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 40, 0.05) 0%,
    rgba(10, 22, 40, 0.2) 40%,
    rgba(10, 22, 40, 0.82) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.home-classic #featured.hc-inline-slider .hc-slide-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  pointer-events: auto;
}

.home-classic #featured.hc-inline-slider .featured-slider-item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 20px 24px;
  background: transparent !important;
  pointer-events: none;
}

.home-classic #featured.hc-inline-slider .featured-slider-item .caption .title a,
.home-classic #featured.hc-inline-slider .featured-slider-item .caption .post-meta a {
  pointer-events: auto;
}

.home-classic #featured.hc-inline-slider .featured-slider-item .caption .title {
  font-family: var(--hc-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem) !important;
  line-height: 1.25 !important;
  font-weight: 600;
  margin: 0 0 6px;
}

.home-classic #featured.hc-inline-slider .featured-slider-item .caption .title a {
  color: #fff !important;
  text-decoration: none;
}

.home-classic #featured.hc-inline-slider .featured-slider-nav {
  z-index: 4;
}

.home-classic #featured.hc-inline-slider .featured-slider-nav .prev,
.home-classic #featured.hc-inline-slider .featured-slider-nav .next {
  width: 38px;
  height: 38px;
  border-radius: var(--hc-radius-sm);
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--hc-ink);
}

@media (max-width: 767px) {
  .home-classic #featured.hc-inline-slider,
  .home-classic #featured.hc-inline-slider .featured-left,
  .home-classic #featured.hc-inline-slider .slider-container,
  .home-classic #featured.hc-inline-slider .featured-slider,
  .home-classic #featured.hc-inline-slider .featured-slider-item {
    height: 240px;
    max-height: 240px;
  }
}

/* ===== Slider + promo (legacy stage, unused on home) ===== */
.hc-row-slider {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.hc-row-slider > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.hc-col-lead,
.hc-col-promo {
  display: flex;
  flex-direction: column;
}

.hc-col-lead #featured.hc-featured-restore {
  flex: 1;
  width: 100%;
  height: 480px;
  min-height: 480px;
}

.hc-col-promo .hc-promo-stack {
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 480px;
}

.hc-side-stack,
.hc-side-tile,
.hc-col-mid {
  display: none !important;
}

.home-classic #featured.hc-featured-restore {
  width: 100%;
  height: 480px;
  position: relative;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  border-radius: var(--hc-radius);
  box-shadow: var(--hc-shadow);
  background: #0a1628;
}

.home-classic #featured.hc-featured-restore .featured-left {
  width: 100%;
  height: 480px;
  float: none;
  padding: 0;
  position: relative;
}

.home-classic #featured.hc-featured-restore .featured-right {
  display: none !important;
}

.home-classic #featured.hc-featured-restore .slider-container,
.home-classic #featured.hc-featured-restore .featured-slider,
.home-classic #featured.hc-featured-restore .featured-slider-item {
  width: 100%;
  height: 480px;
  max-height: 480px;
}

.home-classic #featured.hc-featured-restore .featured-slider-item {
  position: relative;
}

.home-classic #featured.hc-featured-restore .featured-slider-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 22, 40, 0.05) 0%,
    rgba(10, 22, 40, 0.15) 40%,
    rgba(10, 22, 40, 0.82) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.home-classic #featured.hc-featured-restore .featured-slider-item .img-link,
.home-classic #featured.hc-featured-restore .featured-slider-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-classic #featured.hc-featured-restore .hc-slide-cat {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  pointer-events: auto;
}

.home-classic #featured.hc-featured-restore .featured-slider-item .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 28px 32px;
  background: transparent !important;
  pointer-events: none;
}

.home-classic #featured.hc-featured-restore .featured-slider-item .caption .title a,
.home-classic #featured.hc-featured-restore .featured-slider-item .caption .post-meta a {
  pointer-events: auto;
}

.home-classic #featured.hc-featured-restore .featured-slider-item .caption .title {
  font-family: var(--hc-display);
  font-size: clamp(1.35rem, 2.4vw, 2rem) !important;
  line-height: 1.22 !important;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 8px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.home-classic #featured.hc-featured-restore .featured-slider-item .caption .title a {
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.2s var(--hc-ease);
}

.home-classic #featured.hc-featured-restore .featured-slider-item .caption .title a:hover {
  opacity: 0.88;
}

.home-classic #featured.hc-featured-restore .featured-slider-item .post-meta,
.home-classic #featured.hc-featured-restore .featured-slider-item .post-meta a,
.home-classic #featured.hc-featured-restore .featured-slider-item .post-meta span {
  font-family: var(--hc-body);
  font-size: 13px !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.home-classic #featured.hc-featured-restore .featured-slider-nav {
  z-index: 4;
}

.home-classic #featured.hc-featured-restore .featured-slider-nav .prev,
.home-classic #featured.hc-featured-restore .featured-slider-nav .next {
  width: 42px;
  height: 42px;
  border-radius: var(--hc-radius-sm);
  border: 0;
  background: rgba(255, 255, 255, 0.94);
  color: var(--hc-ink);
  box-shadow: var(--hc-shadow-sm);
  transition: transform 0.2s var(--hc-ease), background 0.2s ease;
}

.home-classic #featured.hc-featured-restore .featured-slider-nav .prev:hover,
.home-classic #featured.hc-featured-restore .featured-slider-nav .next:hover {
  background: #fff;
  transform: scale(1.04);
}

.hc-slider-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 480px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--hc-body);
  background:
    radial-gradient(circle at 30% 40%, rgba(12, 122, 138, 0.35), transparent 50%),
    #0a1628;
}

.hc-slider-empty strong {
  font-family: var(--hc-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

/* ===== Promo stack: separate Advertise / Survey / PR Desk ===== */
.hc-promo-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 480px;
  height: auto !important;
  min-height: 480px;
}

.hc-promo-box {
  display: flex;
  flex-direction: column;
  border-radius: var(--hc-radius);
  background: var(--hc-card);
  border: 1px solid var(--hc-line-strong);
  box-shadow: var(--hc-shadow-sm);
  overflow: hidden;
  flex: 1;
  min-height: 0;
}

.hc-promo-box-ad {
  flex: 1.15;
}

.hc-promo-box-survey,
.hc-promo-box-pr {
  flex: 0.95;
}

.hc-promo-box-head {
  background: #0a1628;
  color: #fff;
  font-family: var(--hc-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 12px;
}

.hc-promo-box-body {
  flex: 1;
  padding: 12px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hc-combo-promo {
  display: none;
}

.hc-promo-banner {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.hc-promo-banner a,
.hc-promo-banner > div {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 140px;
  border-radius: var(--hc-radius-sm) !important;
  overflow: hidden;
}

.hc-promo-fallback {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border-radius: var(--hc-radius-sm);
  background:
    linear-gradient(165deg, rgba(10, 22, 40, 0.15), rgba(10, 22, 40, 0.55)),
    linear-gradient(135deg, #0a1628 0%, #0c7a8a 100%);
  color: #fff;
  text-decoration: none !important;
  min-height: 140px;
  transition: transform 0.25s var(--hc-ease);
}

.hc-promo-fallback:hover {
  transform: translateY(-2px);
  color: #fff !important;
}

.hc-promo-fallback strong {
  font-family: var(--hc-display);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hc-promo-fallback span {
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0.88;
  max-width: 28ch;
}

.hc-promo-fallback em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.95;
  margin-top: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  align-self: flex-start;
  padding-bottom: 2px;
}

.hc-promo-survey .sidebar-widget {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.hc-promo-survey .widget-head {
  display: none;
}

.hc-promo-survey .title {
  font-family: var(--hc-display);
  font-size: 1rem !important;
  font-weight: 600;
  color: var(--hc-ink);
  margin-bottom: 10px;
}

.hc-promo-survey .label-poll-option,
.hc-promo-survey .option {
  font-size: 13px !important;
}

.hc-promo-survey .option {
  margin-bottom: 8px !important;
}

.hc-promo-survey .btn-custom {
  border-radius: var(--hc-radius-sm);
  background: var(--hc-accent) !important;
  border-color: var(--hc-accent) !important;
  font-weight: 600;
}

.hc-paid-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 4px 0;
}

.hc-paid-card h3 {
  margin: 0;
  font-family: var(--hc-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--hc-ink);
}

.hc-paid-card p {
  margin: 0;
  color: var(--hc-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hc-paid-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.hc-paid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--hc-radius-sm);
  background: var(--hc-ink);
  color: #fff !important;
  font-family: var(--hc-body);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s var(--hc-ease);
}

.hc-paid-btn:hover {
  background: var(--hc-accent);
  color: #fff !important;
  transform: translateY(-1px);
}

.hc-paid-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 4px;
  font-family: var(--hc-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--hc-accent) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.hc-paid-link:hover {
  border-bottom-color: var(--hc-accent);
}

.home-classic .category-label {
  border-radius: var(--hc-radius-sm);
  padding: 5px 10px;
  font-family: var(--hc-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* ===== Main column ===== */
.home-classic .index-wrapper.hc-main {
  background: transparent;
  margin-top: 8px !important;
  padding-top: 0;
  padding-bottom: 48px;
}

.home-classic .news-ticker-sep {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.home-classic .hc-ticker.news-ticker-cnt {
  margin-top: 4px;
  margin-bottom: 20px;
  border-radius: var(--hc-radius);
  overflow: hidden;
  border: 1px solid var(--hc-line-strong);
  background: var(--hc-card);
  box-shadow: var(--hc-shadow-sm);
}

.home-classic .hc-ticker .news-ticker-title {
  background: var(--hc-ink) !important;
  font-family: var(--hc-body);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px !important;
}

.home-classic .hc-ticker .news-ticker a {
  font-family: var(--hc-body);
  font-weight: 500;
}

.home-classic .hc-block {
  margin-bottom: 4px;
}

.home-classic .section {
  margin-top: 0;
  margin-bottom: 22px;
  padding: 16px 12px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-classic .section .section-content {
  margin-top: 0 !important;
}

.home-classic .section .section-head {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: var(--hc-ink) !important;
  border-radius: var(--hc-radius-sm);
  overflow: hidden;
}

.home-classic .section .section-head .title {
  float: none;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 10px 15px !important;
  background: transparent !important;
  font-family: var(--hc-body);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.home-classic .section .section-head .title a {
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.home-classic .section .section-head .title a:hover {
  color: #fff !important;
  opacity: 0.85;
}

.home-classic .section .section-head .a-view-all {
  float: right;
  margin: -32px 12px 0 0;
  position: relative;
  z-index: 2;
  font-family: var(--hc-body);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85) !important;
  text-transform: uppercase;
}

.home-classic .section .section-head .a-view-all:hover {
  color: #fff !important;
}

.home-classic .section .section-head .sub-block-tabs {
  float: right;
  margin: -34px 8px 0 0;
  position: relative;
  z-index: 2;
}

.home-classic .section .section-head .sub-block-tabs > li > a {
  color: rgba(255, 255, 255, 0.7) !important;
  background: transparent !important;
  font-size: 12px;
}

.home-classic .section .section-head .sub-block-tabs > li.active > a,
.home-classic .section .section-head .sub-block-tabs > li > a:hover {
  color: #fff !important;
  background: transparent !important;
}

.hc-section-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hc-section-kicker {
  margin: 0;
  font-family: var(--hc-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hc-accent);
}

.home-classic .post-item .post-item-image,
.home-classic .post-item-horizontal .post-item-image {
  border-radius: var(--hc-radius-sm);
  overflow: hidden;
}

.home-classic .post-item .title a,
.home-classic .post-item-horizontal .title a,
.home-classic .post-item-small .title a {
  font-family: var(--hc-display);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--hc-ink) !important;
  transition: color 0.2s ease;
}

.home-classic .post-item .title a:hover,
.home-classic .post-item-horizontal .title a:hover,
.home-classic .post-item-small .title a:hover {
  color: var(--hc-accent) !important;
}

.home-classic .post-item .title {
  font-size: 1.15rem !important;
  line-height: 1.35 !important;
}

.home-classic .post-item-small .title {
  font-size: 0.95rem !important;
  line-height: 1.35 !important;
}

.home-classic .post-item-horizontal {
  margin-bottom: 10px;
  padding: 10px 8px;
  border-radius: var(--hc-radius-sm);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.25s var(--hc-ease);
}

.home-classic .post-item-horizontal:hover {
  border-color: var(--hc-line);
  background: rgba(12, 122, 138, 0.04);
  transform: translateX(2px);
}

.home-classic .post-item {
  margin-bottom: 18px;
}

.home-classic .post-item .post-item-image img {
  transition: transform 0.45s var(--hc-ease);
}

.home-classic .post-item:hover .post-item-image img {
  transform: scale(1.03);
}

.home-classic .btn-load-more {
  border-radius: var(--hc-radius-sm) !important;
  border: 0 !important;
  background: var(--hc-ink) !important;
  color: #fff !important;
  font-family: var(--hc-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 12px 28px !important;
  box-shadow: none;
  transition: background 0.2s ease, transform 0.2s var(--hc-ease);
}

.home-classic .btn-load-more:hover {
  background: var(--hc-accent) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.home-classic .hc-ad {
  margin: 4px 0 22px;
}

/* ===== Sidebar ===== */
.home-classic .hc-mid .hc-sidebar-sticky,
.home-classic .hc-sidebar .hc-sidebar-sticky {
  position: relative;
}

@media (min-width: 992px) {
  .home-classic .hc-mid .hc-sidebar-sticky,
  .home-classic .hc-sidebar .hc-sidebar-sticky {
    position: sticky;
    top: 18px;
  }
}

.home-classic .hc-mid .sidebar-widget,
.home-classic .hc-sidebar .sidebar-widget {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--hc-line-strong);
  border-radius: var(--hc-radius);
  background: var(--hc-card);
  box-shadow: var(--hc-shadow-sm);
}

.home-classic .hc-mid .sidebar-widget .widget-head,
.home-classic .hc-sidebar .sidebar-widget .widget-head {
  border-radius: var(--hc-radius-sm);
  background: var(--hc-ink) !important;
  margin-bottom: 12px;
}

.home-classic .hc-mid .sidebar-widget .widget-head .title,
.home-classic .hc-sidebar .sidebar-widget .widget-head .title {
  font-family: var(--hc-body);
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff !important;
}

.home-classic .hc-sidebar .container-bn {
  margin-bottom: 18px;
  padding: 0 !important;
}

/* Hide view counts on left/right home sidebars only */
.home-classic .hc-mid .sbw-views,
.home-classic .hc-sidebar .sbw-views,
.home-classic .hc-mid .post-meta span.m-r-0,
.home-classic .hc-sidebar .post-meta span.m-r-0,
.home-classic .hc-mid .small-post-meta span.m-r-0,
.home-classic .hc-sidebar .small-post-meta span.m-r-0 {
  display: none !important;
}

.home-classic .hc-sidebar .bn-content,
.home-classic .hc-sidebar .bn-inner {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.home-classic .hc-sidebar .bn-inner a,
.home-classic .hc-sidebar .bn-inner > div {
  width: 100% !important;
  max-width: 100% !important;
}

.home-classic .poll .question .title,
.home-classic .poll .result .title {
  font-family: var(--hc-display);
  font-weight: 600;
  color: var(--hc-ink);
}

.home-classic .poll .btn-custom {
  border-radius: var(--hc-radius-sm);
  background: var(--hc-accent) !important;
  border-color: var(--hc-accent) !important;
}

.home-classic .tag-list li a {
  border-radius: var(--hc-radius-sm) !important;
  font-family: var(--hc-body);
  font-size: 12px;
  font-weight: 500;
}

/* ===== Motion ===== */
/* Keep content visible on load/reload — never hide the main column */
.hc-reveal {
  opacity: 1;
  transform: none;
}

.hc-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.home-classic .bn-header-mobile:empty,
.home-classic .bn-header-mobile .row:empty {
  display: none;
}


/* ===== Dark mode ===== */
.dark-mode .home-classic {
  --hc-paper: #0d141c;
  --hc-paper-deep: #0a1016;
  --hc-card: #151e28;
  --hc-text: #e6edf3;
  --hc-muted: #95a8b8;
  --hc-line: rgba(148, 186, 204, 0.14);
  --hc-line-strong: rgba(148, 186, 204, 0.1);
  background:
    radial-gradient(1000px 420px at 10% -10%, rgba(12, 122, 138, 0.12), transparent 55%),
    linear-gradient(180deg, #0f1720 0%, #0d141c 100%);
}

.dark-mode .hc-promo-box,
.dark-mode .home-classic .section,
.dark-mode .home-classic .hc-sidebar .sidebar-widget,
.dark-mode .home-classic .hc-ticker.news-ticker-cnt {
  background: var(--hc-card);
}

.dark-mode .home-classic .post-item-horizontal:hover {
  background: rgba(12, 122, 138, 0.08);
}

.dark-mode .hc-paid-card h3,
.dark-mode .hc-promo-survey .title,
.dark-mode .home-classic .post-item .title a,
.dark-mode .home-classic .post-item-horizontal .title a,
.dark-mode .home-classic .post-item-small .title a {
  color: #f0f5f9 !important;
}

.dark-mode .home-classic .section .section-head {
  background: #0a1628 !important;
}

.dark-mode .home-classic .section .section-head .title a {
  color: #fff !important;
}

.dark-mode .hc-stage {
  background: transparent;
}

.dark-mode .hc-paid-btn {
  background: var(--hc-accent);
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .home-classic.home-fullwidth {
    --hc-gutter: 16px;
  }

  .hc-stage {
    padding: 12px 0 4px;
  }

  .hc-combo {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hc-row-slider > .hc-col-lead,
  .hc-row-slider > .hc-col-promo {
    width: 100%;
    float: none;
  }

  .home-classic #featured.hc-featured-restore,
  .home-classic #featured.hc-featured-restore .featured-left,
  .home-classic #featured.hc-featured-restore .slider-container,
  .home-classic #featured.hc-featured-restore .featured-slider,
  .home-classic #featured.hc-featured-restore .featured-slider-item,
  .hc-promo-stack,
  .hc-slider-empty {
    height: auto;
    min-height: 0;
  }

  .hc-col-lead #featured.hc-featured-restore {
    min-height: 340px;
  }

  .hc-promo-box {
    min-height: 160px;
  }

  .home-classic #featured.hc-featured-restore .featured-slider-item .caption {
    padding: 20px;
  }

  .home-classic .section {
    padding: 14px 14px 8px;
  }

  .home-classic .hc-sidebar {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .home-classic {
    font-size: 15px;
  }

  .home-classic.home-fullwidth {
    --hc-gutter: 12px;
  }

  .home-classic #featured.hc-featured-restore,
  .home-classic #featured.hc-featured-restore .featured-left,
  .home-classic #featured.hc-featured-restore .slider-container,
  .home-classic #featured.hc-featured-restore .featured-slider,
  .home-classic #featured.hc-featured-restore .featured-slider-item {
    height: 280px;
    max-height: 280px;
    min-height: 0;
  }

  .hc-slider-empty {
    height: 280px;
    min-height: 0;
  }

  .hc-promo-stack {
    min-height: 0;
  }

  .hc-promo-fallback {
    min-height: 120px;
  }

  .hc-promo-banner a,
  .hc-promo-banner > div {
    min-height: 120px;
  }

  .home-classic #featured.hc-featured-restore .featured-slider-item .caption .title {
    font-size: 1.2rem !important;
  }

  .home-classic #featured.hc-featured-restore .hc-slide-cat {
    top: 14px;
    left: 14px;
  }

  .home-classic .section .section-head .title {
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-reveal,
  .home-classic .post-item .post-item-image img,
  .home-classic .post-item-horizontal,
  .hc-promo-fallback,
  .hc-paid-btn {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }

  .hc-reveal {
    opacity: 1;
  }
}
