body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  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;
  background: var(--bg);
  color: var(--text);
}

code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}

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

.display-6 {
  font-size: 30px;
  font-weight: 400;
}

.arthouse-product-logo {
  border-radius: 12px;
  object-fit: contain;
  background: transparent;
}

.arthouse-product-download {
  white-space: nowrap;
}

.product-main-title {
  margin: 8px 0 10px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
}

.cadtopdf-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 15px;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.32));
}

.download-cadtopdf {
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 64px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.34),
      rgba(0, 0, 0, 0.1)
    ),
    url("/public/images/products/cadtopdf/cadtopdf01.webp");
  background-size: cover;
  background-position: center;
}

.dc-first-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 800;
  filter: drop-shadow(0 0 2px rgb(0, 0, 0));
}

.dc-first-column .cadtopdf-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.dc-first-column .arthouse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.dc-sec-column {
  filter: drop-shadow(0 0 2px rgb(0, 0, 0));
  font-weight: 800;
}

.ts-CadToPdf {
  min-height: 800px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.1)
    ),
    url("/public/images/products/cadtopdf/ss_b01.webp");
  background-size: cover;
  background-position: center;
}

.ts-CadToPdf-main,
.ss-CadToPdf-main,
.ths-CadToPdf-main {
  text-align: center;
}

.tp-CadToPdf-title,
.ss-CadToPdf-title,
.ths-CadToPdf-title {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.55);
}

.ts-parag,
.ss-parag {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  filter: drop-shadow(2px 2px 2px rgba(28, 28, 28, 0.8));
}

.ts-CadToPdf-img,
.ss-CadToPdf-img,
.ths-CadToPdf-img {
  width: 100%;
  height: auto;
  display: block;
}

.cad-center-frame {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.ss-CadToPdf {
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.08)
    ),
    url("/public/images/products/cadtopdf/tsh_b004.webp");
  background-size: cover;
  background-position: center;
}

.ths-CadToPdf {
  min-height: 550px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.22),
      rgba(0, 0, 0, 0.08)
    ),
    url("/public/images/products/cadtopdf/tsh_b005.webp");
  background-size: cover;
  background-position: center;
}

.ths-CadToPdf-advantages {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(28, 28, 28, 0.85);
}

.ths-CadToPdf-advantages i {
  min-width: 28px;
  font-size: 1.5rem;
}

html[data-theme="light"] .download-cadtopdf,
html[data-theme="light"] .ts-CadToPdf,
html[data-theme="light"] .ss-CadToPdf,
html[data-theme="light"] .ths-CadToPdf {
  background-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .arthouse-product-download {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .download-cadtopdf {
    min-height: 450px;
    padding: 44px 0;
  }

  .cadtopdf-img {
    width: 70px;
    height: 70px;
    margin-top: 20px;
  }

  .dc-sec-column {
    margin-top: 20px;
  }

  .ts-CadToPdf,
  .ss-CadToPdf,
  .ths-CadToPdf {
    min-height: auto;
    padding: 48px 0;
  }

  .tp-CadToPdf-title,
  .ss-CadToPdf-title,
  .ths-CadToPdf-title {
    font-size: 1.5rem;
  }

  .ts-parag,
  .ss-parag {
    font-size: 0.95rem;
  }

  .ss-CadToPdf-main {
    padding: 0 15px;
  }

  .ths-CadToPdf-main {
    text-align: center;
  }

  .ths-CadToPdf-img {
    margin-top: 20px;
  }

  .ths-CadToPdf-advantages {
    font-size: 0.95rem;
  }

  .ths-CadToPdf-advantages li {
    justify-content: center;
  }
}