/* Import local fonts */
@import url('/fonts/fonts.css');
/* Import Google Fonts for homepage */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,400;1,700&display=swap');

:root {
  --homepage-heading-font: 'Lato', sans-serif;
  --homepage-heading-weight: 700;
  --homepage-copy-font: 'Lato', sans-serif;
  --homepage-copy-weight: 400;
}

.homepage {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f7;
  overflow-x: hidden;
}

/* Mobile First Approach */
@media (max-width: 480px) {
  .homepage {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  
  /* Allow horizontal scroll for Top popular categories section */
  .homepage .frame-93 {
    overflow-x: visible !important;
  }
  
  /* Force horizontal scroll for cards container */
  .homepage .frame-93 .frame-72 {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  
  body {
    padding: 0;
    margin: 0;
  }
  
  .homepage .div-wrapper {
    padding: 0;
    margin: 0;
    gap: 0;
  }
  
  .homepage .frame-10 {
    padding: 0;
    margin: 0;
    gap: 0;
  }
  
  .homepage .hero-section {
    padding: 0;
    margin: 0;
    gap: 0;
  }
}

.homepage .frame-9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 2.5rem;
  position: relative;
  margin-top: 0;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

@media (min-width: 481px) {
  .homepage .frame-9 {
    gap: 4rem;
    margin-top: 0;
    padding: 2rem 2rem;
  }
}

@media (min-width: 769px) {
  .homepage .frame-9 {
    gap: 6.25rem;
    margin-top: 0;
    padding: 3rem 3rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-9 {
    margin-top: 0;
    padding: 0;
  }
  
  .homepage .hero-container {
    padding: 1.5rem 1rem;
    width: 100vw;
    height: 317px;
    border-radius: 0;
    margin: 0;
    max-width: none;
    position: relative;
    left: 0;
    background-position: right center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    box-sizing: border-box;
  }
}

.homepage .div-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .frame-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .hero-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.homepage .hero-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-height: 25rem;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
  background-image: url(https://c.animaapp.com/fFqI9cFD/img/frame-2087325361.png);
  background-size: cover;
  background-position: 50% 50%;
  margin: 0;
}

@media (min-width: 481px) {
  .homepage .hero-container {
    padding: 3rem 2rem;
    min-height: 30rem;
    border-radius: 1.5rem;
    gap: 2.5rem;
  }
}

@media (min-width: 769px) {
  .homepage .hero-container {
    padding: 4rem 2rem;
    min-height: 35rem;
    gap: 3rem;
    border-radius: 1rem;
    }
}

@media (min-width: 1201px) {
  .homepage .hero-container {
    padding: 8rem 6.44rem;
    min-height: 44.94rem;
    border-radius: 2.5rem;
    gap: 3rem;
  }
}

.homepage .hero-decoration-1 {
  position: absolute;
  top: 494px;
  left: -156px;
  width: 519px;
  height: 402px;
  border-radius: 259.5px/201px;
  filter: blur(93.7px);
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
  opacity: 0.3;
}

.homepage .hero-decoration-2 {
  position: absolute;
  top: -41px;
  left: -116px;
  width: 819px;
  height: 580px;
  border-radius: 409.5px/290px;
  filter: blur(93.7px);
  background: linear-gradient(191deg, rgba(26, 21, 57, 0.3) 0%, rgba(29, 27, 61, 0.3) 100%);
}

.homepage .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 600px;
}

@media (min-width: 769px) {
  .homepage .hero-content {
    gap: 2.5rem;
    max-width: 700px;
  }
}

.homepage .hero-text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 769px) {
  .homepage .hero-text-section {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .homepage .hero-text-section {
    gap: 0.5rem;
  }
  .homepage .hero-section {
    gap: 35px;
  }
}

.homepage .hero-title-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 769px) {
  .homepage .hero-title-container {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .homepage .hero-title-container {
    margin-bottom: 0;
    gap: 0.5rem;
  }
}

.homepage .hero-title-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

@media (max-width: 480px) {
  .homepage .hero-title-wrapper {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 769px) {
  .homepage .hero-title-wrapper {
    max-width: 716px;
    height: 299px;
    margin-right: -2px;
  }
}

.homepage .hero-icon {
  position: absolute;
  bottom: -5px;
  left: -2px;
  width: 32%;
  height: 4px;
}


.homepage .hero-subtitle {
  margin-top: -2px;
}

@media (min-width: 769px) {
  .homepage .hero-subtitle {
    margin-top: 25px;
  }
  .homepage .hero-icon {
    bottom: -10px;
    top: 316px;
    bottom: auto;
    width: 316px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .homepage .ACC-DEZ-GRATUITEMENT {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
}

@media (min-width: 481px) {
  .homepage .ACC-DEZ-GRATUITEMENT {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 769px) {
  .homepage .ACC-DEZ-GRATUITEMENT {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (min-width: 1201px) {
  .homepage .ACC-DEZ-GRATUITEMENT {
    font-size: 60px;
    line-height: 72px;
  }
}

.homepage .span {
  font-weight: 700;
}

.homepage .text-wrapper-3 {
  font-family: 'Merriweather', serif;
  font-style: italic;
}

.homepage .hero-subtitle {
  width: 100%;
  height: 72px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-variant: small-caps;
  color: #FFFFFF;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

@media (max-width: 480px) {
  .homepage .hero-subtitle {
    font-size: 20px;
    line-height: 24px;
    height: auto;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 481px) {
  .homepage .hero-subtitle {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 769px) {
  .homepage .hero-subtitle {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (min-width: 1201px) {
  .homepage .hero-subtitle {
    font-size: 60px;
    line-height: 72px;
  }
}

.homepage .hero-description {
  width: 391px;
  height: 72px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #D8D9DB;
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media (max-width: 480px) {
  .homepage .hero-description {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
  }
}

@media (min-width: 769px) {
  .homepage .hero-description {
    font-size: 18px;
    line-height: 26px;
  }
}

.homepage .hero-search-section {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
}

@media (max-width: 480px) {
  .homepage .hero-search-section {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}

.homepage .search-container {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  position: relative;
  width: 100%;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 480px) {
  .homepage .search-container {
    padding: 0;
    height: auto;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .homepage .search-input-container {
    padding: 8px 12px !important;
    gap: 8px;
    max-width: 100%;
    min-height: 44px !important;
    height: 44px;
    border-radius: 22px !important;
    z-index: 15 !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #ffffff !important;
    display: flex !important;
    box-shadow: 0px 4px 20px rgba(171, 171, 171, 0.25) !important;
    border: 1px solid #e5e5e5 !important;
  }
  
  .homepage .search-input {
    font-size: 14px !important;
    padding-right: 40px;
    color: #333 !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 1.2 !important;
    height: auto !important;
  }
  
  .homepage .search-input::placeholder {
    font-size: 14px !important;
    color: #8B8F95 !important;
    opacity: 1 !important;
  }
  
  .homepage .search-icon {
    width: 18px !important;
    height: 18px !important;
  }
  
  .homepage .icon-light-wrapper {
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
  }
  
  .homepage .search-input-container > .parcours-dropdown {
    padding: 4px 8px;
    gap: 4px;
    right: 12px;
  }
  
  .homepage .parcours-text {
    font-size: 12px;
  }
  
  .homepage .chevron-down {
    width: 10px;
    height: 10px;
  }
}

/* Search Input Container */
.homepage .search-input-container {
  display: flex !important;
  align-items: center;
  flex: 1;
  background: #ffffff !important;
  border-radius: 50px;
  padding: 12px 16px;
  gap: 12px;
  box-shadow: 0px 4px 20px rgba(171, 171, 171, 0.25);
  width: 100%;
  max-width: 600px;
  min-height: 56px;
  position: relative !important;
  overflow: visible;
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.homepage .search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.homepage .search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333 !important;
  font-weight: 400;
  padding-right: 60px; /* Space for arrow icon */
  opacity: 1 !important;
  visibility: visible !important;
}

.homepage .search-input::placeholder {
  color: #8B8F95 !important;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  opacity: 1 !important;
}

/* Parcours Dropdown - Inside Search Input */
.homepage .search-input-container > .parcours-dropdown {
  display: flex !important;
  align-items: center;
  gap: 6px;
  background: #f8f9fa !important;
  border-radius: 20px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  border: 1px solid #E5E7EB;
  z-index: 10 !important;
  min-width: 80px;
  height: 30px;
}

.homepage .search-input-container > .parcours-dropdown:hover {
  box-shadow: 0px 6px 25px rgba(171, 171, 171, 0.35);
}

.homepage .search-input-container > .parcours-dropdown:hover .chevron-down {
  transform: rotate(180deg);
}

.homepage .icon-light-wrapper {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
  width: 48px;
  height: 48px;
}

/* Specific styling for search input arrow icon */
.homepage .search-input-container .icon-light-wrapper {
  position: absolute;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 480px) {
  .homepage .icon-light-wrapper {
    width: 36px;
    height: 36px;
    padding: 6px;
    flex-shrink: 0;
  }
}

.homepage .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

@media (max-width: 480px) {
  .homepage .frame-53 .img-2 {
    width: 20px !important;
    height: 20px !important;
  }
}

.homepage .hero-image {
  display: none;
  position: absolute;
  top: 816px;
  left: 942px;
  width: 136px;
  height: 67px;
  aspect-ratio: 2.03;
}

@media (max-width: 480px) {
  .homepage .hero-image {
    position: absolute;
    right: 1.5rem;
    top: 359px;
    left: auto;
    width: 80px;
    height: 40px;
    opacity: 1;
  }
}

.homepage .features-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .homepage .features-section {
    gap: 40px;
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .homepage .features-section {
    gap: 2rem;
    padding: 0 1rem;
  }
}

.homepage .frame-19 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 779px;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-19 {
    max-width: 100%;
    padding: 0 1rem;
    text-align: center;
  }
}

.homepage .div-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-main-text);
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

@media (min-width: 481px) {
  .homepage .div-2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .homepage .div-2 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .homepage .div-2 {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .homepage .div-2 {
    display: block;
    text-align: center;
  }
  
  .homepage .text-wrapper-6 {
    display: inline !important;
    white-space: nowrap !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    font-style: italic !important;
  }
}

.homepage .text-wrapper-6 {
  font-family: 'Merriweather', serif;
  font-weight: 400;
  font-style: italic;
  color: #0c2737;
}

.homepage .nous-ne-nous {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #818894;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.homepage .homepage-heading {
  font-family: var(--homepage-heading-font);
  font-weight: var(--homepage-heading-weight);
  letter-spacing: 0;
  font-style: normal;
  color: inherit;
}

.homepage .homepage-copy {
  font-family: var(--homepage-copy-font);
  font-weight: var(--homepage-copy-weight);
  letter-spacing: 0;
  font-style: normal;
  color: inherit;
}

/* Apply Lato for normal and bold text, Merriweather for italic text */
.homepage {
  font-family: 'Lato', sans-serif;
}

.homepage * {
  font-family: 'Lato', sans-serif;
}

.homepage b,
.homepage strong,
.homepage .bold,
.homepage [style*="font-weight: bold"],
.homepage [style*="font-weight:700"],
.homepage [style*="font-weight: 700"] {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.homepage i,
.homepage em,
.homepage .italic,
.homepage [style*="font-style: italic"],
.homepage [style*="font-style:italic"],
.homepage [font-style="italic"] {
  font-family: 'Merriweather', serif;
  font-style: italic;
}

/* Override for elements with italic style */
.homepage [style*="font-style: italic"],
.homepage [style*="font-style:italic"] {
  font-family: 'Merriweather', serif !important;
}

@media (max-width: 480px) {
  .homepage .nous-ne-nous {
    font-size: 14px;
    line-height: 22px;
    padding: 0 1rem;
  }
}

.homepage .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (min-width: 769px) {
  .homepage .features-section .frame-20 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
    flex-wrap: nowrap;
  }
}

/* Grid layout specifically for course cards section */
.homepage .frame-53 .frame-20 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  align-self: stretch;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .homepage .frame-53 .frame-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-53 .frame-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .homepage .frame-53 .frame-20 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-20 {
    flex-direction: column !important;
    gap: 1rem;
    align-items: stretch;
  }
  
  .homepage .frame-53 .frame-20 {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .homepage .frame-53 .frame-20::-webkit-scrollbar {
    display: none;
  }
  
  .homepage .frame-21 {
    width: 100%;
  }
}

.homepage .frame-21 {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem;
  position: relative;
  border-radius: 1rem;
  box-shadow: var(--1);
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
}

@media (min-width: 769px) {
  .homepage .frame-21 {
    flex: 1;
    min-width: 0;
    border-radius: 1.25rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-21 {
    padding: 1rem;
    border-radius: 0.75rem;
  }
}

.homepage .frame-22 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

@media (min-width: 769px) {
  .homepage .frame-22 {
    flex: 1;
    min-width: 0;
  }
}

.homepage .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-23 {
    gap: 10px;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}

.homepage .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  height: 26px;
  margin-top: -1px;
  font-family: var(--bold-24-font-family);
  font-weight: var(--bold-24-font-weight);
  color: var(--collection-1-neutral-white);
  font-size: var(--bold-24-font-size);
  letter-spacing: var(--bold-24-letter-spacing);
  line-height: var(--bold-24-line-height);
  white-space: nowrap;
  font-style: var(--bold-24-font-style);
}

.homepage .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-liner);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.homepage .frame-24 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 275px;
  border-radius: 30px;
  overflow: hidden;
}

.homepage .invite-members {
  position: absolute;
  top: -77px;
  left: calc(50% - 202px);
  width: 403px;
  height: 403px;
  background-color: var(--collection-1-neutral-white);
  border-radius: 29.31px;
  overflow: hidden;
}

.homepage .shadow {
  position: absolute;
  top: 107px;
  left: 77px;
  width: 190px;
  height: 175px;
  background-color: #00000026;
  border-radius: 14.65px;
  transform: rotate(-4.37deg);
  filter: blur(29.31px);
}

.homepage .shadow-2 {
  position: absolute;
  top: 129px;
  left: 150px;
  width: 190px;
  height: 175px;
  background-color: #00000026;
  border-radius: 14.65px;
  transform: rotate(-175.63deg);
  filter: blur(29.31px);
}

.homepage .wrap {
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 115px);
  width: 234px;
  height: 218px;
}

.homepage .user-video {
  position: absolute;
  top: -22px;
  left: 94px;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .user-video-2 {
  top: -22px;
  left: 329px;
  position: absolute;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .user-video-3 {
  top: -22px;
  left: -140px;
  position: absolute;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .user-video-4 {
  top: 322px;
  left: 94px;
  position: absolute;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .user-video-5 {
  top: 322px;
  left: 329px;
  position: absolute;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .user-video-6 {
  top: 322px;
  left: -140px;
  position: absolute;
  width: 220px;
  height: 99px;
  border-radius: 18.32px;
  border: 1.37px solid;
  border-color: var(--collection-1-neutral-white);
  opacity: 0.5;
}

.homepage .group-3 {
  position: absolute;
  top: -1658px;
  left: calc(50% + 3600px);
  width: 15px;
  height: 35px;
}

.homepage .group-4 {
  position: absolute;
  top: -1255px;
  left: calc(50% + 3600px);
  width: 15px;
  height: 35px;
}

.homepage .group-5 {
  position: absolute;
  width: 74.25%;
  height: 79.42%;
  top: 10.98%;
  left: 11.54%;
}

.homepage .back {
  position: absolute;
  width: 46.87%;
  height: 77.36%;
  top: 9.19%;
  left: 4.98%;
  border-radius: 12.5px;
  transform: rotate(-10.29deg);
  backdrop-filter: blur(12.5px) brightness(100%);
  -webkit-backdrop-filter: blur(12.5px) brightness(100%);
  background: linear-gradient(191deg, rgba(0, 120, 248, 0.2) 0%, rgba(9, 65, 235, 0.2) 100%);
}

.homepage .back-2 {
  position: absolute;
  height: 77.4%;
  top: 8.93%;
  right: 15px;
  width: 140px;
  border-radius: 12.5px;
  transform: rotate(10.17deg);
  backdrop-filter: blur(12.5px) brightness(100%);
  -webkit-backdrop-filter: blur(12.5px) brightness(100%);
  background: linear-gradient(191deg, rgba(0, 120, 248, 0.4) 0%, rgba(9, 65, 235, 0.4) 100%);
}

.homepage .image-frame {
  position: absolute;
  top: 0;
  left: 52px;
  width: 201px;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21.88px;
  overflow: hidden;
}

.homepage .element {
  margin-top: -16.4px;
  height: 169.58px;
  margin-left: -7px;
  width: 193.8px;
  object-fit: cover;
}

.homepage .frame-25 {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 92px);
  width: 188px;
  height: 141px;
}

.homepage .true {
  position: absolute;
  width: 111.97%;
  height: 138.63%;
  top: -7.35%;
  left: -5.8%;
  border-radius: 28px;
  border: none;
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  background: linear-gradient(180deg, rgba(253, 253, 253, 0.23) 0%, rgba(253, 253, 253, 0.75) 100%);
}

.homepage .true::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 1) 0%, rgba(226, 226, 226, 0.75) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .inside {
  width: 100%;
  top: calc(50% - 70px);
  left: 0;
  height: 141px;
  border-radius: 15.63px;
  position: absolute;
  background-color: var(--theme-backgrounds-surface1);
  border: none;
  box-shadow: var(--depth-card-light);
}

.homepage .inside::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.17px;
  border-radius: 15.63px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(230, 230, 230, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .header {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 188px;
  height: 30px;
}

.homepage .frame-26 {
  display: flex;
  flex-direction: column;
  width: 83px;
  align-items: flex-start;
  gap: 12.5px;
  position: absolute;
  top: 45px;
  left: 16px;
}

.homepage .group-wrapper {
  position: relative;
  width: 49.23px;
  height: 17.19px;
}

.homepage .group-6 {
  position: relative;
  width: 49px;
  height: 17px;
}

.homepage .frame-27 {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
}

.homepage .frame-28 {
  position: absolute;
  top: 1px;
  left: 11px;
  width: 17px;
  height: 17px;
}

.homepage .frame-29 {
  position: absolute;
  top: 1px;
  left: 22px;
  width: 17px;
  height: 17px;
}

.homepage .avatar {
  position: absolute;
  top: 1px;
  left: 33px;
  width: 17px;
  height: 17px;
  border-radius: 800.21px;
  background-image: url(https://c.animaapp.com/fFqI9cFD/img/avatar-4@2x.png);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage .frame-30 {
  display: flex;
  align-items: center;
  gap: 9.38px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .analytics-option {
  position: relative;
  width: 18.75px;
  height: 18.75px;
  border-radius: 800.21px;
  background: linear-gradient(180deg, rgba(119, 157, 255, 1) 0%, rgba(45, 104, 255, 1) 100%);
}

.homepage .avatar-2 {
  position: absolute;
  top: calc(50% + 2px);
  left: calc(50% - 5px);
  width: 9px;
  height: 9px;
  background-color: #0072ff;
  border-radius: 12.5px;
  filter: blur(7.81px);
}

.homepage .ellipse-8 {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: var(--theme-text-light);
  border-radius: 3.13px;
}

.homepage .frame-31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.13px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage .rectangle {
  position: relative;
  width: 25.01px;
  height: 3.13px;
  background-color: var(--theme-text-primary);
  border-radius: 1.56px;
  opacity: 0.15;
}

.homepage .step-name {
  position: relative;
  width: 110.18px;
  margin-right: -55.48px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--theme-text-secondary);
  font-size: 6.3px;
  letter-spacing: -0.13px;
  line-height: 7.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.homepage .ellipse-wrapper {
  position: relative;
  width: 18.75px;
  height: 18.75px;
  border-radius: 800.21px;
  border: 1.17px solid;
  border-color: var(--neutral-shade07-10);
  background: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(196, 196, 196, 1) 100%);
}

.homepage .ellipse-9 {
  position: relative;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: var(--theme-text-light);
  border-radius: 3.13px;
}

.homepage .frame-32 {
  display: flex;
  width: 201px;
  height: 38px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 21.88px;
  position: absolute;
  top: 147px;
  left: 52px;
}

.homepage .frame-33 {
  display: flex;
  flex-direction: column;
  width: 74.24px;
  align-items: flex-start;
  gap: 3.13px;
  position: relative;
}

.homepage .step-name-2 {
  position: relative;
  align-self: stretch;
  margin-top: -0.78px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--theme-text-primary);
  font-size: 9.4px;
  letter-spacing: -0.19px;
  line-height: 9.4px;
}

.homepage .step-name-3 {
  position: relative;
  width: fit-content;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--theme-text-secondary);
  font-size: 6.3px;
  letter-spacing: -0.13px;
  line-height: 7.8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.homepage .group-7 {
  position: relative;
  width: 70.77px;
  height: 21.88px;
  margin-right: -2px;
}

.homepage .button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 22px;
  border-radius: 800.21px;
  border: 1.17px solid;
  border-color: var(--neutral-shade07-10);
  background: linear-gradient(180deg, rgba(235, 235, 235, 1) 0%, rgba(196, 196, 196, 1) 100%);
}

.homepage .step-name-4 {
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 17px);
  width: 33px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--theme-text-primary);
  font-size: 6.3px;
  text-align: center;
  letter-spacing: -0.13px;
  line-height: 7.8px;
}

.homepage .general-cursor-arrow {
  position: absolute;
  top: 156px;
  left: 201px;
  width: 40px;
  height: 40px;
}

.homepage .frame-34 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 1.25rem;
  position: relative;
}

@media (min-width: 769px) {
  .homepage .frame-34 {
    flex: 1;
    min-width: 0;
  }
}

.homepage .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--black);
  border-radius: 20px;
}

.homepage .frame-36 {
  display: flex;
  flex-direction: column;
  width: 384px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-36 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .homepage .frame-36 {
    width: 100%;
  }
}

.homepage .frame-37 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .nous-avons-plusieurs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  align-self: stretch;
  height: 60px;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .nous-avons-plusieurs {
    font-size: 20px;
    line-height: 28px;
    height: auto;
    word-wrap: break-word;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .homepage .nous-avons-plusieurs {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    height: auto;
    padding: 0 0.5rem;
    text-align: center;
  }
}

.homepage .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 392px;
  margin-right: -8px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-disable);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .text-wrapper-9 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .homepage .text-wrapper-9 {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0.5rem;
    text-align: center;
    word-wrap: break-word;
  }
}

.homepage .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 223px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px;
  position: relative;
  background-color: var(--collection-1-neutral-white);
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.homepage .button:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .homepage .button {
    width: 200px;
    height: 44px;
    padding: 12px 20px;
    background-color: #ffffff !important;
  }
}

.homepage .button-2 {
  position: relative;
  flex: 1;
  font-family: var(--body-semibold-text3-font-family);
  font-weight: var(--body-semibold-text3-font-weight);
  color: var(--collection-1-neutral-second-text);
  font-size: var(--body-semibold-text3-font-size);
  text-align: center;
  letter-spacing: var(--body-semibold-text3-letter-spacing);
  line-height: var(--body-semibold-text3-line-height);
  font-style: var(--body-semibold-text3-font-style);
}

@media (max-width: 480px) {
  .homepage .button-2 {
    color: #333333 !important;
    font-weight: 600;
    font-size: 15px;
  }
}

.homepage .icon-light {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  margin-bottom: -1px;
}

@media (max-width: 480px) {
  .homepage .icon-light {
    width: 20px;
    height: 20px;
  }
}

.homepage .frame-38 {
  display: flex;
  flex-direction: column;
  height: 192px;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--collection-1-neutral-white);
  border-radius: 20px;
}

.homepage .frame-39 {
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 144px;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-39 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .homepage .frame-39 {
    width: 100%;
    height: auto;
    gap: 15px;
  }
}

.homepage .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -8px;
}

.homepage .frame-41 {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-41 .image-wrapper {
    display: none;
  }
}

.homepage .avatar-girl {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: var(--neutral-light09);
  border-radius: 80px;
  overflow: hidden;
  box-shadow: var(--1);
  aspect-ratio: 1;
}

.homepage .image-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.homepage .avatar-boy {
  position: relative;
  width: 60px;
  height: 60px;
  margin-left: -16px;
  background-color: #f1ede5;
  border-radius: 200px;
  overflow: hidden;
  box-shadow: var(--1);
  aspect-ratio: 1;
}

.homepage .element-2 {
  position: absolute;
  width: 167%;
  height: 108.5%;
  top: 15%;
  left: 0;
  object-fit: cover;
}

.homepage .avatar-girl-2 {
  width: 60px;
  height: 60px;
  margin-left: -16px;
  border-radius: 100px;
  box-shadow: var(--1);
  background-image: url(https://c.animaapp.com/fFqI9cFD/img/image-2@2x.png);
  background-size: 100% 100%;
  position: relative;
  aspect-ratio: 1;
}

.homepage .element-wrapper {
  position: relative;
  margin-left: -16px;
  background-color: var(--neutral-light09);
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: var(--1);
  aspect-ratio: 1;
}

.homepage .element-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.homepage .image-wrapper {
  position: relative;
  margin-left: -16px;
  background-color: #c7c7d0;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: var(--1);
  aspect-ratio: 1;
}

.homepage .group-8 {
  position: relative;
  width: 62px;
  height: 60px;
  margin-right: -2px;
  margin-left: -16px;
  aspect-ratio: 1;
}

.homepage .avatar-boy-2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background-color: var(--neutral-light09);
  border-radius: 48px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: var(--1);
  aspect-ratio: 1;
}

.homepage .image-3 {
  flex: 1;
  width: 60px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
}

.homepage .text-wrapper-10 {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 39px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-white);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.homepage .nous-avons-plus-de {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: var(--collection-1-neutral-main-text);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .nous-avons-plus-de {
    font-size: 20px;
    line-height: 28px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .homepage .nous-avons-plus-de {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
    padding: 0 1rem;
    white-space: normal;
    font-weight: 600;
    width: 100%;
    max-width: none;
  }
}

.homepage .frame-42 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 16px;
  position: relative;
  background-color: var(--collection-1-neutral-white);
  border-radius: 20px;
  box-shadow: var(--1);
  width: 100%;
}

@media (min-width: 769px) {
  .homepage .frame-42 {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .homepage .frame-42 {
    max-width: none;
    margin: 0;
    padding: 1rem;
    gap: 1rem;
    border-radius: 1rem;
  }
  .homepage .frame-10 {
    gap: 50px;
  }
}

.homepage .frame-43 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  flex: 1 1 auto;
}

@media (max-width: 480px) {
  .homepage .frame-43 {
    align-items: center;
    gap: 1rem;
  }
}

.homepage .partners-wrapper {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 203px;
  border-radius: 27.75px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .homepage .partners-wrapper {
    height: 150px;
    border-radius: 1rem;
  }
}

.homepage .partners {
  position: relative;
  top: -101px;
  left: calc(50% - 208px);
  width: 407px;
  height: 313px;
  background-color: var(--theme-backgrounds-card);
  border-radius: 29.6px;
  overflow: hidden;
}

.homepage .frame-44 {
  position: absolute;
  top: -41px;
  left: 130px;
  width: 148px;
  height: 488px;
  opacity: 0.5;
}

.homepage .back-3 {
  position: absolute;
  top: calc(50% - 244px);
  left: calc(50% - 74px);
  width: 148px;
  height: 148px;
  background-color: var(--theme-back);
  border-radius: 22.2px;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .back-4 {
  position: absolute;
  top: calc(50% + 96px);
  left: calc(50% - 74px);
  width: 148px;
  height: 148px;
  background-color: var(--theme-back);
  border-radius: 22.2px;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line {
  position: absolute;
  top: -41px;
  left: calc(50% - 244px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-2 {
  position: absolute;
  top: 300px;
  left: calc(50% - 244px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-3 {
  position: absolute;
  top: -41px;
  left: calc(50% + 97px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-3::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-4 {
  position: absolute;
  top: 300px;
  left: calc(50% + 97px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-4::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-5 {
  position: absolute;
  top: 130px;
  left: calc(50% - 244px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-5::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-6 {
  position: absolute;
  top: 130px;
  left: calc(50% + 97px);
  width: 148px;
  height: 148px;
  border-radius: 22.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-6::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 22.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .active-logo {
  position: absolute;
  top: 122px;
  left: 122px;
  width: 163px;
  height: 163px;
  border-radius: 37px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
  background: linear-gradient(180deg, rgba(253, 253, 253, 0.23) 0%, rgba(253, 253, 253, 0.75) 100%);
}

.homepage .active-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 37px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 1) 0%, rgba(226, 226, 226, 0.75) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .frame-45 {
  position: absolute;
  width: 97.73%;
  height: 97.73%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35.15px;
  overflow: hidden;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .element-4 {
  margin-top: -74px;
  height: 85.1px;
  width: 159.1px;
  object-fit: cover;
}

.homepage .inside-2 {
  width: 90.91%;
  height: 90.91%;
  top: 4.55%;
  left: 4.55%;
  border-radius: 29.6px;
  position: absolute;
  background-color: var(--theme-backgrounds-surface1);
  border: none;
  box-shadow: var(--depth-card-light);
}

.homepage .inside-2::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 29.6px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 1) 0%, rgba(230, 230, 230, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .frame-46 {
  position: absolute;
  width: 57.95%;
  height: 57.95%;
  top: 21.02%;
  left: 21.02%;
}

.homepage .ellipse-10 {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 72px;
  height: 72px;
  background-color: var(--theme-text-primary);
  border-radius: 36.08px;
}

.homepage .decor-line-full-wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 947.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
  opacity: 0.2;
}

.homepage .decor-line-full-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 947.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .decor-line-full {
  margin-top: 0;
  height: 131.35px;
  margin-left: 0;
  width: 131.35px;
  position: relative;
  border-radius: 947.2px;
  border: none;
  backdrop-filter: blur(14.8px) brightness(100%);
  -webkit-backdrop-filter: blur(14.8px) brightness(100%);
}

.homepage .decor-line-full::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.39px;
  border-radius: 947.2px;
  background: linear-gradient(180deg, rgba(226, 226, 226, 0) 0%, rgba(226, 226, 226, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.homepage .logo {
  position: absolute;
  top: 31px;
  left: 31px;
  width: 31px;
  height: 33px;
}

.homepage .WHITE {
  position: absolute;
  width: 100%;
  height: 98.26%;
  top: 0;
  left: 0;
}

.homepage .oval {
  position: absolute;
  width: 43.24%;
  height: 40%;
  top: 2.63%;
  left: 78.08%;
}

.homepage .logos-2 {
  position: absolute;
  top: 101px;
  left: 9px;
  width: 398px;
  height: 203px;
}

.homepage .bubble {
  top: 43px;
  left: 334px;
  width: 15px;
  height: 15px;
  border-radius: 7.4px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .group-9 {
  position: absolute;
  top: 223px;
  left: 208px;
  width: 50px;
  height: 46px;
}

.homepage .general-cursor-arrow-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
}

.homepage .ui-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7.4px;
  padding: 3.7px;
  position: absolute;
  top: 21px;
  left: 15px;
  background-color: var(--theme-backgrounds-surface2);
  border-radius: 3.7px;
  overflow: hidden;
  border: 0.93px solid;
  border-color: #2d67ff26;
}

.homepage .ui {
  position: relative;
  width: fit-content;
  margin-top: -0.93px;
  font-family: var(--reg-12-font-family);
  font-weight: var(--reg-12-font-weight);
  color: var(--theme-text-primary);
  font-size: var(--reg-12-font-size);
  text-align: right;
  letter-spacing: var(--reg-12-letter-spacing);
  line-height: var(--reg-12-line-height);
  white-space: nowrap;
  font-style: var(--reg-12-font-style);
}

.homepage .bubble-2 {
  top: 337px;
  left: -8px;
  width: 5px;
  height: 5px;
  border-radius: 2.31px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-3 {
  top: 73px;
  left: 31px;
  width: 5px;
  height: 5px;
  border-radius: 2.31px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-4 {
  top: 286px;
  left: 30px;
  width: 7px;
  height: 7px;
  border-radius: 3.7px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-5 {
  top: 329px;
  left: 363px;
  width: 7px;
  height: 7px;
  border-radius: 3.7px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-6 {
  top: 49px;
  left: 376px;
  width: 4px;
  height: 4px;
  border-radius: 1.85px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-7 {
  top: 278px;
  left: 351px;
  width: 4px;
  height: 4px;
  border-radius: 1.85px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .bubble-8 {
  top: 143px;
  left: 62px;
  width: 7px;
  height: 7px;
  border-radius: 3.7px;
  position: absolute;
  background: linear-gradient(203deg, rgba(245, 245, 245, 1) 0%, rgba(206, 206, 206, 1) 100%);
}

.homepage .group-10 {
  position: absolute;
  top: -1466px;
  left: calc(50% + 2697px);
  width: 15px;
  height: 78px;
}

.homepage .group-11 {
  position: absolute;
  top: -1059px;
  left: calc(50% + 2697px);
  width: 15px;
  height: 78px;
}

.homepage .frame-47 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .text-wrapper-11 {
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--bold-24-font-family);
  font-weight: var(--bold-24-font-weight);
  color: var(--collection-1-neutral-main-text);
  font-size:23px;
  line-height: var(--bold-24-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: var(--bold-24-letter-spacing);
  font-style: var(--bold-24-font-style);
}

@media (max-width: 480px) {
  .homepage .text-wrapper-11 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.homepage .text-wrapper-12 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  align-self: stretch;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-disable);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 480px) {
  .homepage .text-wrapper-12 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0 0.5rem;
    display: none;
  }
}

.homepage .frame-52 .text-wrapper-12 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #818894;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  justify-content: left;
  display: flex;
}

@media (max-width: 480px) {
  .homepage .frame-52 .text-wrapper-12 {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0;
    display: flex;
  }
}

.homepage .button-3 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 223px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px;
  position: relative;
  background-color: var(--black);
  border-radius: 50px;
}

@media (max-width: 480px) {
  .homepage .button-3 {
    width: 180px;
    height: 44px;
    padding: 12px 16px;
    gap: 12px;
  }
}

.homepage .button-4 {
  position: relative;
  flex: 1;
  font-family: var(--body-semibold-text3-font-family);
  font-weight: var(--body-semibold-text3-font-weight);
  color: var(--collection-1-neutral-color-white);
  font-size: var(--body-semibold-text3-font-size);
  text-align: center;
  letter-spacing: var(--body-semibold-text3-letter-spacing);
  line-height: var(--body-semibold-text3-line-height);
  font-style: var(--body-semibold-text3-font-style);
}

.homepage .frame-48 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .frame-49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .homepage .frame-49 {
    padding: 40px 30px;
    gap: 50px;
  }
}

@media (max-width: 480px) {
  .homepage .frame-49 {
    padding: 0rem 1rem;
    gap: 2.5rem;
  }
}

.homepage .frame-50 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .homepage .frame-50 {
    gap: 0px;
  }
}

.homepage .frame-51 {
  width: 100%;
  justify-content: space-between;
  gap: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .homepage .frame-51 {
    margin-bottom: 0.5rem;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.homepage .frame-52 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 566px;
  align-items: center;
  gap: 0;
  position: relative;
}

@media (max-width: 768px) {
  .homepage .frame-52 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .homepage .frame-52 {
    align-items: center;
    text-align: center;
    gap: 4px;
  }
}

.homepage .frame-52 .div-3 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--collection-1-neutral-main-text);
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  justify-content: left;
  letter-spacing: 0;
}

@media (min-width: 481px) {
  .homepage .frame-52 .div-3 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .homepage .frame-52 .div-3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .homepage .frame-52 .div-3 {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .homepage .frame-52 .div-3 {
    display: block;
    text-align: left;
  }
}

.homepage .frame-52 .text-wrapper-13 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--collection-1-neutral-main-text);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
}

.homepage .div-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--montserrat-38-semi-font-family);
  font-weight: 400;
  color: var(--collection-1-neutral-main-text);
  font-size: 38px;
  line-height: 45.6px;
  position: relative;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .homepage .div-3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .homepage .div-3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    flex-wrap: wrap;
  }
}

.homepage .text-wrapper-13 {
  font-family: var(--montserrat-38-semi-font-family);
  font-weight: var(--montserrat-38-semi-font-weight);
  color: #0c2737;
  font-size: var(--montserrat-38-semi-font-size);
  letter-spacing: var(--montserrat-38-semi-letter-spacing);
  line-height: var(--montserrat-38-semi-line-height);
  font-style: var(--montserrat-38-semi-font-style);
}

@media (max-width: 480px) {
  .homepage .text-wrapper-13 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
  }
}

.homepage .frame-53 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  gap: 1.5rem;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-53 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
  }
  
  /* Button as last flex item in scroll */
  .homepage .frame-67 {
    display: none !important;
    min-width: 180px !important;
    width: 180px !important;
    height: 250px !important;
    flex-shrink: 0 !important;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
    padding: 20px 16px !important;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f2ff 100%) !important;
    border: 2px solid #3b82f6 !important;
    border-radius: 16px !important;
    /* display: flex !important; */
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
  }
  
  .homepage .frame-67:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.25) !important;
    border-color: #2563eb !important;
  }
  
  .homepage .frame-68 {
    width: 100% !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .homepage .frame-69 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 8px !important;
    text-align: center !important;
  }
  
  .homepage .text-wrapper-19 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3b82f6 !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }
  
  .homepage .frame-69 .img-2 {
    width: 16px !important;
    height: 16px !important;
    filter: sepia(1) saturate(2) hue-rotate(200deg) brightness(0.8) !important;
  }
}

.homepage .frame-54 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  padding: 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: var(--2);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-54 {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-20 .frame-54 {
    min-width: 280px;
    width: 280px;
    flex-shrink: 0;
    padding: 16px;
    gap: 16px;
  }
}

.homepage .frame-55 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-20 .frame-55 {
    width: 248px;
    gap: 10px;
    padding: 0;
  }
}

.homepage .rectangle-2 {
  position: relative;
  width: 100%;
  aspect-ratio: 294 / 200;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-20 .rectangle-2 {
    width: 248px;
    height: 155px;
    border-radius: 16px;
  }
}

.homepage .component {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  gap: 20px;
  padding: 5px;
  position: absolute;
  top: 150px;
  left: 248px;
  background-color: #ffffff66;
  border-radius: 17px;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-53 .component {
    bottom: 12px;
    right: 12px;
    top: auto;
    left: auto;
  }
}

@media (max-width: 480px) {
  .homepage .frame-53 .component {
    top: 120px !important;
    left: 202px !important;
    width: 28px !important;
    height: 28px !important;
    padding: 4px !important;
    border-radius: 14px !important;
  }
}

.homepage .frame-56 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 4px 10px;
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #ffffffcc;
  border-radius: 50px;
  box-shadow: var(--1);
}

.homepage .frame-57 {
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-main-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.homepage .frame-58 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  align-self: flex-start;
  width: auto;
  flex: 0 0 auto;
  gap: 16px;
}

.homepage .component-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 6px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-functional-red);
  border-radius: 30px;
}

.homepage .text-wrapper-15 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.homepage .frame-59 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .text-wrapper-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-new-group-vendre);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .homepage .frame-53 .text-wrapper-16 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

.homepage .text-wrapper-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-border);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .homepage .frame-53 .text-wrapper-17 {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}

