
html {
  box-sizing: border-box;
}
  
*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'Roboto Flex';
  src: url('./fonts/RobotoFlex-VariableFont.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: 'Roboto Flex', 'Roboto', system-ui, sans-serif;
  overflow-anchor: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

h1 {
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 30px;
  font-variation-settings:  'wght' 900, 'wdth' 100, 'opsz' 26, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #000; 
  text-transform: uppercase;
  text-align: center;
}

p {
  padding: 0;
  margin: 0;
}

section {
  padding-bottom: 3rem;
}

.layout {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.header {
  padding: 1.5rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  font-size: 16px;
  letter-spacing: 1px;
  font-variation-settings:  'wght' 800, 'wdth' 100, 'opsz' 26, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
  color: #000; 
}

.layout img {
  max-width: 475px;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}


.layout .descr {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.layout a {
  color: #2849D3;
  transition: opacity 0.3s ease-in-out;
}

.layout a:hover {
  opacity: 0.7;
}


.layout .main-link {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

footer.layout {
  padding-bottom: 1rem;
}

footer.layout a {
  font-size: 8px;
  color: #000
}

/* privacy-policy */

.privacy-policy-section {
  padding: 4rem 0;
  font-variation-settings: 'wght' 400, 'wdth' 100, 'opsz' 26, 'XTRA' 468, 'XOPQ' 96, 'YOPQ' 79, 'YTAS' 750, 'YTDE' -203, 'YTFI' 738, 'YTLC' 514, 'YTUC' 712;
  background-color: #f9f9f9;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.7;
}

.privacy-policy-section .layout {
  max-width: 900px;
  margin: 0 auto;
  hyphens: auto;
}

.privacy-policy__wrapper {
  margin-bottom: 2.5rem;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.privacy-policy__wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Section headings */
.privacy-policy__subtitle {
  font-size: 22px;
  text-transform: uppercase;
  font-variation-settings: 'wght' 800;
  color: #111;
}

.privacy-policy__subtitle.title-lined span {
  border-bottom: 2px solid #ee005b;
  padding-bottom: 0.25rem;
}

.privacy-policy__descr,
.policy-privacy__descr {
  font-size: 16px;
  color: #444;
  margin-bottom: 1rem;
}

.privacy-policy ul {
  list-style: disc inside;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.privacy-policy ul li {
  margin-bottom: 0.5rem;
}

.privacy-policy a {
  color: #2849D3;
  text-decoration: underline;
  transition: color 0.3s ease, transform 0.2s ease;
}

.privacy-policy a:hover {
  color: #1766b6;
  transform: translateX(2px);
}

.privacy-policy h1 {
  margin-bottom: 1rem;
  color: #000;
}

.privacy-policy h3 {
  font-size: 20px;
  font-variation-settings: 'wght' 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.privacy-policy h4 {
  font-size: 18px;
  font-variation-settings: 'wght' 500;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

.privacy-policy__updated {
  display: block;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .privacy-policy__wrapper {
    padding: 1rem 1.25rem;
  }

  .privacy-policy h1 {
    font-size: 2rem;
  }

  .privacy-policy__subtitle {
    font-size: 1.5rem;
  }

  .privacy-policy h3 {
    font-size: 1.2rem;
  }
}
