* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    background: #fdfdfd;
    color: #1a1a1a;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 10%;
    background:  #f8f9fc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: .3s;
  }
  
  .logo {
    font-size: 25px;
    color: #081b29;
    text-decoration: none;
    font-weight: 600;
  }
  
  .navbar {
    display: flex;
    justify-content: flex-end;
    margin-right: -1.5cm;
  }
  
  .navbar a {
    font-size: 18px;
    color: #081b29;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
  }
  
  .navbar a:hover,
  .navbar a.active {
    color: #6c63ff;
  }
  
  #menu-icon {
    font-size: 3.6rem;
    color: #081b29;
    cursor: pointer;
    display: none;
  }
  
  .home {
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 10%;
  }
  
  .home-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
  }
  
  .home-img img {
    max-width: 450px;
    width: 100%;
  }
  
  .home-text {
    max-width: 600px;
  }
  
  .home-text h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
    margin-top: 50px;
    color: #1f1f1f;
  }
  
  .home-text p {
    font-size: 16px;
    margin: 20px 0 40px;
    color: #555;
  }
  
  .btn-box {
    display: flex;
    justify-content: space-between;
    width: 345px;
    height: 50px;
  }
  
  .btn-box a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background: linear-gradient(135deg, #6c63ff, #00bcd4);
    border: none;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s ease;
    box-shadow: 0 4px 20px rgba(108, 99, 255, 0.3);
  }
  
  .btn-box a:hover {
    transform: translateY(-3px);
    background: white;
    color: #6c63ff;
    border: 2px solid #6c63ff;
  }
/* specs */
.specs-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.specs {
    padding: 4rem 1rem;
    background: #f8f9fc;
  }
  
  .heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #2e2e2e;
  }
  
  .specs {
    padding: 4rem 1rem;
    background: #f8f9fc;
  }
  
  .heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #2e2e2e;
  }
  
  /* specs */
  .specs {
    padding: 4rem 1rem;
    background: #f8f9fc;
  }
  
  .heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #2e2e2e;
  }
  
  .specs {
    padding: 4rem 1rem;
    background: #ffffff; /* Белый фон, сливается с Home */
  }
  
  .heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #2e2e2e;
  }
  
  .specs-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2rem;
    padding: 0 2rem;
  }
 /* text move */
  .specs-details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: flex-start; /* Выровнять ВСЁ влево */
    text-align: left;
    padding-left: 4rem;
  }
  
  .specs-details .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* И внутри бокса всё влево */
  }
  
  .specs-details .box h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
  }
  
  .specs-details .box i {
    font-size: 1.4rem;
    color: #444;
  }
  
  .specs-details .box p {
    font-size: 0.9rem;
    color: #555;
    margin: 0.3rem 0 0;
    line-height: 1.5;
    text-align: left;
  }
  
  .specs-img img {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  /* shop */
  .shop {
    background: #fff;
    padding: 4rem 1rem;
    text-align: center;
  }
  
  .shop .heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
  }
  
  .shop-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    
  }
  
  .shop-container .box {
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    
  }
  
  .shop-container .box:hover {
    transform: translateY(-5px);
  }
  
  .shop-container .box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
  }
  
  .shop-container .box h3 {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0.5rem;
  }
  
  .shop-container .box span {
    font-size: 0.9rem;
    color: #555;
  }
  
  .shop-container .box i {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
    color: #000;
    cursor: pointer;
}
/* buds */
.heading{
    margin-top: 5rem;
}
.buds-container{
    display: grid;
    grid-template-columns: 250px max-content;
    justify-content: center;
    align-items: center;
    column-gap: 4rem;
    background:white;
    color: black;
    border-radius: 0.5rem;
    margin-bottom: 100px;
}
.buds-img img{
    width: 320px;
}
.buds-text h2{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.buds-text span{
    font-weight: 400;
}
.buds-text p{
    margin: 1rem 0 1rem;
}
.buds-text .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background: linear-gradient(135deg, #6c63ff, #00bcd4);
    border: none;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .3s ease;
    box-shadow: 0 4px 20px rgba(108, 99, 255, 0.3);
}
.buds-text .btn:hover{
    transform: translateY(-3px);
    background: white;
    color: #6c63ff;
    border: 2px solid #6c63ff;
}

/* Секция полностью — фон как у других */
.buds {
  background: #ffffff;
  padding: 4rem 1rem;
  transition: background 0.3s ease;
}






.contact {
    padding: 50px 10%;
    background: white;
    text-align: center;
  }
  
  .contact .heading {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #333;
  }
  
  .contact-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 5rem;
  }
  
  .contact-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 15px 20px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 500px;
  }
  
  .contact-box i {
    font-size: 1.8rem;
    color: #6c63ff;
  }
  
  .contact-info h3 {
    font-size: 1rem;
    color: #555;
    margin-bottom: 5px;
  }
  
  .contact-info a, .contact-info p {
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
  }
  
  .contact-info a:hover {
    color: #00bcd4;
  }
  .contact {
    padding: 50px 10%;
    background: white;
    text-align: center;
  }
  
  
  #contact {
  padding: 40px 10%;
  background: white;
  text-align: center;
}

#contact form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/*text me*/

