  :root {
    --color--dark: #050505   ;
    --font--main: "Instrument Sans", sans-serif;
    --color--light: white;
    --type--body: 18px;
    --type--h1: 88px;
    --type--h2: 44px;
    --type--h3: 30px;
    --color--accent:  #18d296;
    --color--elevation: #09161d;
    --type--subtitle: 24px;
    --type--top-text: 16px;
    --type--h1-small: 64px;
  }

/*======СТИЛІЗАЦІЯ СКРОЛУ=====*/
::-webkit-scrollbar {
    width: 10px;
  }
  
::-webkit-scrollbar-thumb {
    background-color: #18d296;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #18d296;
}
/*======END СТИЛІЗАЦІЯ СКРОЛУ=====*/

.dev-link {
  gap: 3px;
  color: #ffffffb3;
}

.dev-link a {
  color: #ffffffb3;
  border-bottom: 1px solid #ffffffb3;
}

.active-lang {
  font-weight: 700;
  border-bottom: 2px solid var( --color--accent);
}

.hover-lang:hover {
  border-bottom: 2px solid #15803d;
}

.cursor-none {
  cursor: default;
}

/* .my-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
} */

/* Spline  */
.spline-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; /* або 4 / 3, або будь-яка інша пропорція */
  overflow: hidden;
  position: relative;
}

.spline-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* END Spline */

/* Form Block*/
.section.padding-80 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  margin-left: auto;
    margin-right: auto;
}

.contact {
  width: 100%;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-block {
  width: 680px;
  max-width: 100%;
  border-radius: 32px;
  padding: 64px 80px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(90deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
  border: 2px solid #fff5;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
}

.input {
  margin-bottom: 24px;
  padding: 16px 24px;
  width: 100%;
  border-radius: 70px;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255, 255, 255, 0.06); 
  color: #fff;
  font-size: 16px;
}

.input::placeholder {
  color: #ccc;
  opacity: 1;
}


.submit-button {
  margin-top: 16px;
  padding: 16px 32px;
  width: 100%;
  border: none;
  border-radius: 70px;
  background-color: #18d296;
  color: #050505;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.submit-button:hover {
  background-color: #11b169;
}

.form-success-wrap,
.form-error-wrap {
  margin-top: 16px;
  font-size: 16px;
  text-align: center;
}

.form-error-wrap {
  color: #d00;
  background: #efe9dc;
  padding: 16px;
  border-radius: 16px;
}

.contact-bg.degrade {
  width: 70%;
}

.degrade {
  z-index: -1;
  width: 100%;
  height: 400px;
  opacity: .64;
  filter: blur(65px);
  background-image: linear-gradient(130deg, rgba(218, 252, 84, .6), rgba(87, 238, 192, .8) 20%, #9af589 44%, rgba(218, 252, 84, .8) 68%, rgba(87, 238, 192, .6));
  position: absolute;
}

.bg-pattern {
  z-index: -1;
  background-image: url("../image/grid-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*END Form Block*/

.strong-green {
  color: #18d296;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
.spline-wrapper {
  margin-top: 100px;
}
}


@media screen and (max-width: 479px) {
  .text-legal-footer {
    flex-direction: column;
  }

  .white-link {
    border-bottom: none;
    text-decoration: underline;
  }

  .dev-link a {
    border-bottom: none;
    text-decoration: underline;
  }

.form-block {
      padding: 20px 20px
}

.label {
      font-size: 14px;
}

.input {
  margin-bottom: 12px;
  padding: 14px 20px;
  border-radius: 32px;
}

.section.padding-80 {
  padding-top: 30px;
}

.spline-wrapper {
  margin-top: 80px;
  aspect-ratio: 16 / 14;
}

}


 

