body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    color: #FFFFFF;
    background: #111111;
    overflow-x: hidden;
  }
  sub{
    font-size: 1.0rem;
    line-height: 1.3125;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: #cc147f;
    margin-top: 0;
    margin-bottom: 2.1rem;
  }
  h2{
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0;
    color: #ece3e3;
    letter-spacing: -0.03rem;
    margin-top: 0;
    margin-bottom: 4.8rem;
  }
  h3{
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 0;
    position: relative;
  }
  p{
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 3.6rem;
    color: rgb(177 176 176 / 95%);
  }
  .header{
    padding: 20px 40px;
    height: 100vh;
    position: relative;
    background-color: #000000c7;
    position: relative;
    background-blend-mode: color-burn;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
.logo{
  text-decoration: none;
  color: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
}
.logo img{
    width: auto;
    height: 38px;
}
.logo span{
    font-size: 24px;
    font-weight: 700;
}
.burger{

}

.hero{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero h1{
font-size: 42px;
}
.hero__content{
    max-width: 700px;
}
.hero p{
font-size: 30px;
}
.burger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    padding: 20px;
    background-color: #000;
    height: 22px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
  }
  .burger span {
    display: block;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
  }
  
  /* Меню сбоку */
  .nav__menu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 250px;
    height: 100%;
    background: #000000;
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 85px 20px 20px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  }
  .nav__menu ul {
    list-style: none;
    padding: 0;
  }
  .nav__menu li {
    margin: 15px 0;
  }
  .nav__menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
  }
  .nav__menu a:hover {
    color: #007bff;
  }
  
  /* Активное меню */
  .nav__menu.active {
    right: 0;
  }
  .container{
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 15px;
  }
  .who-we__items{
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .who-we__item{
    display: flex;
    gap: 50px;
  }
  .who-we__item span{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background-color: #26bfb5;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 0 18px #ffffff;
  }
  .who-we{
    padding: 80px 0;
  }
  .services__icon {
    font-size: 50px;
    color: #a1a2a3;
    margin-bottom: 15px;
  }
  .services {
    padding: 80px 0;
  }
  .services__items{
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .works{
    padding: 80px 0;
  }
  .works__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    height: 700px;
    margin: 40px 0;
  }
  
  .works__item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  .works__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
  
  .works__item:hover img {
    transform: scale(1.05);
  }
  
  .works__overlay p{
    margin: 20px 0;
  }
 .works__overlay
   {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.65);
      color: #fff;
      margin: 0;
      width: calc(100%-20px);
      padding: 15px 10px;
      opacity: 0;
  
  }
  
  .works__item:hover .works__overlay {
    opacity: 1;
  }
  
  /* Special layout */
  .works__item.wide {
    grid-column: span 2;
  }
  
  .works__item.tall {
    grid-row: span 2;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .works__items {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .works__item.wide,
    .works__item.tall {
      grid-column: span 2;
      grid-row: span 1;
    }
  }
  
  @media (max-width: 576px) {
    .works__items {
      grid-template-columns: 1fr;
    }
  
    .works__item.wide,
    .works__item.tall {
      grid-column: span 1;
      grid-row: span 1;
    }
  }
  .clients{
    padding: 80px 0;
  }
  
  .clients__slide {
    
    padding: 20px;
    border-radius: 12px;
  }
  .clients__slide img {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
  }
  .clients__slide-content {
    font-size: 14px;
    color: #333;
  }
  .clients__slide-content span {
    font-weight: bold;
    display: block;
    margin-top: 10px;
    color: #fff;
  }
  .clients__slide{
    display: flex;
    gap: 20px;
  }
  .clients__slide-content p{
    margin:0 0 20px 0;
  }
  .stats {
    padding: 80px 0;
    background-color: #3b3b3b;
    background-size: cover;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-position: center;
}
.stats__items{
  display: flex;
  gap: 40px;
}
.stats__item{
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
  gap: 0px;
}
.stats__item span{
font-size: 56px;
color: #ece3e3;
}
.stats__item h3{
  font-size: 1.2rem;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.8rem;
  position: relative;
}
.btn{
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  list-style: none;
  text-decoration: none;
  width: fit-content;

  color: #fff;
  background-color: #cc147f;
}
.contact{
  padding: 80px 0;
}
.footer{
  padding: 80px 0;
}
.footer__contact p{
margin: 10px 0;
}
.footer__columns{
  display: flex;
  gap: 20px;
}
.footer__column{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.copy{
  margin: 40px 0 0 0;
  text-align: center;
}
.footer__column h4{
  font-size: 28px;
}
.footer__column a{
  font-size: 20px;
text-decoration: none;
color: #bdbdbd;
margin-bottom: 5px;
}
.footer__socials {
  display: flex
;
  gap: 10px;
}
.who-we__item img{
  width: 100%;
  object-fit: cover;
  height: 500px;
}
.who-we__content li{
  margin-bottom: 10px;
}
.contact__items{
  display: flex;
  gap: 55px;
}
.contact__item{
  flex: 1;
}
form{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
input, textarea{
padding: 10px 15px;
border: none;
font-size: 24px;
color: #fff;
outline: none;
background-color: transparent;
border-bottom: 3px solid #cc147f;

}
textarea::placeholder,
input::placeholder{
  color: #fff;
}
button{
  padding: 20px;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 30px;
  outline: none;
  font-weight: 700;
  border-radius: 5px;
  background:    #cc147f;
}
.services__item img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.services__items{
  margin-bottom: 40px;
}
.works__wrapper{
  display: flex;
  gap: 55px;
}
.works__wrap{
  flex: 1;
}
.works__item .works__overlay {
  opacity: 1;
}
.blog__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(680px, 1fr));
  gap: 30px;
}

.blog__post {
  background: #fff;
  border-radius: 1px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

.blog__post:hover {
  transform: translateY(-5px);
}

.blog__post img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  display: block;
}

.blog__content {
  padding: 20px;
}

.blog__date {
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.blog__title {
  font-size: 28px;
  margin: 10px 0;
  text-align: start;
  color: #f8f8f8;
}

.blog__desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}
.post__detail .container {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;

  border-radius: 8px;
}

.post__header {
  text-align: center;
  margin-bottom: 30px;
}

.post__title {
  font-size: 32px;
  margin-bottom: 10px;
}

.post__meta span {
  margin: 0 10px;
  color: #888;
  font-size: 14px;
}

.post__image img {
  width: 100%;
  border-radius: 6px;
  margin: 20px 0;
}

.post__content h2 {
  margin: 20px 0;
  margin-top: 30px;

}

.post__content p {
  line-height: 1.7;
  color: #8b8b8b;
}

.post__content blockquote {
  font-style: italic;
  background: #000000;
  padding: 15px 20px;
  border-left: 5px solid #ffffff;
  margin: 30px 0;
}

.post__navigation {
  text-align: center;
  margin-top: 40px;
}

.back__btn {
  display: inline-block;
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.back__btn:hover {
  text-decoration: underline;
}
.accordion__content {
  display: none;
}
.accordion__content p{
  margin: 20px 0;
}
.accordion{
  display: flex;
  gap: 30px;
  width: 100%;
  flex-direction: column;
}
.accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.faq__wrapper{
  display: flex;
  gap: 55px;
}
.faq__wrap{
  flex: 1;
}
.faq__wrap img{
  width: 100%;
  object-fit: cover;
  height: 550px;
}
.faq{
  padding: 80px 0;
}
.testimonials{
  padding:  80px 0;
}
.testimonials__item p{
  margin: 15px 0;
}
.testimonials__item{
  margin-bottom: 50px;
}
.testimonials__wrap img{
  width: 100%;
  height: 500px;
}
.testimonials__wrapper{
  display: flex;
  gap: 55px;
}
.terms{
  padding: 80px 0;
}
.terms h2{
  margin-bottom: 20px;
}
.terms p{
  margin: 10px 0;
}
.terms li{
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .who-we__items {
    display: grid
;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
}
.services__items {
  display: grid
;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
}
.stats__items {
  display: flex
;
  gap: 40px;
  flex-direction: column;
}
.works__items {
  display: flex
;
  grid-template-columns: 1fr;
  flex-direction: column;
}
.works__item {
  position: relative;
  overflow: auto;
  height: 400px;
  cursor: pointer;
}
.works__overlay {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  margin: 0;
  width: calc(100%-20px);
  padding: 15px 10px;
  opacity: 0;
}
.works__item a{
  display: flex;
  flex-direction: column;
}
.works__items {
  display: grid
;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  height: auto;
  margin: 40px 0;
}
.footer__columns {
  display: flex
;
  gap: 20px;
  flex-wrap: wrap;
}
.contact__items {
  display: flex
;
  gap: 55px;
  flex-direction: column;
}
.works__wrapper {
  display: flex
;
  gap: 55px;
  flex-direction: column;
}
.works__items {
  display: grid
;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  height: auto;
  margin: 40px 0;
}
.blog__grid {
  display: grid
;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}
.faq__wrapper {
  display: flex
;
  gap: 55px;
  flex-direction: column;
}
.testimonials__wrapper {
  display: flex
;
  gap: 55px;
  flex-direction: column;
}
}
.cook__banner {
  position: fixed;
  bottom: 0;
  display: none;
  left: 0;
  width: 90%;
  background-color: #333;
  color: #fff;
 
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  z-index: 1000;
}
.cook__banner p {
  margin: 0;
  font-size: 0.9rem;
}
.cook__banner button {
  background: #f1c40f;
  border: none;
font-size: 16px;
  padding: 0.5rem 1rem;
  cursor: pointer;
}