/* =========================================================
   Privacy Page
   File: css/privacy.css
   ========================================================= */

.privacy-page {
  background: #fffdf8;
}

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

.privacy-hero-section {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  background: #021d13;
}

.privacy-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.privacy-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(213, 173, 88, 0.14), transparent 330px),
    linear-gradient(
      90deg,
      rgba(2, 29, 19, 0.18) 0%,
      rgba(2, 29, 19, 0.58) 45%,
      rgba(2, 29, 19, 0.94) 100%
    );
}

.privacy-hero-content {
  position: relative;
  z-index: 2;
  min-height: 410px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  padding: 54px 0;
}

.privacy-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.privacy-breadcrumb a {
  color: #ead28a;
  font-weight: 800;
}

.privacy-breadcrumb strong {
  color: rgba(255, 255, 255, 0.92);
}

.privacy-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d5ad58;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 8px;
}

.privacy-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #d5ad58;
}

.privacy-hero-content h1 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.45;
}

.privacy-hero-content p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 2.05;
}

/* =========================================================
   Layout
   ========================================================= */

.privacy-main-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(213, 173, 88, 0.08), transparent 430px),
    #fffdf8;
  padding: 58px 0 70px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 30px;
  align-items: start;
}

.privacy-sidebar {
  position: sticky;
  top: 145px;
  display: grid;
  gap: 18px;
}

.privacy-sidebar-card,
.privacy-card,
.privacy-notice-box {
  border: 1px solid #e9dfc9;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.035);
}

.privacy-sidebar-card {
  padding: 22px;
}

.privacy-sidebar-card h2 {
  margin: 0 0 16px;
  color: #063522;
  font-size: 21px;
  font-weight: 900;
}

/* =========================================================
   Sidebar
   ========================================================= */

.privacy-sidebar-nav {
  display: grid;
  gap: 8px;
}

.privacy-sidebar-nav a {
  border-radius: 11px;
  background: #fffdf8;
  color: #063522;
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 900;
  transition: 0.25s ease;
}

.privacy-sidebar-nav a:hover,
.privacy-sidebar-nav a.active {
  background: #07452e;
  color: #ffffff;
}

.privacy-update-card,
.privacy-contact-card {
  text-align: center;
}

.privacy-update-card > i,
.privacy-contact-card > i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff7e4;
  color: #9c762e;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  font-size: 31px;
}

.privacy-update-card p,
.privacy-contact-card p {
  margin: 0 0 14px;
  color: #626a63;
  font-size: 13px;
  line-height: 2;
}

.privacy-update-card strong {
  color: #063522;
  font-weight: 900;
}

.privacy-update-card button,
.privacy-contact-card a {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #07452e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
  transition: 0.25s ease;
}

.privacy-update-card button:hover,
.privacy-contact-card a:hover {
  background: #d5ad58;
  color: #021d13;
}

/* =========================================================
   Content
   ========================================================= */

.privacy-content {
  min-width: 0;
  display: grid;
  gap: 22px;
}

.privacy-notice-box {
  padding: 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background:
    radial-gradient(circle at 8% 30%, rgba(213, 173, 88, 0.14), transparent 220px),
    #ffffff;
}

.privacy-notice-box > i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff7e4;
  color: #9c762e;
  display: grid;
  place-items: center;
  font-size: 26px;
  flex: 0 0 auto;
}

.privacy-notice-box h2 {
  margin: 0 0 6px;
  color: #063522;
  font-size: 21px;
  font-weight: 900;
}

.privacy-notice-box p {
  margin: 0;
  color: #626a63;
  font-size: 14px;
  line-height: 2;
}

.privacy-card {
  padding: 28px;
  scroll-margin-top: 150px;
}

.privacy-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.privacy-card-head span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #07452e;
  color: #d5ad58;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 900;
  direction: ltr;
}

.privacy-card-head h2 {
  margin: 0;
  color: #063522;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
}

.privacy-card p {
  margin: 0 0 14px;
  color: #4f5a53;
  font-size: 15px;
  line-height: 2.2;
}

.privacy-card p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Internal Components
   ========================================================= */

.privacy-grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.privacy-grid-box > div,
.privacy-security-grid article {
  border: 1px solid #eee4cf;
  border-radius: 15px;
  background: #fffdf8;
  padding: 22px;
}

.privacy-grid-box i,
.privacy-security-grid i {
  width: 58px;
  height: 58px;
  border-radius: 15px;
  background: #fff7e4;
  color: #9c762e;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 14px;
}

.privacy-grid-box h3,
.privacy-security-grid h3 {
  margin: 0 0 8px;
  color: #063522;
  font-size: 19px;
  font-weight: 900;
}