.homepage .frame-60 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-60 {
    gap: 8px;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
}

.homepage .introduction-to-SEO {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  margin-right: -69px;
  font-family: var(--bold-16-font-family);
  font-weight: var(--bold-16-font-weight);
  color: var(--collection-1-neutral-main-text);
  font-size: var(--bold-16-font-size);
  letter-spacing: var(--bold-16-letter-spacing);
  line-height: var(--bold-16-line-height);
  font-style: var(--bold-16-font-style);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .introduction-to-SEO {
    margin-right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .homepage .frame-53 .introduction-to-SEO {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important;
    justify-content: flex-start !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

.homepage .frame-61 {
  display: flex;
  width: 222px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-61 {
    width: 100% !important;
    justify-content: flex-start !important;
    gap: 16px;
    margin: 8px 0;
  }
}

.homepage .frame-62 {
  width: 90px;
  gap: 4px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-62 {
    width: auto !important;
    gap: 6px;
  }
}

.homepage .text-wrapper-18 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-disable);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .homepage .frame-53 .text-wrapper-18 {
    font-size: 12px !important;
    line-height: 18px !important;
    justify-content: flex-start !important;
  }
}

.homepage .frame-63 {
  display: flex;
  width: 118px;
  align-items: center;
  gap: 4px;
  position: relative;
}

@media (max-width: 480px) {
  .homepage .frame-53 .frame-63 {
    width: auto !important;
    gap: 6px;
  }
}

.homepage .rectangle-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: var(--collection-1-neutral-line);
  border-radius: 2px;
}

