/* ==========================================================================
   Nova Plus — Home page
   Brand: blue #425CC7 · purple #7E57C5 · ink #171B2E
   ========================================================================== */

.nova-home-wrap {
  --nv-blue: #425CC7;
  --nv-purple: #7E57C5;
  --nv-ink: #171B2E;
  --nv-body: #4A5064;
  --nv-muted: #7A819A;
  --nv-line: #EEF0F8;
  --nv-surface: #F7F8FC;
  --nv-grad: linear-gradient(135deg, #425CC7 0%, #7E57C5 100%);
  color: var(--nv-body);
  font-size: 15px;
}

/* Woodmart wraps page content in a padded, max-width container —
   neutralise it on this page so the sections run edge to edge. */
.nova-home .wd-content-layout,
.nova-home .content-layout-wrapper,
.nova-home .site-content,
.nova-home .content-area {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nova-home .wd-page-content { padding-top: 0 !important; padding-bottom: 0 !important; }
.nova-home .page-title,
.nova-home .wd-page-title,
.nova-home .entry-header,
.nova-home .wd-breadcrumbs { display: none !important; }

.nova-home-wrap * { box-sizing: border-box; }
.nova-home-wrap h1,
.nova-home-wrap h2,
.nova-home-wrap h3 { margin: 0; color: var(--nv-ink); letter-spacing: -0.02em; }
.nova-home-wrap p { margin: 0; }
.nova-home-wrap img { max-width: 100%; height: auto; display: block; }

.nova-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.nova-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nv-purple);
  margin-bottom: 10px;
}
.nova-eyebrow-light { color: rgba(255, 255, 255, .8); }

.nova-sec { padding: 88px 0; }
.nova-sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.nova-sec-head h2 { font-size: 36px; font-weight: 800; line-height: 1.2; }
.nova-sec-head-stack { display: block; max-width: 640px; }
.nova-note { font-size: 13px; color: var(--nv-muted); }
.nova-link { font-size: 14px; font-weight: 700; color: var(--nv-blue); white-space: nowrap; }
.nova-link:hover { color: var(--nv-purple); }

.nova-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.nova-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }

/* --------------------------------------------------------------- buttons */
.nova-btn-solid,
.nova-btn-ghost,
.nova-btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.nova-btn-solid { background: #FFFFFF; color: #2E3A8C !important; }
.nova-btn-ghost { background: transparent; color: #FFFFFF !important; border: 2px solid rgba(255, 255, 255, .6); }
.nova-btn-ghost:hover { background: rgba(255, 255, 255, .12); }
.nova-btn-wa { background: #25D366; color: #FFFFFF !important; box-shadow: 0 6px 20px rgba(37, 211, 102, .3); }
.nova-btn-wa:hover { background: #1DA851; }
.nova-btn-wa svg { width: 19px; height: 19px; flex: 0 0 auto; }
.nova-btn-solid:hover,
.nova-btn-wa:hover,
.nova-btn-ghost:hover { transform: translateY(-2px); }

/* ------------------------------------------------------------------ hero */
.nova-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  background: #1B2450 center / cover no-repeat;
  overflow: hidden;
}
.nova-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 23, 55, .82) 0%, rgba(17, 23, 55, .46) 34%, rgba(17, 23, 55, 0) 60%);
}
.nova-hero-inner { position: relative; padding-top: 60px; padding-bottom: 60px; }
.nova-hero-copy { max-width: 620px; }
.nova-hero-copy h1 { font-size: 52px; line-height: 1.14; font-weight: 800; color: #FFFFFF; margin-bottom: 20px; }
.nova-hero-copy p { font-size: 17px; line-height: 1.75; color: #DDE2F5; max-width: 540px; }
.nova-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* ----------------------------------------------------------------- stats */
.nova-stats { background: var(--nv-surface); border-bottom: 1px solid var(--nv-line); padding: 34px 0; }
.nova-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.nova-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.nova-stat + .nova-stat { border-left: 1px solid #E4E7F2; }
.nova-stat-n { font-size: 34px; font-weight: 800; color: var(--nv-blue); line-height: 1.1; }
.nova-stat-todo { color: #C9CEE0; }
.nova-stat-l { font-size: 13px; color: var(--nv-muted); }

/* ------------------------------------------------------------ categories */
.nova-cat-card {
  position: relative;
  display: block;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #1C2657 center 26% / cover no-repeat;
  text-decoration: none !important;
}
.nova-cat-card-plain { background: linear-gradient(135deg, #2A3480 0%, #425CC7 55%, #7E57C5 100%); }
.nova-cat-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 23, 58, 0) 30%, rgba(18, 23, 58, .55) 62%, rgba(18, 23, 58, .88) 100%);
}
.nova-cat-body { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 10px; padding: 30px; }
.nova-cat-no { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.nova-cat-title { font-size: 26px; font-weight: 800; line-height: 1.2; color: #FFFFFF; }
.nova-cat-desc { font-size: 14px; line-height: 1.7; color: rgba(255, 255, 255, .86); }
.nova-cat-btn {
  align-self: flex-start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 9px;
  background: #FFFFFF;
  color: #2E3A8C;
  font-size: 13px;
  font-weight: 700;
}
.nova-cat-card:hover .nova-cat-btn { background: #EDF0FB; }

/* -------------------------------------------------------------- products */
.nova-prods { background: var(--nv-surface); }
.nova-prod {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid var(--nv-line);
  border-radius: 16px;
  padding: 18px;
}
.nova-prod-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 11px;
  overflow: hidden;
  background: linear-gradient(135deg, #EDF0FB 0%, #F1ECFA 100%);
}
.nova-prod-media img { width: 100%; height: 100%; object-fit: cover; }
.nova-home-ph { color: #AAB6E6; }
.nova-home-ph svg { width: 72px; height: 86px; }
.nova-prod-cat { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--nv-muted); }
.nova-prod-title { font-size: 15px; font-weight: 700; line-height: 1.45; }
.nova-prod-title a { color: var(--nv-ink); text-decoration: none !important; }
.nova-prod-title a:hover { color: var(--nv-blue); }
.nova-prod-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 9px;
  background: var(--nv-grad);
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(66, 92, 199, .22);
  transition: transform .18s ease, box-shadow .18s ease;
}
.nova-prod-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(66, 92, 199, .3); }

/* ------------------------------------------------------------------- why */
.nova-feature { display: flex; flex-direction: column; gap: 14px; }
.nova-feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #EDF0FB;
  color: var(--nv-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nova-feature-icon svg { width: 24px; height: 24px; }
.nova-feature h3 { font-size: 17px; font-weight: 800; }
.nova-feature p { font-size: 14px; line-height: 1.75; }

/* ------------------------------------------------------------------- how */
.nova-how {
  position: relative;
  overflow: hidden;
  background: #141C44 center / cover no-repeat;
  padding: 86px 0 92px;
}
.nova-how-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 23, 55, .94) 0%, rgba(17, 23, 55, .86) 55%, rgba(42, 52, 128, .78) 100%);
}
.nova-how-inner { position: relative; }
.nova-how .nova-sec-head { margin-bottom: 44px; }
.nova-how h2 { color: #FFFFFF; font-size: 36px; font-weight: 800; line-height: 1.2; }
.nova-step { display: flex; flex-direction: column; gap: 12px; padding-top: 22px; border-top: 2px solid rgba(255, 255, 255, .28); }
.nova-step-n { font-size: 13px; font-weight: 800; color: #A9B4E8; }
.nova-step h3 { font-size: 18px; font-weight: 800; color: #FFFFFF; }
.nova-step p { font-size: 14px; line-height: 1.75; color: rgba(255, 255, 255, .78); }

/* ------------------------------------------------------------------- cta */
.nova-cta {
  background: #37469F center / cover no-repeat;
  padding: 64px 0 70px;
}
.nova-cta-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; }
.nova-cta h2 { font-size: 34px; font-weight: 800; color: #FFFFFF; line-height: 1.25; }
.nova-cta p { font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .88); max-width: 620px; }
.nova-cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 12px; }
.nova-cta .nova-btn-wa,
.nova-cta .nova-btn-ghost { min-height: 50px; padding: 0 26px; }

/* =========================================================== responsive */
@media (max-width: 1024px) {
  .nova-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nova-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .nova-hero-copy h1 { font-size: 42px; }
  .nova-sec-head h2, .nova-how h2 { font-size: 30px; }
}

@media (max-width: 768px) {
  .nova-sec { padding: 56px 0; }
  .nova-hero { min-height: 500px; }
  .nova-hero-scrim { background: linear-gradient(180deg, rgba(17, 23, 55, .86) 0%, rgba(17, 23, 55, .62) 45%, rgba(17, 23, 55, .9) 100%); }
  .nova-hero-copy h1 { font-size: 32px; }
  .nova-hero-copy p { font-size: 15px; }
  .nova-hero-btns { flex-direction: column; align-items: stretch; }
  .nova-hero-btns a { width: 100%; }

  .nova-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  .nova-stat { align-items: flex-start; text-align: left; }
  .nova-stat + .nova-stat { border-left: 0; }
  .nova-stat-n { font-size: 28px; }

  .nova-sec-head { display: block; }
  .nova-sec-head h2, .nova-how h2 { font-size: 26px; }
  .nova-sec-head .nova-link,
  .nova-sec-head .nova-note { display: inline-block; margin-top: 10px; }

  .nova-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .nova-cats .nova-grid-3 { grid-template-columns: 1fr; gap: 22px; }
  .nova-grid-4 { grid-template-columns: 1fr; gap: 24px; }

  .nova-cat-card { min-height: 320px; }
  .nova-cat-body { padding: 22px; }
  .nova-cat-title { font-size: 22px; }
  .nova-cat-btn { align-self: stretch; justify-content: center; min-height: 46px; }

  .nova-prod { padding: 13px; border-radius: 14px; gap: 9px; }
  .nova-prod-media { height: 140px; }
  .nova-prod-title { font-size: 13px; }
  .nova-prod-btn { min-height: 44px; font-size: 12px; }

  .nova-how { padding: 52px 0 58px; }
  .nova-how-scrim { background: linear-gradient(180deg, rgba(17, 23, 55, .92) 0%, rgba(30, 39, 96, .9) 100%); }
  .nova-cta h2 { font-size: 25px; }
  .nova-cta-btns { flex-direction: column; align-self: stretch; width: 100%; }
  .nova-cta-btns a { width: 100%; }
}