/*form {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 1rem;*/
/*  max-width: 500px;*/
/*  width: 90%;*/
/*  margin: 2rem auto;*/
/*  text-align: center;*/
/*  padding: 1rem;*/
/*  background: #f8f9fc;*/
/*  border-radius: 10px;*/
/*  box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
/*}*/

/*input,*/
/*textarea {*/
/*  padding: 14px;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 8px;*/
/*  font-size: 1rem;*/
/*  width: 100%;*/
/*  resize: none;*/
/*}*/

/*button {*/
/*  background: linear-gradient(135deg, #6c63ff, #00bcd4);*/
/*  color: white;*/
/*  padding: 12px;*/
/*  border: none;*/
/*  border-radius: 8px;*/
/*  font-weight: bold;*/
/*  cursor: pointer;*/
/*  transition: 0.3s;*/
/*}*/

/*button:hover {*/
/*  background: #00bcd4;*/
/*}*/

/*form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1rem;*/
/*    max-width: 500px;*/
/*    margin: 0 auto;*/
/*  }*/
  
/*  input, textarea {*/
/*    padding: 12px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 6px;*/
/*    font-size: 1rem;*/
/*  }*/
  
/*  button {*/
/*    background: linear-gradient(135deg, #6c63ff, #00bcd4);*/
/*    color: white;*/
/*    padding: 12px;*/
/*    border: none;*/
/*    border-radius: 6px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*  }*/
  
/*  button:hover {*/
/*    background: #00bcd4;*/
/*  }*/




  
  .map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    max-width: 1000px;
    margin: 2rem auto;
  }
  
  
/* footer  */
  footer.footer {
    background: linear-gradient(135deg, #6c63ff, #00bcd4);
    padding: 25px 10%;
    color: white;
  }
  
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .nmt img {
    width: 80px;
    height: auto;
  }
  
  .footer-left p {
    font-size: 16px;
    color: white;
  }
  
  .footer-right {
    display: flex;
    gap: 15px;
  }
  
  .footer-right a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: white;
    color: #6c63ff;
    border-radius: 50%;
    font-size: 20px;
    transition: .4s;
  }
  
  .footer-right a:hover {
    background: #00bcd4;
    color: white;
  }
  
  .footer-iconTop {
    margin-top: 20px;
    text-align: center;
  }
  
  .footer-iconTop a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: white;
    color: #6c63ff;
    border-radius: 50%;
    font-size: 24px;
    transition: 0.3s ease;
  }
  
  .footer-iconTop a:hover {
    background: #00bcd4;
    color: white;
  }
  
  
  .modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0; top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }
  
  .modal-content img {
    width: 150px;
    height: auto;
    margin-bottom: 1rem;
  }
  
  .modal-content h3 {
    margin: 0.5rem 0;
  }
  
  .modal-content p {
    color: #555;
  }
  
  .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
  }
  .whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 14px;
    border-radius: 50%;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: 0.3s ease;
  }
  
  .whatsapp-float:hover {
    background-color: #128C7E;
  }
  
  
  
  /* Tablet */
@media (max-width: 1024px) {
    .header {
      padding: 15px 5%;
    }
  
    .home {
      padding: 0 5%;
    }
  
    .home-content {
      flex-direction: column-reverse;
      text-align: center;
    }
  
    .home-text {
      margin-top: 2rem;
    }
  
    .navbar {
      margin-right: 0;
    }
  
    .specs-container {
      grid-template-columns: 1fr;
      padding: 0 1rem;
    }
  
    .buds-container {
      grid-template-columns: 1fr;
      row-gap: 2rem;
      text-align: center;
    }
  
    .buds-img img {
      margin: 0 auto;
    }
  
    .buds-text {
      align-items: center;
    }
  
    .footer-content {
      flex-direction: column;
      gap: 1rem;
    }
  
    .btn-box {
      flex-direction: column;
      width: 100%;
      gap: 1rem;
    }
  
    .btn-box a {
      width: 100%;
    }
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    #menu-icon {
      display: block;
    }
  
    .navbar {
      position: absolute;
      top: 100%;
      right: 0;
      width: 100%;
      flex-direction: column;
      background: #f8f9fc;
      display: none;
      padding: 1rem 0;
    }
  
    .navbar.active {
      display: flex;
    }
  
    .navbar a {
      margin: 15px 0;
    }
  
    .home-text h1 {
      font-size: 32px;
    }
  
    .home-img img {
      max-width: 300px;
    }
  
    .shop-container {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .specs-details {
      padding-left: 1rem;
      align-items: center;
    }
  
    .specs-details .box {
      align-items: center;
      text-align: center;
    }
  
    .map-container {
      width: 100%;
      padding: 0 1rem;
    }
  }
  
  /* Small phones */
  @media (max-width: 480px) {
    .home-text h1 {
      font-size: 26px;
    }
  
    .btn-box {
      flex-direction: column;
      width: 100%;
      gap: 1rem;
    }
  
    .btn-box a {
      width: 100%;
    }
  
    .shop-container {
      grid-template-columns: 1fr;
    }
  
    .buds-img img {
      width: 100%;
    }
  
    .buds-text h2 {
      font-size: 1.2rem;
    }
  
    .contact-box {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .footer-right {
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .footer-right a {
      margin-bottom: 10px;
    }
    

    
    
    
  }
  