.homepage .button-5 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 292px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .button-5 {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .homepage .frame-53 .button-5 {
    width: 100% !important;
    max-width: 248px !important;
    height: 40px !important;
    padding: 12px 16px !important;
    margin-top: 12px;
    border-radius: 20px !important;
  }
}

.homepage .button-6 {
  position: relative;
  flex: 1;
  margin-top: -2px;
  font-family: var(--body-semibold-text4-font-family);
  font-weight: var(--body-semibold-text4-font-weight);
  color: var(--collection-1-neutral-color-white);
  font-size: var(--body-semibold-text4-font-size);
  text-align: center;
  letter-spacing: var(--body-semibold-text4-letter-spacing);
  line-height: var(--body-semibold-text4-line-height);
  font-style: var(--body-semibold-text4-font-style);
}

@media (max-width: 480px) {
  .homepage .frame-53 .button-6 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    line-height: 1.2;
  }
}

.homepage .group-12 {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  z-index: 5;
}

/* Large screens (1200px and above) */
@media (min-width: 1200px) {
  .homepage .group-12 {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}

/* Medium-large screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .group-12 {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
}

/* Medium screens (769px to 991px) */
@media (min-width: 769px) and (max-width: 991px) {
  .homepage .group-12 {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

/* Small-medium screens (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .homepage .group-12 {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

/* Small screens (480px and below) */
@media (max-width: 480px) {
  .homepage .frame-53 .group-12 {
    top: 10px !important;
    right: 10px !important;
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 480px) {
  .homepage .frame-64 {
    min-width: 280px;
    width: 280px;
    flex-shrink: 0;
    margin-right: 1rem;
  }
}

.homepage .component-3 {
  width: 34px;
  height: 34px;
  gap: 20px;
  padding: 5px;
  top: 154px;
  left: 248px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  position: absolute;
  background-color: #ffffff66;
}

@media (max-width: 480px) {
  .homepage .frame-53 .component-3 {
    top: 120px !important;
    left: 202px !important;
    width: 28px !important;
    height: 28px !important;
    padding: 4px !important;
    border-radius: 14px !important;
  }
}

.homepage .frame-65 {
  display: flex;
  flex-direction: column;
  width: 293px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-65 {
    width: 100%;
    max-width: 100%;
  }
}

.homepage .introduction-to-SEO-2 {
  margin-top: -1px;
  font-size: var(--bold-16-font-size);
  line-height: var(--bold-16-line-height);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  align-self: stretch;
  font-family: var(--bold-16-font-family);
  font-weight: var(--bold-16-font-weight);
  color: var(--collection-1-neutral-main-text);
  letter-spacing: var(--bold-16-letter-spacing);
  font-style: var(--bold-16-font-style);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .introduction-to-SEO-2 {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .homepage .frame-66 {
    min-width: 280px;
    width: 280px;
    flex-shrink: 0;
    margin-right: 1rem;
  }
}

.homepage .frame-67 {
  align-items: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-67 {
    display: none !important;
  }
}

.homepage .frame-68 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 10px;
  position: relative;
  border-radius: 30px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 0.1) 0%, rgba(9, 65, 235, 0.1) 100%);
}

.homepage .frame-69 {
  gap: 12px;
  align-self: stretch;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.homepage .text-wrapper-19 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  text-align: right;
  letter-spacing: 0;
  line-height: 24px;
}

.homepage .background {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 15px;
  background-image: url(https://c.animaapp.com/fFqI9cFD/img/background.png);
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 480px) {
  .homepage .background {
    width: 90%;
    max-width: none;
    margin: 0 1rem 0 1rem;
    border-radius: 12px;
  }
}

.homepage .liner {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 442px;
  border-radius: 15px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

@media (max-width: 480px) {
  .homepage .liner {
    height: 280px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}

.homepage .frame-70 {
  display: flex;
  flex-direction: column;
  width: 699px;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  position: relative;
  top: 81px;
  left: 47px;
}

@media (max-width: 480px) {
  .homepage .frame-70 {
    width: 100%;
    max-width: none;
    top: 20px;
    left: 0;
    right: 0;
    padding: 0 1.5rem;
    gap: 20px;
    position: absolute;
    bottom: 20px;
    justify-content: flex-start;
  }
}

.homepage .text-wrapper-20 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--bold-18-font-family);
  font-weight: var(--bold-18-font-weight);
  color: var(--collection-1-neutral-white);
  font-size: var(--bold-18-font-size);
  letter-spacing: var(--bold-18-letter-spacing);
  line-height: var(--bold-18-line-height);
  font-style: var(--bold-18-font-style);
}

@media (max-width: 480px) {
  .homepage .text-wrapper-20 {
    font-size: 14px !important;
    font-weight: 600 !important;
    justify-content: flex-start !important;
    margin-bottom: 6px;
    margin-top: 5px;
    opacity: 0.9;
  }
}

.homepage .text-wrapper-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--collection-1-neutral-white);
  font-size: 38px;
  letter-spacing: 0;
  line-height: 45.6px;
}

@media (max-width: 480px) {
  .homepage .text-wrapper-21 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 800 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin-bottom: 8px;
    margin-top: 10px;
  }
}

