body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--text);
  background: var(--bg);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.product-nav-logo {
  border-radius: 12px;
  object-fit: cover;
  background: transparent;
  box-shadow: 0 8px 24px rgba(71, 120, 255, 0.18);
}

.arthouse-product-brand .arthouse-logo-name {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.pix-navbar-download {
  white-space: nowrap;
}

.display-6 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

/* Hero / download section */
.download-cadtopdfpro {
  position: relative;
  min-height: 520px;
  width: 100%;
  display: grid;
  align-items: center;
  padding: 92px 0;
  overflow: hidden;
  color: #fff;
  background-image: url("/public/images/products/cadconverterpro/cadconverterpro01.webp");
  background-size: cover;
  background-position: center;
}

.download-cadtopdfpro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(71, 120, 255, 0.24), transparent 26rem),
    linear-gradient(
      90deg,
      rgba(4, 8, 18, 0.78),
      rgba(4, 8, 18, 0.42),
      rgba(4, 8, 18, 0.76)
    );
  pointer-events: none;
}

.download-cadtopdfpro .container {
  position: relative;
  z-index: 1;
}

.cadtopdfpro-img {
  border-radius: 24px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.cad-product-intro h4,
.cad-hero-copy h1 {
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.78);
}

.cad-product-intro p,
.cad-hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 560;
  line-height: 1.7;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.76);
}

.cad-hero-copy p {
  max-width: 590px;
  margin: 0 auto;
}

/* Feature section */
.ss-CadConverter {
  position: relative;
  min-height: 620px;
  width: 100%;
  display: grid;
  align-items: center;
  padding: 92px 0;
  overflow: hidden;
  color: #fff;
  background-image: url("/public/images/products/cadconverterpro/cadconverterpro02.webp");
  background-size: cover;
  background-position: center;
}

.ss-CadConverter::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(143, 108, 255, 0.22), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(4, 8, 18, 0.72),
      rgba(4, 8, 18, 0.5),
      rgba(4, 8, 18, 0.72)
    );
  pointer-events: none;
}

.ss-CadConverter .container {
  position: relative;
  z-index: 1;
}

.cad-feature-image {
  max-width: min(100%, 620px);
  width: 100%;
  /* padding: 10px; */
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.cadConfeatures {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.76);
}

.format-Title {
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.cadConfeatures p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.04rem;
  font-weight: 560;
  line-height: 1.7;
}

.cadConfeatures .text-warning {
  color: #ffd166 !important;
  font-weight: 900;
}

/* Button consistency */
.download-cadtopdfpro .arthouse-button,
.ss-CadConverter .arthouse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 850;
}

/* Light theme */
html[data-theme="light"] .download-cadtopdfpro::before {
  background:
    radial-gradient(circle at 20% 22%, rgba(71, 120, 255, 0.22), transparent 26rem),
    linear-gradient(
      90deg,
      rgba(4, 8, 18, 0.66),
      rgba(4, 8, 18, 0.34),
      rgba(4, 8, 18, 0.64)
    );
}

html[data-theme="light"] .ss-CadConverter::before {
  background:
    radial-gradient(circle at 82% 20%, rgba(143, 108, 255, 0.2), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(4, 8, 18, 0.66),
      rgba(4, 8, 18, 0.42),
      rgba(4, 8, 18, 0.66)
    );
}

/* Responsive */
@media (max-width: 991px) {
  .download-cadtopdfpro,
  .ss-CadConverter {
    min-height: auto;
    padding: 72px 0;
  }

  .cadConfeatures {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .download-cadtopdfpro,
  .ss-CadConverter {
    padding: 56px 0;
  }

  .download-cadtopdfpro h1,
  .ss-CadConverter h2,
  .ss-CadConverter h3 {
    font-size: 1.7rem;
  }

  .cadtopdfpro-img {
    width: 86px;
  }

  .cad-feature-image {
    max-width: 92%;
  }

  .pix-navbar-download {
    display: none;
  }
}