@font-face {
  font-family: "PloniMaccabiMLv2AAA-Regular";
  src: url("./fonts/PloniMaccabiMLv2AAA-Regular.eot");
  src: url("./fonts/PloniMaccabiMLv2AAA-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/PloniMaccabiMLv2AAA-Regular.woff2") format("woff2"),
    url("./fonts/PloniMaccabiMLv2AAA-Regular.woff") format("woff"),
    url("./fonts/PloniMaccabiMLv2AAA-Regular.ttf") format("truetype"),
    url("./fonts/PloniMaccabiMLv2AAA-Regular.svg#./fonts/PloniMaccabiMLv2AAA-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PloniMaccabiMLv2AAA-Bold";
  src: url("./fonts/PloniMaccabiMLv2AAA-Bold.eot");
  src: url("./fonts/PloniMaccabiMLv2AAA-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/PloniMaccabiMLv2AAA-Bold.woff2") format("woff2"),
    url("./fonts/PloniMaccabiMLv2AAA-Bold.woff") format("woff"),
    url("./fonts/PloniMaccabiMLv2AAA-Bold.ttf") format("truetype"),
    url("./fonts/PloniMaccabiMLv2AAA-Bold.svg#./fonts/PloniMaccabiMLv2AAA-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PloniMaccabiMLv2AAA-DemiBold";
  src: url("./fonts/PloniMaccabiMLv2AAA-DemiBold.eot");
  src: url("./fonts/PloniMaccabiMLv2AAA-DemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/PloniMaccabiMLv2AAA-DemiBold.woff2") format("woff2"),
    url("./fonts/PloniMaccabiMLv2AAA-DemiBold.woff") format("woff"),
    url("./fonts/PloniMaccabiMLv2AAA-DemiBold.ttf") format("truetype"),
    url("./fonts/PloniMaccabiMLv2AAA-DemiBold.svg#./fonts/PloniMaccabiMLv2AAA-DemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.hide {
  display: none !important;
}

/* Remove blue background on WebKit autofilll */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
}

@font-face {
  font-family: "PloniMLv2AAA-Regular";
  src: url("./fonts/PloniMLv2AAA-Regular.eot");
  src: url("./fonts/PloniMLv2AAA-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("./fonts/PloniMLv2AAA-Regular.woff2") format("woff2"),
    url("./fonts/PloniMLv2AAA-Regular.woff") format("woff"),
    url("./fonts/PloniMLv2AAA-Regular.ttf") format("truetype"),
    url("./fonts/PloniMLv2AAA-Regular.svg#./fonts/PloniMLv2AAA-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color1: #ffffff;
  --color2: #000000;
  --color3: #1e3c95;
  --color4: #dfb6c0;
  --color5: #fff3fb;
  --color6: #00b5ce;
  --color7: #f6faff;
  --color8: #f4f9ff;
  --color9: #be6090;
  --color10: #e5e5e5;
  --color11: #000000cf;
  --color12: #e7e7e7;
  --color13: #d25189; /* Pink from Figma */
  --primary-light-grey: #f7f7f7; /* PRIMARY/LIGHT GREY */
  --primary-pink-2: #dfb6c0; /* PRIMARY/MAIN PINK 2 */
}

* {
  margin: 0;
  padding: 0;
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  direction: rtl;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  scroll-behavior: smooth;
  text-decoration: none;
  box-sizing: border-box;
  direction: rtl;
}

body {
  background-color: var(--primary-light-grey);
  min-height: 100vh;
  padding-bottom: 6vw;
}

.listQuestions button:focus-visible {
  box-shadow: none !important;
}

#animacao {
  width: 300px;
  height: 300px;
  margin: auto;
}

/* a:focus-visible ,
button:focus-visible ,
a:focus ,
button:focus {
    box-shadow: 0 0 4px #ed008cd9 !important;
} */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 100vw;
  display: block !important;
}

::-webkit-scrollbar-track {
  background: var(--color3);
}

::-webkit-scrollbar-thumb {
  background: var(--color4);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color3);
  border-radius: 100vw;
}

/* body {
    visibility: hidden;
} */
button {
  background-color: transparent;
  border: none;
}

a {
  color: inherit;
}

ul {
  list-style-type: none;
}

img {
  object-fit: contain;
}

body .only_desktop {
  display: block;
}

body .only_desktop_flex {
  display: flex;
}

body .only_mobile {
  display: none;
}

body .only_mobile_flex {
  display: none;
}

body.mobile .only_desktop {
  display: none;
}

body.mobile .only_desktop_flex {
  display: none;
}

body.mobile .only_mobile {
  display: block;
}

body.mobile .only_mobile_flex {
  display: flex;
}

/* Mobile adaptation - Viewport based design handles responsiveness automatically */
/* @media (max-width: 900px) {
  .hero-container {
    flex-direction: column;
    gap: 3vw;
    text-align: center;
  }

  .hero-image {
    order: 1;
    padding: 0;
  }

  .hero-content {
    order: 2;
    align-items: center;
  }

  .logo-container {
    align-self: center;
  }

  .main-title {
    font-size: clamp(36px, 8vw, 72px);
  }

  .subtitle {
    font-size: clamp(20px, 4vw, 36px);
  }

  .description-text {
    font-size: clamp(16px, 3vw, 24px);
  }

  .heart-illustration img {
    width: 40vw;
    height: 32vw;
    min-width: 200px;
    min-height: 162px;
  }

  .asterisk-1 {
    right: -2vw;
    top: -1vw;
    width: 3vw;
    height: 3vw;
    min-width: 16px;
    min-height: 16px;
  }

  .asterisk-2 {
    position: static;
    margin-top: 2vw;
    width: 2vw;
    height: 2vw;
    min-width: 12px;
    min-height: 12px;
  }
} */

/* Text Section Styles - VW Based */
/* .text-section {
  padding: 5vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.05vw solid var(--color3);
  min-height: auto;
}

.text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  width: 100%;
  max-width: 72.9vw;
  text-align: center;
}

.main-text {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color3); 
  margin: 0;
}

.main-text p {
  margin: 0 0 0vw 0;
  line-height: 1.3;
}

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

.highlight-text {
  font-family: "PloniMaccabiMLv2AAA-DemiBold", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color13); /* Pink from Figma */
/* margin: 0; */
/* } */

/* .highlight-text p {
  
  line-height: 1.3;
}

.highlight-text p:last-child {
  margin-bottom: 0;
} */

/* Mobile adaptation for text section */
/* @media (max-width: 900px) {
  .text-section {
    padding: 6vw 4vw;
  }

  .text-container {
    gap: 3vw;
    max-width: 92vw;
  }

  .main-text {
    font-size: clamp(16px, 2.5vw, 20px);
  }

  .main-text p {
    margin: 0 0 1vw 0;
  }

  .highlight-text {
    font-size: clamp(20px, 4vw, 28px);
  }

  .highlight-text p {
    margin: 0 0 0.5vw 0;
  }
} */

/* Mobile adaptation for symptoms section */
/* @media (max-width: 900px) {
  .symptoms-section {
    padding: 6vw 0 0 0;
  }

  .symptoms-container {
    gap: 4vw;
    max-width: 95vw;
  }

  .symptoms-header {
    gap: 2vw;
    padding: 0 4vw;
  }

  .symptoms-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .symptoms-description {
    font-size: clamp(16px, 3vw, 20px);
    max-width: 85vw;
  }

  .symptoms-grid {
    flex-direction: column;
    gap: 3vw;
    padding: 3vw 4vw;
    align-items: center;
  }

  .symptom-card {
    max-width: 80vw;
    min-width: 70vw;
    gap: 3vw;
  }

  .symptom-card.wide-card {
    max-width: 80vw;
  }

  .symptom-icon {
    width: 8vw;
    height: 8vw;
    min-width: 50px;
    min-height: 50px;
  }

  .symptom-text p {
    font-size: clamp(16px, 3.5vw, 22px);
  }

  .symptoms-easy {
    gap: 2vw;
    padding: 4vw;
  }

  .easy-text {
    font-size: clamp(16px, 3vw, 20px);
  }

  .easy-emphasis {
    font-size: clamp(20px, 4vw, 28px);
  }
} */

/* Maccabi Section Styles - VW Based */
/* .maccabi-section {
  padding: 5vw 16.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

.maccabi-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  width: 100%;
  max-width: 90vw;
}

.maccabi-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0vw;
  text-align: center;
  width: 100%;
}

.maccabi-title {
  font-family: "PloniMLv2AAA-Regular", sans-serif;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 500;
  
  line-height: 1.05;
  color: var(--color13); /* Pink #D25189 */
/* margin: 0; */
/* } */

/* .maccabi-description {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color3); 
  margin: 0;
  max-width: 60vw;
}

.maccabi-cards {
  display: flex;
  gap: 0.5vw;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.maccabi-card {
  flex: 1;
  background: white;
  border-radius: 0.3vw;
  box-shadow: 0 0.2vw 2vw rgba(0, 0, 0, 0.05);
  padding: 0.4vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.card-image {
  width: 100%;
  height: 8.7vw;
  border-radius: 0.3vw;
  overflow: hidden;
  position: relative;
}

.card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e093b4;
  mix-blend-mode: lighten;
  opacity: 0.44;
  pointer-events: none;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25vw;
  padding: 0;
  text-align: right;
  flex: 1;
}

.card-content h3 {
  font-family: "PloniMaccabiMLv2AAA-Bold", sans-serif;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color3); 
  white-space: nowrap;
}

.card-content p {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(12px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.4;
  color: var(--color3);
  margin: 0; */
/* }  */

/* Mobile adaptation for maccabi section */
/* @media (max-width: 900px) {
  .maccabi-section {
    padding: 6vw 4vw;
  }

  .maccabi-container {
    gap: 4vw;
    max-width: 95vw;
  }

  .maccabi-header {
    gap: 2vw;
  }

  .maccabi-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .maccabi-description {
    font-size: clamp(16px, 3vw, 20px);
    max-width: 85vw;
  }

  .maccabi-cards {
    flex-direction: column;
    gap: 3vw;
    align-items: center;
  }

  .maccabi-card {
    min-height: auto;
    width: 100%;
    max-width: 80vw;
    padding: 3vw;
    gap: 2vw;
  }

  .card-image {
    height: 25vw;
  }

  .card-content h3 {
    font-size: clamp(16px, 4vw, 22px);
    white-space: normal;
  }

  .card-content p {
    font-size: clamp(14px, 3.5vw, 18px);
  }
} */
/* CTA Section Styles - VW Based */
/* .cta-section {
  background-color: var(--color3); 
  padding: 2vw 2vw;
  margin: 0 2vw;
  border-radius: 0.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 66vw;
  margin: auto;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  width: 100%;
  max-width: 90vw;
  text-align: center;
}

.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  width: 100%;
}

.cta-title {
  font-family: "PloniMLv2AAA-Regular", sans-serif;
  font-size: clamp(24px, 1.67vw, 32px);
  font-weight: 500;
  line-height: 1.1;
  color: white;
  margin: 0;
}

.cta-description {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: 400;
  line-height: 1.4;
  color: white;
  margin: 0;
}

.cta-button {
  background-color: var(--primary-pink-2); 
  border: none;
  border-radius: 3.125vw; 
  padding: 0.8vw 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65vw;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 3vw;
}

.cta-button:hover {
  background-color: #d1a1bb;
  transform: translateY(-0.1vw);
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.15);
}

.cta-button:active {
  transform: translateY(0);
}

.button-arrow {
  width: 0.5vw;
  height: 0.8vw;
  min-width: 8px;
  min-height: 12px;
  flex-shrink: 0;
}

.cta-button span {
  font-family: "PloniMaccabiMLv2AAA-Bold", sans-serif;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  color: var(--color3); 
  white-space: nowrap;
  text-align: right;
} */

/* Mobile adaptation for CTA section */
/* @media (max-width: 900px) {
  .cta-section {
    padding: 4vw 3vw;
    margin: 0 3vw;
  }

  .cta-container {
    gap: 3vw;
    max-width: 95vw;
  }

  .cta-content {
    gap: 1.5vw;
  }

  .cta-title {
    font-size: clamp(20px, 5vw, 28px);
  }

  .cta-description {
    font-size: clamp(14px, 3.5vw, 16px);
  }

  .cta-button {
    padding: 2vw 4vw;
    gap: 2vw;
    min-height: 12vw;
    border-radius: 6vw;
  }

  .button-arrow {
    width: 2vw;
    height: 3vw;
    min-width: 10px;
    min-height: 15px;
  }

  .cta-button span {
    font-size: clamp(16px, 4vw, 20px);
  } */
/* } */

/* Modal Form Styles - Fixed Position */
/* .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;

  justify-content: end;
  opacity: 0;
  visibility: hidden;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background-color: var(--color3);
  box-shadow: 0 0.2vw 2.8vw rgba(15, 39, 111, 0.4);
  max-width: 90vw;
  height: 100%;
  width: clamp(320px, 25vw, 480px);
  padding: 2vw 1.5vw;
  transform: translateX(-28vw);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-overlay.show .modal-container,
.modal-container.active {
  transform: translateX(0);
}

.modal-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.5vw;
}

.close-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon {
  width: 1.15vw;
  height: 1.15vw;
  min-width: 22px;
  min-height: 22px;
  filter: brightness(0) saturate(100%) invert(100%);
}

.modal-content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.modal-title {
  font-family: "PloniMaccabiMLv2AAA-DemiBold", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: white;
  text-align: right;
  margin: 0;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}



.form-disclaimer {
  font-family: "PloniMaccabiMLv2AAA-DemiBold", sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  color: white;
  text-align: right;
  margin-bottom: 1vw;
  line-height: 1;
}

.form-group {
  margin-bottom: 1vw;
}

.input-container {
  position: relative;
  width: 100%;
}

.input-container input {
  width: 100%;
  background: white;
  border: none;
  border-radius: 3.125vw;
  padding: 1.5vw 1.5vw;
  font-family: "PloniMaccabiMLv2AAA-Bold", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  color: var(--color3);
  text-align: right;
  outline: none;
  box-shadow: 0 0.26vw 1.56vw rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.input-container input:focus {
  box-shadow: 0 0.26vw 1.56vw rgba(0, 0, 0, 0.15);
  transform: translateY(-0.05vw);
}

.input-container label {
  position: absolute;
  top: 50%;
  right: 1.5vw;
  transform: translateY(-50%);
  font-family: "PloniMaccabiMLv2AAA-Bold", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  color: var(--color3);
  pointer-events: none;
  background: transparent;
  line-height: 1.4;
  transition: all 0.3s ease;
}



@keyframes SlideUp {
  0% {
    transform: translateY(-0.5vw) scale(1) translateX(0);
  }
  100% {
    transform: translateY(-1.7vw) scale(0.9) translateX(0.3vw);
  }
}

@keyframes SlideDown {
  0% {
    transform: translateY(-1.7vw) scale(0.9) translateX(0.3vw);
  }
  100% {
    transform: translateY(-0.5vw) scale(1) translateX(0);
  }
}



.activeAnimation {
  animation: SlideUp 0.5s both;
}

.reverseAnimation {
  animation: SlideDown 0.5s both;
}


.checkbox-group {
  padding: 1.5vw 0;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
  cursor: pointer;
  text-align: right;
}

.checkbox-container input[type="checkbox"] {
  display: none;
}

.checkbox-custom {
  width: 1vw;
  height: 1vw;
  min-width: 19px;
  min-height: 19px;
  border: 0.1vw solid white;
  border-radius: 0.1vw;
  background: transparent;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 0.1vw;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-custom {
  background: white;
  border-color: white;
}

.checkbox-container input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "✓";
  color: var(--color3);
  font-size: clamp(12px, 0.65vw, 14px);
  font-weight: bold;
}

.checkbox-text {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  color: white;
  line-height: 1.4;
  flex: 1;
}

.submit-button {
  background-color: var(--primary-pink-2);
  border: none;
  border-radius: 3.125vw;
  padding: 0.8vw 1.5vw;
  font-family: "PloniMaccabiMLv2AAA-Bold", sans-serif;
  font-size: clamp(16px, 0.94vw, 18px);
  color: var(--color3);
  cursor: pointer;
  transition: all 0.3s ease;
  width: clamp(180px, 10.8vw, 207px);
  align-self: center;
  text-align: center;
  margin-top: 1vw;
}

.submit-button:hover {
  background-color: #d1a1bb;
  transform: translateY(-0.1vw);
  box-shadow: 0 0.3vw 1vw rgba(0, 0, 0, 0.15);
}

.submit-button:active {
  transform: translateY(0);
}
.error,
.success {
  color: rgb(203, 0, 0);
  position: absolute;
  z-index: 1;
  left: 1vw;
  top: 2.2vw;
  display: none;
  font-size: 0.94vw;
}
.success {
  color: rgb(0, 203, 0);
}
.error.active,
.success.active {
  display: block;
}


.suggestions {
  position: absolute;
  top: 100%; 
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  display: none;
  direction: rtl;      
  text-align: right;  
  box-sizing: border-box;
  border-radius: 8px;
}

.suggestions li {
  padding: 10px 12px;
  cursor: pointer;
}

.suggestions li:hover {
  background: #f0f0f0;
} */
/* Mobile adaptation for modal */
/* @media (max-width: 900px) {
  .modal-container {
    width: 90vw;
    max-width: 90vw;
    padding: 6vw 4vw;
  }

  .modal-header {
    margin-bottom: 4vw;
  }

  .close-icon {
    width: 6vw;
    height: 6vw;
    min-width: 24px;
    min-height: 24px;
  }

  .modal-content {
    gap: 4vw;
  }

  .modal-title {
    font-size: clamp(20px, 5vw, 28px);
  }

  .form-disclaimer {
    font-size: clamp(14px, 3vw, 16px);
    margin-bottom: 2vw;
  }

  .form-group {
    margin-bottom: 2vw;
  }

  .input-container input {
    padding: 3vw 4vw;
    font-size: clamp(16px, 4vw, 20px);
    border-radius: 8vw;
  }

  .input-container label {
    right: 4vw;
    font-size: clamp(16px, 4vw, 20px);
  }

  .input-container input:focus + label,
  .input-container input:not(:placeholder-shown) + label,
  .input-container input.has-value + label {
    top: -1.5vw;
    right: 3vw;
    font-size: clamp(12px, 3vw, 14px);
    padding: 0 1vw;
  }

  .checkbox-group {
    padding: 3vw 0;
  }

  .checkbox-container {
    gap: 2vw;
  }

  .checkbox-custom {
    width: 4vw;
    height: 4vw;
    min-width: 20px;
    min-height: 20px;
    margin-top: 0.5vw;
  }

  .checkbox-text {
    font-size: clamp(16px, 4vw, 18px);
  }

  .submit-button {
    padding: 3vw 6vw;
    font-size: clamp(16px, 4vw, 20px);
    width: 60vw;
    border-radius: 8vw;
    margin-top: 2vw;
  }
} */

/* ========================================
   TOGGLE COMPONENT
   ======================================== */

/* .toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42vw; 
  margin: 2vw auto;
  width: fit-content;
}

.toggle-label {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 400;
  color: var(--color3); 
  line-height: 1.4;
  cursor: pointer;
  transition: all 0.3s ease;
}

.toggle-label.active {
  font-weight: 600;
  color: var(--color3);
}

.toggle-switch {
  position: relative;
  width: clamp(60px, 4.69vw, 90px);
  height: clamp(26px, 2.08vw, 40px);
  background-color: white;
  border: 1px solid var(--color3); 
  border-radius: 3.125vw; 
  padding: 0.31vw; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.toggle-switch.active {
  justify-content: flex-end;
}

.toggle-thumb {
  width: clamp(18px, 1.46vw, 28px);
  height: clamp(18px, 1.46vw, 28px);
  background-color: var(--color3);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 0.1vw 0.5vw rgba(30, 60, 149, 0.3);
}

.toggle-switch:hover .toggle-thumb {
  transform: scale(1.1);
  box-shadow: 0 0.2vw 0.8vw rgba(30, 60, 149, 0.4);
}

.toggle-switch:focus {
  outline: none;
  box-shadow: 0 0 0 0.2vw rgba(30, 60, 149, 0.2);
}
.animation-container {
  width: 100%;
  height: 100%;
} */
/* .card {
  display: flex;
  align-items: center;
  justify-content: space-around;
} */

#risk-section {
  display: flex;
  gap: 2rem;
  padding-left: 16vw;
  border-bottom: 0.05vw solid var(--color3);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-footer {
  padding: 2.5vw;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-weight: 600;
  color: var(--color3);
  text-decoration: underline;
}

@media (max-width: 768px) {
  #risk-section {
    flex-direction: column;
    gap: 0rem;
  }
  .swiper {
    width: 100vw;
  }
  #risk-section {
    padding-left: 0vw;
  }
  .main-footer {
    padding: 6.5vw;
  }
  .footer-container {
    gap: 4vw;
  }
}
/* #risk-swiper {
  width: 50%;
  height: 50vh;
  padding-left: 30vw;
}

#risk-swiper-text {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
} */