.homepage .cr-ez-la-chemise-de {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  align-self: stretch;
  font-family: var(--reg-18-font-family);
  font-weight: var(--reg-18-font-weight);
  color: var(--collection-1-neutral-white);
  font-size: var(--reg-18-font-size);
  letter-spacing: var(--reg-18-letter-spacing);
  line-height: var(--reg-18-line-height);
  font-style: var(--reg-18-font-style);
}

@media (max-width: 480px) {
  .homepage .cr-ez-la-chemise-de {
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    margin-bottom: 20px;
    opacity: 0.9;
  }
}

.homepage .button-7 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 150px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
}

@media (max-width: 480px) {
  .homepage .button-7 {
    width: 140px !important;
    height: 44px !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    border-radius: 22px !important;
    margin-top: -12px;
  }
  
  .homepage .button-7 .button-4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }
}

.homepage .frame-79 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-79 {
    position: relative !important;
    margin-top: 1rem !important;
    padding: 0 16px !important;
  }
  
  .homepage .text-wrapper-27 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 480px) {
  .homepage .text-wrapper-22 {
    font-size: 12px !important;
    line-height: 18px !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 480px) {
  .homepage .text-wrapper-23 {
    font-size: 12px !important;
    line-height: 18px !important;
    justify-content: flex-start !important;
  }
}

.homepage .frame-82 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  padding: 30px 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-1-neutral-white);
}

