* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --switzer: Switzer, Arial, sans-serif;
    --pale-gray: #f6f5f4;
    --inter: Inter, sans-serif;
    --soft-black: #302f2fee;
    --chinese-black: #111;
    --transparent: transparent;
    --white: white;
    --light-off-white: #f1ebeb;
    --bright-blue: #3480f1;
    --home-accent: #0066cc;
    --burnt-red: #e64f22;
    --margin-32: 32px;
    --margin-124: 124px;
    --margin-12: 12px;
    --gray-text: #555;
  }

a {
  text-decoration: none;
  color: #111;
  transition: all .2s ease;
}

.inner-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-24{font-size: 24px;}
.font-4{font-size: 4rem;}
.font-32{font-size: 32px;}
.font-40{font-size: 40px;}
.font-56{font-size: 56px;}
.font-50{font-size: 50px;}
.opacity-8{opacity: .8;}
.font-weight-400{font-weight: 400;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}



button {
  cursor: pointer;
  border: none;
  font-family: var(--inter);
  background: none;
  transition: all .2s ease;
}

.standard-hover:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.standard-hover-a:hover {
  transform: translateY(-2px);
}



body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background-color: var(--pale-gray);
}

.backdrop-img {
  position: absolute;
  height: 20rem;
  opacity: .05;
  top: 30vh;
  z-index: -1;
}

.backdrop-img.left {
  left: 0;
}

.backdrop-img.right {
  right: 0;
}

.max-width {
  max-width: 1272px;
}

.navigation-container {
  width: 100%;
  height: 60px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}

.nav-bar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo-wrapper {
  margin-right: auto;
  width: 10rem;
  display: flex;
  padding-left: 2rem;
  justify-content: left;
  z-index: 120;
}

.logo-wrapper .logo-img {
  width: 3rem;
}

.login-wrapper {
  margin-left: auto;
  width: 10rem;
  display: flex;
  justify-content: center;
}

.login-wrapper .login-btn {
  display: flex;
  justify-content: center;
  border: 1px solid var(--chinese-black);
  border-radius: 12px;
  padding: 12px 24px;
  color: var(--chinese-black);
}

.login-wrapper .mobile-menu-btn {
  display: none;
}

.login-wrapper .mobile-menu-btn i{
  font-size: 1.8rem;
  color: var(--chinese-black);
}

.nav-pages-wrapper {
  display: flex;
  gap: 2rem;
  font-size: 16px;
  margin: 10px;
}

@media only screen and (max-width: 1000px) {
.nav-pages-wrapper {
  display: none;
}
.login-wrapper .mobile-menu-btn {
  display: flex;
}
.login-wrapper .login-btn {
  display: none;
}
.login-wrapper {
  justify-content: end;
  padding-right: 1rem;
}
.banner br {
  display: none;
}
.logo-wrapper {
  padding-left: 1rem;
}}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 124px;
}

.banner h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
}

.cursor{
  display:inline-block;
  width:2px;
  height:1em;
  margin-left:3px;
  vertical-align:bottom;
  background:#5b5b5b;
  animation:blink 1s steps(2) infinite}
  @keyframes blink{50%{opacity:0}}

.banner .sub-title {
  font-size: 18px;
  line-height: 28px;
  color: var(--chinese-black);
  font-weight: 400;
  text-align: center;
  margin-top: 24px;
}

.banner .CTA-btn, .CTA-btn {
  padding: 16px 24px;
  background-color: var(--home-accent);
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border-radius: 12px;
  margin: 40px 0;
}

.how-it-works-container .CTA-btn {
   padding: 16px 24px;
  background-color: var(--home-accent);
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 12px;
}


.how-it-works-container .CTA-btn span{
  font-weight: 700;
}

