* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home {
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  font-family:
    Poppins,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  color: rgba(0, 0, 0, 1);
}

/* Header Styles */
.main-header {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 20px 80px;
  align-items: center;
  gap: 40px 100px;
  overflow: hidden;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.company-name {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
  color: #000;
}

.main-nav {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: center;
  gap: 40px;
  font-size: 16px;
  font-weight: 400;
  justify-content: start;
}

.nav-link {
  text-decoration: none;
  color: inherit;
}

.nav-link:hover {
  text-decoration: underline;
}

/* Hero Section */
.hero-section {
  background-color: rgba(162, 75, 255, 1);
  position: relative;
  display: flex;
  width: 100%;
  padding: 60px 80px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  justify-content: space-around;
}

.hero-bg-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  width: 100%;
  align-self: start;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}

.hero-content {
  
  z-index: 1;
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
 max-width: 564px;
 width: 100%;
}

.hero-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 64px;
  margin: 0;
}

.hero-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 40px;
}

.cta-button {
  border-radius: 30px;
  background-color: rgba(116, 0, 205, 1);
  align-self: start;
  display: flex;
  margin-top: 40px;
  padding: 12px 30px;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-align: center;
  justify-content: start;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.cta-text {
  font-size: 14px;
  line-height: 1;
  align-self: stretch;
  margin: auto 0;
}

.cta-arrow {
  font-size: 16px;
  line-height: 1;
  align-self: stretch;
  margin: auto 0;
  width: 15px;
}

.hero-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  max-width: 456px;
  width: 100%;
  border-radius: 20px;
  
  z-index: 1;
  min-width: 240px;
  margin: auto 0;
  overflow: hidden;
}

/* Audit Section */
.audit-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 54px 60px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 40px 0;
}

.audit-content {
  width: 100%;
}