@media (max-width: 768px) {
  .homepage .frame-82 {
    padding: 3rem 2rem;
    gap: 4rem;
    background-color: none;
  }
}

@media (max-width: 480px) {
  .homepage .frame-82 {
    padding: 2rem 1rem;
    gap: 3rem;
  }
}

.homepage .frame-83 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  margin-right: -9px;
}

.homepage .frame-84 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .frame-85 {
  justify-content: start;
  gap: 579px;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.homepage .frame-86 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .homepage .frame-86 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
    max-width: 100vw !important;
  }
  
  .homepage .frame-86::-webkit-scrollbar {
    display: none !important;
  }
}

.homepage .frame-87 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 1.5rem;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1200px) {
  .homepage .frame-87 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .homepage .frame-87 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  .homepage .frame-85 {
    width: auto;
  }
  .homepage .frame-87 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-87 {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    width: auto !important;
    min-width: max-content !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    max-width: none !important;
  }
  
  .homepage .frame-87 .frame-54 {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 280px !important;
  }
}

.homepage .frame-88 {
  display: flex;
  width: 318px;
  align-items: center;
  gap: 20px;
  padding: 12px;
  position: relative;
  margin-right: -13px;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: var(--2);
}

@media (max-width: 480px) {
  .homepage .frame-91 {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 1rem !important;
    padding: 0 !important;
    width: 100% !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  .homepage .frame-91::-webkit-scrollbar {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .homepage .frame-92 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .homepage .frame-92 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-92 {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    width: auto !important;
    min-width: max-content !important;
  }
  
  .homepage .frame-92 .frame-54 {
    min-width: 280px !important;
    width: 280px !important;
    flex-shrink: 0 !important;
  }
}

.homepage .frame-93 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding: 1rem 0;
}

@media (max-width: 480px) {
  .homepage .frame-93 {
    gap: 1.5rem;
    padding: 0 1rem;
    width: 100% !important;
    max-width: 100vw !important;
  }
  
  .homepage .frame-95 {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    background: white !important;
    padding: 1rem 0 !important;
    margin-bottom: 1rem !important;
  }
  
  .homepage .frame-94 {
    width: 100% !important;
    max-width: 100vw !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .homepage .frame-94::-webkit-scrollbar {
    display: none;
  }
}

.homepage .frame-95 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 567px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  text-align: left;
}

@media (max-width: 480px) {
  .homepage .frame-95 {
    max-width: 100%;
    padding: 0 1rem;
  }
}

.homepage .text-wrapper-25 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: -1px;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--collection-1-neutral-main-text);
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
}