.line-title-wrapper {
  width: 100%;
  height: 2rem;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-title-wrapper h4{
  line-height: 28px;
  font-weight: 600;
  color: var(--chinese-black);
  font-size: 18px;
}

.title-line {
  background-image: linear-gradient(270deg, #0000, #0000001f);
  flex: 1;
  height: 1px;
}

.title-line.left {
  background-image: linear-gradient(270deg, #0000, #0000001f);
  flex: 1;
  height: 1px;
  transform: rotate(180deg);
}

.border-img.right {
  margin-left: 2rem;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.border-img.left {
  margin-right: 2rem;
  margin-left: 1rem;
}

.hero-img-wrapper {
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 32px; 
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.097);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.hero-img {
  display: block;
  width: 100%;
  margin: 0;
}

.spacer {
  height: 30vh;
}

.hero-content-linear {
    background-image: linear-gradient(#0000, #0000001f 50%, #0000);
    width: 1px;
}


.how-it-works-container .center-top, .for-who-container .center-top, .pricing .center-top, .summary .center-top{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}


.how-it-works-container .center-top .tag, .for-who-container .tag, .pricing .tag, .summary .tag{
  color: var(--chinese-black);
  padding: 6px 48px;
  font-size: 18px;
  border-radius: 12px;
  margin-bottom: 32px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.how-it-works-container .center-top .tag, .pricing .tag, .summary .tag{
  background: var(--white);
}

.highlighted-features-container {
  margin-top: 32px;
  display: flex;
  column-gap: 40px;
}

.highlighted-feature {
  display: flex;
  flex-direction: column;
  width: 50%;
}


.highlighted-feature span {
  margin-bottom: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.highlighted-feature h4 {
  margin-bottom: 6px;
}

.divider-section {
  width: 100%;
  position: relative;
}

.divider-section img {
  position: absolute;
  left: 60%;
  transform: rotate(-20deg);
}

.how-it-works-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 124px;
  margin-bottom: 124px;
}

.how-it-works-container .center-top h2, .for-who-container h2, .pricing h2, .summary h2 {
  text-align: center;
  font-size: 50px;
  color: var(--chinese-black);
  line-height: 55px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 24px;
}

.summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 36px;
}

.summary-content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}

.summary-content img {
  width: 100%;
}

.summary-content-text {
  padding: 32px;
}

.summary-content-text .sub-title {
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--gray-text);
}


.summary-content-text .feature {
  display: flex;
  width: 100%;
  opacity: .8;
  justify-content: left;
  gap: 1rem;
  font-size: 18px;
  font-weight: 400;
  color: var(--chinese-black);
  margin-bottom: 18px;
}




/* ===== Elke step wrapper ===== */
.step-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 0;
  width: 100%;
  height: 100%;
  margin-bottom: 7rem;
}

.step-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  align-self: stretch;
  min-width: 100px;
}

.step-number {
  font-weight: 700;
  color: var(--home-accent);
  margin: 0;
}

.step-number, .step-text-wrapper h3 {
  font-size: 36px;
}

.step-text-wrapper.padding-left {
  padding-left: 5rem !important;

}
.step-text-wrapper.padding-right {
  padding-right: 5rem !important;
}

.step-pattern {
  width: 2px;
  flex-grow: 1;
  background: repeating-linear-gradient(to bottom, #E0E0E1, #E0E0E1 7px, transparent 7px, transparent 13px);
  border-radius: 2px;
  margin-top: 2rem;
}

/* ===== Tekstgedeelte ===== */
.step-text-wrapper {
  flex: 1;
}

.step-text-wrapper h3 {
  margin-bottom: 0.5rem;
  color: var(--chinese-black);
}

.step-text-wrapper p {
  color: var(--gray-text);
  line-height: 1.55;
  font-size: 18px;
}

.step-image-wrapper {
  flex: 0 0 550px;
  height: 550px;
  border-radius: 1rem;
  background-size: cover;
  background-position: center;
}

.cta-section {
  display: flex;
  justify-content: center;
}

.how-it-works-container:nth-child(4) {
  margin-bottom: 1rem;
}


.step-image-wrapper img {
  border-radius: 12px;
}

.step-text-wrapper .highlighted-features-container {
  margin-top: 4rem;
}

.step-text-wrapper .highlighted-features-container p {
  font-size: 15px;
  line-height: 1.35;
  opacity: .85;
}

.section {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
  transition-delay: .2s;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

.section:nth-child(2){
  transition-delay: .6s;
}



.features-area-container {
  width: 100%;
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  justify-items: stretch; /* <– belangrijk */
  align-items: stretch;
}

.features-area-container .feature-wrapper {
  border: 1px solid rgba(128, 128, 128, 0);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.icon.red {
  background: #bb565b2d;
}
.icon i.red {
  color: #f14e56;
}
.icon.blue {
  background: #3480f13c;
}
.icon i.blue {
  color: #0367fd;
}
.icon.green {
  background: #16a34a36;;
}
.icon i.green {
  color: #0a8537;
}
.icon.orange {
  background: rgba(240, 190, 97, 0.381);
}
.icon i.orange {
  color: rgb(245, 161, 6);
}
.icon.purple {
  background: #a205db29;
}
.icon i.purple {
  color: #b655da;
}
.icon.grey {
  background: rgba(128, 128, 128, 0.11);
}
.icon i.grey {
  color: darkgrey;
}

.feature-wrapper h4 {
  color: var(--chinese-black);
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

.feature-wrapper p {
  opacity: .65;
  font-size: 16px;
  line-height: 1.3;
}

.for-who-container {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--chinese-black);
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.for-who-content {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.for-who-container .tag {
  color: var(--white);
  background-color: #ffffff14;
  border-color: #ffffff0a;
  box-shadow: none;
}

.for-who-container h2 {
  color: var(--white);
}

.personas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.persona-card {
    background-color: #ffffff14;
    padding: 40px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

.persona-card.tl {
    border-radius: 24px 24px 75px 24px;
}
.persona-card.tr {
    border-radius: 24px 24px 24px 75px;
}
.persona-card.bl {
    border-radius: 24px 75px 24px 24px;
}
.persona-card.br {
    border-radius: 75px 24px 24px 24px;
}

        .persona-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent);
            pointer-events: none;
        }

        .persona-card:hover {
            transform: translateY(-5px);
            border-color: rgba(255, 255, 255, 0.2);
            background: rgba(35, 35, 35, 0.7);
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            position: relative;
        }

        .icon-wrapper svg {
            width: 32px;
            height: 32px;
            color: #0a0a0a;
            z-index: 2;
        }

        .pink { background: linear-gradient(135deg, #ff6ec4, #ff9a9e); }
        .yellow { background: linear-gradient(135deg, #ffd93d, #ffec8b); }
        .teal { background: linear-gradient(135deg, #4dd4ac, #6ee7b7); }
        .purples { background: linear-gradient(135deg, #a78bfa, #c4b5fd); }

        .persona-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .persona-description {
            color: #999;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .persona-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .persona-tags .tag {
            background: rgba(255, 255, 255, 0.05);
            padding: 6px 14px;
            border-radius: 12px;
            font-size: 0.85rem;
            color: #ccc;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        @media (max-width: 768px) {
            .personas-grid {
                grid-template-columns: 1fr;
            }

            .persona-card {
                padding: 30px;
            }
        }


.pricing {
  margin-top: 160px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: 1272px;
}
.pricing .center-top h2, .pricing .center-top .tag{
  margin-right: auto;
  text-align: left;
}

.pricing-content {
  display: flex;
  width: 100%;
  column-gap: 3rem;
}

.pricing-content-item {
  width: 50%;
}

.pricing-features-container {
  background-color: var(--white);
  border-radius: 12px;
  padding: 32px;
}

.pricing-features-content {
  display: none;
  width: 100%;
  flex-direction: column;
}
.pricing-features-content.active {
  display: flex;
}

.pricing-features-content h3 {
  font-size: 32px;
  color: var(--chinese-black);
  font-weight: 600;
  margin-bottom: 12px;
}

.pricing-features-content .sub-title {
  font-size: 16px;
  color: var(--chinese-black);
  opacity: .8;
}

.pricing-features-content hr {
  opacity: .5;
}

.features-wrap .feature, .pricing-features-content hr, .pricing-features-content .sub-title, .features-wrap {
  margin-bottom: 24px;
}

.features-wrap {
  display: flex;
  flex-direction: column;
}

 .features-wrap .feature p {
  font-size: 16px;
  font-weight: 500;
  color: var(--chinese-black);
 }

.features-wrap .feature {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
}

.pricing-features-content button {
  background-color: var(--chinese-black);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 12px;
}

.pricing-options-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing .options-content-item {
  width: 100%;
  border: 1px solid rgba(128, 128, 128, 0.288);
  padding: 32px;
  border-radius: 12px;
  cursor: pointer;
}

.options-content-item.active {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pricing .select-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pricing .checkbox-option {
  width: 22px;
  height: 22px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.288);
  overflow: hidden;
  padding: 4px;
}

.checkbox-option .checked {
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.checkbox-option .checked.active {
  background-color: var(--home-accent);
}

.pricing .label {
  color: #222;
  font-size: 16px;
}

.pricing .price-wrapper :nth-child(1) {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.pricing .price-wrapper :nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  opacity: .8;
}

.banner h4.mobile {
  display: none;
}

.mobile-br {
  display: none;
}

.mobile-features-container {
  display: none;
}
.selection-container-mobile {
  display: none;
}

.price-wrapper.mobile {
  display: none;
}
.disabled-opacity {
  opacity: .15;
}

.mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.8rem;
  height: 1.4rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-btn div {
  background-color: #222;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
  z-index: 120;
}

.mobile-menu-btn.active div:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
  width: 22px;
}

.mobile-menu-btn.active div:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active div:nth-child(3) {
  width: 22px;
  transform: rotate(-45deg) translate(9px, -6px);
}

.mobile-dropdown-container {
  position: absolute;
  width: 100%;
  top: 0px;
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.143);
  z-index: 100;
  display: flex;
  padding: 0 20px;
  padding-top: 80px;
  padding-bottom: 45px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.5rem;
  border-radius: 0 0 12px 12px;
  transition: all 0.4s ease, opacity 0.15s ease;
}

.mobile-dropdown-container.active {
  max-height: 900px;
  opacity: 1;
  pointer-events: auto;
}

.mobile-dropdown-container a {
  font-size: 16px;
}

.mobile-dropdown-container .login-btn {
  display: flex;
  justify-content: center;
  border: 1px solid var(--chinese-black);
  border-radius: 12px;
  padding: 12px 24px;
  color: var(--chinese-black);
}


footer {
  display: flex;
  width: 100%;
  padding: 30px 0px;
  background-color: rgb(237, 235, 235);
  justify-content: center;
}

.footer-content {
  max-width: 1272px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer-content a {
  text-decoration: underline;
}

.text {
  width: 100%;
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  margin-top: 160px;
}

.text p {
  font-size: 16px;
  line-height: 1.55;
}

.text *{
  margin: 0;
  padding: 0;
  color: var(--chinese-black);
}

.text li {
  margin-left: 2rem;
}







@media (max-width: 1300px) {
  .hero-img-wrapper {
    width: 85%;
  }
}


@media (max-width: 768px) {
    .text {
      margin-top: 90px;
    }

    .banner h1 {
      font-size: 42px;
      line-height: 48px;
    }
    .border-img.left{
      margin-right: 5px;
    }
    .border-img.right {
      margin-left: 5px;
    }
    .banner h4 {
      font-size: 16px;
      display: none;
      color: #444;
    }
    .hero-img-wrapper {
      border-radius: 16px;
    }
    .banner h4.mobile {
      display: block;
    }
    .summary h2, .how-it-works-container .center-top h2, .pricing .center-top h2 {
      font-size: 40px;
      line-height: 48px;
    }
    .mobile-br {
      display: block;
    } 
    .desktop-br {
      display: none;
    }
    .how-it-works-container .center-top .tag, .summary .tag, .pricing .tag {
      padding: 6px 30px;
      font-size: 14px;
    }
    .summary-content {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      row-gap: 24px;
    }
    .summary-content-text{
      padding: 0 10px;
    }
    .summary-content-text .sub-title, .summary-content-text .feature {
      font-size: 14px;
    }
    .inner-padding {
      padding-left: .8rem;
      padding-right: .8rem;
    }
    .how-it-works-container .step-number-wrapper {
      display: none;
    }
    .step-text-wrapper.padding-right, .step-text-wrapper.padding-left {
      padding: 0 !important;
    }
    .step-image-wrapper img {
      width: 100%;
      height: auto;
    }
    .step-image-wrapper {
      height: auto;
      max-height: 400px;
    }
    .step-wrapper {
      margin-bottom: 0;
      flex-direction: column;
      text-align: center;
    }
    .step-wrapper {
      flex-direction: column;
    }
    .step-wrapper.reverse {
      flex-direction: column-reverse;
    }
    .step-text-wrapper p {
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    }
    .step-text-wrapper h3 {
    font-size: 30px;
    text-align: left;
    font-weight: 600;
    color: #333;
    padding: 0 10px;
    }
    .step-text-wrapper .highlighted-features-container {
      display: none;
    }
    .mobile-features-container {
      width: 100%;
      display: flex;
      padding: 20px 10px;
      gap: 10px;
    }
    .mobile-features-container .info {
      display: flex;
      align-items: center;
      justify-content: start;
      gap: 8px;
      padding: 3px 9px;
      border-radius: 12px;
      background-color: rgba(18, 117, 188, 0.249);
    }
    .mobile-features-container p, .mobile-features-container i{
      color: var(--home-accent);
      font-size: 12px;
      margin: 0;
      padding: 0;
    }
    .mobile-features-container p {
      font-weight: 500;
    }
    .for-who-container h2 {
      font-size: 40px;
      line-height: 48px;
    }
    .persona-description {
      font-size: 14px;
    }
    .for-who-container .tag {
      margin-bottom: 0px;
    }
    .persona-title {
      font-size: 1.5rem;
    }
    .for-who-container .icon-wrapper {
      width: 65px;
      height: 65px;
    }
    .pricing-features-container {
      width: 100%;
    }

    .pricing-options-container {
      display: none;
    }

    .pricing-content {
      column-gap: 0;
      flex-direction: column;
    }

    .features-wrap .feature p {
      font-size: 14px;
    }

    .selection-container-mobile {
      display: flex;
      border-radius: 12px 12px 0 0;
      width: 100%;
      height: 3.3rem;
    }
    .pricing-features-container {
      border-radius: 0 0 12px 12px;
    }
    .selection-container-mobile {
      display: grid;
      overflow: hidden;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .selection-container-mobile .tab{
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fafafa;
      border-radius: 12px 12px 0 0;
      font-size: 14px;
      border: 1px solid rgb(239, 239, 239);
    }

    .selection-container-mobile .tab.active{
      background-color: #ffffff;
      border-bottom-color: #fff;
    }

    .price-wrapper.mobile {
      display: block;
      margin-top: 32px;
      margin-bottom: 32px;
    }

    .for-who-container h2 {
      margin-top: 24px;
    }

    .footer-content {
      flex-direction: column;
      row-gap: 1rem;
    }
  }


