@font-face {
  font-family: sohne-var;
  src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2)
    format("woff2-variations");
  font-weight: 1 1000;
  font-display: block;
}

@font-face {
  font-family: SourceCodePro;
  src: url(../fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2)
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

html {
  scroll-behavior: smooth;
}

body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: sohne-var, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin-inline: auto;
}

header {
  padding: 32px 32px 12px 32px;
}

.headerLogo {
  line-height: 0;
}

.headerBurger {
  padding: 0 16px;
  height: 32px;
  border-radius: 16px;
  background: hsla(0, 0%, 100%, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  padding: 0 16px;
}

h1 {
  font-size: 50px;
  color: #333;
  padding: 0 16px;
  margin-top: 32px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -2px;
  margin-bottom: 20px;
  max-width: 960px;
  text-align: center;
  margin-inline: auto;
}

article {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  max-width: 960px;
  margin-inline: auto;
  padding: 0 16px;
  margin-top: 10vh;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding-top: 16px;
}

article p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.55;
  color: #000000;
  margin-bottom: 20px;
}

article h2 {
  color: #0a2540;
  margin-bottom: 20px;
}

article h3 {
  color: #0a2540;
  font-size: 22px;
}

@media screen and (width < 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  article {
    margin-top: 5vh;
  }
}

.startBtn {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background: #0a2540;
  border-radius: 16.5px;
  color: #fff;
  line-height: 1;
  max-width: 300px;
  margin: 10px auto;
  font-size: 20px;
  padding: 15px 0;
}

.sponsors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  margin-bottom: 32px;
}

.commentName {
  font-size: 22px;
}

.footerStart {
  display: flex;
  justify-content: space-between;
}

.footerStart img {
  object-fit: contain;
}

.footerStart img:first-child {
  padding-top: 25px;
}

footer {
  margin-bottom: 54px;
}

.footerInner {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
}

.footerLogo {
  margin-top: 16px;
  margin-bottom: 8px;
}

.footerInner span {
  margin-bottom: 32px;
  color: #0a2540;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 4px;
}

.footerInner span::before {
  content: url(../img/location.svg);
}

.footerInner p {
  margin-bottom: 32px;
  color: #364657;
  font-weight: 300;
  font-size: 15px;
}

.stickyFooter {
  position: fixed;
  bottom: 0;

  background: #fff;
  border-top: 1px solid #ececec;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sponsors {
    grid-template-columns: repeat(4, 1fr);
  }

  .stickyFooter {
    display: none;
  }
}

.spotsLeft {
  border: 5px solid red;
  padding: 10px;
  width: 100%;
  background-color: #f8f8f8;
  margin: 20px auto;
  color: inherit;
}

.spotsLeft h3 {
  text-transform: uppercase;
  color: #d5322a;
  margin-bottom: 10px;
}

.spotsLeft p {
  margin: 0;
}

.spotsLeft p span {
  font-weight: 700;
}

.carousel {
  width: 100%;
  position: relative;
  margin: 32px 0;
}

.viewport {
  overflow: hidden;
}

.track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 16px;
}

.slide {
  border-radius: 8px;
  border: 1px solid #ececec;
  border-top: 3px solid #635bff;
  min-width: 90%;
  font-size: 24px;
  background: #fff;
  padding: 16px;
}

.slideHead {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slideHead img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

#gradient-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  /* Single smooth gradient */
  background: linear-gradient(
    135deg,
    #5b3df5 0%,
    #7a3cff 22%,
    #b24cff 38%,
    #ff3b6a 55%,
    #ff5a3d 70%,
    #ffb020 100%
  );

  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 46%);
}

@media screen and (min-width: 768px) {
  #gradient-canvas {
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 70%);
  }
}

.faq {
  width: 100%;
}

.acc {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}

.acc__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.acc__title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

/* Иконка */
.acc__icon {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 2px solid rgb(100, 92, 255);
  position: relative;
  flex: 0 0 auto;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.acc__icon::before,
.acc__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: rgb(100, 92, 255);
  transform: translate(-50%, -50%);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.acc__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  background: rgba(100, 92, 255, 0.06);
}

.acc__content {
  padding: 14px 16px 14px 16px;
  color: #222;
  line-height: 1.4;
}

.acc__header:focus-visible {
  outline: 3px solid rgba(100, 92, 255, 0.35);
  outline-offset: 2px;
}

.lead_form {
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding-block: 38px;
  margin-block: 30px;
}
#Form_ID {
  scroll-margin-top: 60px;
}

html {
  scroll-behavior: smooth;
}