.homepage .frame-95 .text-wrapper-25 {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 481px) {
  .homepage .frame-95 .text-wrapper-25 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .homepage .frame-95 .text-wrapper-25 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .homepage .frame-95 .text-wrapper-25 {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .homepage .frame-95 .text-wrapper-25 {
    font-size: 22px;
    line-height: 32px;
    white-space: normal;
  }
}

.homepage .parcourir-les-sujets {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-disable);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
  text-align: left;
}

.homepage .frame-95 .parcourir-les-sujets {
  width: 100%;
}

@media (max-width: 480px) {
  .homepage .frame-95 .parcourir-les-sujets {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    white-space: normal;
    text-align: left;
  }
}

.homepage .frame-96 {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 280px;
  background-color: var(--collection-1-neutral-white);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 480px) {
  .homepage .frame-96 {
    max-width: none !important;
    width: 280px !important;
    height: auto;
    min-height: 300px;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 280px !important;
  }
}

.homepage .frame-93 .frame-72 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .homepage .frame-93 .frame-72 {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .homepage .frame-93 .frame-72 {
  }
}

@media (max-width: 768px) {
  .homepage .frame-95 {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    background: none !important;
    padding: 0 1rem !important;
    gap: 4px;
    margin-bottom: 0 !important;
    margin-top: -10px;
  }
  
  .homepage .frame-94 {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  
  .homepage .frame-94::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 480px) {
  .homepage .frame-93 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 1rem;
    padding: 0 0 !important;  /* 👈 Tăng padding */
    margin: 0 0rem 0rem 0rem !important;  /* 👈 Thêm margin top */
  }
  
  .homepage .frame-93 .frame-72 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    margin: 0 -1rem 0 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    -webkit-overflow-scrolling: touch; /* iOS smooth scrolling */
  }
  
  .homepage .frame-93 .frame-72::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .homepage .frame-93 .frame-72 .frame-96 {
    min-width: 280px !important;
    width: 280px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    flex-basis: 280px !important;
    margin-right: 0 !important;
    max-width: none !important;
  }
}

.homepage .shadow-3 {
  display: none;
}

.homepage .top {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.homepage .rectangle-5 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #9b51e0;
  border-radius: 0 16px 0 16px;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.homepage .subtract {
  position: absolute;
  top: 1px;
  left: 0;
  width: 22px;
  height: 124px;
}

.homepage .subtract-2 {
  position: absolute;
  top: calc(50% - 62px);
  right: -10px;
  width: 87px;
  height: 345px;
}

.homepage .rectangle-6 {
  position: absolute;
  width: calc(100% - 99px);
  top: 0;
  left: 22px;
  height: 124px;
  background-color: var(--collection-1-neutral-white);
}

.homepage .frame-97 {
  position: absolute;
  top: 124px;
  left: 0;
  width: 430px;
  height: 225px;
  background-color: var(--collection-1-neutral-white);
  border-radius: 0px 0px 24px 24px;
}

.homepage .frame-98 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
}

.homepage .frame-99 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 1;
}

.homepage .frame-100 {
  width: 60px;
  height: 60px;
  padding: 12px;
  background-color: #9b51e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}

.homepage .element-5 {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.homepage .headline {
  position: relative;
  align-self: stretch;
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--collection-1-neutral-main-text);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  font-style: var(--montserrat-32-b-font-style);
}

.homepage .description {
  position: relative;
  align-self: stretch;
  height: auto;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  font-style: var(--reg-18-font-style);
  margin-bottom: 16px;
}

.homepage .text-wrapper-26 {
  position: relative;
  width: fit-content;
  margin-top: 0;
  font-family: var(--bold-16-font-family);
  font-weight: var(--bold-16-font-weight);
  color: var(--collection-1-neutral-main-text);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
  font-style: var(--bold-16-font-style);
}

.homepage .rectangle-7 {
  background-color: #27ae60;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 16px 0 16px;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.homepage .frame-101 {
  width: 60px;
  height: 60px;
  padding: 12px;
  background-color: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}

.homepage .rectangle-8 {
  background-color: #f5a623;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 16px 0 16px;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}

.homepage .frame-102 {
  width: 60px;
  height: 60px;
  padding: 12px;
  background-color: #f5a623;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 16px;
}

.homepage .frame-103 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1340px;
  align-items: center;
  gap: 100px;
  position: relative;
  flex: 0 0 auto;
  margin: 0 auto 0;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .homepage .frame-103 {
    gap: 4rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-103 {
    margin-top: 0;
    gap: 3rem;
    padding: 0 1rem;
  }
}

.homepage .frame-116 {
  height: 542px;
  background-color: var(--collection-1-neutral-white);
  border-radius: 16px;
  box-shadow: var(--1);
  border-color: var(--collection-1-neutral-border);
}

.homepage .frame-122 {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  width: auto;
  position: relative;
  flex: 0 0 auto;
}

.homepage .feedback {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 68px;
  padding: 60px 50px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--neutraul06-222325);
}

/* Mobile Testimonials - Match Design Perfectly */
@media (max-width: 768px) {
  .homepage .feedback {
    padding: 4rem 2rem !important;
    gap: 3rem !important;
    background-color: #1a1a1a !important; /* Darker background */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    min-height: 80vh !important;
  }
  
  .homepage .frame-123 {
    gap: 1.5rem !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  
  .homepage .frame-125 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    position: relative !important;
    min-height: 450px !important;
  }
  
  .homepage .quote {
    display: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    min-height: 350px !important;
    opacity: 0;
  }
  
  /* Only show active quote on mobile */
  .homepage .quote.active {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    opacity: 1;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  /* Carousel navigation buttons */
  .homepage .arrow-left-sm-wrapper,
  .homepage .icon-2 {
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  
  .homepage .arrow-left-sm-wrapper:hover,
  .homepage .icon-2:hover {
    opacity: 0.7;
    transform: scale(1.1);
  }
  
  .homepage .arrow-left-sm-wrapper:active,
  .homepage .icon-2:active {
    transform: scale(0.95);
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Title styling - Match design exactly */
.homepage .ce-que-disent-nos {
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.homepage .ce-que-disent-nos .text-wrapper-34,
.homepage .ce-que-disent-nos .text-wrapper-35 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  white-space: normal;
  display: inline-flex;
  gap: 4px;
}

.homepage .ce-que-disent-nos .text-wrapper-35 {
  font-family: 'Merriweather', serif;
  font-style: italic;
}

@media (min-width: 481px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 22px;
    line-height: 30px;
  }
}

.homepage .text-wrapper-36 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #cfd6e0;
  text-align: left;
  line-height: 24px;
  margin-bottom: 3rem;
  white-space: normal;
  width: 100%;
  max-width: 480px;
  padding: 0;
}

@media (max-width: 480px) {
  .homepage .text-wrapper-36 {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}
  
  /* Quote text - Match design */
  .homepage .text-wrapper-37 {
    font-size: 20px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    line-height: 1.6 !important;
    margin-bottom: 2rem !important;
    font-style: italic !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    font-weight: 400 !important;
  }
  
  /* Rating - Match design */
  .homepage .frame-126 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 2.5rem !important;
    width: 100% !important;
  }
  
  .homepage .frame-127 {
    display: flex !important;
    gap: 6px !important;
    justify-content: center !important;
  }
  
  .homepage .img-2 {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) saturate(100%) invert(75%) sepia(100%) saturate(1000%) hue-rotate(45deg) brightness(1.2) !important; /* Gold color */
  }
  
  .homepage .text-wrapper-38 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
  }
  
  .homepage .text-wrapper-39 {
    font-size: 14px !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
  }
  
  /* Author - Match design */
  .homepage .author {
    display: flex !important;
    align-items: center !important;
    gap: 1.5rem !important;
    justify-content: center !important;
    margin-bottom: 3rem !important;
    width: 100% !important;
  }
  
  .homepage .avatar-3,
  .homepage .avatar-4 {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    flex-shrink: 0 !important;
    border: 3px solid rgba(255, 255, 255, 0.1) !important;
  }
  
  .homepage .name {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  
  .homepage .text-wrapper-40 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin-bottom: 0.5rem !important;
  }
  
  .homepage .text-wrapper-41 {
    font-size: 14px !important;
    color: #FFFFFF !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
  }
  
  /* Navigation buttons - Match design */
  .homepage .frame-109 {
    display: flex !important;
    gap: 2rem !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-top: 1rem !important;
  }
  
  .homepage .arrow-left-sm-wrapper,
  .homepage .icon-2 {
    width: 50px !important;
    height: 50px !important;
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }
  
  .homepage .arrow-left-sm-wrapper:hover,
  .homepage .icon-2:hover {
    background-color: #f0f0f0 !important;
    transform: scale(1.05) !important;
  }
  
  .homepage .arrow-left-sm,
  .homepage .icon-2 img {
    width: 20px !important;
    height: 20px !important;
    filter: invert(0.6) !important; /* Light gray arrows */
  }
}

