@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Общие стили */

body {
  
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
  background-color: #000B2B;
}
  

a {
  text-decoration: none;
  color: #FFFFFF;
}

html, body {
  margin: 0;
  padding: 0;
}

.burger {
  display: none;
}

.container {
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  
}


.header {
  position: absolute; /* или fixed если хочешь */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
}

  

.header .container {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 15px 0;
}

.header__logo {
 display: flex;
 align-items: center;
 align-content: center;
 gap: 10px;
}

.header__nav {
 display: flex;
}

.header_img-logo {
 width: 90px;
 height: 90px;
}

.header_text {
 font-weight: 500;
 font-size: 24px;
 margin: 0;
 line-height: 1;
 transform: translateY(2px);
}

.header__list {
  display: flex;
  gap: 27px;
  list-style: none;
}

.header__list a {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 70%;
}

.header__list a:hover {
  opacity: 100%;
  font-weight: 500;
  color: white;
}


.btn {
  background-color: #2168F8;
  padding: 15px 15px;
  border-radius: 5px;
}

/* main */

.welcome {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-top: 230px;
  padding-bottom: 0;

  background-image: url(./Images/wangsina_333_03_2022_41.jpg);
  background-size: cover;
  background-position: center;
}

.welcome .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-title {
 font-size: 16px;
 font-weight: 400;
}

.main-text {
 font-size: 40px;
 font-weight: 400;
}

.main-goal-text {
 font-size: 16px;
 font-weight: 400;
 max-width: 400px;
 opacity: 70%;
 padding-bottom: 30px;
}


.stats {
 display: flex;
 gap: 100px;
}

.item {
  font-size: 16px;
}

/* section */

.section .container {
  background-color: #010f2fb6;
  border-radius: 30px;
  max-width: 100%;
  padding: 0 15px 60px;
}

.section__text {
  color: #FFFFFF;
  font-size: 35px;
  align-items: center;
  text-align: center;
  padding: 30px 0px;
  font-weight: 400;
}

/* info */

.info .container {
  display: flex;
  gap: 76px;
}

.info__text {
 padding-top: 109px;
 font-size: 16px;
 opacity: 70%;
}

.info__list {
 font-size: 16px;
 opacity: 70%;
}

.info__img {
 width: 600px;
 height: 450px;
 border-radius: 25px;
 margin-top: -80px;
 object-fit: cover; 
}

/* tech */

.tech__text h5 {
 font-size: 24px;
}

.tech__text{
  padding-bottom: 30px;
}

.tech__how {
 margin-top: 40px;
 border: 2px solid #C4C4C4;
 padding: 18px 47px;
}

.tech__work {
 font-size: 24px;
}

.tech__request {
 font-size: 16px;
}

/* services */

.services {
  overflow: hidden;
  padding: 20px 0;
}

.services__card {
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  border-radius: 12px;
  
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.services__card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.services__card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffffff;
}

.services__btn {
  margin-top: auto;
  background: #1d4ed8;
  color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
}

.services__btn:hover {
  background: #2563eb;
}

.services__title {
 font-size: 28px;
 text-align: center;
 padding-top: 20px;
}

.services__text {
 font-size: 24px;
 font-weight: 400;
 text-align: center;
}

.services__solutions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.services__text-card {
 font-size: 14px;
 color: rgba(255, 255, 255, 0.7);
}

.services__btn {
 background-color: #000C2E;
 opacity: 100%;
 padding: 10px 20px;
 border-radius: 10px;
 display: inline-block;
 text-align: center;
 transition: all 0.3s ease;
 cursor: pointer;

 margin-top: auto;
 align-self: flex-start;
}

.services__btn:hover {
  transition: font-weight 0.3s ease;
  opacity: 0.9; 
}

/* ===== WHY COMPANIES CHOOSE US ===== */

.wcu-section {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; 
  box-sizing: border-box;
}

