:root {
  /* Colors */
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --accent-color: rgba(0, 0, 0, 0.5);
  --separator-color: rgba(0, 0, 0, 0.25);
  --decorator-color: #2d2d2d;
  --hover-color: #444444;
  
  /* Spacing */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  
  /* Border radius */
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  
  /* Transitions */
  --transition-speed: 0.3s;
}

/* Commenting out unused .test class and its universal selector rule
.test,
.test * {
  box-sizing: border-box;
}

.test {
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
*/

.section {
  padding: var(--spacing-lg) 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 720px;
  max-width: 100%;
  position: relative;
}

.header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}



/* This is the primary menu class definition */
.section > .menu {
  padding: var(--spacing-md) 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--secondary-color);
  align-self: flex-start;
}

.menu-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.menu-separator {
  margin-top: -0.5px;
  border-style: solid;
  border-color: var(--separator-color);
  border-width: 0.5px 0 0 0;
  width: 100%;
  height: 0px;
}



.a {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: color var(--transition-speed);
  text-decoration: none;
}

.a:hover {
  color: var(--hover-color);
  text-decoration: underline;
}




.cats {
  flex-shrink: 0;
  width: 85px;
  height: 62px;
  position: absolute;
  right: 10px;
  bottom: -9px;
  overflow: hidden;
}

.marcel {
  width: 60%;
  height: auto;
  position: absolute;
  left: 84.74px;
  top: 0px;
  transform: translate(-50.45px, 0px);
  overflow: visible;
}

.jan {
  width: 68.71%;
  height: 77.88%;
  position: absolute;
  right: 31.29%;
  left: 0%;
  bottom: 0.57%;
  top: 21.55%;
  overflow: visible;
}