@media (max-width: 480px) {
  .homepage .feedback {
    padding: 1rem 1.5rem !important;
    gap: 2.5rem !important;
    overflow-x: hidden !important;
    min-height: 70vh !important;
  }
  
  .homepage .frame-123 {
    gap: 1rem !important;
  }
  
  .homepage .frame-125 {
    gap: 1.5rem !important;
  }
  
  /* Smaller text for mobile - Match design proportions */
  .homepage .text-wrapper-34 {
    font-size: 22px !important;
    margin-bottom: 0.2rem !important;
  }
  
  .homepage .text-wrapper-35 {
    font-size: 22px !important;
    margin-left: 0.75rem !important; /* Smaller offset for mobile */
  }
  
  .homepage .text-wrapper-36 {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 2.5rem !important;
  }
  
  .homepage .text-wrapper-37 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 1.5rem !important;
  }
  
  .homepage .text-wrapper-40 {
    font-size: 16px !important;
  }
  
  .homepage .text-wrapper-41 {
    font-size: 12px !important;
  }
  
  .homepage .avatar-3,
  .homepage .avatar-4 {
    width: 55px !important;
    height: 55px !important;
  }
  
  .homepage .arrow-left-sm-wrapper,
  .homepage .icon-2 {
    width: 45px !important;
    height: 45px !important;
  }
  
  .homepage .arrow-left-sm,
  .homepage .icon-2 img {
    width: 18px !important;
    height: 18px !important;
    filter: invert(0.6) !important; /* Light gray arrows */
  }
  
  .homepage .img-2 {
    width: 20px !important;
    height: 20px !important;
  }
  
  .homepage .frame-109 {
    gap: 1.5rem !important;
  }
  
  .homepage .author {
    gap: 1.25rem !important;
    margin-bottom: 2.5rem !important;
  }
  
  .homepage .frame-126 {
    margin-bottom: 2rem !important;
  }
}

.homepage .frame-123 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage .frame-124 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 566px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  text-align: left;
}

@media (max-width: 480px) {
  .homepage .frame-124 {
    max-width: 100%;
  }
}

.homepage .ce-que-disent-nos {
  position: relative;
  display: block;
  align-self: stretch;
  margin-top: -1px;
}

.homepage .ce-que-disent-nos .text-wrapper-34,
.homepage .ce-que-disent-nos .text-wrapper-35 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: var(--collection-1-neutral-white-duplicate);
  letter-spacing: 0;
}

.homepage .ce-que-disent-nos .text-wrapper-35 {
  font-family: 'Merriweather', serif;
  font-style: italic;
}

@media (min-width: 481px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .homepage .ce-que-disent-nos .text-wrapper-34,
  .homepage .ce-que-disent-nos .text-wrapper-35 {
    font-size: 22px;
    line-height: 30px;
  }
}

.homepage .text-wrapper-36 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  min-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #cfd6e0;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  line-height: 24px;
  white-space: normal;
  font-style: normal;
  max-width: 580px;
}

@media (max-width: 480px) {
  .homepage .text-wrapper-36 {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}

.homepage .frame-125 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.25rem;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

@media (max-width: 768px) {
  .homepage .frame-125 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .homepage .frame-125 {
    gap: 1.5rem;
  }
}

.homepage .quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  flex: 1;
  flex-grow: 1;
  min-width: 0;
  height: 100%;
  min-height: 400px;
  justify-content: space-between;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Desktop: Hide quotes that are not active (for carousel with 3 visible) */
@media (min-width: 769px) {
  .homepage .quote.hidden-desktop {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    position: absolute;
    visibility: hidden;
  }
  
  .homepage .quote:not(.hidden-desktop) {
    animation: fadeInScale 0.4s ease-in-out;
  }
  
  @keyframes fadeInScale {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
}

.homepage .text-wrapper-37 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: var(--neutraul01-ddddd);
  font-size: var(--montserrat-28-b-font-size);
  letter-spacing: var(--montserrat-28-b-letter-spacing);
  line-height: var(--montserrat-28-b-line-height);
  font-style: var(--montserrat-28-b-font-style);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 286px;
}

.homepage .frame-126 {
  display: flex;
  flex-direction: column;
  width: 136px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .frame-127 {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .text-wrapper-38 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--reg-16-font-family);
  font-weight: var(--reg-16-font-weight);
  color: var(--collection-1-neutral-white-duplicate);
  font-size: var(--reg-16-font-size);
  letter-spacing: var(--reg-16-letter-spacing);
  line-height: var(--reg-16-line-height);
  white-space: nowrap;
  font-style: var(--reg-16-font-style);
}

.homepage .text-wrapper-39 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--reg-16-font-family);
  font-weight: var(--reg-16-font-weight);
  color: var(--collection-1-neutral-border-duplicate);
  font-size: var(--reg-16-font-size);
  letter-spacing: var(--reg-16-letter-spacing);
  line-height: var(--reg-16-line-height);
  white-space: nowrap;
  font-style: var(--reg-16-font-style);
}

.homepage .author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .avatar-3 {
  position: relative;
  width: 64px;
  height: 64px;
  background-image: url(https://c.animaapp.com/fFqI9cFD/img/avatar-01@3x.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.homepage .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.homepage .text-wrapper-40 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--base-bold-l-font-family);
  font-weight: var(--base-bold-l-font-weight);
  color: var(--collection-1-neutral-white);
  font-size: var(--base-bold-l-font-size);
  letter-spacing: var(--base-bold-l-letter-spacing);
  line-height: var(--base-bold-l-line-height);
  font-style: var(--base-bold-l-font-style);
}

.homepage .text-wrapper-41 {
  position: relative;
  align-self: stretch;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-border);
  font-size: var(--base-l-font-size);
  letter-spacing: var(--base-l-letter-spacing);
  line-height: var(--base-l-line-height);
  font-style: var(--base-l-font-style);
}

.homepage .arrow-left-sm-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 13px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-neutral-white-duplicate);
  border-radius: 50px;
  transform: rotate(180deg);
}

.homepage .arrow-left-sm {
  transform: rotate(-180deg);
  position: relative;
  width: 24px;
  height: 24px;
}

.homepage .icon-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 13px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--collection-1-neutral-white-duplicate);
  border-radius: 50px;
}

.homepage .frame-109 {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
  margin-top: 2rem;
}

/* Desktop carousel buttons - ensure visibility and hover effects */
@media (min-width: 769px) {
  .homepage .frame-109 {
    margin-top: 0;
    gap: 0;
  }
  
  .homepage .arrow-left-sm-wrapper,
  .homepage .icon-2 {
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .homepage .arrow-left-sm-wrapper:hover,
  .homepage .icon-2:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  
  .homepage .arrow-left-sm-wrapper:active,
  .homepage .icon-2:active {
    transform: scale(0.95);
  }
}

/* Pricing Section - From Price Folder */
.pricing-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 24px;
  position: relative;
  margin: 0 auto;
}

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

.pricing-title {
  font-family: 'Lato', sans-serif;
  color: var(--collection-1-neutral-main-text);
  font-size: 24px;
  line-height: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  margin: 0;
}

.pricing-header .pricing-title {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 481px) {
  .pricing-header .pricing-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (min-width: 769px) {
  .pricing-header .pricing-title {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 1201px) {
  .pricing-header .pricing-title {
    font-size: 38px;
    line-height: 45.6px;
  }
}

@media (max-width: 480px) {
  .pricing-header {
    align-items: flex-start;
    text-align: left;
  }

  .pricing-header .pricing-title {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    justify-content: flex-start;
  }

  .pricing-header .pricing-subtitle {
    text-align: left;
    justify-content: flex-start;
  }
}

.pricing-text {
  font-weight: 700;
  line-height: inherit;
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  font-size: inherit;
}

.pricing-highlight {
  font-size: 48px !important;
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
  line-height: inherit;
  font-size: inherit;
}

.pricing-subtitle {
  width: 100%;
  max-width: 420px;
  font-family: 'Lato', sans-serif;
  color: #818894;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  font-style: normal;
  margin: 0;
}

.pricing-header .pricing-subtitle {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 768px) {
.pricing-highlight {
  font-size: 22px !important;
}
}
@media (max-width: 480px) {
  .pricing-header .pricing-subtitle {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}

.pricing-cards {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap;
  overflow: visible;
  padding: 0 10px;
}

.pricing-card {
  position: relative;
  width: 200px;
  height: 280px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 9.02px rgba(213, 213, 213, 0.25);
  border: 1px solid #e0e0e0;
  overflow: visible;
}

.premium-card {
}

.popular-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6.35px;
  padding: 2.54px 6.35px;
  position: absolute;
  top: 2px;
  left: 36px;
  border-radius: 19.04px;
  background: linear-gradient(191deg, rgba(0, 120, 248, 1) 0%, rgba(9, 65, 235, 1) 100%);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 10.2px;
  letter-spacing: 0;
  line-height: 15.2px;
  white-space: nowrap;
}

.card-content {
  display: flex;
  flex-direction: column;
  width: 180px;
  align-items: flex-start;
  gap: 15px;
  position: absolute;
  top: 20px;
  left: 10px;
  overflow: visible;
}

.card-header {
  display: inline-flex;
  align-items: center;
  gap: 7.22px;
  position: relative;
  flex: 0 0 auto;
}

.card-icon {
  position: relative;
  width: 27.07px;
  height: 27.07px;
  aspect-ratio: 1;
}

.card-title-section {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-items: flex-start;
  position: relative;
}

.card-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -0.45px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #434b56;
  font-size: 17.1px;
  letter-spacing: 0;
  line-height: 20.6px;
  margin: 0;
}

.title-text {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #434b56;
  font-size: 17.1px;
  letter-spacing: 0;
  line-height: 20.6px;
}

.card-price {
  display: inline-flex;
  align-items: center;
  gap: 2.26px;
  position: relative;
  flex: 0 0 auto;
}

/* Premium Price Tooltip */
.premium-price-tooltip-wrapper {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.premium-card {
  position: relative;
  overflow: visible;
}

.premium-price-tooltip {
  position: absolute;
  top: calc(50% + 60px);
  left: calc(100% + 12px);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
  pointer-events: none;
  white-space: nowrap;
  display: block !important;
  width: 378px;
}

.premium-card:hover .premium-price-tooltip {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.tooltip-image {
  width: 378px;
  height: 217px;
  display: block;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.4));
}

/* Responsive tooltip sizing */
@media (max-width: 768px) {
  .tooltip-image {
    width: 300px;
    height: auto;
  }
  
  .premium-price-tooltip {
    margin-left: 8px;
  }
}

@media (max-width: 480px) {
  .tooltip-image {
    width: 250px;
    height: auto;
  }
  
  .premium-price-tooltip {
    margin-left: 6px;
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(0);
  }
}

.price-amount {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: -0.45px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  min-width: 40px;
}

.price-period {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #434b56;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.card-features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.feature-description {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.51px;
  padding: 4.51px;
  position: relative;
  flex: 0 0 auto;
  background-color: rgba(235, 236, 237, 0.5);
  border-radius: 7.22px;
}

.description-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138.97px;
  margin-top: -0.45px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #434b56;
  font-size: 7.2px;
  letter-spacing: 0;
  line-height: 10.8px;
  margin: 0;
}