.wcu-header {
  display: flex;
  align-items: center;
  justify-content: center; 
  margin-bottom: 48px;
  margin-top: 48px;
}

.wcu-title {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}


.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #1e2430;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 56px;
}

.wcu-item {
  padding: 20px 28px;
  border-bottom: 1px solid #1e2430;
  border-right: 1px solid #1e2430;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: background 0.2s;
}

.wcu-item:nth-child(2n) {
  border-right: none;
}

.wcu-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.wcu-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4f6ef7;
  margin-top: 8px;
  flex-shrink: 0;
}

.wcu-item-text {
  font-size: 14px;
  color: #8892a0;
  line-height: 1.6;
}

.wcu-item-text strong {
  color: #d4dbe8;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}

.wcu-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #1e2430 30%, #1e2430 70%, transparent);
  margin-bottom: 48px;
}

.wcu-content {
  text-align: center;
}

.wcu-eng-block {
  margin-bottom: 48px;
  text-align: center;
}

.wcu-lbs-block {
  margin-bottom: 48px;
  text-align: center;
}

.wcu-eng-label {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}


.wcu-eng-text {
  font-size: 15px;
  color: #6b7685;
}

.wcu-lbs-label {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.5px;
}

.wcu-lbs-text {
  font-size: 15px;
  color: #6b7685;
}

.wcu-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 22px;
  background: #4f6ef7;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
}

.wcu-cta:hover {
  background: #3d5ce0;
}

/* feedback */
.feedback {
  padding-top: 30px;
}

.feedback__title {
 text-align: center;
 font-size: 28px;
}

.feedback__text {
 border: 2px solid #C4C4C4;
 color: white;
 border-radius: 30px;
 padding: 10px 10px 10px 10px;
 line-height: 2.0;
}

.feedback__img {
 border-radius: 30px;
 max-width: 500px;
 height: 400px;
}


.feedback__container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  gap: 50px;
  max-width: 100%;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  
}

.services-intro {
 background: #0d1633;
  border: 0.5px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.15s;
}

.services-intro:hover {
  border-color: rgba(255,255,255,0.18);
}

.cross__ikon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 8px;
}

.cross-title {
 font-size: 14px;
 font-weight: 500;
 color: #fff;
 margin: 0;
}

.cross-text {
  font-size: 12px;
  color: #6b7c99;
  margin: 0;
  line-height: 1.5;
}

.why-choose-item-text {
  font-size: 16px;
}

.why-choose-item-text::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  margin-right: 8px;
  vertical-align: middle;
}

.engineering-headline {
  padding-top: 10px;
}

/* Footer */

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #050916;
  opacity: 0.7;
  width: 100%;
  box-sizing: border-box;
}

.footer a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer__title {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.footer .container {
   display: flex;
  justify-content: center;
  gap: 120px;
  max-width: 1170px;
  margin: 0 auto;


 
}

.footer__contacts {
 display: flex;
 flex-direction: column;
}

.footer__logo {
 display: inline-block;
 width: 70px;
 margin-bottom: 20px;
}

.footer__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__link + .footer__link {
 margin-top: 10px;
}

.footer__link::before {
  content: url(./Images/global.svg) ;
  margin-right: 10px;

  width: 12px;
  height: 12px;
}

.footer__link-mail::before {
 content: url(./Images/mail.svg) ;
}

.footer__link-web::before {
 content: url(./Images/global.svg) ;
}

.footer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

.footer__list-title {
 list-style: none;
}

.footer__inner-list {
 list-style: none;
 padding-left: 0px;
}

.footer__list-item + .footer__list-item {
 margin-top: 15px;
}

.footer__socials {
 display: flex;
}

.footer__socials-icon + .footer__socials-icon {
 margin-left: 8px;
}

.footer__list-title p {
  margin: 0;
}

.privacy__policy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  background-color: #050916;
  color: #888;
  font-size: 14px;
}

.privacy-links {
  display: flex;
 
  
}

.privacy-links a {
  color: #4a9fd4;
  text-decoration: none;
  margin-left: 20px;
}

