/*
Theme Name: KMU Cyber Defence
Theme URI: https://kmucd.de/
Description: WordPress theme for KMU Cyber Defence
Version: 1.0.0
*/
@font-face {
  font-family: 'PP Object Sans';
  src: url('assets/fonts/PPObjectSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PP Object Sans';
  src: url('assets/fonts/PPObjectSans-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #000000;

  font-family: 'PP Object Sans', sans-serif;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.layout {
  padding-left: 40px;
  padding-right: 40px;
}

.button {
  background-color: #e2d7b2;
  height: 64px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  padding: 0 62px;
}

.button__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #020101;
}

.header {
  padding: 60px 40px 48px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}

.header__logo a {
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-decoration: none;
}

.header__menu {
  display: flex;
  flex-direction: row;
  gap: 56px;
}

.header__menu li {
  display: flex;
}

.header__mobile__button {
  display: none;
}

.header__mobile__menu {
  display: none;
}

.header__menu__item,
.header__menu__item--active {
  cursor: pointer;
  color: #e2d7b2;
  transition: color 0.3s;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: none;
}

.header__menu__item--active {
  color: #ffffff;
}

.header__menu__item:hover {
  color: #ffffff;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.footer p,
.footer a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__links a {
  text-decoration: none;
}

.footer__links a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .layout {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header {
    padding: 30px 24px 36px 24px;
  }

  .header__menu {
    display: none;
  }

  .button {
    padding: 0 16px;
    width: 100%;
  }

  .button__text {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
  }

  .footer {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: start;
    padding: 30px 0;
  }

  .footer__links {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .header__mobile__button {
    display: flex;
    width: 39px;
    height: 62px;
    align-items: center;
    justify-content: center;
    background-color: rgba(144, 144, 144, 0.2);
    border-radius: 8px;
  }

  .header__mobile__button img {
    width: 15px;
    height: 18px;
  }

  .header__mobile__menu {
    position: fixed;
    height: 100%;
    width: 100%;
    background: black;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    flex: 1;
    display: flex;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.4s ease;
  }

  .header__mobile__menu__wrapper {
    padding: 96px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 33px;
    margin-top: auto;
  }

  .header__mobile__menu__wrapper .header__menu__item,
  .header__mobile__menu__wrapper .header__menu__item--active {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .header__mobile__button .header__icon__close {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    display: none;
  }

  .header__mobile__button.open .header__icon__close {
    opacity: 1;
    pointer-events: auto;
    display: flex;
  }

  .header__mobile__button.open .header__icon__menu {
    opacity: 0;
    pointer-events: none;
    display: none;
  }

  .header__mobile__menu.open {
    opacity: 1;
    transform: translateX(0);

    overflow: hidden;
  }
}

.video__background__wrapper {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(-1);
}

.video__background {
  position: relative;
}

.video__background video {
  width: 100%;
  height: 100%;
  max-height: 679px;
  object-fit: cover;
}

.video__background__gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.heading {
  font-weight: 800;
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-top: 360px;
}

.heading__subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 107px;
  margin-top: 20px;
}

.section__targets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 207px;
  position: relative;
}

.section__targets__shining {
  left: -293px;
  top: -137px;
  width: 541px;
  height: 499px;
  position: absolute;
  background: radial-gradient(circle,
      rgba(255, 79, 26, 0.5) 0%,
      rgba(168, 255, 145, 0) 80%);

  filter: blur(120px);
  pointer-events: none;
}

.section__targets h2 {
  margin-bottom: 34px;
}

h2 {
  font-weight: 800;
  font-size: 90px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #ff4f1a;
}

h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ff4f1a;
}

.section {
  display: grid;
  grid-template-columns: 1fr 663px;
}

.section__targets {
  grid-column-gap: 115px;
}

.section__targets__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 40px;
}

.section__targets__grid__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__security {
  margin: 129px 0 132px;
  padding: 111px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

  grid-row-gap: 63px;
  grid-column-gap: 190px;
}

.section__security__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
}

.section__security__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 581px;
}

.section__security__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ff4f1a;
}

