/* AJCV Custom - product pages */
.ajcv-product-page {
  --c-bg: #f7f5f2;
  --c-bg-alt: #f0ede8;
  --c-surface: #fbfaf7;
  --c-card: #f8f6f1;
  --c-ink: #14213d;
  --c-muted: #5c6770;
  --c-accent: #e85d04;
  --c-accent-dark: #c84c00;
  --c-gold: #ffba08;
  --c-border: rgba(20, 33, 61, .09);
  --shadow-soft: 0 18px 42px rgba(20, 33, 61, .08);
  --shadow-card: 0 14px 30px rgba(20, 33, 61, .09);
  --shadow-hover: 0 18px 38px rgba(20, 33, 61, .12);

  color: var(--c-ink);
  background:
    linear-gradient(135deg, rgba(255, 186, 8, .08), rgba(232, 93, 4, .04) 34%, transparent 58%),
    var(--c-bg);
  font-family: inherit;
  padding: 64px 18px;
}

.ajcv-product-page *,
.ajcv-product-page *::before,
.ajcv-product-page *::after {
  box-sizing: border-box;
}

.ajcv-product-page a {
  color: var(--c-accent-dark);
}

.ajcv-product-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.ajcv-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: 42px;
  align-items: center;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
  padding: 56px;
}

.ajcv-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border: 1px solid rgba(232, 93, 4, .16);
  border-radius: 999px;
  background: rgba(232, 93, 4, .08);
  color: var(--c-accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ajcv-hero h1 {
  margin: 0 0 20px;
  color: var(--c-ink);
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.05;
}

.ajcv-lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: var(--c-muted);
  font-size: 19px;
  line-height: 1.7;
}

.ajcv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ajcv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.ajcv-btn:hover {
  transform: translateY(-2px);
}

.ajcv-btn-primary {
  background: var(--c-accent);
  box-shadow: 0 12px 26px rgba(232, 93, 4, .22);
  color: #fff !important;
}

.ajcv-btn-primary:hover {
  background: var(--c-accent-dark);
  box-shadow: 0 14px 30px rgba(200, 76, 0, .24);
}

.ajcv-btn-secondary {
  border: 1px solid var(--c-border);
  background: var(--c-card);
  color: var(--c-ink) !important;
}

.ajcv-btn-secondary:hover {
  border-color: rgba(20, 33, 61, .16);
  background: var(--c-bg-alt);
}

.ajcv-visual,
.ajcv-cta {
  background: linear-gradient(155deg, #14213d, #23395d);
  color: #fff;
  box-shadow: var(--shadow-card);
}

.ajcv-visual {
  position: relative;
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  padding: 32px;
  text-align: center;
}

.ajcv-visual::after {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: var(--c-gold);
  content: "";
  opacity: .75;
}

.ajcv-visual strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

.ajcv-visual span,
.ajcv-cta p {
  color: rgba(255, 255, 255, .78);
}

.ajcv-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0;
}

.ajcv-info-card,
.ajcv-section {
  border: 1px solid var(--c-border);
  background: var(--c-surface);
  box-shadow: 0 10px 26px rgba(20, 33, 61, .055);
}

.ajcv-info-card {
  border-radius: 20px;
  padding: 20px;
}

.ajcv-info-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--c-muted);
  font-size: 14px;
}

.ajcv-info-card strong {
  color: var(--c-ink);
}

.ajcv-section {
  margin-top: 26px;
  border-radius: 30px;
  padding: 42px;
}

.ajcv-section h2 {
  margin: 0 0 18px;
  color: var(--c-ink);
  font-size: clamp(1.7rem, 3.4vw, 2.6rem);
  line-height: 1.1;
}

.ajcv-section p {
  color: var(--c-muted);
  font-size: 18px;
  line-height: 1.75;
}

.ajcv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.ajcv-card {
  border: 1px solid var(--c-border);
  border-radius: 22px;
  background: var(--c-card);
  box-shadow: 0 10px 22px rgba(20, 33, 61, .045);
  padding: 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ajcv-card:hover {
  border-color: rgba(232, 93, 4, .18);
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.ajcv-card h3 {
  margin: 0 0 10px;
  color: var(--c-ink);
  font-size: 20px;
  line-height: 1.25;
}

.ajcv-card p {
  margin: 0;
  color: var(--c-muted);
  font-size: 16px;
  line-height: 1.58;
}

.ajcv-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ajcv-list li {
  border: 1px solid var(--c-border);
  border-radius: 16px;
  background: var(--c-bg-alt);
  color: var(--c-ink);
  font-weight: 700;
  line-height: 1.45;
  padding: 14px 16px;
}

.ajcv-cta {
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 32px;
  padding: 48px;
  text-align: center;
}

.ajcv-cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  line-height: 1.12;
}

.ajcv-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.65;
}

.ajcv-promo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(135deg, #e85d04, #c84c00);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(232, 93, 4, .24);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ajcv-promo-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(232, 93, 4, .32);
  color: #fff !important;
}

.ajcv-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.ajcv-news-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(20, 33, 61, .09);
  border-radius: 26px;
  background: #fbfaf7;
  box-shadow: 0 14px 30px rgba(20, 33, 61, .08);
  padding: 26px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ajcv-news-card:hover {
  border-color: rgba(232, 93, 4, .18);
  box-shadow: 0 18px 38px rgba(20, 33, 61, .11);
  transform: translateY(-3px);
}

.ajcv-news-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(232, 93, 4, .22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(232, 93, 4, .10), rgba(255, 186, 8, .14));
  color: #c84c00;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
}

.ajcv-news-card h2,
.ajcv-news-card h3 {
  margin: 0;
  color: #14213d;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.18;
}

.ajcv-news-card p {
  margin: 0;
  color: #5c6770;
  font-size: 16px;
  line-height: 1.65;
}

.ajcv-news-card .ajcv-promo-button {
  margin-top: auto;
}

body.page-id-1472 {
  background: #f7f5f2;
}

body.page-id-1472 .site-content,
body.page-id-1472 .content-area,
body.page-id-1472 .entry-content,
body.page-id-1472 .ast-container,
body.page-id-1472 article,
body.page-id-1472 .type-page {
  background: #f7f5f2 !important;
  box-shadow: none !important;
}

body.page-id-1472 .entry-content,
body.page-id-1472 .ast-container,
body.page-id-1472 article,
body.page-id-1472 .type-page {
  margin-top: 0;
  padding-top: 0;
}

body.page-id-1472 .entry-title,
body.page-id-1472 h1.entry-title {
  display: none !important;
}

@media (max-width: 900px) {
  .ajcv-product-page {
    padding: 42px 16px;
  }

  .ajcv-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 34px;
  }

  .ajcv-info,
  .ajcv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ajcv-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .ajcv-product-page {
    padding: 30px 12px;
  }

  .ajcv-hero,
  .ajcv-section,
  .ajcv-cta {
    border-radius: 24px;
    padding: 28px;
  }

  .ajcv-actions,
  .ajcv-btn {
    width: 100%;
  }

  .ajcv-info,
  .ajcv-grid,
  .ajcv-list,
  .ajcv-news-grid {
    grid-template-columns: 1fr;
  }

  .ajcv-visual {
    min-height: 240px;
  }
}
