/* ================= HERO ================= */
.product-hero {
  text-align: center;
  padding: 80px 20px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.product-hero h1 {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;

  margin-bottom: 18px;
  color: #0f172a;
}

.product-hero p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;

  color: #475569;

  max-width: 640px;
  margin: 0 auto 40px;
}

.product-hero p:last-child {
  font-style: italic;
  font-weight: 500;
  color: #475569;
  margin-top: 12px;
}

.product-preview {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.product-preview img {
  max-width: 720px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 14px;
}

.hero-emphasis {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #475569;
}

/* ================= VALUE ================= */
.product-value {
  text-align: center;
  padding: 2rem 1rem 1rem;
}

.product-value h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #0f172a;
  letter-spacing: -0.3px;
}

.product-value p {
  max-width: 620px;
  margin: 0 auto 14px;
  line-height: 1.6;
  font-size: 16px;
  color: #475569;
}

/* Italic emphasis line (used by PixClad safely) */
.product-value p:last-child {
  font-style: italic;
  font-weight: 500;
  margin-top: 6px;
  color: #64748b;
}

/* ================= FEATURES (BASE – OPSCLAD SAFE) ================= */
.product-features {
  padding: 1.5rem 1rem 1rem;
}

/* Base split layout (OpsClad only) */
.split {
  max-width: 1100px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 3rem;
  align-items: center;
}

.split h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.split p {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
}
.split img {
  max-width: 220px;
  width: 100%;
}

/* Reverse layout (OpsClad only) */
.split.reverse {
  grid-template-columns: 1fr 240px;
}

.split.reverse img {
  grid-column: 2;
}

.split.reverse div {
  grid-column: 1;
}

/* ================= DESIGNED BY ================= */
.designed-by {
  text-align: center;
  padding: 0.5rem 2rem 1.5rem;
  background: #ffffff;
  max-width: 900px;
  margin: 0 auto;
}

.designed-by h3 {
  margin: 2px 0 8px;
}

.designed-by p {
  max-width: 720px;
  margin: 0 auto;
}

.designed-by img {
  margin: 0 auto 10px;
}

/*.product-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 1.2rem;

  background: #ffffff;
  padding: 16px 28px;

  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
}*/

.product-logo {
  width: 360px;
  max-width: 90%;
  margin: 0 auto 2px;
  height: auto;
  display: block;
  
  padding: 0;
  background: none;
  box-shadow: none;
}

/* ================= CTA ================= */
.product-cta {
  background: linear-gradient(180deg, #0f172a, #020617);
  color: #fff;
  text-align: center;
  padding: 3rem 2rem;
}

.btn-primary {
  display: inline-block;
  background: #fff;
  color: #0f172a;
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 1rem;
}

.footer a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.5rem;
}

/* ================= BOOK A DEMO ================= */
.demo-page {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  padding: 4rem 2.5rem;
}

.demo-content h1 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.demo-content .subtitle {
  max-width: 520px;
  margin-bottom: 2rem;
}

.demo-benefits {
  list-style: none;
  padding: 0;
}

.demo-benefits li {
  margin-bottom: 1.25rem;
}

.demo-form-card {
  background: #f8fafc;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.demo-form-card h2 {
  margin-bottom: 1.5rem;
}

.demo-form-card label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.demo-form-card input,
.demo-form-card select {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  border: 1px solid #cbd5f5;
}

@media (max-width: 900px) {
  .demo-page {
    grid-template-columns: 1fr;
  }
}

/* Primary CTA – used across product pages */
.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: #0f172a;          /* deep blue */
  color: #ffffff;

  padding: 12px 26px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition: all 0.25s ease;
}

/* Hover */
.cta-primary:hover {
  background: #1e293b;
  transform: translateY(-1px);
}