.section__security__questions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 27px;
  grid-row-gap: 40px;
}

.section__security__questions__number {
  margin-bottom: 16px;
  color: #ff4f1a;
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 0%;
}

.section__solution {
  grid-column-gap: 180px;
  margin-bottom: 26px;
}

.section__solution {
  grid-column-gap: 180px;
  margin-bottom: 26px;
}

.section__solution__title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #a7ff8f;
}

.section__solution__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 345px;
}

.section__solution__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #a7ff8f;
}

.section__solution__text__wrapper {
  position: relative;
}

.section__solution__text__sticky__wrapper {
  position: sticky;
  top: 160px;
}

.section__solution__shining {
  width: 393px;
  height: 364px;
  top: -46px;
  left: -153px;
  position: absolute;
  background: radial-gradient(circle,
      rgba(168, 255, 145, 0.5) 0%,
      rgba(168, 255, 145, 0) 70%);
  filter: blur(120px);
  pointer-events: none;
}

.section__solution__card__container {
  position: relative;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.section__solution__card {
  box-shadow: 0px -2px 1px 0px #0000001a;

  position: relative;
  padding: 16px 16px 20px;
  background-color: #101010;
  border-radius: 12px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section__solution__card:nth-child(1) {
  position: sticky;
  top: 160px;
}

.section__solution__card:nth-child(2) {
  position: sticky;
  top: 185px;
}

.section__solution__card:nth-child(3) {
  position: sticky;
  top: 210px;
}

.section__solution__card:nth-child(4) {
  position: sticky;
  top: 235px;
}

.section__solution__card:nth-child(5) {
  position: sticky;
  top: 260px;
}

.section__solution__card__shining {
  width: 714px;
  height: 331px;
  left: -261px;
  top: -140px;
  position: absolute;
  background: #a8ff9133;
  filter: blur(120px);
  pointer-events: none;
}

.section__solution__card__number {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #a7ff8f;
}

.section__solution__card__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}

.section__solution__card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
}

.section__examples {
  position: relative;
  padding-top: 378px;
}

.section__examples h3 {
  color: #e2d7b2;
  margin-left: 23px;
  position: relative;
}

.section__examples .section__examples__bg {
  position: absolute;
  top: 0;
  left: -40px;
  z-index: -1;
  max-width: 741px;
}

.section__examples__shining {
  width: 393px;
  height: 364px;
  top: 233px;
  left: -168px;
  position: absolute;
  background: rgba(226, 215, 178, 0.2);
  filter: blur(140px);
  pointer-events: none;
}

