<style>
/* NON-CRITICAL CSS - Interactions, animations, below-fold content */

/* Will-change optimizations - only loaded when needed */
.hero-vector.one,
.hero-vector.two,
.hero-image-svg,
.problem-vector.one,
.problem-vector.two,
.problem-svg,
.profile-vector.one,
.profile-vector.two,
.profile-vector.three,
.card-pricing,
.marquee-track {
  will-change: transform, opacity;
}

/* Animation keyframes */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Interactive hover effects */
.problem-container .m-svg {
  display: inline-block;     
  transform-origin: center;   
}

.problem-container:hover .m-svg {
  animation: spin 1s linear infinite;
}

/* Modal styles - loaded on demand */
.modal-wrapper {
  display: none;                   
  position: fixed;
  inset: 0;                        
  width: 100vw;
  height: auto;
  padding: 40px 0;
  background: rgba(0,0,0,0.7);     
  z-index: 9999;
  overflow-y: auto;
}

.modal {
  box-shadow: 0 8px 40px rgba(0,0,0,0.16);
  margin: 0;                      
  position: relative;
  z-index: 10000;
}

.exclude {
  cursor: pointer;
  transition: transform 0.16s cubic-bezier(.48,1.45,.45,1.02);
}

/* Pricing list styles */
ul.pricing-list {
  list-style: none;
  line-height: 1.5;            
}
ul.pricing-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0.5em;
}
ul.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;        
  width: 14px;
  height: 14px;
  background: url('https://cdn.prod.website-files.com/68229f83bf0abe4d557850d9/68550e3088d493bed40382e0_Vector-2.svg') no-repeat center/contain;
}

/* Card interaction styles */
@media (min-width: 1024px) {
  .card-test {
    will-change: transform;
    cursor: pointer;
    transition: box-shadow 0.2s;
  }
}

/* Footer styles */
.section-footer {
    position: relative;
}
.canvas-svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden; 
}

.footer-header {
    perspective: 600px;
}
.footer-header .switch {
    display: inline-block;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: 50% 50%;
}

/* FAQ interaction styles */
.question.open .question-heading,
.question.open .question-title {
  font-weight: 300 !important;
}

/* Card animations */
.card.purple.expand {
    will-change: transform, border-radius;
    backface-visibility: hidden;
    perspective: 1000px;
}

.card.purple.expand.fadeout {
    will-change: auto;
}

.chipwrappermain {
    will-change: box-shadow;
}

.chipwrappermain.shadow-active {
    will-change: auto;
}

.jiggle {
    will-change: transform;
}

.section-footer {
    will-change: transform, margin, border-radius;
}

.footer-header .switch {
    will-change: transform;
}

.canvas-svg {
    will-change: auto;
    contain: layout style paint;
}

.features-grid {
    contain: layout style;
}

/* Chip navigation styles */
.chipwrapper {
  transition: background-color 0.3s, border-color 0.3s;
}

#link-one.is-active {
  color: #fff9ef;
  background-color: #F05D2A;
  border-color: #F05D2A;
}

#link-two.is-active {
  color: #fff9ef;
  background-color: #7F87FF;
  border-color: #7F87FF;
}

#link-three.is-active {
  color: #fff9ef;
  background-color: #ED9FCE;
  border-color: #ED9FCE;
}

#link-four.is-active {
  color: #fff9ef;
  background-color: #0079FD;
  border-color: #0079FD;
}

#link-five.is-active {
  color: #fff9ef;
  background-color: #416D60;
  border-color: #416D60;
}

#link-six.is-active {
  color: #fff9ef;
  background-color: #FFB717;
  border-color: #FFB717;
}

#link-one.is-active h6,
#link-two.is-active h6,
#link-three.is-active h6,
#link-four.is-active h6,
#link-five.is-active h6,
#link-six.is-active h6{
  color: #fff9ef;
}

/* Chip wrapper animations */
.chipwrappermain { display: none; }
.chipwrappermain.visible { display: flex; }
.chipwrappermain .gap { 
  opacity: 0; 
  transform: translateY(-50px); 
  transition: transform .5s ease-out, opacity .5s ease-out; 
}
.chipwrappermain .gap.slide-in {
  opacity: 1;
  transform: translateY(0);
}

.chipwrappermain.hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity .3s, transform .3s;
}

.chip-group {
  transition: box-shadow 0.25s ease;
}
.chipwrappermain .chip-group .shadow {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

/* Folder component styles */
.folder-content {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.folder-content.active {
  opacity: 1;
}

.folder-tab {
  transform: translateY(6px);
}

.folder-tab.active {
  z-index: 10;
}

.folder-tooltip {
  position: fixed;
  display: none;
  pointer-events: none;
  padding: 8px 16px;
  background: #FFF9EF;
  border: 1px solid currentColor;
  color: currentColor;
  white-space: nowrap;
  border-radius: 24px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 9999;
}

.chevron-block img {
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
}

/* Folder wrapper layout */
.folder-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px; 
}

.folder-content {
  min-height: 100%; 
  height: auto; 
  align-items: flex-start; 
  padding: 20px; 
  box-sizing: border-box; 
}

.folder-content.active {
  position: relative; 
}

.folder-content:not(.active) {
  position: absolute; 
}

.folder-container {
  height: auto;
  display: flex; 
  flex-direction: column; 
  min-height: calc(70vh - 100px); 
}

.topics-list-wrapper {
  height: auto;
  flex: 1; 
}

.bottom-block {
  margin-top: auto; 
  padding-top: 32px;
}
</style>