.privacy-links a:hover {
  text-decoration: underline;
}

.vroves-privacy {
  padding: 20px;
  padding-top: 150px;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
}

.effective-date {
  text-align: right;
}

/* транскодер */

.description__container {
  display: flex;     
  gap: 100px;
  align-items: center;
  max-width: 100%;
  justify-content: center;

  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 150px;
  
}

.description__content {
  display: flex;
  flex-direction: column; 
  padding-top: 80px;
  
}

.description__text {
  font-size: 16px;
  opacity: 70%;
  
}

.description__content__Watermarking {
  display: flex;
  flex-direction: column;
}

.description__content__Drivers {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.description__content__Small {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.description__one-text {
  opacity: 70%;
}

.description__list {
  display: flex;
  flex-direction: column; 
  flex-wrap: wrap; 
  opacity: 70%;
}

.description__img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover; 
  padding-top: 0;   
  flex-shrink: 0;   
}

.description__btn {
  align-self: flex-start;
  background-color: #3a73ec;
  padding: 10px 15px;
  border-radius: 10px;
 
}



.description__btn-AI  {
  align-self: flex-start;
  background-color: #3a73ec;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 20px;
  
 
}


.description__container-Watermarking {
  display: flex;      
  gap: 100px;
  align-items: center;
  max-width: 100%;
  justify-content: center;

  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 260px;
}

.description__img-Watermarking {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
  padding-top: 0;   
  flex-shrink: 0;   
}

.description__content-OCR {
  display: flex;
  flex-direction: column; 
  padding-top: 30px;
}

.description__container-OCR {
  display: flex;      
  gap: 100px;
  align-items: center;
  max-width: 100%;
  justify-content: center;

  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 20px;
}

.description__title-OCR {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 100px;
}

.description__img-OCR {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
  padding-top: 0px;   
  flex-shrink: 0;  
  margin-top: -250px; 
}

.description__list-OCR {
  display: flex;
  flex-direction: column; 
  flex-wrap: wrap; 
  opacity: 70%;
  padding-left: 16px;
}

.description__btn-OCR {
  align-self: flex-start;
  background-color: #3a73ec;
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.description__text-Watermarking {
  opacity: 70%;
}

.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;

  width: 50px;
  height: 50px;
  border-radius: 50%;
  

  background: #9FA3AF;
  color: black;
  border: none;

  font-size: 20px;
  cursor: pointer;

  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;

  transition: 0.3s;
}

.scroll-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.burger {
  display: none;
}

.mobile-only-btn {
  display: none;
}

.footer__socials-mobile {
  display: none;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ (до 768px) ===== */
@media (max-width: 768px) {

  .header > .container > .btn {
    display: none;
  }

  .mobile-only-btn {
    display: inline-block;
    margin-top: 8px;
  }

  /* Контейнер */
  .container {
    padding: 0 16px;
  }

  /* Хедер */
  .header .container {
    flex-wrap: nowrap;
    gap: 12px;
    padding: 12px 16px;
  }

  .header__list {
    display: none;
  }

  .btn {
    padding: 10px 12px;
    font-size: 14px;
  }

  .btn:active {
  background-color: #1a55d4;
  transform: scale(0.97);
  transition: all 0.1s ease;
}

  .header_img-logo {
    width: 60px;
    height: 60px;
  }

  
  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
  }

  .burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: 0.3s;
  }

  .burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .header__list.mobile-open {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #000B2B;
    padding: 16px;
    border-radius: 8px;
    gap: 16px;

    position: absolute;
    z-index: 999;
  }

  .welcome {
    background-color: #000B2B;
    min-height: auto; 
    padding-bottom: 40px;
  }

  .welcome .container {
    align-items: flex-start;
  }

  .main-text {
    font-size: 28px;
    max-width: 55%; 
  }

  .main-title {
    font-size: 14px;
    max-width: 55%;
  }

  .main-goal-text {
    font-size: 14px;
    max-width: 55%;
    padding-bottom: 0;
  }

  .stats {
    gap: 30px;
    flex-wrap: wrap;
  }

  .wcu-lbs-block {
    margin: auto;
  }
    
  .section .container {
    padding: 0 16px;
  }

  .section__text {
    font-size: 22px;
    padding: 20px 0;
  }

  /* Info */
  .info .container {
    flex-direction: column;
    gap: 30px;
  }

  .info__img {
    width: 100%;
    height: 280px;
    margin-top: 0;
    border-radius: 16px;
  }

  .info__text {
    padding-top: 0;
    font-size: 14px;
  }

  .info__list {
    font-size: 14px;
  }

  .services__solutions {
    grid-template-columns: 1fr 1fr;
  }

  .services__title {
    font-size: 22px;
  }

  .services__text {
    font-size: 18px;
    
  }

  .services__btn:active {
  background-color: #1a2a5e;
  transform: scale(0.97);
  transition: all 0.1s ease;
}

  .tech-grid {
    grid-template-columns: 1fr;
  }

  .wcu-section {
    padding: 40px 16px;
  }

  .wcu-title {
    font-size: 22px;
  }

  .wcu-grid {
    grid-template-columns: 1fr;
  }

  .wcu-item:nth-child(2n) {
    border-right: 1px solid #1e2430;
  }

  .wcu-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #1e2430;
  }

  .wcu-item:last-child {
    border-bottom: none;
  }

  /* Feedback */
  .feedback__container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .feedback__img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .feedback__title {
    font-size: 22px;
  }

  /* Services-list */
  .services-list {
    grid-template-columns: 1fr;
  }

  /* Description */
  .description__container {
    flex-direction: column;
    gap: 30px;
    padding-top: 120px;
    align-items: center;
  }

  .description__container-Watermarking {
    flex-direction: column;
    gap: 30px;
    padding-top: 120px;
    align-items: center;
  }

  .description__img-Watermarking {
    width: 260px;
    height: 260px;
  }

  .description__content__Watermarking {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .description__title-Watermarking {
    text-align: center;
  }

  .description__img {
    width: 260px;
    height: 260px;
    
  }

  .description__content__Watermarking,
  .description__content__Drivers,
  .description__content__Small {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    
  }

    .description__content {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .description__title {
    text-align: center;
    color: #ffffff;
  }

  .description__list {
    padding-left: 16px;
  }

  .description__btn {
    margin-bottom: 40px;
  }

  .scroll-top {
   display: none;
  }

  /* OCR page */

.description__container-OCR {
  flex-direction: column;
  gap: 30px;
  padding-top: 120px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.description__img-OCR {
  width: 260px;
  height: 260px;

  margin-top: 0;
  transform: none;
}

.description__content-OCR {
  padding: 0;
  width: 100%;
  
}

.description__title-OCR {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.description__text {
  font-size: 14px;
  line-height: 1.7;
  opacity: 70%;
}

.description__btn-OCR {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 40px;

  background-color: #3a73ec;
  padding: 12px 18px;
  border-radius: 10px;
}

  /* Footer */
    .footer .container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 30px 16px;
  }

  .footer__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    gap: 16px;
  }

  .footer__list-title {
    list-style: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__socials-mobile {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-direction: column; 
  }

   .footer__socials-mobile div {
    display: flex;
    flex-direction: row; 
    gap: 10px;
  }
  
  .footer__cocials {
   display: none;
  }

}

/* ===== ОЧЕНЬ МАЛЕНЬКИЕ ЭКРАНЫ (до 480px) ===== */
@media (max-width: 480px) {

  .main-text {
    font-size: 24px;
  }

  .services__solutions {
    grid-template-columns: 1fr;
  }

  .footer__list {
    grid-template-columns: 1fr;
  }

  .wcu-eng-text,
  .wcu-lbs-text {
    font-size: 14px;
  }
}

