/* =========================================================
   Exif Pro product page
   File: /products/css/exifPro.css
   ========================================================= */

/* Base */
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 navbar */
.arthouse-product-brand .arthouse-logo,
.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;
}

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

/* =========================================================
   Hero
   ========================================================= */

.topsecbg {
  position: relative;
  min-height: 620px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 92px 0;
  overflow: hidden;
  color: #fff;
  background-image: url("/public/images/products/exifPro/DJI_0006-2.webp");
  background-size: cover;
  background-position: center;
}

.topsecbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 35%, rgba(71, 120, 255, 0.22), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(5, 10, 22, 0.82),
      rgba(5, 10, 22, 0.42),
      rgba(5, 10, 22, 0.78)
    );
  pointer-events: none;
}

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

.left-first-sec-col {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.left-first-sec-col img:first-child {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
}

.left-first-sec-col h3,
.text-right-column h1 {
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
}

.left-first-sec-col p,
.text-right-column .lead {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
}

.text-right-column .lead {
  max-width: 560px;
  margin: 18px auto 0;
  font-weight: 500;
  line-height: 1.7;
}

.left-first-sec-col .arthouse-button,
.topsecbg .arthouse-button,
.topsecbg .btn-primary {
  border: 0;
  border-radius: 10px;
  padding: 10px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 28px rgba(71, 120, 255, 0.28);
  font-weight: 800;
}

/* Light theme hero readability */
html[data-theme="light"] .topsecbg::before {
  background:
    radial-gradient(circle at 22% 35%, rgba(71, 120, 255, 0.2), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(7, 12, 24, 0.68),
      rgba(7, 12, 24, 0.26),
      rgba(7, 12, 24, 0.58)
    );
}

/* =========================================================
   EXIF explanation / parallax
   ========================================================= */

.parallax {
  position: relative;
  min-height: 560px;
  width: 100%;
  display: grid;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  color: #fff;
  background-image: url("/public/images/products/exifPro/img_parallax.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(143, 108, 255, 0.2), transparent 22rem),
    rgba(5, 10, 22, 0.62);
  pointer-events: none;
}

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

.main-txt {
  max-width: none;
  margin: 0 auto;
  padding: 100px 40px;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.secTitle {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
}

.main-txt .lead {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
}

/* =========================================================
   Location section: "Find where did you take a shot"
   ========================================================= */

.main {
  position: relative;
  min-height: 540px;
  width: 100%;
  display: grid;
  align-items: center;
  padding: 72px 0;
  overflow: hidden;
  background-image: url("/public/images/products/exifPro/thirdSecBg.webp");
  background-size: cover;
  background-position: center;
}

.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(71, 120, 255, 0.18), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(4, 8, 18, 0.68),
      rgba(4, 8, 18, 0.48),
      rgba(4, 8, 18, 0.66)
    );
  pointer-events: none;
}

.main .container {
  position: relative;
  z-index: 1;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.main img {
  display: block;
  max-width: 170px;
  margin: 0 auto;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.32));
}

.main h1 {
  color: #fff;
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.8);
}

.main .lead {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 650;
  line-height: 1.8;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}

.main .text-primary {
  color: #7db6ff !important;
  font-weight: 900;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.74);
}

/* Stronger light-mode overlay for readability */
html[data-theme="light"] .main::before {
  background:
    radial-gradient(circle at 18% 20%, rgba(71, 120, 255, 0.18), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(3, 8, 20, 0.72),
      rgba(3, 8, 20, 0.54),
      rgba(3, 8, 20, 0.72)
    );
}

html[data-theme="light"] .main h1,
html[data-theme="light"] .main .lead {
  color: #fff;
}

html[data-theme="light"] .main .text-primary {
  color: #9cc8ff !important;
}

/* =========================================================
   Features
   ========================================================= */

.Fsec {
  padding: 76px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(71, 120, 255, 0.1), transparent 20rem),
    var(--bg);
}

.F-header-title {
  margin-bottom: 30px;
  color: var(--text-strong);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.045em;
}

.fsec-content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fsec-content .row.mb-4 {
  min-height: auto;
  margin-bottom: 18px !important;
  padding: 0;
  border: 0;
  background: transparent;
}

.img-column {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.img-column img {
  max-width: 64px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.F-title {
  margin-bottom: 8px;
  color: var(--text-strong);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
}

.fsec-content p {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.65;
}

/* =========================================================
   Comparison table
   ========================================================= */

.F-main {
  position: relative;
  min-height: 620px;
  width: 100%;
  display: grid;
  align-items: center;
  padding: 76px 0;
  overflow: hidden;
  color: #fff;
  background-image: url("/public/images/products/exifPro/fourthBg.webp");
  background-position: center;
  background-size: cover;
}

.F-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(5, 10, 22, 0.34),
      rgba(5, 10, 22, 0.22)
    ),
    radial-gradient(
      circle at 50% 20%,
      rgba(71, 120, 255, 0.14),
      transparent 34rem
    );
}

