:root {
  --primary-color: #113B7A;
  --secondary-color: #1D5FD1;
  --button-gradient: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  --card-bg: #10233F;
  --text-main: #F3F8FF;
  --text-secondary: #AFC4E8;
  --border: #244D84;
  --glow: #4FA8FF;
  --gold: #F2C14E;
  --divider: #1B3357;
  --deep-navy: #08162B;
}

.page-cookies-policy {
  font-family: Arial, sans-serif;
  color: var(--text-main);
  background-color: transparent;
}

.page-cookies-policy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  overflow: hidden;
  background-color: var(--deep-navy);
}

.page-cookies-policy__hero-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  display: block;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 8px;
}

.page-cookies-policy__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}