.section__examples__accordions {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.section__examples__accordions__divider {
  display: none;
}

.section__examples__accordions__item {
  padding: 20px;
  padding-right: 100px;
  background: #d9d9d9;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;

  display: flex;
  gap: 40px;
  align-items: start;

  background-color: #161616;
  max-height: 100px;
}

.section__examples__accordions__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 62px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.section__examples__accordions__item--active {
  max-height: 100%;
  background-color: #000000;
}

.section__examples__accordions__item--active::before {
  display: none;
  padding-right: 100px;
  background-color: transparent;
}

.item-minus {
  display: none;
}

.section__examples__accordions__item__status {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.section__examples__accordions__item--active .item-plus {
  display: none;
}

.section__examples__accordions__item--active .item-minus {
  display: block;
}

.section__examples__accordions__item p {
  transition: all 0.35s ease;

  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__examples__accordions__item--active p {
  max-height: 200px;
  opacity: 1;

  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__examples__accordions__item--active .section__examples__accordions__item__status {
  transform: rotate(180deg);
}

.section__benefits {
  margin-top: 169px;
  position: relative;
}

.section__benefits h3 {
  color: #a7ff8f;
}

.section__benefits__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 36px;
  max-width: 490px;
}

.section__benefits__list__item {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.section__benefits__list__item img {
  width: 32px;
  height: 37px;
}

.section__benefits__list__item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 5px;
}

.section__benefits__shining {
  width: 393px;
  height: 273px;
  top: -86px;
  left: -187px;
  position: absolute;
  background: rgba(168, 255, 145, 0.2);
  border-radius: 100%;
  filter: blur(120px);
  pointer-events: none;
}

.section__benefits__reviews {
  position: relative;
  background-color: #1c1b15;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 409px;
}

.section__benefits__reviews__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  flex: 1;
}

.section__benefits__reviews__image__wrapper {
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  position: absolute;
  overflow: auto;
  top: -30px;
}

.section__benefits__reviews__image__1,
.section__benefits__reviews__image__2 {
  height: 93px;
  width: 93px;
  border-radius: 100%;
  background-color: #e0d8b1;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 0px 10px 0px #0000001a;
}

.section__benefits__reviews__image__1 {
  margin-right: -22px;
  z-index: 1;
}

.section__benefits__reviews__image__1 img {
  width: 123px;
  height: 118px;
  position: absolute;
  top: 6px;
  left: -30px;
}

.section__benefits__reviews__image__2 img {
  width: 142px;
  height: 134px;
  position: absolute;
  top: 2px;
  left: -25px;
}

.section__benefits__reviews__shining {
  width: 301px;
  height: 185px;
  top: -24px;
  left: -14px;
  position: absolute;
  background: rgba(226, 215, 178, 0.4);
  border-radius: 100%;
  filter: blur(100px);
  pointer-events: none;
}

.section__benefits__reviews h3 {
  color: #e2d7b2;
  margin-bottom: 14px;
  margin-top: 112px;
  text-align: center;
}

.section__benefits__reviews p {
  color: #ffffff;
  text-align: center;
  margin: 0 16px 42px;
}

.section__benefits__reviews button {
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 60px;
  width: 100%;

  margin-top: auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.section__benefits__reviews button span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__benefits__reviews button:hover {
  background-color: #e2d7b2;
}

.section__benefits__reviews button:hover span {
  color: #000000;
}

.section__author {
  margin-top: 160px;
  border-radius: 20px;
  background-color: #1c1b15;
  position: relative;
  overflow: hidden;
}

.section__author button {
  background-color: transparent;
  border: none;
  min-height: 60px;
  width: 100%;

  margin-top: auto;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.section__author button span {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__author button:hover {
  background-color: #e2d7b2;
}

.section__author button:hover span {
  color: #000000;
}

.section__author__content {
  position: relative;
  padding: 80px 85px 60px;
  overflow: hidden;
}

.section__author__content__text {
  display: block;
}

.section__author__content__text__mobile {
  display: none;
}

.section__author__image {
  position: absolute;
  right: 43px;
  bottom: 0;
  width: 530px;
  height: 608px;
  z-index: 1;
}

.section__author__signature__image {
  margin: 65px 0 8px;
}

.section__author__content h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 21px;
  max-width: 725px;
  z-index: 10;
  position: relative;
}

.section__author__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 758px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.section__author__shining {
  border-radius: 100%;
  top: -112px;
  left: -76px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.section__author__image__shining {
  border-radius: 100%;
  top: 68px;
  right: 26px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.section__consultation {
  margin-top: 260px;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  position: relative;
}

.section__consultation h2 {
  color: #e2d7b2;
  font-weight: 800;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.section__consultation__shining {
  border-radius: 100%;
  top: -93px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

@media (max-width: 1180px) {
  .section {
    grid-template-columns: 1fr;
  }

  .section__targets {
    gap: 23px;
  }

  .section__solution__text__sticky__wrapper {
    margin-bottom: 20px;
  }

  .section__benefits__reviews {
    margin-top: 68px;
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 46px;
    line-height: 43px;
    letter-spacing: -0.03em;
    margin-top: 400px;
    z-index: 11;
  }

  .heading__subtitle {
    font-size: 20px;
    line-height: 16px;
    letter-spacing: -0.02em;
    margin: 8px 0 46px;
  }

  .video__background__wrapper {
    top: 101px;
    z-index: 1;
  }

  .video__background video {
    height: 463px;
  }

  .video__background__gradient {
    height: 56px;
  }

  .section__targets {
    margin-top: 144px;
    display: flex;
    flex-direction: column;
    gap: 23px;
  }

  .section__targets h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    margin-bottom: 0;
  }

  .section__solution__title,
  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .section__targets__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
  }

  .section__targets__grid__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__text__wrapper {
    position: sticky;
    top: 128px;
  }

  .section__security {
    border: none;
    padding: 0;
    margin-top: 84px;
    margin-bottom: 66px;
    grid-row-gap: 22px;
  }

  .section__security__wrapper {
    gap: 22px;
  }

  .section__security__text,
  .section__security__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .section__security__questions {
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }

  .section__security__questions__item {
    display: flex;
    gap: 10px;
  }

  .section__security__questions__number {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .section__solution__text {
    max-width: 100%;
  }

  .section__solution__text,
  .section__solution__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__card__container {
    margin: 0 -16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section__solution__shining {
    display: none;
  }

  .section__solution__card__number {
    margin: 0;
  }

  .section__solution__card__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__solution__card__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__solution__card:nth-child(1) {
    position: sticky;
    top: 270px;
  }

  .section__solution__card:nth-child(2) {
    position: sticky;
    top: 295px;
  }

  .section__solution__card:nth-child(3) {
    position: sticky;
    top: 320px;
  }

  .section__solution__card:nth-child(4) {
    position: sticky;
    top: 345px;
  }

  .section__solution__card:nth-child(5) {
    position: sticky;
    top: 370px;
  }

  .section__examples {
    padding-top: 360px;
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }

  .section__examples__shining {
    display: none;
  }

  .section__examples h3 {
    margin: 0;
    margin-bottom: 21px;
  }

  .section__examples p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__examples__accordions__item,
  .section__examples__accordions__item--active {
    padding: 0 80px 0 0;
    background-color: transparent;
  }

  .section__examples__accordions__divider {
    display: block;
    width: 100%;
    background-color: #ffffff;
    opacity: 0.2;
    height: 1px;
  }

  .section__examples .section__examples__bg {
    left: -45px;
    max-width: 521px;
  }

  .section__solution {
    margin-bottom: 20px;
  }

  .section__benefits {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 86px;
  }

  .section__benefits__reviews {
    margin: 0 -16px 86px;
  }

  .section__benefits__reviews__image__wrapper {
    justify-content: start;
    padding-left: 16px;
  }

  .section__benefits__reviews__wrapper h3 {
    font-size: 24px;
    line-height: 25px;
    margin: 87px 16px 20px;
    text-align: start;
  }

  .section__benefits__reviews__wrapper p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 16px 18px;
    text-align: start;
  }

  .section__benefits__shining {
    bottom: 0;
    top: auto;
  }

  .section__benefits__list {
    margin-top: 21px;
    gap: 0;
  }

  .section__benefits__list__item img {
    width: 30px;
    height: 24px;
  }

  .section__benefits__list__item p {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .section__benefits__list__item {
    position: relative;
  }

  .section__benefits__list__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .section__benefits__list__item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 43px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: calc(100% - 22px);
    height: 1px;
  }

  .section__author {
    margin: 80px -16px 0;
  }

  .section__author__content {
    padding: 24px 29px 23px 16px;
  }

  .section__author__content h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .section__author__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__author__shining {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    display: none;
  }

  .section__author__image__shining {
    top: auto;
    bottom: 0;
    width: 200px;
    height: 200px;
  }

  .section__author__signature__image {
    margin-top: 78px;
  }

  .section__consultation {
    margin: 81px 0 49px;
    gap: 24px;
  }

  .section__consultation h2 {
    font-size: 24px;
    line-height: 24px;
    text-align: start;
  }

  .section__consultation__shining {
    width: 298px;
    height: 298px;
    top: -29px;
  }

  .section__benefits__reviews {
    margin-top: 0;
  }
}

.section__bio {
  padding-top: 189px;
  display: flex;
  gap: 106px;
  margin-bottom: 120px;
}

.section__bio__image {
  position: relative;
}

.section__bio__image img {
  width: 497px;
  height: 551px;
  position: absolute;
  left: 0;
  top: 0;
}

.section__bio__image__box {
  position: relative;
  width: 411px;
  height: 552px;
  border-radius: 20px;
  z-index: 0;
  overflow: hidden;
  background-color: rgba(217, 217, 217, 0.1);
}

.section__bio__image__box::before {
  content: '';
  position: absolute;
  right: -52px;
  bottom: -38px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 448px;
  height: 448px;
  z-index: 1;
  filter: blur(100px);
  pointer-events: none;
}

.section__bio__content {
  position: relative;
}

.section__bio__content::before {
  content: '';
  position: absolute;
  left: -151px;
  top: -111px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 448px;
  height: 448px;
  z-index: 1;
  filter: blur(100px);
  pointer-events: none;
}

.section__bio__content h1 {
  margin-top: 11px;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 20px;
}

.section__bio__content__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.section__bio__content__text span {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__bio__content .button {
  margin: 52px 0 124px;
}

.section__bio__content__name {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 4px;
  margin-top: 40px;
  color: #ffffff;
}

.section__bio__content__company {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.7);
}

.card {
  margin-bottom: 124px;
  position: relative;
  background-color: #1c1b15;
  border-radius: 20px;
  overflow: hidden;
  padding: 80px 89px 58px 84px;
  min-height: 444px;
  display: flex;
  justify-content: space-between;
  gap: 42px;
}

.card__shining__1 {
  border-radius: 100%;
  top: 54px;
  left: -199px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.card__shining__2 {
  border-radius: 100%;
  top: -149px;
  right: -192px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.card__header {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 13px;
  max-width: 518px;
}

.card__header__mobile {
  display: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 26px;
}

.card__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.card .button {
  margin-top: 61px;
}

.card__content {
  flex: 1;
  max-width: 581px;
}

@media (max-width: 1180px) {
  .section__author__content__text {
    display: none;
  }

  .section__author__content__text__mobile {
    display: block;
  }

  .section__author__image {
    width: 296px;
    height: 340px;
    right: -41px;
  }
}

@media (max-width: 768px) {
  .section__bio {
    padding-top: 493px;
    margin-bottom: 80px;
    flex-direction: column;
    gap: 0;
  }

  .section__bio__image__box {
    display: none;
  }

  .section__bio__image img {
    left: -34px;
    top: -420px;
    width: 431px;
    height: 478px;
    z-index: 1;
  }

  .section__bio__image::after {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;

    width: 448px;
    height: 448px;
    top: -352px;
    left: auto;
    z-index: 0;
    background-color: #e2d7b266;
  }

  .section__bio__content {
    z-index: 3;
  }

  .section__bio__content::before {
    content: '';
    position: absolute;
    width: calc(100% + 48px);
    height: 287px;
    top: -122px;
    left: -24px;
    z-index: 1;
    background: linear-gradient(178.27deg,
        rgba(0, 0, 0, 0) 1.47%,
        rgba(0, 0, 0, 0.48) 30.51%,
        #000000 50.68%,
        #000000 100%);
    background-color: transparent;
    border-radius: 0;
    filter: none;
    pointer-events: none;
    z-index: -1;
  }

  .layout {
    background-color: #000000;
  }

  .section__bio__content h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__bio__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .section__bio__content .button {
    margin: 24px 0 82px;
  }

  .section__bio__content__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__bio__content__text span {
    font-size: 16px;
    line-height: 20px;
  }

  .card {
    margin: 0 -16px 54px;
    padding: 32px 16px 18px;
    flex-direction: column-reverse;
    z-index: 1;
    gap: 0px;
  }

  .card__header {
    display: none;
  }

  .card__header__mobile {
    display: block;
  }

  .card__text {
    font-size: 16px;
    line-height: 20px;
  }

  .card__content .card__text {
    margin-top: 16px;
  }

  .card__content .button {
    margin-top: 20;
  }

  .card__shining__1 {
    width: 229px;
    height: 176px;
    left: -50px;
  }

  .card__shining__2 {
    display: none;
  }

  .footer {
    position: relative;
  }

  .footer::after {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;

    width: 298px;
    height: 298px;
    top: -152px;
    left: -109px;
    z-index: 0;
    background-color: #e2d7b266;
  }
}

.section__main {
  padding: 200px 0 162px;
  position: relative;
}

.section__main__mobile {
  display: none;
}

.section__main__gradient {
  position: absolute;
  height: 100%;
  width: 156px;
  top: 0;
  z-index: -1;
  right: 559px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.section__main h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 20px;
}

.section__main p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 56px;
  max-width: 412px;
}

.video__background__reviews {
  position: absolute;
  top: 0;
  right: 0;
  width: 736px;
  height: 556px;
  transform: scaleX(-1);
  z-index: -1;
}

.review {
  margin-bottom: 25px;
  position: relative;
  background-color: #1c1b15;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px 86px 0;
  /* allow flexible layout */
  display: flex;
  flex-wrap: nowrap;
  /* keep image and content on a single row */
  align-items: stretch;
  gap: 40px;
}

.review__content {
  z-index: 1;
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 51px;
}

.review__shining__1 {
  border-radius: 100%;
  top: 54px;
  left: -199px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.review__shining__2 {
  border-radius: 100%;
  top: -149px;
  right: -192px;
  width: 524px;
  height: 524px;
  position: absolute;
  background: #e2d7b266;
  filter: blur(100px);
  pointer-events: none;
}

.section__reviews {
  margin-bottom: 120px;
}

.review__image {
  position: relative;
  z-index: 1;
  flex: 0 0 45%;
  max-width: 45%;
  width: 100%;
  height: auto;
  align-self: flex-end;
  /* keep image pinned to the bottom of the card */
  object-fit: cover;
}

.review__image img {
  display: block;
  width: 100%;
  height: auto;
}

.review__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.review__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 4px;
}

.review__contacts {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .review {
    flex-direction: column;
    align-items: stretch;
    padding: 60px 24px 0;
  }

  .review__image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .review__content {
    padding-bottom: 24px;
  }

  .section__main {
    padding-top: 493px;
    padding-bottom: 52px;
  }

  .video__background__reviews {
    width: 476px;
    height: 360px;
    z-index: 9;
  }

  .section__main h1 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .section__main__mobile {
    display: block;
    margin-top: 105px;
    position: relative;
  }

  .section__main__mobile h2 {
    margin-bottom: 4px;
    color: #e2d7b2;
    font-weight: 800;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .section__main__mobile::before {
    content: '';
    position: absolute;
    width: 298px;
    height: 298px;
    top: -123px;
    left: -94px;
    z-index: 0;
    background-color: #e2d7b266;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;
  }

  .section__main p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .review {
    margin: 0 -16px 38px;
    padding: 105px 16px 0px;
    min-height: 400px;
    overflow: visible;
    z-index: 1;
  }

  .review__content {
    padding-bottom: 26px;
  }

  .review__name,
  .review__contacts {
    font-size: 16px;
    line-height: 20px;
  }

  .review__text {
    font-size: 16px;
    line-height: 20px;
  }

  .review__image {
    overflow: hidden;
    width: 93px;
    height: 93px;
    background-color: #e0d8b1;
    border-radius: 100%;
    position: absolute;
    top: -18px;
    z-index: 1;
  }

  .review__shining__2 {
    width: 247px;
    height: 171px;
    top: -46px;
    right: auto;
    left: -58px;
  }
}

@media (max-width: 425px) {
  .video__background__reviews {
    top: 0;
    width: 100%;
    height: 360px;
  }

  .video__background__reviews video {
    height: 100%;
  }

  .section__main {
    padding-top: 360px;
  }
}

.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section__video {
  display: flex;
  gap: 62px;
  padding-top: 206px;
  padding-bottom: 157px;
}

.section__video.hidden {
  display: none;
}

.video {
  flex: 1;
  display: flex;
  border-radius: 20px;
  position: relative;
}

.video::before {
  content: '';
  position: absolute;
  left: -264px;
  top: -47px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 566px;
  height: 566px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__video__description {
  max-width: 504px;
  position: relative;
  padding-top: 40px;
}

.section__video__description::before {
  content: '';
  position: absolute;
  left: -126px;
  top: 22px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__video h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 36px;
}

.section__video__text__wrapper {
  display: flex;
  gap: 14px;
  margin-bottom: 15px;
}

.section__video__number {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__video__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.button {
  margin-top: 34px;
}

.section__form {
  padding-top: 191px;
  padding-bottom: 157px;
  display: none;
  align-items: center;
  gap: 187px;
}

.section__form.visible {
  display: flex;
}

.section__form__content {
  position: relative;
  max-width: 504px;
}

.section__form__content::before {
  content: '';
  position: absolute;
  left: -126px;
  top: -52px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__form__content h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 20px;
}

.section__form__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 411px;
}

.form::before {
  content: '';
  position: absolute;
  height: 456px;
  width: 456px;
  left: 73px;
  top: 80px;
  border-radius: 100%;
  background-color: #e2d7b266;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.form__progress {
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form__progress p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fffbf9;
  text-align: center;
}

.form__progress__bar__wrapper {
  position: relative;
}

.form__progress__bar {
  position: relative;
  width: 0%;
  height: 12px;
  border-radius: 4px;
  background-color: #e2d7b2;
  transition: width 0.5s ease;
}

.form__progress__bar__wrapper__background {
  position: absolute;
  height: 12px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 100;
  background-color: rgba(226, 215, 178, 0.2);
}

.form .button {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
}

.form__label,
.form__label__subtitle {
  display: flex;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
  margin-bottom: 4px;
}

.form__label__subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
}

.form__input {
  border: none;
  width: 100%;
  height: 64px;
  border-radius: 12px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}

.form__gender {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: rgba(226, 215, 178, 0.2);
  border-radius: 12px;
  padding: 2px;
}

.form__gender__button,
.form__gender__button--active {
  border: none;
  flex: 1;
  height: 100%;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background: transparent;
}

.form__gender__button {
  background-color: transparent;
  color: #e2d7b2;
}

.form__gender__button--active {
  background-color: #e2d7b2;
  color: #020202;
}

.step {
  display: none;
}

.step--active {
  display: flex;
}

.section__details {
  padding-top: 270px;
  padding-bottom: 65px;
  max-width: 842px;
  margin: 0 auto;
}

.section__details__main {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.section__details__main::before {
  content: '';
  position: absolute;
  top: -70px;
  left: -99px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(110px);
  pointer-events: none;
}

.section__details__main h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
}

.section__details__text__wrapper {
  max-width: 411px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section__details__text__wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.section__details__text__wrapper .bold {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.section__details__text__wrapper a {
  color: #ffffff;
}

.section__details__content__wrapper {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section__details__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.section__details__content h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}

.section__details__content h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 12px;
}

.section__details__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.video__wrapper {
  width: 100%;
  height: 472px;
  max-width: 754px;
  position: relative;
}

#my-wistia-player {
  position: relative;
  cursor: pointer;
}

.w-chrome::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-color: #ffffffcc;
  backdrop-filter: blur(5px);
  background-image: url('assets/icons/play.svg');
  background-repeat: no-repeat;
  background-position: 52% center;
  background-size: 30px 30px;
  z-index: 1000;
  transition: opacity 0.2s;
  display: block;
}

.w-chrome.playing::after {
  display: none;
  /* background-image: url('assets/icons/pause.svg');
  background-position: center; */
}

.video__play__button {
  display: none;
}

.video__play__button img {
  width: 30px;
  height: 30px;
}

#play__icon {
  margin-left: 5px;
}

.page-template-template-about .layout,
.page-template-template-contact .layout {
  overflow: hidden;
}

@media (max-width: 768px) {
  .section__video {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 73px;
    gap: 0;
  }

  .video {
    min-height: 638px;
    border-radius: 0;
    margin: 0 -24px;
  }

  .section__video__description {
    margin-top: -100px;
  }

  .section__video__description::before {
    display: none;
  }

  .section__video__description h1 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .section__video__description .button {
    margin-top: 5px;
  }

  .section__video__text__wrapper {
    gap: 10px;
  }

  .section__video__text {
    font-size: 16px;
    line-height: 20px;
  }

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

  .video::after {
    content: '';
    position: absolute;
    bottom: -7px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 154px;
    z-index: 0;
    pointer-events: none;
  }

  .section__form {
    padding-top: 182px;
    padding-bottom: 43px;
    flex-direction: column;
    gap: 28px;
  }

  .section__form__content h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .section__form__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .form {
    width: 100%;
  }

  .form::before {
    display: none;
  }

  .form__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .form__item {
    margin-bottom: 22px;
  }

  .section__details {
    padding-top: 182px;
    padding-bottom: 197px;
  }

  .section__details__main {
    flex-direction: column;
  }

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

  .section__details__text__wrapper {
    gap: 20px;
  }

  .section__details__text__wrapper p,
  .section__details__text__wrapper .bold {
    font-size: 16px;
    line-height: 20px;
  }

  .section__details__content__wrapper {
    margin-top: 100px;
    gap: 60px;
  }

  .section__details__content {
    gap: 32px;
  }

  .section__details__content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__details__content h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .section__details__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .video__wrapper {
    position: absolute;
    top: 0;
    height: 630px;
    width: 1138px;
    max-width: 1138px;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* Contact Form 7 Custom Styles */
.wpcf7 .hidden-fields-container,
.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .form__gender p,
.wpcf7 .form__gender span,
.wpcf7 .form__gender label {
  display: flex;
  flex: 1;
}

.wpcf7 .form__gender .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}

.wpcf7 .form__gender input[type='radio'] {
  display: none;
}

.wpcf7 .form__gender .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  color: #e2d7b2;
  font-size: 16px;
  transition: all 0.3s ease;
  height: 60px;
}

.wpcf7 .form__gender input[type='radio']:checked+.wpcf7-list-item-label {
  background-color: #e2d7b2;
  color: #020202;
}

.wpcf7-not-valid-tip {
  color: #f87171;
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 20px 0;
  padding: 16px;
  border-radius: 8px;
  border-color: #46b450;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.wpcf7-validation-errors {
  background: rgba(248, 113, 113, 0.1);
  border: 1px solid #f87171;
  color: #f87171;
}

.wpcf7-mail-sent-ok {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid #22c55e;
  color: #22c55e;
}

.wpcf7-spinner {
  display: flex;
  margin: 10px auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  color: #f87171;
  text-align: center;
}

/* Multi-step Form Styles */
.form__step {
  display: none;
}

.form__step--active {
  display: block;
  animation: fadeInUp 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form__buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.form__buttons p {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.button--secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.button--secondary .button__text {
  color: #fff;
}

#form-progress-text {
  transition: all 0.3s ease;
}

/* Radio List Styling */
.form__radio__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form__radio__list .wpcf7-list-item {
  margin: 0;
  display: block;
  margin-bottom: 10px;
}

.form__radio__list input[type='radio'] {
  display: none;
}

.form__radio__list .wpcf7-list-item-label {
  display: block;
  padding: 14px 18px;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form__radio__list .wpcf7-list-item-label:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.form__radio__list input[type='radio']:checked+.wpcf7-list-item-label {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  font-weight: 500;
}

/* Checkbox for Privacy */
.form__item--checkbox p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.form__checkbox {
  margin-top: 4px;
}

.form__label--checkbox {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}

.form__label--checkbox a {
  color: #e2d7b2;
  margin-left: 4px;
  text-decoration: underline;
}

.form__label--checkbox a:hover {
  color: #fff;
}

/* Textarea styling */
textarea.form__input {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
  padding: 12px;
}

/* Hide section video when form is visible */
.section__video.hidden {
  display: none;
}

/* Disabled button state */
.button:disabled,
.form__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.button:disabled .button__text,
.form__next:disabled .button__text {
  opacity: 0.6;
}