.F-main > .container {
  position: relative;
  z-index: 1;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.F-main .F-header-title {
  color: #fff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.82);
}

.F-main .table {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(10, 15, 28, 0.34);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}

.F-main .table > :not(caption) > * > * {
  padding: 16px 14px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(10, 15, 28, 0.18);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.78);
}

.F-main .table thead th {
  color: #fff;
  background: rgba(10, 15, 28, 0.32);
  font-weight: 900;
}

.F-main .table tbody tr:hover > * {
  background: rgba(71, 120, 255, 0.18);
}

.F-main .table td:nth-child(2) {
  font-weight: 750;
}

.F-main th,
.F-main td {
  vertical-align: middle;
}

.F-main .table i {
  font-size: 1.18rem;
}

.F-main .table .text-danger,
.F-main .table .text-danger i {
  color: #ff334a !important;
  text-shadow: none;
}

.F-main .table .text-success,
.F-main .table .text-success i {
  color: #14b86a !important;
  text-shadow: none;
}

/* Light theme table */
html[data-theme="light"] .F-main::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.26),
      rgba(255, 255, 255, 0.12)
    ),
    radial-gradient(
      circle at 50% 20%,
      rgba(71, 120, 255, 0.12),
      transparent 34rem
    );
}

html[data-theme="light"] .F-main .table {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.16);
}

html[data-theme="light"] .F-main .table > :not(caption) > * > * {
  color: #102033;
  border-color: rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.22);
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .F-main .table thead th {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.42);
}

html[data-theme="light"] .F-main .table tbody tr:hover > * {
  background: rgba(71, 120, 255, 0.14);
}

/* =========================================================
   Custom FAQ accordion
   ========================================================= */

.Question-main {
  padding: 76px 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(143, 108, 255, 0.1), transparent 20rem),
    var(--bg);
}

.exif-faq-list {
  max-width: 1100px;
  display: grid;
  gap: 14px;
  margin: 0 auto;
}

.exif-faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.exif-faq-question {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border: 0;
  color: var(--text-strong);
  background: var(--surface);
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.16rem);
  font-weight: 900;
  transition:
    color 220ms ease,
    background 220ms ease;
}

.exif-faq-question:hover {
  color: #fff;
  background: var(--surface-soft);
}

.exif-faq-item.is-open .exif-faq-question {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.exif-faq-arrow {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: currentColor;
  transition:
    transform 260ms ease,
    background 220ms ease;
}

.exif-faq-question:hover .exif-faq-arrow,
.exif-faq-item.is-open .exif-faq-arrow {
  background: rgba(255, 255, 255, 0.14);
}

.exif-faq-item.is-open .exif-faq-arrow {
  transform: rotate(180deg);
}

.exif-faq-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 340ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.exif-faq-item.is-open .exif-faq-panel {
  max-height: 480px;
  opacity: 1;
}

.exif-faq-answer {
  padding: 24px 30px 28px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  font-weight: 500;
  line-height: 1.75;
}

/* =========================================================
   Responsive
   ========================================================= */

@media screen and (max-width: 991px) {
  .topsecbg {
    min-height: auto;
    padding: 72px 0;
  }

  .left-first-sec-col {
    margin-bottom: 26px;
  }

  .text-right-column {
    text-align: center;
  }

  .main,
  .F-main {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .topsecbg {
    padding: 54px 0;
  }

  .left-first-sec-col {
    flex-direction: column;
    text-align: center;
  }

  .left-first-sec-col .ms-4 {
    margin-left: 0 !important;
    margin-top: 18px;
  }

  .left-first-sec-col img:first-child {
    max-width: 150px !important;
  }

  .text-right-column {
    margin-top: 26px;
  }

  .parallax {
    padding: 54px 0;
    background-attachment: scroll;
    background-position: center;
  }

  .main-txt {
    padding: 60px 20px;
  }

  .main,
  .Fsec,
  .Question-main,
  .F-main {
    padding: 54px 0;
  }

  .fsec-content .row.mb-4 {
    text-align: center;
  }

  .img-column {
    justify-content: center;
    margin-bottom: 12px;
  }

  .table {
    font-size: 0.88rem;
  }

  .F-main .table > :not(caption) > * > * {
    padding: 10px 8px;
  }
}

@media (max-width: 640px) {
  .pix-navbar-download {
    display: none;
  }

  .exif-faq-question {
    min-height: 62px;
    padding: 0 16px;
  }

  .exif-faq-answer {
    padding: 20px 18px 24px;
  }
}