/**
 * Privacy Policy Page Styles
 * Matches login/register luxury editorial aesthetic
 */
.privacy-page {
  min-height: 100vh;
  background: #FFFFFF;
}

body:has(.privacy-page) .action-bar,
body:has(.privacy-page) .floating-actions,
body:has(.privacy-page) #toTop {
  display: none !important;
}
@media (min-width: 992px) {
  body:has(.privacy-page) header.header.mm-slideout:not(.sticky) {
    background-color: transparent !important;
    background: transparent !important;
  }
}
body:has(.privacy-page) header.header.mm-slideout:not(.sticky) #top_menu a,
body:has(.privacy-page) header.header.mm-slideout:not(.sticky) .main-menu a {
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.privacy-page__hero {
  position: relative;
  height: 45vh;
  min-height: 350px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.privacy-page__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.privacy-page__hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
}

.privacy-page__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.8) 0%, rgba(26, 54, 93, 0.6) 50%, rgba(212, 165, 116, 0.4) 100%);
}

.privacy-page__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  margin-top: 60px;
  -webkit-animation: privacyFadeInUp 0.8s ease-out;
          animation: privacyFadeInUp 0.8s ease-out;
}

.privacy-page__eyebrow {
  display: inline-block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #E8C9A8;
  margin-bottom: 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.privacy-page__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 0 16px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 4px 20px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .privacy-page__title {
    font-size: 4rem;
  }
}

.privacy-page__subtitle {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 3px 12px rgba(0, 0, 0, 0.4);
}

.privacy-page__content {
  padding: 60px 24px 80px;
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .privacy-page__content {
    padding: 80px 40px 100px;
  }
}

.privacy-page__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .privacy-page__container {
    grid-template-columns: 240px 1fr;
    gap: 60px;
  }
}

.privacy-page__sidebar {
  display: none;
}
@media (min-width: 992px) {
  .privacy-page__sidebar {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    align-self: start;
  }
}

.privacy-page__nav {
  background: #F5F0EB;
  border-radius: 12px;
  padding: 24px;
}

.privacy-page__nav-title {
  display: block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #718096;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E8F0;
}

.privacy-page__nav-link {
  display: block;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  color: #2D3748;
  text-decoration: none;
  padding: 10px 0;
  border-left: 2px solid transparent;
  padding-left: 12px;
  margin-left: -12px;
  transition: all 0.2s ease;
}
.privacy-page__nav-link:hover {
  color: #1a365d;
  border-left-color: #D4A574;
}
.privacy-page__nav-link.active {
  color: #1a365d;
  font-weight: 500;
  border-left-color: #D4A574;
  background: linear-gradient(to right, rgba(212, 165, 116, 0.1), transparent);
}

.privacy-page__main {
  max-width: 800px;
}

.privacy-page__effective {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  color: #718096;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
}

.privacy-page__section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #E2E8F0;
}
.privacy-page__section:last-of-type {
  border-bottom: none;
}

.privacy-page__heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .privacy-page__heading {
    font-size: 2rem;
  }
}

.privacy-page__subheading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2D3748;
  margin: 28px 0 12px 0;
  line-height: 1.4;
}

.privacy-page__section p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #2D3748;
  margin: 0 0 16px 0;
}
.privacy-page__section p a {
  color: #1a365d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.privacy-page__section p a:hover {
  color: #D4A574;
}

.privacy-page__list {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #2D3748;
  margin: 0 0 20px 0;
  padding-left: 24px;
}
.privacy-page__list li {
  margin-bottom: 10px;
  padding-left: 8px;
}
.privacy-page__list li::marker {
  color: #D4A574;
}
.privacy-page__list li strong {
  font-weight: 600;
  color: #1a365d;
}

.privacy-page__purposes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media (min-width: 600px) {
  .privacy-page__purposes {
    grid-template-columns: 1fr 1fr;
  }
}

.privacy-page__purpose {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #F5F0EB;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.privacy-page__purpose:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.privacy-page__purpose-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 10px;
  color: #D4A574;
  font-size: 1.125rem;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.privacy-page__purpose-content h4 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 6px 0;
}
.privacy-page__purpose-content p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #718096;
  margin: 0;
}

.privacy-page__third-parties {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 600px) {
  .privacy-page__third-parties {
    grid-template-columns: 1fr 1fr;
  }
}

.privacy-page__third-party {
  padding: 20px;
  background: #F5F0EB;
  border-radius: 12px;
  border-left: 3px solid #D4A574;
}
.privacy-page__third-party h4 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.privacy-page__third-party h4 i {
  color: #718096;
  font-size: 1.125rem;
}
.privacy-page__third-party p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #2D3748;
  margin: 0;
}
.privacy-page__third-party p a {
  color: #1a365d;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-page__third-party p a:hover {
  color: #D4A574;
}

.privacy-page__cookies {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .privacy-page__cookies {
    grid-template-columns: repeat(3, 1fr);
  }
}

.privacy-page__cookie-type {
  padding: 20px;
  background: #F5F0EB;
  border-radius: 12px;
}
.privacy-page__cookie-type h4 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a365d;
  margin: 0 0 8px 0;
}
.privacy-page__cookie-type > p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #718096;
  margin: 0 0 12px 0;
}

.privacy-page__cookie-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy-page__cookie-list li {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.8125rem;
  color: #2D3748;
  padding: 6px 0;
  border-top: 1px solid #E2E8F0;
}
.privacy-page__cookie-list li:first-child {
  border-top: none;
}
.privacy-page__cookie-list li code {
  font-family: "SF Mono", "Fira Code", monospace;
  font-size: 0.75rem;
  background: #FFFFFF;
  padding: 2px 6px;
  border-radius: 4px;
  color: #1a365d;
}

.privacy-page__cookie-note {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(212, 165, 116, 0.1);
  border-radius: 10px;
  border-left: 3px solid #D4A574;
  font-size: 0.9375rem !important;
  color: #2D3748 !important;
}

.privacy-page__contact-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  background: #1a365d;
  border-radius: 12px;
  margin: 24px 0;
}
@media (min-width: 600px) {
  .privacy-page__contact-card {
    flex-direction: row;
    justify-content: space-between;
  }
}

.privacy-page__contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #FFFFFF;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9375rem;
}
.privacy-page__contact-item i {
  font-size: 1.125rem;
  color: #E8C9A8;
  width: 24px;
  text-align: center;
}
.privacy-page__contact-item span {
  line-height: 1.5;
}
.privacy-page__contact-item a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s ease;
}
.privacy-page__contact-item a:hover {
  color: #E8C9A8;
}

.privacy-page__footer-note {
  margin-top: 48px;
  padding: 20px 24px;
  background: #F5F0EB;
  border-radius: 10px;
}
.privacy-page__footer-note p {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
  text-align: center;
}

@-webkit-keyframes privacyFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes privacyFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .privacy-page__hero-content {
    -webkit-animation: none;
            animation: none;
  }
}