.privacy-grid-box p,
.privacy-security-grid p {
  margin: 0;
  color: #626a63;
  font-size: 14px;
  line-height: 2;
}

.privacy-list {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.privacy-list li {
  position: relative;
  color: #4f5a53;
  font-size: 15px;
  line-height: 2;
  padding-right: 28px;
}

.privacy-list li::before {
  content: "\F633";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 3px;
  color: #9c762e;
  font-size: 16px;
}

.privacy-warning-box {
  border: 1px solid rgba(213, 173, 88, 0.38);
  border-radius: 16px;
  background: #fff7e4;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  margin-top: 22px;
}

.privacy-warning-box > i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #07452e;
  color: #d5ad58;
  display: grid;
  place-items: center;
  font-size: 26px;
  flex: 0 0 auto;
}

.privacy-warning-box h3 {
  margin: 0 0 6px;
  color: #063522;
  font-size: 19px;
  font-weight: 900;
}

.privacy-warning-box p {
  margin: 0;
}

.privacy-table-box {
  border: 1px solid #eee4cf;
  border-radius: 16px;
  overflow: hidden;
  margin: 22px 0;
}

.privacy-table-box div {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-bottom: 1px solid #eee4cf;
}

.privacy-table-box div:last-child {
  border-bottom: 0;
}

.privacy-table-box span {
  background: #fff7e4;
  color: #063522;
  padding: 16px;
  font-size: 13px;
  font-weight: 900;
}

.privacy-table-box strong {
  color: #5c665f;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.privacy-security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0;
}

.privacy-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.privacy-contact-grid a {
  border: 1px solid #eee4cf;
  border-radius: 15px;
  background: #fffdf8;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  transition: 0.25s ease;
}

.privacy-contact-grid a:hover {
  border-color: rgba(213, 173, 88, 0.8);
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(4, 53, 35, 0.08);
}

.privacy-contact-grid i {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff7e4;
  color: #9c762e;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 24px;
}

.privacy-contact-grid span {
  display: block;
  color: #626a63;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 4px;
}

.privacy-contact-grid strong {
  color: #063522;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
}

.privacy-bottom-cta {
  background: #fffdf8;
  padding: 0;
}

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

@media (max-width: 1199px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    position: static;
  }

  .privacy-security-grid,
  .privacy-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .privacy-hero-section,
  .privacy-hero-content {
    min-height: 450px;
  }

  .privacy-hero-content {
    text-align: center;
    padding: 44px 0;
  }

  .privacy-breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
  }

  .privacy-label {
    justify-content: center;
  }

  .privacy-label::after {
    content: "";
    width: 34px;
    height: 1px;
    background: #d5ad58;
  }

  .privacy-hero-content h1 {
    font-size: 31px;
  }

  .privacy-hero-content p {
    font-size: 14px;
  }

  .privacy-main-section {
    padding: 38px 0 48px;
  }

  .privacy-notice-box,
  .privacy-warning-box {
    flex-direction: column;
    text-align: center;
  }

  .privacy-notice-box > i,
  .privacy-warning-box > i {
    margin: 0 auto;
  }

  .privacy-card {
    padding: 20px;
  }

  .privacy-card-head {
    flex-direction: column;
    text-align: center;
  }

  .privacy-card-head h2 {
    font-size: 24px;
  }

  .privacy-grid-box,
  .privacy-security-grid,
  .privacy-contact-grid {
    grid-template-columns: 1fr;
  }

  .privacy-table-box div {
    grid-template-columns: 1fr;
  }

  .privacy-contact-grid a {
    flex-direction: column;
    text-align: center;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  .site-header,
  .mobile-menu-canvas,
  .privacy-sidebar,
  .privacy-bottom-cta,
  .footer-section,
  .back-to-top {
    display: none !important;
  }

  .privacy-hero-section {
    min-height: auto;
    background: #ffffff !important;
  }

  .privacy-hero-bg,
  .privacy-hero-overlay {
    display: none !important;
  }

  .privacy-hero-content {
    min-height: auto;
    color: #000000;
    padding: 20px 0;
  }

  .privacy-hero-content h1,
  .privacy-hero-content p,
  .privacy-breadcrumb,
  .privacy-breadcrumb a,
  .privacy-breadcrumb strong {
    color: #000000 !important;
  }

  .privacy-layout {
    display: block;
  }

  .privacy-main-section {
    padding: 0;
    background: #ffffff;
  }

  .privacy-card,
  .privacy-notice-box {
    box-shadow: none;
    break-inside: avoid;
  }
}