/* .card-text {
  color: var(--color3);
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  padding-right: 20vw;
  font-size: clamp(18px, 2.25vw, 32px);
}
.card-text p {
  font-size: clamp(18px, 1.25vw, 24px);
} */

/* #risk-pagination,
.cursor-pagination {
  position: absolute;
  left: 12%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: auto;
  top: 0vw;
}
.cursor-pagination {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-size: clamp(18px, 1vw, 24px);

  color: var(--color3);
  left: 26%;
} */

/* #risk-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: var(--color1);
  border: 1px solid var(--color3);
  border-radius: 50%;
  display: inline-block; 
  box-sizing: border-box; 
  transition: width 0.7s cubic-bezier(0.22, 0.77, 0.28, 0.96),
    border-radius 0.7s cubic-bezier(0.22, 0.77, 0.28, 0.96),
    background-color 0.7s ease, border-color 0.7s ease;
  opacity: 1;
}

#risk-pagination .swiper-pagination-bullet-active {
  width: 40px; 
  height: 20px;
  border-radius: 50px; 
  background: #2d3a76;
  
  padding: 0;
} */
/* ========================================
   RISK FACTORS SECTION
   ======================================== */

/* .risk-factors-section {
  background-color: var(--primary-light-grey);
  padding: 3vw 0;
}

.risk-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.83vw; 
  padding: 0.42vw 10.42vw 0; 
  max-width: 100vw;
  margin: 0 auto;
}

.risk-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: clamp(16px, 1.25vw, 24px) 0 clamp(8px, 0.83vw, 16px);
  width: 100%;
  gap: 0vw;
}

.risk-item:first-child {
  padding-top: clamp(16px, 1.25vw, 24px);
}

.risk-item:last-child {
  padding-bottom: clamp(16px, 1.25vw, 24px);
}

.risk-text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  padding: 0 0.83vw 0.83vw 0;
  flex: 1;
  max-width: 71.35vw;
  text-align: left;
}

.risk-title {
  font-family: "PloniMaccabiMLv2AAA-DemiBold", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.67vw, 32px);
  line-height: 1.3;
  color: var(--color3); 
  margin: 0;
  text-align: right;
}

.risk-description {
  font-family: "PloniMaccabiMLv2AAA-Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.3;
  color: var(--color3); 
  margin: 0;
  text-align: right;
  width: 100%;
}

.risk-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(80px, 8.33vw, 160px); 
  min-height: clamp(60px, 6.25vw, 120px); 
  flex-shrink: 0;
}

.risk-img-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: clamp(50px, 5vw, 100px);
} */

/* Mobile adjustments para toggle */
/* @media (max-width: 900px) {
  .toggle-container {
    gap: 2vw;
    margin: 4vw auto;
  }

  .toggle-label {
    font-size: clamp(14px, 3.5vw, 18px);
  }

  .toggle-switch {
    width: clamp(60px, 12vw, 90px);
    height: clamp(26px, 6vw, 40px);
    border-radius: 8vw;
    padding: 1vw;
  }

  .toggle-thumb {
    width: clamp(18px, 4vw, 28px);
    height: clamp(18px, 4vw, 28px);
  }
} */
