.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 70vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15vw;
  height: 80px;
  background-color: var(--color-accent);
  z-index: 99999;
} 
.headerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.button {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-background);
  background-color: var(--color-primary);
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .25s ease;
}
.button:hover {
  transform: scale(1.025);
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--color-secondary);
  font-size: 1rem;
  text-transform: uppercase;
}
.logo img {
  height: 80px;
  width: 80px;
}

h1 {
  display: flex;
  flex-direction: column;
  font-size: 5.5rem;
  padding-top: 80px;
}
h1 span{
  align-self: flex-end;
  color: var(--color-primary);
}
h1 span:first-child {
  align-self: flex-start;
  color: var(--color-secondary);
}
.formWrap {
  display: flex;
  gap: 20px;
}
.formWrap .partLeft {
  flex: 1.5;
  background-color: var(--color-accent);
  padding: 10px;
  border-radius: 20px;
}
.formWrap .partRight {
  flex: 1;
  background-color: var(--color-accent);
  padding: 20px;
  border-radius: 20px;
  height: fit-content;
}
.formWrap .partLeft img {
  width: 100%;
  border-radius: 10px;
  height: fit-content;
}
.formWrap .partRight form {
  width: 100%;
}
form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
input {
  margin-bottom: 20px;
  padding-top: 10px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
  padding-left: 10px;
  /* padding: 10px 5px; */
  border: 1px solid var(--color-accent);
  border-radius: 10px;
  height: 20px !important;
}
.phone-input {
  height: 42px !important;
  width: 100%;
  margin-bottom: 20px !important;
}
label {
  color: var(--color-secondary);
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
label p {
  margin: 0;
}
label input {
  margin: 0;
}
form label a {
  text-decoration: underline;
  font-weight: 600;
}

.about {
  display: flex;
  gap: 20px;
  background-color: var(--color-accent);
  padding: 10px;
  border-radius: 10px;
  height: fit-content;
  align-items: center;
}
.about .partLeft {
  flex: 3;
  font-size: 2rem;
  line-height: 2rem;
  margin: 0;
  padding: 20px;
}
.about .partRight {
  flex: 2;
}
.about .partRight p {
  text-align: center;
  margin: 10px 0;
}

.about img {
  width: 100%;
}
.about p {
  width: 100%;
}

.advantages {
  display: flex;
  gap: 30px
}
.advantages .slide, .howWrap .slide  {
  flex: 1;
  background: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-radius: 20px;
  transition: all .5s ease;
  color: var(--color-secondary);
  text-align: center;
}
.advantages .slideTitle {
  margin: 20px 0;
  color: var(--color-white);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.advantages .slideSubTitle {
  /* margin: 20px 0; */
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.advantages .slide:hover, .howWrap .slide:hover  {
  --tw-shadow: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.slideImage {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: var(--color-primary);
  background-image: var(--gradient-energy);
}

.howWrap {
  display: flex;
  gap: 20px;
}
.howWrap .slide {
  flex: 1;
  justify-content: space-between;
}
.howWrap .button{
  font-size: 0.9rem;
}
.howWrap .botPart {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.howWrapImage {
  height: 200px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.howWrapImage1 {
  background-image: url('../index/1.jpg');
}
.howWrapImage2 {
  background-image: url('../index/2.jpg');
}
.howWrapImage3 {
  background-image: url('../index/3.jpg');
}
.howWrapImage4 {
  background-image: url('../index/4.jpg');
}

.analytics {
  display: flex;
  gap: 30px
}
.analytics .slide  {
  flex: 1;
  background: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 20px;
  transition: all .5s ease;
  color: var(--color-secondary);
}
.analytics .slideTitle {
  margin: 20px 0 10px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.analytics .slideSubTitle {
  margin: 10px 0;
  color: var(--color-secondary);
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.analytics .slideSubTitle2 {
  margin: 10px 0;
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.analytics .slide:hover  {
  --tw-shadow: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}




.reviews {
  display: flex;
  gap: 30px
}
.reviews .slide  {
  flex: 1;
  background: var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 20px;
  transition: all .5s ease;
  color: var(--color-secondary);
}
.reviews .slideTitle {
  margin: 20px 0 10px;
  color: var(--color-white);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.reviews .slideSubTitle {
  margin: 10px 0;
  color: var(--color-secondary);
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.reviews .slideSubTitle2 {
  margin: 10px 0;
  color: var(--color-primary);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.reviews .slide:hover  {
  --tw-shadow: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.qouteImage {
  color: var(--color-primary);
  height: 40px;
  width: 40px;
}
.qouteImage svg {
  height: 40px;
  width: 40px;
}
.qouteText {
  margin: 20px 0;
  font-size: 1.25rem;
  font-style: italic;
}
.userCard {
  display: flex;
  gap: 20px;
}
.userCardRight {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.userPhoto {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--color-primary);
}
.userName {
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-white);
}
.divider {
  width: 80%;
  margin: 0 auto 20px;
  height: 1px;
  background-color: var(--color-secondary);
}


.accordion {
  width: 100%;
  border-radius: 6px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  width: 100%;
  background: var(--color-accent);
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 2rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-secondary);
}

.accordion-header.active {
  /* background: #eaeaea; */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 0 15px;
}

.accordion-content p {
  padding: 15px 0;
  font-size: 1.5rem;
}

.go {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.go .sectionTitle {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.go .sectionTitle a{
  color: var(--color-primary);
}
.go .button {
  font-size: 3rem;
  line-height: 3rem;
  padding: 15px 30px;
  border-radius: 20px;
}

.footer {
  padding: 0 10%;
  background-color: var(--color-accent);
  color: var(--color-secondary);
}


.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: var(--color-accent);
  padding: 20px;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
}

.modal h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}






.sectionTitle {
  font-size: 3.5rem;
  text-align: center;
  padding: 0 10%;
  margin: 50px 0;
}
.sectionSubTitle {
  font-size: 2rem;
  text-align: center;
  padding: 0 15%;
}


:root {
  --color-primary: #D6A100;
  --color-secondary: #E0E0E0;
  --color-accent: #14191F;
  --color-background: #1d232a;
  --color-white: #ffffff;
  --gradient-energy: linear-gradient(135deg, hsl(48 100% 50% / .1), hsl(348 96% 47% / .1));
  --shadow-glow: 0 0 20px hsl(48 100% 50% / .3);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

html, body {
  margin: 0;
  padding: 0;
}
section {
  padding: 0 10%;
}
a {
  text-decoration: none;
}
body {
  background: var(--color-background)
}
* {
  font-family: Arial, Roboto, Helvetica, sans-serif;
}
h1, h2, h3, p, a, ul, dt, dd {
  color: var(--color-secondary);
}




@media screen and (max-width: 1024px){
  .header {
    padding: 0;
    width: 100vw;
  }
  .logo {
    gap: 0;
  }
  .headerLinks {
    gap: 5px;
  }
  .headerLinks a {
    display: none;
  }
  .header .button {
    margin-right: 10px;
  }
  h1 {
    font-size: 2rem;
  }
  .sectionTitle {
    font-size: 1.5rem;
    margin: 25px 0;
    font-weight: 600;
  }
  .sectionSubTitle {
    font-size: 1rem;
  }
  .formWrap {
    flex-direction: column;
  }
  .about {
    flex-direction: column-reverse;
  }
  .about p {
    margin: 0;
    font-size: 1rem;
  }
  .advantages {
    flex-direction: column;
  }
  .howWrap {
    flex-direction: column;
  }
  .analytics {
    flex-direction: column;
  }
  .reviews {
    flex-direction: column;
  }
  .go .sectionTitle {
    font-size: 2rem;
    line-height: 2rem;
  }
  .go .button {
    font-size: 1rem;
    padding: 5px 30px;
  }
}