body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  background-color: #f8f9fa;
  color: #212529;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

.bucks-mobile,
.about__bg-mobile {
  display: none;
}

.bucks-desctop,
.about__bg-desctop {
  display: block;
}


.jw-state-idle .jw-title,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related) .jw-title,
body .jwplayer.jw-state-error .jw-title {
  display: none !important;
}

.header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.header__logo {
  padding: 10px 0;
}

.header__logo img {
  width: 80px;
}

.main {
  padding: 140px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.main::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(216, 60, 60, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.main .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__title {
  font-weight: 800;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 35px;
}


.main__text {
  max-width: 616px;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #5a5a5a;
}

.main__buttons {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__buttons-link {
  width: 306px;
  background: linear-gradient(135deg, #d83c3c 0%, #b83232 50%, #3c0000 100%);
  border-radius: 50px;
  text-align: center;
  margin-right: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(216, 60, 60, 0.3);
}

.main__buttons-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.main__buttons-link:hover::before {
  left: 100%;
}

.main__buttons-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(216, 60, 60, 0.4);
  background: linear-gradient(135deg, #e84848 0%, #c93a3a 50%, #4a0000 100%);
}

.main__buttons-link a {
  position: relative;
  display: block;
  padding: 22px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #ffffff;
  text-decoration: none;
}

.main__buttons-link a img {
  margin-right: 15px;
}

.main__buttons-video {
  width: 306px;
  border: 2px solid #d83c3c;
  border-radius: 50px;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.main__buttons-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #d83c3c 0%, #3c0000 100%);
  transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s;
  z-index: 0;
}

.main__buttons-video:hover::before {
  width: 300px;
  height: 60px;
}

.main__buttons-video:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(216, 60, 60, 0.2);
  border-color: #e84848;
}

.main__buttons-video:hover a {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.main__buttons-video a {
  display: block;
  padding: 22px 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #3c0000;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.main__buttons-video a img {
  margin-right: 20px;
}

.section-video {
  padding: 60px 0 120px;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.video__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.03em;
  color: #2c2c2c;
  margin-bottom: 40px;
}

.video__wrapper {
  max-width: 1076px;
  display: block;
  margin: 0 auto;
}

.baltic {
  padding: 100px 0 150px;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.baltic-bubbles {
  position: absolute;
  bottom: 25%;
  left: 2%;
}

.baltic-bubbles img {
  width: 80%;
}

.baltic__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.baltic__block-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #d83c3c;
  margin-bottom: 60px;
}

.baltic__block-text {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #5a5a5a;
}

.baltic__map img {
  width: 100%;
}

.graph {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0 50px;
  position: relative;
}

.graph-bubbles {
  position: absolute;
  right: 0;
  bottom: 10%;
}

.graph__row {
  margin-bottom: 190px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.graph__price img {
  width: 100%;
}

.graph__block-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #d83c3c;
}

.graph__block-text {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #5a5a5a;
}

.graph__link {
  margin: 0 auto;
}

.about {
  background: url('../images/about-bg.png') top center no-repeat;
  background-size: cover;
}

.about-top {
  max-width: 800px;
  border-bottom: 80px solid #d83c3c;
  position: relative;
}

.about-top__wrap {
  position: absolute;
  margin-top: 3%;
  margin-left: 25%;
}

.about-top__wrap p {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.about__wrapper {
  padding: 100px 0;
  max-width: 1200px;
}

.about__wrapper-text {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;
  margin-bottom: 40px;
}

.about__wrapper-text:last-child {
  margin-bottom: 0;
}

.about-border {
  display: block;
  width: 100%;
  height: 17px;
  background: #d83c3c;
}

.features {
  background: url('../images/feature-bg.png') top center no-repeat;
  background-size: cover;
  padding: 100px 0px 120px;
}

.features-top {
  margin-top: 50px;
  margin-left: auto;
  max-width: 1080px;
  border-bottom: 80px solid #d83c3c;
  position: relative;
}

.features-top__wrap {
  position: absolute;
  margin-top: 3%;
}

.features-top__wrap p {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #ffffff;
}

.features-border {
  display: block;
  width: 100%;
  height: 17px;
  background: #d83c3c;
}

.features__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  max-width: 1200px;
}

.features__block:last-child {
  margin-bottom: 0;
}

.features__block-count {
  margin-right: 45px;
  transition: transform 0.3s ease;
}

.features__block:hover .features__block-count {
  transform: scale(1.05);
}

.features__block-count img {
  width: 60px;
  height: 60px;
}

.features__block-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  transition: color 0.3s ease;
}

.register {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 150px 0;
  position: relative;
}

.register__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.register__form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.register__form:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.register__form-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.06em;
  color: #636363;
  margin-bottom: 40px;
}

.register__form-input {
  margin-bottom: 10px;
}

.register__form-input input {
  height: 42px;
  width: calc(100% - 10px);
  padding-left: 10px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #000;
  background-color: #f5f5f5;
  border: none;
}

.register__form-button {
  text-align: center;
  margin-top: 50px;
}

.register__form-button button {
  background: linear-gradient(135deg, #d83c3c 0%, #b83232 50%, #3c0000 100%);
  width: 306px;
  height: 55px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(216, 60, 60, 0.3);
  cursor: pointer;
}

.register__form-button button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.register__form-button button:hover::before {
  left: 100%;
}

.register__form-button button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(216, 60, 60, 0.4);
  background: linear-gradient(135deg, #e84848 0%, #c93a3a 50%, #4a0000 100%);
}

.register__form-button button:active {
  transform: translateY(-1px);
}

.register__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.register__form-row input {
  width: calc(175px - 10px);
}

.register__form-line {
  display: block;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c0000),
      to(#d83c3c));
  background: linear-gradient(90deg, #3c0000 0%, #d83c3c 100%);
}

.register__wrapper-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #353535;
  margin-bottom: 40px;
}

.register__wrapper-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.06em;
  color: #797979;
}

.feedback {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  padding: 120px 0;
  position: relative;
}

.feedback-bubbles-1 {
  position: absolute;
  left: 0;
  top: 15%;
}

.feedback-bubbles-2 {
  position: absolute;
  right: 0;
  top: 50%;
}

.feedback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 160px;
}

.feedback__item-1 {
  padding-top: 130px;
}

.feedback__item-3 {
  padding-top: 130px;
}

.feedback__items {
  max-width: 306px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
  padding: 20px;
}

.feedback__items:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.feedback__items-photo {
  margin-bottom: 20px;
}

.feedback__items-photo img {
  width: 306px;
}

.feedback__items-name {
  margin-bottom: 20px;
}

.feedback__items-name p {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.06em;
  color: #353535;
}

.feedback__items-line {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#3c0000),
      to(#d83c3c));
  background: linear-gradient(90deg, #3c0000 0%, #d83c3c 100%);
}

.feedback__items-comment {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.06em;
  color: #797979;
}

.feedback__link {
  margin: 0 auto;
}

.footer {
  padding: 60px 0 40px;
  background: linear-gradient(180deg, #2c2c2c 0%, #1a1a1a 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d83c3c, transparent);
}

.footer__copy {
  max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer__copy p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}

.footer__copy:hover p {
  color: #ffffff;
}

.footer__email {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer__pr {
  opacity: 0.1;
}

.footer__pr img {
  width: 25%;
}

@media screen and (max-width: 1800px) {
  .baltic-bubbles {
    left: 0;
  }

  .baltic-bubbles img {
    width: 70%;
  }

  .feedback-bubbles-1 img {
    width: 75%;
  }

  .feedback-bubbles-2 {
    top: 75%;
  }

  .feedback-bubbles-2 img {
    width: 75%;
  }
}

@media screen and (max-width: 1600px) {
  .baltic-bubbles {
    bottom: 5%;
  }
}

@media screen and (max-width: 1400px) {
  .baltic-bubbles img {
    width: 50%;
  }

  .graph-bubbles img {
    width: 75%;
  }

  .register__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .register__form-row input {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 1200px) {
  .main__baltic {
    display: none;
  }

  .baltic-bubbles {
    display: none;
  }

  .graph-bubbles {
    display: none;
  }

  .about-top__wrap {
    margin-top: 4%;
  }

  .about-top__wrap p {
    font-size: 32px;
    line-height: 32px;
  }

  .features-top__wrap p {
    font-size: 32px;
    line-height: 32px;
  }

  .register__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .register__wrapper {
    margin-bottom: 20px;
  }

  .feedback {
    padding: 40px 0;
  }

  .feedback__item-1 {
    padding-top: 0;
  }

  .feedback__item-3 {
    padding-top: 0;
  }

  .feedback__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feedback__items {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    width: inherit;
  }
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
  }

  .main {
    padding: 85px 0;
  }

  .main__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .main__text {
    font-size: 24px;
    line-height: 25px;
  }

  .main__buttons {
    margin-top: 40px;
  }

  .section-video {
    padding: 25px 0 50px;
  }

  .video__title {
    font-size: 26px;
    line-height: 26px;
  }

  .baltic {
    padding: 20px 0 80px;
  }

  .baltic__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .baltic__block-title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .baltic__block-text {
    font-size: 24px;
    line-height: 25px;
  }

  .graph {
    padding: 15px 0 50px;
  }

  .graph__row {
    margin-bottom: 40px;
  }

  .about-top__wrap p {
    font-size: 28px;
    line-height: 28px;
  }

  .about__wrapper-text {
    font-size: 28px;
    line-height: 28px;
  }

  .features {
    padding: 40px 0px 50px;
  }

  .features-top__wrap p {
    font-size: 28px;
    line-height: 28px;
  }

  .features__block:last-child {
    margin-bottom: 0;
  }

  .features__block-count {
    margin-right: 20px;
  }

  .features__block-text p {
    font-size: 28px;
    line-height: 28px;
  }

  .register {
    padding: 40px 0;
  }

  .register__wrapper-title {
    font-size: 36px;
    line-height: 36px;
  }

  .register__wrapper-text {
    font-size: 24px;
    line-height: 24px;
  }

  .register__form-title {
    font-size: 24px;
    line-height: 24px;
  }

  .feedback-bubbles-1,
  .feedback-bubbles-2 {
    display: none;
  }

  .feedback__wrapper {
    margin-bottom: 20px;
  }

  .feedback__items-photo img {
    width: 100%;
  }

  .feedback__items-name p {
    font-size: 26px;
    line-height: 26px;
  }

  .feedback__items-comment p {
    font-size: 20px;
    line-height: 20px;
  }

  .footer__copy p {
    font-size: 18px;
  }

  .footer__pr img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .about {
    background: url('../images/about-mobile-bg.png') top center no-repeat;
    background-size: cover;
  }

  .about-top__wrap {
    margin-top: 6%;
  }

  .features {
    background: url('../images/feature-mobile-bg.png') top center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 680px) {
  .container {
    width: inherit;
  }

  .main__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__buttons-link {
    width: 250px;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .main__buttons-video {
    width: 250px;
  }

  .features-top {
    border-bottom: 120px solid #d83c3c;
  }

  .features-top__wrap {
    margin-top: 6%;
  }

  .register__form-button button {
    max-width: 100%;
  }

  .feedback__link {
    margin: 0 auto;
  }

  .graph__link {
    margin: 0 auto;
  }

  .footer__pr img {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .cta_wrapper h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .cta_wrapper p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .cta_form {
    padding: 20px 16px;
  }

  .cta_form .h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .cta_wrapper h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .cta_wrapper p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .cta_form {
    padding: 16px 12px;
  }

  .cta_form .h2 {
    font-size: 18px;
  }
}


.register__form-input {
  position: relative;
}

label.error {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: calc(100% - 10px);
  padding: 5px;
  background: red !important;
}

.checkbox-svg {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.privacy-checkbox {
  font-size: 12px !important;
  line-height: 120% !important;
}

.privacy-checkbox a {
  color: #3c0000;
}

#cbx:checked+.checked-svg svg {
  stroke: #3c0000 !important;
}

.checked-svg svg {
  background-color: unset !important;
  border: 2px solid #000000;
}

.error {
  background-color: rgba(255, 0, 0, 0.6) !important;
  color: #fff;
}

.error::placeholder {
  color: #000 !important;
}

.valid {
  background-color: rgba(0, 255, 0, 0.6) !important;
}

.register-form {
  position: relative;
}

.modal_phone {
  opacity: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: none;
  outline: 0;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
}

.modal_phone.open_phone {
  display: flex;
}

.modal-open_phone {
  overflow: hidden;
}

.modal-dialog_phone {
  position: relative;
  width: 100%;
  max-width: 32rem;
  padding: 1rem;
  box-sizing: border-box;
}

.modal-content_phone {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header_phone {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
}

.modal-header_phone {
  justify-content: space-between;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-body_phone {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-title_phone {
  font-size: 1.25rem;
  font-weight: 600;
}

.close-button_phone {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* Modern Header Styles */
.main_header {
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.98);
}

.main_header .logo {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.main_header .logo:hover {
  transform: scale(1.02);
}

.main_header .logo h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}

.main_header .logo:hover h1 {
  color: #d83c3c;
}

.main_header .logo img {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.main_header .logo:hover img {
  transform: scale(1.05);
}

.primary_menu ul {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.primary_menu ul li a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2c2c2c;
  text-decoration: none;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.primary_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d83c3c, #b83232);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.primary_menu ul li a:hover {
  color: #d83c3c;
}

.primary_menu ul li a:hover::after {
  width: 100%;
}

/* Modern CTA Section */
.section_cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.section_cta::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(216, 60, 60, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.section_cta::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(216, 60, 60, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta_wrapper {
  position: relative;
  z-index: 1;
}

.cta_wrapper h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 30px;
}

.cta_wrapper h2 span {
  color: #d83c3c;
}

.cta_wrapper p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 20px;
}

.cta_form {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta_form:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.cta_form .h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 15px;
  text-align: center;
}

.cta_form > p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #797979;
  text-align: center;
  margin-bottom: 30px;
}

/* Features Improvements */
.features__block {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  border-radius: 12px;
}

.features__block:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(10px);
}

.features__block-count img {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.features__block:hover .features__block-count img {
  transform: scale(1.1) rotate(5deg);
}

.features__block-text p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  transition: color 0.3s ease;
}

.features__block:hover .features__block-text p {
  color: #ffeb3b;
}

/* About Section Improvements */
.about__wrapper-text {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.about-top__wrap p {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Feedback Section Improvements */
.feedback__items-name p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.feedback__items-comment {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #5a5a5a;
}

.feedback__items-line {
  background: linear-gradient(90deg, #3c0000 0%, #d83c3c 100%);
  height: 3px;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(216, 60, 60, 0.3);
}

/* Register Section Improvements */
.register__wrapper-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.register__wrapper-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #5a5a5a;
}

.register__form-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #2c2c2c;
  margin-bottom: 30px;
}

/* Additional Visual Enhancements */
.about-border,
.features-border {
  background: linear-gradient(90deg, #3c0000 0%, #d83c3c 50%, #3c0000 100%);
  box-shadow: 0 2px 8px rgba(216, 60, 60, 0.3);
}

/* Image Enhancements */
img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

img:hover {
  transform: scale(1.02);
  filter: brightness(1.05);
}

/* Smooth scroll improvements */
html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 100px;
}

/* Anchor sections styling - правильная прокрутка с учетом высоты хедера */
#home,
#form {
  scroll-margin-top: 100px;
  position: relative;
}

section[id="equipes"],
section[id="etapes"],
section[id="fonctionnement"],
section[id="support"],
section[id="avis"],
section[id="faq"],
section[id="about"],
section[id="contact"] {
  scroll-margin-top: 120px;
  position: relative;
}

/* Loading states */
.register__form-input input:disabled,
.form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Focus improvements for accessibility */
*:focus-visible {
  outline: 2px solid #d83c3c;
  outline-offset: 4px;
  border-radius: 4px;
}

/* Remove all borders from FAQ accordion */
.faq_accordion .accordion-item,
.faq_accordion .accordion-item .accordion-header,
.faq_accordion .accordion-item .accordion-header .accordion-button,
.faq_accordion .accordion-item .accordion-body,
.faq_accordion .accordion-item .accordion-collapse {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.faq_accordion .accordion-item .accordion-header .accordion-button:focus,
.faq_accordion .accordion-item .accordion-header .accordion-button:active,
.faq_accordion .accordion-item .accordion-header .accordion-button:hover,
.faq_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/*# sourceMappingURL=style.css.map */