@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Jost:wght@300;400;500;600&display=swap');

.policy-page {
  font-family: 'Jost', system-ui, sans-serif;
  background: linear-gradient(180deg, #0a0a12 0%, #12121f 30%, #0f0f1a 100%);
  min-height: 100vh;
  color: #e8e6e3;
}

.policy-page .header {
  background: rgba(10, 10, 18, 0.92);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.policy-page .brand {
  color: #d4af37;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.policy-page .nav-link {
  color: rgba(232, 230, 227, 0.85);
}

.policy-page .nav-link:hover {
  color: #d4af37;
}

.policy-luxury-header {
  padding: 6rem 1.5rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.policy-luxury-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.policy-luxury-header h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  color: #f5f3ef;
  margin-bottom: 0.75rem;
  letter-spacing: 0.04em;
}

.policy-luxury-header .policy-date {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(212, 175, 55, 0.9);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.policy-luxury-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1.5rem 5rem;
}

.policy-luxury-content .content-block {
  margin-bottom: 3rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.12);
  border-radius: 12px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.policy-luxury-content .content-block:hover {
  border-color: rgba(212, 175, 55, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.policy-luxury-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.policy-luxury-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(245, 243, 239, 0.95);
  margin: 1.5rem 0 0.75rem;
}

.policy-luxury-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(232, 230, 227, 0.85);
  margin-bottom: 1rem;
}

.policy-luxury-content ul,
.policy-luxury-content ol {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
}

.policy-luxury-content li {
  margin-bottom: 0.6rem;
  line-height: 1.75;
  color: rgba(232, 230, 227, 0.85);
}

.policy-luxury-content strong {
  color: rgba(245, 243, 239, 0.95);
}

.policy-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, transparent);
  margin: 2rem 0;
}

.policy-contact-box {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
}

.policy-contact-box p {
  margin-bottom: 0.5rem;
}

.policy-page .footer {
  background: #08080e;
  border-top: 1px solid rgba(212, 175, 55, 0.1);
}

.policy-page .footer-links a:hover {
  color: #d4af37;
}

.policy-page .cookie-banner {
  background: rgba(10, 10, 18, 0.95);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}

.policy-page .cookie-modal-content {
  background: linear-gradient(180deg, #12121f, #0f0f1a);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.policy-page .btn-primary {
  background: linear-gradient(135deg, #d4af37, #b8941e);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.policy-page .btn-secondary {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.5);
  color: #d4af37;
}

.policy-page .btn-secondary:hover {
  background: rgba(212, 175, 55, 0.15);
}

@media (max-width: 480px) {
  .policy-luxury-header {
    padding: 5rem 1rem 3rem;
  }

  .policy-luxury-content {
    padding: 1.5rem 1rem 4rem;
  }

  .policy-luxury-content .content-block {
    padding: 1.25rem;
  }
}

.policy-page .nav-mobile-btn {
  color: #d4af37;
}

.policy-page .nav-mobile-btn .burger-line {
  background: currentColor;
}

@media (max-width: 320px) {
  .policy-luxury-header h1 {
    font-size: 1.75rem;
  }

  .policy-luxury-content .content-block {
    padding: 1rem;
  }

  .policy-luxury-content h2 {
    font-size: 1.35rem;
  }
}
