* {
    margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Fira Sans', sans-serif;
      line-height: 1.6;
	color   :        #151915;
  background-color: #FFFFFF;
}

.page-container


{

    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
         min-height: 100vh;
}

.page-header {
	 margin-bottom: 40px;
   border-bottom: 2px solid #f5f5f5;
        padding-bottom: 30px;
}

.back-nav {
   margin-bottom: 20px;
}

.back-nav a   {
     color: #3B413C;
    text-decoration    :        none;
  font-weight: 500;
	font-size: 14px;
   text-transform     :   uppercase;
    letter-spacing: 1px;
  transition: color 0.3s ease;}

.back-nav a:hover {
	 color: #151915;
     }

.page-header h1 {
   font-size: 48px;
    font-weight: 700;
   color: #151915;
        margin-bottom: 10px;
   line-height    :1.2;
}

.last-updated {
  color: #666;
   font-size: 14px;
    font-style: italic;
}

.page-content {
   line-height: 1.7;
}

.page-content p


{
   margin-bottom: 20px;
   font-size  :      16px;
	color: #151915;
}

.page-content h2 {
    font-size: 28px;
  font-weight :        600;
   color: #3B413C;
  margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}



.page-content h3 {
  font-size: 22px;
   font-weight: 500;
  color: #151915;
   margin-top: 30px;
  margin-bottom: 15px;
}  

.contact-info {
  background: #f8f9fa;
    padding: 25px;
	 border-radius: 8px;
        margin-top: 30px;
    border-left: 4px solid #3B413C;
}

.contact-info p {
  margin-bottom: 8px;
                    font-size: 15px;
}

.contact-info strong {
	color  :  #3B413C;
  font-weight: 600;
}@media (max-width: 768px) {
    .page-container {
        padding: 20px 15px;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .page-content h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    .page-content h3 {
        font-size: 20px;
    }
    
    .page-content p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 28px;
    }
    
    .page-content h2 {
        font-size: 22px;
    }
    
    .contact-info {
        padding: 20px;
    }
}