.features-list {
  display: flex;
  flex-direction: column;
  width: 89.79px;
  align-items: flex-start;
  gap: 7.22px;
  position: relative;
  flex: 0 0 auto;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 3.61px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.feature-icon {
  position: relative;
  width: 13.54px;
  height: 13.54px;
  aspect-ratio: 1;
}

.feature-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #434b56;
  font-size: 7.2px;
  letter-spacing: 0;
  line-height: 10.8px;
  white-space: nowrap;
}

.pricing-button {
  all: unset;
  box-sizing: border-box;
  width: 88%;
  height: 23px;
  position: absolute;
  top: 209px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.51px;
  padding: 6.32px;
  background-color: #000000;
  border-radius: 22.56px;
  cursor: pointer;
}

.premium-button {
  top: 209px;
}

.button-text {
  position: relative;
  flex: 1;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 6.3px;
  text-align: center;
  letter-spacing: 0;
  line-height: 8.8px;
}

/* Mobile responsive fixes */
@media (max-width: 767px) {
  .pricing-section {
    padding: 0;
  }
  
  .pricing-cards {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
    overflow: visible !important;
  }
  
  .pricing-card {
    flex-shrink: 0;
    width: calc(50% - 5px); /* Ensure two cards fit per row with 10px gap */
    height: 260px;
  }
  
  .card-content {
    margin-top: 5px;
    width: calc(100% - 20px);
    gap: 12px;
  }
  
  .card-title-section {
    width: calc(100% - 35px);
  }
  
  .price-amount {
    font-size: 14px;
    line-height: 18px;
    min-width: 35px;
  }
  
  .price-period {
    font-size: 10px;
    line-height: 14px;
  }
  
  .card-title {
    font-size: 15px;
    line-height: 18px;
  }
  
  .title-text {
    font-size: 15px;
    line-height: 18px;
  }
}

/* Desktop styles */
@media (min-width: 768px) {
  .pricing-section {
    width: 100%;
    max-width: 900px;
    gap: 40px;
    padding: 0 40px;
    background-color: transparent;
  }

  .pricing-header {
    gap: 0;
    margin-bottom: 20px;
  }

  .pricing-title {
    font-size: 48px;
    line-height: 56px;
    height: auto;
    margin-bottom: 10px;
  }

  .pricing-text {
    font-size: 48px;
    line-height: 56px;
  }

  .pricing-subtitle {
    font-size: 18px;
    line-height: 24px;
    width: auto;
    height: auto;
    max-width: 600px;
    position: relative;
  }

  .pricing-cards {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
    justify-content: center;
    overflow: visible !important;
  }

  .pricing-card {
    width: 350px;
    height: auto;
    min-height: 500px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e5e7;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
  }

  .card-content {
    position: static;
    width: 100%;
    gap: 30px;
    height: 100%;
  }

  .card-header {
    gap: 15px;
    margin-bottom: 10px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-title {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
  }

  .title-text {
    font-size: 32px;
    line-height: 38px;
  }

  .card-price {
    gap: 8px;
    margin-top: 5px;
  }

  .price-amount {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
  }

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

  .feature-description {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .description-text {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }

  .features-list {
    width: 100%;
    gap: 15px;
  }

  .feature-item {
    gap: 12px;
    padding: 8px 0;
  }

  .feature-icon {
    width: 24px;
    height: 24px;
  }

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

  .pricing-button {
    position: static;
    width: 100%;
    height: 50px;
    margin-top: auto;
    border-radius: 25px;
    font-size: 16px;
  }

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

  .popular-badge {
    margin-top: 6px;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .homepage .frame-53 .component-5 {
    top: 45px !important;
    left: 70px !important;
    width: 10px !important;
    height: 10px !important;
    padding: 1.5px !important;
    border-radius: 5px !important;
  }
}

.homepage .footer {
  display: flex;
  flex-direction: column;
  width: 501px;
  align-items: flex-start;
  gap: 3.48px;
  padding: 10.43px 0px 0px;
  position: absolute;
  left: 1px;
  bottom: -159px;
  background-color: #ebeced;
  border-top-width: 0.35px;
  border-top-style: solid;
  border-color: var(--collection-1-neutral-border);
}

.homepage .conditions-d {
  width: 76.15px;
  height: 6.61px;
  margin-right: -45.95px;
  font-size: 5.6px;
  line-height: 8.3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-second-text);
  letter-spacing: 0;
  white-space: nowrap;
}

.homepage .socials {
  gap: 11.13px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.homepage .community-icon {
  position: relative;
  width: 13.91px;
  height: 13.91px;
  background-color: var(--collection-1-neutral-white);
  border-radius: 19.47px;
  overflow: hidden;
  backdrop-filter: blur(1.39px) brightness(100%);
  -webkit-backdrop-filter: blur(1.39px) brightness(100%);
}

.homepage .social-icon {
  top: -59404.62%;
  left: 19196.23%;
  position: absolute;
  width: 40%;
  height: 40%;
}

.homepage .community-icon-2 {
  position: relative;
  width: 13.91px;
  height: 13.91px;
  margin-top: -8266.55px;
  margin-right: -2565.62px;
}

.homepage .footer-copyright {
  display: inline-flex;
  align-items: flex-start;
  gap: 16.69px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .copyright-text {
  position: relative;
  width: fit-content;
  margin-top: -0.35px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-second-text);
  font-size: 5.6px;
  letter-spacing: 0;
  line-height: 8.3px;
  white-space: nowrap;
}

.homepage .mail {
  position: relative;
  width: 8.35px;
  height: 8.35px;
  margin-top: -8295.41px;
  margin-right: -2535.02px;
}

.homepage .user-info {
  display: inline-flex;
  align-items: center;
  gap: 4.17px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .user-name {
  position: relative;
  align-self: stretch;
  margin-top: -0.35px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--black);
  font-size: 5.6px;
  letter-spacing: 0;
  line-height: 8.3px;
}

.homepage .user-role {
  position: relative;
  align-self: stretch;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--1-color-modes-text-primary-sub);
  font-size: 5.6px;
  letter-spacing: 0;
  line-height: 8.3px;
}

.homepage .frame-235 {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  flex: 0 0 auto;
}

@media (min-width: 769px) {
  .homepage .frame-235 {
    gap: 3.75rem;
  }
}

@media (max-width: 768px) {
  .homepage .frame-235 {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

/* Hero Text Layout - Figma Design */
.homepage .hero-text-lines {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 12px;
  width: 100%;
  height: 383px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.homepage .hero-line-1,
.homepage .hero-line-2,
.homepage .hero-line-3 {
  font-family: 'Lato', sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 60px;
  line-height: 120%;
  display: flex;
  align-items: center;
  font-variant: small-caps;
  color: #FFFFFF;
  width: 100%;
  height: 72px;
}

.homepage .hero-line-4 {
  margin-top: -6px;
  font-variant: normal;
  font-family: 'Merriweather', serif !important;
  font-style: italic !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 60px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  height: 72px;
}

/* Responsive */
@media (max-width: 768px) {
  .homepage .hero-text-lines {
    width: 100%;
    max-width: 500px;
  }
  
  .homepage .hero-line-1,
  .homepage .hero-line-2,
  .homepage .hero-line-3,
  .homepage .hero-line-4 {
    font-size: 40px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .homepage .hero-text-lines {
    width: 100%;
    max-width: 100%;
    height: auto;
    gap: 4px;
  }
  
  .homepage .hero-line-1,
  .homepage .hero-line-2,
  .homepage .hero-line-3,
  .homepage .hero-line-4 {
    font-size: 20px;
    line-height: 1.1;
    height: auto;
    width: 100%;
  }
}

/* Mobile hamburger menu */

/* Touch-friendly buttons on mobile */
@media (max-width: 480px) {
  .homepage .button-19 {
    min-height: 44px;
    padding: 12px 20px;
    font-size: 16px;
  }
  
  .homepage .search-7 {
    min-height: 44px;
  }
  
  .homepage .frame-237 {
    min-height: 44px;
    padding: 10px 16px;
    position: absolute !important;
    margin-right: 0 !important;
  } 
}

/* Improved mobile spacing */
@media (max-width: 480px) {
  
  .homepage .frame-9 {
    margin-top: 0;
  }
}

.homepage .tab-horizontal-9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 0px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .tab-horizontal-10 {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--collection-1-neutral-second-text);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.homepage .input:focus,
.homepage .input:focus-visible,

.homepage .frame-116:hover .tooltip {
  display: flex;
}

/* Fix SVG icon color - change white to black */
.categories-new-icon img {
  filter: brightness(0);
}