.list {
  padding: var(--spacing-sm) 0px var(--spacing-sm) 0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.p2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.label {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.separator-hr {
  border: none;
  border-top: 1px solid var(--separator-color);
  width: 100%;
  max-width: 720px;
  margin: var(--spacing-md) 0;
}

.case, .case2 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.author {
  padding: var(--spacing-sm) 0px var(--spacing-sm) 0px;
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.avatar3 {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  position: relative;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: var(--border-radius-sm);
}

.frame-26080349 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.gleb-demchuk {
  color: var(--primary-color);
  text-align: left;
  font-family: var(--h4-font-family, "HelveticaNeue-Bold", sans-serif);
  font-size: var(--h4-font-size, 18px);
  line-height: var(--h4-line-height, 22px);
  letter-spacing: var(--h4-letter-spacing, -0.02em);
  font-weight: var(--h4-font-weight, 700);
  position: relative;
}

.price {
  padding: var(--spacing-sm) 0px var(--spacing-sm) 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.final {
  background: var(--primary-color);
  padding: 48px 0px 32px 0px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.meow-wau {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 720px;
  position: relative;
}

.h-meow-wau {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-sm);
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.mew-wau {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.mew-wau2 {
  flex-shrink: 0;
  width: 100%;
  max-width: 842px;
  height: auto;
  max-height: 683px;
  position: relative;
  overflow: visible;
}


.mewwaupic {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 2%;
  z-index: 2;
  overflow: visible;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 720px;
  position: relative;
  margin-top: var(--spacing-xl);
}

.year {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

._2025 {
  color: var(--secondary-color);
  text-align: left;
  font-family: var(--h4-font-family, "HelveticaNeue-Bold", sans-serif);
  font-size: var(--h4-font-size, 18px);
  line-height: var(--h4-line-height, 22px);
  letter-spacing: var(--h4-letter-spacing, -0.02em);
  font-weight: var(--h4-font-weight, 700);
  position: relative;
  width: 100%;
  max-width: 640px;
}

.a2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: color var(--transition-speed);
  text-decoration: none;
}

.a2:hover {
  color: #cccccc;
}

.mailto {
  color: var(--secondary-color);
  text-align: left;
  font-family: var(--h4-font-family, "HelveticaNeue-Bold", sans-serif);
  font-size: var(--h4-font-size, 18px);
  line-height: var(--h4-line-height, 22px);
  letter-spacing: var(--h4-letter-spacing, -0.02em);
  font-weight: var(--h4-font-weight, 700);
  position: relative;
  width: 100%;
  max-width: 640px;
}

/* Media query for mobile responsiveness */
@media (max-width: 720px) {
  .section, 
  .section-content,
  .separator,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  
  .header {
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: flex-start;
  }
  
  .avatar-lg {
    width: 120px;
    height: 120px;
  }
  
  .menu-links {
    justify-content: flex-start;
  }
  
  .cats {
    right: 0;
  }
  
  .btn {
    align-self: stretch;
    width: 100%;
  }
  
  .section-image {
    width: 100%; /* Take full width on mobile */
  }
  
  .mew-wau2 {
    height: auto;
    width: 100%;
  }

  /* Responsive text changes */
  .desktop-text {
    display: none;
  }
  .mobile-text {
    display: inline;
  }
}

/* Figma Styles of your File */
:root {
  /* Fonts */
  --h1-font-family: HelveticaNeue-Bold, sans-serif;
  --h1-font-size: 34px;
  --h1-line-height: 40px;
  --h1-font-weight: 700;
  --h1-font-style: normal;
  --h4-font-family: HelveticaNeue-Bold, sans-serif;
  --h4-font-size: 18px;
  --h4-line-height: 22px;
  --h4-font-weight: 700;
  --h4-font-style: normal;
  --p-regular-font-family: HelveticaNeue-Medium, sans-serif;
  --p-regular-font-size: 34px;
  --p-regular-line-height: 38px;
  --p-regular-font-weight: 500;
  --p-regular-font-style: normal;
  --p-bold-font-family: HelveticaNeue-Bold, sans-serif;
  --p-bold-font-size: 34px;
  --p-bold-line-height: 38px;
  --p-bold-font-weight: 700;
  --p-bold-font-style: normal;
}

/* Reset Styles */
a, button, input, select, h1, h2, h3, h4, h5, * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  background: none;
  -webkit-font-smoothing: antialiased;
}

menu, ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Typography System */
.text-h1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  letter-spacing: -0.03em;
  font-weight: var(--h1-font-weight);
}

.text-h4 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
  letter-spacing: -0.02em;
  font-weight: var(--h4-font-weight);
}

.text-p-regular {
  font-family: var(--p-regular-font-family);
  font-size: var(--p-regular-font-size);
  line-height: var(--p-regular-line-height);
  letter-spacing: -0.03em;
  font-weight: var(--p-regular-font-weight);
}

.text-p-bold {
  font-family: var(--p-bold-font-family);
  font-size: var(--p-bold-font-size);
  line-height: var(--p-bold-line-height);
  letter-spacing: -0.03em;
  font-weight: var(--p-bold-font-weight);
}

/* Text Colors */
.text-dark {
  color: var(--primary-color);
}

.text-light {
  color: var(--secondary-color);
}

.text-muted {
  color: var(--accent-color);
}

/* Layout Components */
.container {
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.section {
  padding: var(--spacing-lg) 0 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 720px;
  position: relative;
}

.section-content {
  padding: var(--spacing-md) 64px 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  position: relative;
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
}

.flex-1 {
  flex: 1;
}

/* Avatar Components */
.avatar-lg {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  position: relative;
  aspect-ratio: 1;
}

.avatar-sm {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  position: relative;
  border-radius: var(--border-radius-sm);
  object-fit: cover;
  aspect-ratio: 1;
}

.img-cover {
  background: linear-gradient(
      to left,
      rgba(72, 72, 72, 0.8),
      rgba(72, 72, 72, 0.8)
    ),
    radial-gradient(
      closest-side,
      rgba(241, 241, 241, 0.5) 0%,
      rgba(230, 230, 230, 0.5) 100%
    ),
    linear-gradient(to left, #ffffff, #ffffff);
  border-radius: var(--border-radius-sm);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}

/* List Components */
.list {
  padding: var(--spacing-sm) 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: flex-start;
  width: 100%;
}

.list-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.list-decorator {
  background: var(--decorator-color);
  border-radius: var(--border-radius-sm);
  align-self: stretch;
  width: 18px;
}

.list-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  flex: 1;
}

.list-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* UI Elements */
.btn {
  border-radius: var(--border-radius-md);
  padding: 12px 32px 16px 32px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color var(--transition-speed);
  text-decoration: none;
}

.btn-primary {
  background: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--hover-color);
}

.btn-secondary {
  background: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: #f0f0f0;
}

.link {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color var(--transition-speed);
  text-decoration: none;
}

.link-dark {
  color: var(--primary-color);
}

.link-dark:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.link-light {
  color: var(--secondary-color);
}

.link-light:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.separator {
  border: none;
  border-top: 1px solid var(--separator-color);
  width: 100%;
  margin: var(--spacing-xl) 0;
  max-width: 720px;
}

/* Header Components */
.header {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  width: 100%;
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: flex-start;
  flex: 1;
}

/* Content Components */
.content-paragraph {
  padding: var(--spacing-sm) 0;
}

/* Image Components */
.section-image {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

/* Testimonial Components */
.testimonial {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: flex-start;
  width: 100%;
}

.testimonial-author {
  padding: var(--spacing-sm) 0;
  display: flex;
  flex-direction: row;
  gap: 13px;
  align-items: center;
  width: 100%;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  align-items: flex-start;
}

/* Price Components */
.price-section {
  padding: var(--spacing-sm) 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

/* CTA Components */
.cta-section {
  padding: var(--spacing-lg) 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
}

.cta-label {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Footer Components */
.footer-section {
  background: var(--primary-color);
  padding: 48px 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  align-items: center;
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  padding-bottom: var(--spacing-xl);
  margin-top: var(--spacing-xl);
}

.footer-year {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Default state: hide mobile text */
.mobile-text {
  display: none;
}

/* Media Queries */
@media (max-width: 720px) {
  .section, 
  .section-content,
  .separator,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  
  .header {
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: flex-start;
  }
  
  .avatar-lg {
    width: 120px;
    height: 120px;
  }
  
  .menu-links {
    justify-content: flex-start;
  }
  
  .cats {
    right: 0;
  }
  
  .btn {
    align-self: stretch;
    width: 100%;
  }
  
  .section-image {
    width: 100%; /* Take full width on mobile */
  }
  
  .mew-wau2 {
    height: auto;
    width: 100%;
  }

  /* Swap text visibility on mobile */
  .desktop-text {
    display: none;
  }
  .mobile-text {
    display: inline; 
  }
}

html {
  scroll-behavior: smooth;
}

/* Content Components */
#strategist .section-image {
  margin-top: -var(--spacing-xl); /* Negative margin for optical compensation */
}

.content-paragraph {
  padding: var(--spacing-sm) 0;
}

.bi-star-fill {
  margin-bottom: -0.05em;
}

/* Media Query for smaller screens */
@media (max-width: 430px) {
  .list-decorator {
    width: 12px;
  }

  .text-h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-p-regular,
  .text-p-bold {
    font-size: 28px;
    line-height: 32px;
  }

  .text-h4 {
    font-size: 14px;
    line-height: 17px; /* Adjusted proportionally from 22/18 */
  }

  .list-item {
    gap: 16px;
  }

  .avatar-sm {
    width: 60px;
    height: 60px;
  }
}

/* Reduce margin between stars in Founder stats */
.section-content#founder .text-h4 > .bi-star-fill {
  margin-right: -0.1em; /* Using negative margin to overlap */
}

/* Add this new rule */
.cats-animated {
}