.audit-item {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.audit-image {
  
  object-fit: cover;
  object-position: center;
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
  min-width: 240px;
  overflow: hidden;
}

.audit-text {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.audit-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.audit-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.strategy-item {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.strategy-text {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.strategy-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.strategy-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.strategy-image {
  
  object-fit: cover;
  object-position: center;
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
  min-width: 240px;
  overflow: hidden;
}

/* Stats Section */
.stats-section {
  background-color: rgba(162, 75, 255, 1);
  position: relative;
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  justify-content: center;
}

.stats-bg-image {
  
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}

.stats-content {
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.stats-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  
  margin: 0;
}

.stats-container {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: start;
  gap: 40px 60px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
  flex-wrap: wrap;
}

.stat-item {
  margin: 0;
}

/* Team Section */
.team-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 54px 60px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.team-members {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: start;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
}

.team-member {
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.member-image {
  
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.member-name {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.member-bio {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

/* About Section */
.about-section {
  background-color: rgba(162, 75, 255, 1);
  position: relative;
  display: flex;
  width: 100%;
  padding: 60px 80px;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  color: rgba(255, 255, 255, 1);
  justify-content: space-around;
}

.about-bg-image {
  
  object-fit: cover;
  object-position: center;
  width: 100%;

  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
}

.about-image {
  
  object-fit: cover;
  object-position: center;
  max-width: 456px;
  width: 100%;
  border-radius: 20px;
 
  z-index: 1;
  min-width: 240px;
  margin: auto 0;
  overflow: hidden;
}

.about-content {
  align-self: stretch;
  z-index: 1;
  min-width: 240px;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.about-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  margin: 0;
}

.about-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 40px;
}

/* Contact Section */
.contact-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.contact-container {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px;
  justify-content: space-around;
  
}

.contact-form-container {
  
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  width: 100%;
}

.contact-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}

.contact-form {
  align-self: center;
  display: flex;
  margin-top: 24px;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  align-items: stretch;
  font-size: 16px;
  font-weight: 400;
  justify-content: start;
}

.form-input {
  border-radius: 30px;
  border-color: rgba(116, 0, 205, 1);
  border-style: solid;
  border-width: 1px;
  width: 100%;
  padding: 16px 32px;
  margin-top: 16px;
  align-self: stretch;
}

.form-input:first-child {
  margin-top: 0;
  padding: 14px 24px;
}

.submit-button {
  border-radius: 30px;
  background-color: rgba(116, 0, 205, 1);
  align-self: center;
  margin-top: 16px;
  width: 100%;
  padding: 12px 40px;
  gap: 10px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.contact-image {
  
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 20px;
  min-width: 240px;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}

/* Footer */
.main-footer {
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(162, 75, 255, 1);
  border-bottom-width: 1px;
  width: 100%;
  padding: 40px 80px;
}

.footer-top {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-company-name {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.footer-address {
  
  min-width: 240px;
  align-items: center;
  gap: 40px 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  justify-content: start;
  max-width: 400px;
  align-self: stretch;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-style: normal;
}

.footer-divider {
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  min-height: 1px;
  margin-top: 20px;
  width: 100%;
}

.footer-bottom {
  display: flex;
  margin-top: 20px;
  width: 100%;
  align-items: start;
  gap: 40px 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-link {
  color: inherit;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin: 0;
}

/* Media Queries */
@media (max-width: 991px) {
  .main-header {
    max-width: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .hero-section,
  .about-section {
    max-width: 100%;
    padding: 60px 20px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .hero-bg-image,
  .about-bg-image,
  .stats-bg-image {
    max-width: 100%;
  }

  .hero-content,
  .about-content {
    
  }

  .hero-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 49px;
  }

  .hero-description,
  .about-description {
    max-width: 100%;
  }

  .cta-button {
    padding: 12px 20px;
  }

  .hero-image,
  .about-image {
    
  }

  .audit-section,
  .team-section {
    max-width: 100%;
    padding: 54px 20px;
  }

  .section-title,
  .audit-title,
  .strategy-title,
  .stats-title,
  .about-title {
    max-width: 100%;
  }

  .audit-content,
  .audit-item,
  .strategy-item {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .audit-text,
  .strategy-text {
    max-width: 100%;
  }

  .audit-description,
  .strategy-description {
    max-width: 100%;
  }

  .strategy-item {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .stats-section {
    max-width: 100%;
    padding: 60px 20px;
  }

  .stats-content {
    max-width: 100%;
  }

  .stats-container {
    max-width: 100%;
  }

  .team-members {
    max-width: 100%;
  }

  .team-member {
    max-width: 100%;
  }

  .contact-section {
    max-width: 100%;
    padding: 60px 20px;
  }

  .contact-container {
    max-width: 100%;
    flex-direction: column;
  }

  .contact-form-container {
    
  }

  .contact-form {
    max-width: 100%;
  }

  .form-input {
    max-width: 100%;
    padding: 16px 20px;
  }

  .submit-button {
    padding: 12px 20px;
  }

  .contact-image {
    
  }

  .main-footer {
    max-width: 100%;
    padding: 40px 20px;
  }

  .footer-top {
    max-width: 100%;
  }

  .footer-address {
    max-width: 100%;
  }

  .footer-divider {
    max-width: 100%;
  }

  .footer-bottom {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .main-header {
    padding: 16px;
  }

  .main-nav {
    font-size: 14px;
    gap: 16px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .strategy-item {
    gap: 24px;
  }

  .form-input:first-child {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

    


/* BURGER */
    
.burger {
    display: none;
}

    @media (max-width: 900px) {
            .burger {
                width: 30px;
                height: 17px;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                background: none;
                border: none;
                cursor: pointer;
                z-index: 10;
              }
              
              .burger span {
                display: block;
                height: 3px;
                width: 100%;
                background-color: #fff;
                border-radius: 2px;
                transition: 0.3s;
              }
              
              /* Анімація в активному стані */
              .burger.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 5px);
              }
              
              .burger.active span:nth-child(2) {
                opacity: 0;
              }
              
              .burger.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
              }
            }

            .nav-list {
              display: flex;
              gap: 24px;
            }

            @media (max-width: 900px) {
                .main-header {
                    padding: 12px 20px;
                }
                .main-nav {
                  display: none;
                }
                .main-nav.active {
                    display: block;
                    width: 80%;
                    position: absolute;
                    height: 500px;
                    background-color: rgba(0, 0, 0, 1);
                    top: 46px;
                    right: 0;
                    padding: 20px;
                    z-index: 10;
                  }
                  .nav-list {

                    flex-direction: column;
                    align-items: flex-end;
                    width: 100%;
                   
                  }
              }         

              .container {
                width: 100%;
                max-width: 1230px;
                padding: 0 15px;
                margin: 0 auto;
              }  
              
              .page {
                padding: 80px 0;
              }
              
              .page__inner {
                padding-top: 40px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                  flex-direction: column;
                  row-gap: 18px;
                  line-height: 1.4;
              }

              .page__inner p {
                padding-bottom: 10px;
                padding-top: 8px;
              }

              .page__inner strong {
                font-weight: 600;
              }

              .page__inner ul {
                padding-left: 20px;
                list-style-type: disc;
              }

              .thank {
                padding-top: 140px;
                padding-bottom: 140px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 40px;
                text-align: center;
              }

              .thank-list {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto 40px;
                display: flex;
                flex-direction: column;
                padding: 40px 24px;
                color: #121212;
                background: #E1E0DA;
              }

              .consent {
                border-radius: 10px;
                  background: #F5F5F5;
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 15px;
                    max-width: 630px;
                    width: 95%;
                    position: fixed;
                    left: 10%;
                    bottom: 50px;
                    transform: translateX(-10%);
                    z-index: 21;
                   
                }

               
                
                .consent__text {
                  font-size: 14px;
                  color: #131313;
                  span {
                    display: block;
                    font-size: 30px;
                    text-transform: uppercase;
                  }
                }
                
                .consent__buttons {
                  display: flex;
                 
                  gap: 30px;
                  align-items: center;
                  width: 100%;
                 
                }       
                
                @media (max-width: 900px) {
                  .consent {
                    left: 50%;
                    transform: translateX(-50%);
                  }
                  .consent__buttons {
                    justify-content: center;
                    flex-direction: column;
                  }
                }

                .button {
                  position: relative;
                  align-self: center;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-decoration: none;
                  border: none;
                  border-radius: 30px;
  background-color: rgba(116, 0, 205, 1);
                
                  min-height: 48px;
                  padding: 0 24px;
                  font-family:
                    Roboto,
                    -apple-system,
                    Roboto,
                    Helvetica,
                    sans-serif;
                  font-size: 18px;
                  font-weight: 700;
                  color: rgba(255, 255, 255, 1);
                  white-space: nowrap;
                  text-transform: uppercase;
                  cursor: pointer;
                }