/* =============================================
   ORIGINAL HOMEPAGE CSS - injected below
   ============================================= */

.homepage {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Fluid centering offset: 0 at viewports <= 1440px,
     grows to keep inner content equivalent to a 1440px-wide layout on wider screens.
     Sections add this to their existing horizontal padding so backgrounds extend full-bleed
     while content stays centered within ~1440px. */
  --center-pad: max(0px, calc((100vw - 1440px) / 2));
}

.homepage .frame {
  display: flex;
  z-index: 1;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

.homepage .hero {
  display: flex;
  align-items: center;
  padding: 128px calc(64px + var(--center-pad)) 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

.homepage .title {
  display: flex;
  flex-direction: column;
  max-width: 566px;
  width: 100%;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.homepage .hero-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: var(--color-style-primary-purple-50);
  color: var(--color-style-primary-purple-700);
  font-family: var(--body-text-sm-medium-font-family);
  font-weight: var(--body-text-sm-medium-font-weight);
  font-size: var(--body-text-sm-medium-font-size);
  line-height: var(--body-text-sm-medium-line-height);
  letter-spacing: 0.02em;
  border: 1px solid var(--color-style-primary-purple-200);
}

.homepage .hero-headline {
  position: relative;
  align-self: stretch;
  font-family: var(--heading-heading-lg-semibold-font-family);
  font-weight: var(--heading-heading-lg-semibold-font-weight);
  font-size: var(--heading-heading-lg-semibold-font-size);
  line-height: 1.15;
  color: var(--color-style-text-primary);
  margin: 0;
}

.homepage .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-lg-regular-font-family);
  font-weight: var(--body-text-lg-regular-font-weight);
  color: var(--color-style-text-secondary);
  font-size: var(--body-text-lg-regular-font-size);
  letter-spacing: var(--body-text-lg-regular-letter-spacing);
  line-height: var(--body-text-lg-regular-line-height);
  font-style: var(--body-text-lg-regular-font-style);
}

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

.homepage .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 0px 24px;
  flex: 0 0 auto;
  background-color: var(--color-style-primary-purple-600);
  border-radius: 100px;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepage .button:hover {
  background-color: var(--color-style-primary-purple-700);
  transform: scale(1.03);
}

.homepage .button-2 {
  display: flex;
  width: fit-content;
  font-family: var(--body-text-md-medium-font-family);
  font-weight: var(--body-text-md-medium-font-weight);
  color: var(--color-style-text-inverse-primary);
  font-size: var(--body-text-md-medium-font-size);
  letter-spacing: var(--body-text-md-medium-letter-spacing);
  line-height: var(--body-text-md-medium-line-height);
  white-space: nowrap;
  align-items: center;
  position: relative;
  font-style: var(--body-text-md-medium-font-style);
}

.homepage .icon-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

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

.homepage .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 0px 24px;
  flex: 0 0 auto;
  background-color: var(--color-style-primary-purple-600);
  border-radius: 100px;
  border: none;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepage .button-3:hover {
  background-color: var(--color-style-primary-purple-700);
  transform: scale(1.03);
}

.homepage .github-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.homepage .button-4 {
  display: flex;
  width: fit-content;
  font-family: var(--body-text-md-semibold-font-family);
  font-weight: var(--body-text-md-semibold-font-weight);
  color: var(--color-style-common-BW-white);
  font-size: var(--body-text-md-semibold-font-size);
  letter-spacing: var(--body-text-md-semibold-letter-spacing);
  line-height: var(--body-text-md-semibold-line-height);
  white-space: nowrap;
  align-items: center;
  position: relative;
  font-style: var(--body-text-md-semibold-font-style);
}

.homepage .line {
  position: absolute;
  top: 121px;
  left: 0;
  width: 1px;
  height: 1px;
}

.homepage .hero-2 {
  position: relative;
  flex: 1;
  min-width: 0;
  width: auto;
  max-width: 830px;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
}

.homepage .hero-3 {
  position: absolute;
  top: 138px;
  right: var(--center-pad);
  max-width: 806px;
  width: 55%;
  height: auto;
  aspect-ratio: 1.46;
}

.homepage .hero-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 32px calc(64px + var(--center-pad)) 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

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

.homepage .card-icon-small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
  border: 2px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.homepage .card-icon-small:hover {
  border-color: var(--color-style-primary-purple-500-base);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
}

.homepage .img-wrapper {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--color-style-surface-subtle);
  border-radius: 12px;
}

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

.homepage .text-wrapper-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-text-lg-medium-font-family);
  font-weight: var(--body-text-lg-medium-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--body-text-lg-medium-font-size);
  letter-spacing: var(--body-text-lg-medium-letter-spacing);
  line-height: var(--body-text-lg-medium-line-height);
  font-style: var(--body-text-lg-medium-font-style);
}

.homepage .p {
  position: relative;
  display: -webkit-box;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-md-regular-font-family);
  font-weight: var(--body-text-md-regular-font-weight);
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-md-regular-font-size);
  letter-spacing: var(--body-text-md-regular-letter-spacing);
  line-height: var(--body-text-md-regular-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: var(--body-text-md-regular-font-style);
}

.homepage .hero-5 {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 64px calc(64px + var(--center-pad));
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-style-surface-surface);
}

.homepage .frame-3 {
  position: relative;
  width: 100%;
  max-width: 502px;
  height: auto;
  aspect-ratio: 1;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  border-radius: 16px;
  background-image: url(./img/frame-2147224871.png);
  background-size: cover;
  background-position: 50% 50%;
  border-color: var(--color-style-border-subtle-for-soft-separators);
}

.homepage .header {
  flex: 1;
  min-width: 0;
  justify-content: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
}

.homepage .text-wrapper-3 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--heading-heading-lg-semibold-font-family);
  font-weight: var(--heading-heading-lg-semibold-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--heading-heading-lg-semibold-font-size);
  letter-spacing: var(--heading-heading-lg-semibold-letter-spacing);
  line-height: var(--heading-heading-lg-semibold-line-height);
  font-style: var(--heading-heading-lg-semibold-font-style);
}

.homepage .quadra-s-mission-is {
  position: relative;
  align-self: stretch;
  font-family: var(--body-text-lg-regular-font-family);
  font-weight: var(--body-text-lg-regular-font-weight);
  color: var(--color-style-text-secondary);
  font-size: var(--body-text-lg-regular-font-size);
  letter-spacing: var(--body-text-lg-regular-letter-spacing);
  line-height: var(--body-text-lg-regular-line-height);
  font-style: var(--body-text-lg-regular-font-style);
}

.homepage .hero-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 48px;
  padding: 64px calc(64px + var(--center-pad));
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

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

.homepage .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-heading-lg-semibold-font-family);
  font-weight: var(--heading-heading-lg-semibold-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--heading-heading-lg-semibold-font-size);
  text-align: center;
  letter-spacing: var(--heading-heading-lg-semibold-letter-spacing);
  line-height: var(--heading-heading-lg-semibold-line-height);
  font-style: var(--heading-heading-lg-semibold-font-style);
}

.homepage .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: var(--body-text-lg-regular-font-family);
  font-weight: var(--body-text-lg-regular-font-weight);
  color: var(--color-style-text-secondary);
  font-size: var(--body-text-lg-regular-font-size);
  text-align: center;
  letter-spacing: var(--body-text-lg-regular-letter-spacing);
  line-height: var(--body-text-lg-regular-line-height);
  font-style: var(--body-text-lg-regular-font-style);
}

.homepage .data-model-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(
    270deg,
    rgba(249, 250, 251, 0) 0%,
    rgba(249, 250, 251, 1) 100%
  );
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.homepage .data-model-card:hover {
  border-color: var(--color-style-primary-purple-500-base);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
}

.homepage .frame-4 {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: var(--color-style-surface-subtle);
  border-radius: 100px;
}

.homepage .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.homepage .text-wrapper-6 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-text-lg-medium-font-family);
  font-weight: var(--body-text-lg-medium-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--body-text-lg-medium-font-size);
  letter-spacing: var(--body-text-lg-medium-letter-spacing);
  line-height: var(--body-text-lg-medium-line-height);
  font-style: var(--body-text-lg-medium-font-style);
}

.homepage .text-wrapper-7 {
  position: relative;
  display: -webkit-box;
  align-items: center;
  flex: 1;
  align-self: stretch;
  font-family: var(--body-text-md-regular-font-family);
  font-weight: var(--body-text-md-regular-font-weight);
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-md-regular-font-size);
  letter-spacing: var(--body-text-md-regular-letter-spacing);
  line-height: var(--body-text-md-regular-line-height);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 0;
  -webkit-box-orient: vertical;
  font-style: var(--body-text-md-regular-font-style);
}

.homepage .hero-7 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 48px;
  padding: 86px calc(64px + var(--center-pad)) 64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-style-surface-surface);
}

.homepage .header-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  max-width: 720px;
}

.homepage .text-wrapper-8 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-heading-lg-semibold-font-family);
  font-weight: var(--heading-heading-lg-semibold-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--heading-heading-lg-semibold-font-size);
  letter-spacing: var(--heading-heading-lg-semibold-letter-spacing);
  line-height: var(--heading-heading-lg-semibold-line-height);
  font-style: var(--heading-heading-lg-semibold-font-style);
}

.homepage .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

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

.homepage .card-img {
  gap: 12px;
  padding: 24px;
  border: 1px solid;
  border-color: var(--color-style-border-subtle-for-soft-separators);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage .card-img:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.homepage .rectangle {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 240px;
}

.homepage .everything-in-one {
  display: flex;
  align-items: center;
  font-weight: var(--body-text-lg-semibold-font-weight);
  font-size: var(--body-text-lg-semibold-font-size);
  position: relative;
  align-self: stretch;
  font-family: var(--body-text-lg-semibold-font-family);
  color: var(--color-style-text-primary);
  letter-spacing: var(--body-text-lg-semibold-letter-spacing);
  line-height: var(--body-text-lg-semibold-line-height);
  font-style: var(--body-text-lg-semibold-font-style);
}

.homepage .portfolios {
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-sm-regular-font-size);
  line-height: var(--body-text-sm-regular-line-height);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .frame-7 {
  display: flex;
  align-items: stretch;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--color-style-border-subtle-for-soft-separators);
  overflow: hidden;
}

.homepage .wording-only-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 96px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-style-surface-default);
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--color-style-border-subtle-for-soft-separators);
  transition: background 0.4s ease, border-radius 0.4s ease;
  cursor: pointer;
}

.homepage .wording-only-card:first-child {
  border-radius: 16px 0 0 16px;
}

.homepage .wording-only-card:last-child {
  border-radius: 0 16px 16px 0;
}

.homepage .wording-only-card .div-wrapper {
  transition: background-color 0.4s ease;
}

.homepage .wording-only-card .text-wrapper-9 {
  transition: color 0.4s ease;
}

.homepage .wording-only-card .everything-in-one-2,
.homepage .wording-only-card .everything-in-one-3 {
  transition: color 0.4s ease;
}

.homepage .wording-only-card .portfolios-2 {
  transition: color 0.4s ease;
}

.homepage .wording-only-card:hover {
  background: linear-gradient(
    180deg,
    var(--color-style-secondary-soft-purple-300) 0%,
    var(--color-style-primary-purple-500-base) 100%
  );
  border-radius: 16px;
}

.homepage .wording-only-card:hover .div-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}

.homepage .wording-only-card:hover .text-wrapper-9 {
  color: var(--color-style-primary-purple-700);
}

.homepage .wording-only-card:hover .everything-in-one-2,
.homepage .wording-only-card:hover .everything-in-one-3 {
  color: #ffffff;
}

.homepage .wording-only-card:hover .portfolios-2 {
  color: rgba(255, 255, 255, 0.85);
}

.homepage .div-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-style-surface-surface);
  border-radius: 100px;
  border-color: var(--color-style-border-minimal);
  transition: background-color 0.35s ease;
}

.homepage .text-wrapper-9 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-text-sm-medium-font-family);
  font-weight: var(--body-text-sm-medium-font-weight);
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-sm-medium-font-size);
  letter-spacing: var(--body-text-sm-medium-letter-spacing);
  line-height: var(--body-text-sm-medium-line-height);
  font-style: var(--body-text-sm-medium-font-style);
  transition: color 0.35s ease;
}

.homepage .everything-in-one-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--heading-heading-xs-medium-font-weight);
  font-size: var(--heading-heading-xs-medium-font-size);
  text-align: center;
  position: relative;
  align-self: stretch;
  font-family: var(--heading-heading-xs-medium-font-family);
  color: var(--color-style-text-primary);
  letter-spacing: var(--heading-heading-xs-medium-letter-spacing);
  line-height: var(--heading-heading-xs-medium-line-height);
  font-style: var(--heading-heading-xs-medium-font-style);
  transition: color 0.35s ease;
}

.homepage .portfolios-2 {
  justify-content: center;
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-md-regular-font-size);
  text-align: center;
  line-height: var(--body-text-md-regular-line-height);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-md-regular-font-family);
  font-weight: var(--body-text-md-regular-font-weight);
  letter-spacing: var(--body-text-md-regular-letter-spacing);
  font-style: var(--body-text-md-regular-font-style);
  transition: color 0.35s ease;
}

.homepage .everything-in-one-3 {
  font-weight: var(--heading-heading-xs-medium-font-weight);
  font-size: var(--heading-heading-xs-medium-font-size);
  text-align: center;
  position: relative;
  align-self: stretch;
  font-family: var(--heading-heading-xs-medium-font-family);
  color: var(--color-style-text-primary);
  letter-spacing: var(--heading-heading-xs-medium-letter-spacing);
  line-height: var(--heading-heading-xs-medium-line-height);
  font-style: var(--heading-heading-xs-medium-font-style);
  transition: color 0.35s ease;
}

.homepage .hero-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  padding: 48px calc(64px + var(--center-pad));
  position: relative;
  flex: 0 0 auto;
  background-color: var(--color-style-surface-surface);
}

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

.homepage .text-wrapper-10 {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 653px;
  width: 100%;
  font-family: var(--body-text-lg-regular-font-family);
  font-weight: var(--body-text-lg-regular-font-weight);
  color: var(--color-style-text-secondary);
  font-size: var(--body-text-lg-regular-font-size);
  letter-spacing: var(--body-text-lg-regular-letter-spacing);
  line-height: var(--body-text-lg-regular-line-height);
  font-style: var(--body-text-lg-regular-font-style);
}

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

.homepage .card-imgrect,
.homepage .card-imgrect-2,
.homepage .card-imgrect-3 {
  padding: 24px;
  border: 1px solid var(--color-style-border-subtle-for-soft-separators);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.homepage .card-imgrect:hover,
.homepage .card-imgrect-2:hover,
.homepage .card-imgrect-3:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.homepage .card-imgrect {
  gap: 16px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
}

.homepage .rectangle-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 200px;
}

.homepage .everything-in-one-4 {
  display: flex;
  align-items: center;
  font-weight: var(--heading-heading-xs-semibold-font-weight);
  font-size: var(--heading-heading-xs-semibold-font-size);
  position: relative;
  align-self: stretch;
  font-family: var(--heading-heading-xs-semibold-font-family);
  color: var(--color-style-text-primary);
  letter-spacing: var(--heading-heading-xs-semibold-letter-spacing);
  line-height: var(--heading-heading-xs-semibold-line-height);
  font-style: var(--heading-heading-xs-semibold-font-style);
}

.homepage .portfolios-3 {
  color: var(--color-style-text-secondary);
  font-size: var(--body-text-md-regular-font-size);
  line-height: var(--body-text-md-regular-line-height);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-md-regular-font-family);
  font-weight: var(--body-text-md-regular-font-weight);
  letter-spacing: var(--body-text-md-regular-letter-spacing);
  font-style: var(--body-text-md-regular-font-style);
}

.homepage .card-imgrect-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
}

.homepage .card-imgrect-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex: 1;
  flex-grow: 1;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
}

.homepage .nav-landing-page {
  display: flex;
  z-index: 3;
  width: 100%;
  height: 72px;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-style-border-minimal);
}

.homepage .frame-9 {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0px 48px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  max-width: 1440px;
}

.homepage .quadra-logo {
  position: relative;
  width: 127px;
  height: 31px;
}

.homepage .button-5 {
  display: inline-flex;
  gap: 16px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.homepage .button-6 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  gap: 8px;
  padding: 0px 12px;
  flex: 0 0 auto;
  border-radius: 100px;
  align-items: center;
  position: relative;
}

.homepage .button-7 {
  display: flex;
  width: fit-content;
  font-family: var(--body-text-md-medium-font-family);
  font-weight: var(--body-text-md-medium-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--body-text-md-medium-font-size);
  letter-spacing: var(--body-text-md-medium-letter-spacing);
  line-height: var(--body-text-md-medium-line-height);
  white-space: nowrap;
  align-items: center;
  position: relative;
  font-style: var(--body-text-md-medium-font-style);
  transition: color 0.2s ease;
}

.homepage .button-6:hover .button-7 {
  color: var(--color-style-primary-purple-500-base);
}

.homepage .button-7-active {
  display: flex;
  width: fit-content;
  font-family: var(--body-text-md-medium-font-family);
  font-weight: var(--body-text-md-medium-font-weight);
  color: var(--color-style-text-brand);
  font-size: var(--body-text-md-medium-font-size);
  letter-spacing: var(--body-text-md-medium-letter-spacing);
  line-height: var(--body-text-md-medium-line-height);
  white-space: nowrap;
  align-items: center;
  position: relative;
  font-style: var(--body-text-md-medium-font-style);
  transition: color 0.2s ease;
}

.homepage .button-6:hover .button-7-active {
  color: var(--color-style-primary-purple-700);
}

.homepage .button-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 32px;
  gap: 12px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.homepage .button-8 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  gap: 8px;
  padding: 0px 16px;
  flex: 0 0 auto;
  margin-top: -4.00px;
  margin-bottom: -4.00px;
  background-color: var(--color-style-primary-purple-500-base);
  border-radius: 100px;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepage .button-8:hover {
  background-color: var(--color-style-primary-purple-700);
}

.homepage .github-cta-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.homepage .text-wrapper-11 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: var(--body-text-md-bold-font-family);
  font-weight: var(--body-text-md-bold-font-weight);
  color: var(--color-style-text-inverse-primary);
  font-size: var(--body-text-md-bold-font-size);
  letter-spacing: var(--body-text-md-bold-letter-spacing);
  line-height: var(--body-text-md-bold-line-height);
  white-space: nowrap;
  font-style: var(--body-text-md-bold-font-style);
}

.homepage .enter-wrapper {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  padding: 3px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.homepage .enter {
  position: relative;
  width: 12px;
  height: 12px;
}

.homepage .footer-final {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.homepage .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 86px;
  padding: 196px calc(64px + var(--center-pad));
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #0a0d2e 0%, #1a1247 50%, #0a0d2e 100%);
}

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

.homepage .explore-the-quadra {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: var(--color-style-text-inverse-primary);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 48px;
}

.homepage .span {
  font-weight: var(--heading-heading-lg-medium-font-weight);
  font-family: var(--heading-heading-lg-medium-font-family);
  font-style: var(--heading-heading-lg-medium-font-style);
  letter-spacing: var(--heading-heading-lg-medium-letter-spacing);
  line-height: var(--heading-heading-lg-medium-line-height);
  font-size: var(--heading-heading-lg-medium-font-size);
}

.homepage .text-wrapper-12 {
  font-size: var(--body-text-lg-regular-font-size);
  line-height: var(--body-text-lg-regular-line-height);
  font-family: var(--body-text-lg-regular-font-family);
  font-style: var(--body-text-lg-regular-font-style);
  font-weight: var(--body-text-lg-regular-font-weight);
  letter-spacing: var(--body-text-lg-regular-letter-spacing);
}

.homepage .button-9 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 0px 24px;
  background-color: var(--color-style-primary-purple-500-base);
  border-radius: 100px;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.homepage .button-9:hover {
  background-color: var(--color-style-primary-purple-700);
}

.homepage .footer {
  align-items: center;
  gap: 86px;
  padding: 32px calc(64px + var(--center-pad));
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1px;
  background-color: var(--color-style-surface-inverse);
  display: flex;
  position: relative;
}

.homepage .footer-section {
  min-width: 150px;
  flex: 0 0 auto;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
}

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

.homepage .quadra-logo-wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.homepage .quadra-logo-2 {
  position: relative;
  width: 127px;
  height: 31px;
  margin-right: -16.00px;
}

.homepage .text-wrapper-13 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-inverse-primary);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

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

.homepage .div-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.homepage .socmed {
  position: relative;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
}

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

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

.homepage .footer-section-2 {
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
}

.homepage .text-wrapper-14 {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-inverse-primary);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .items {
  margin-top: -1.00px;
  color: var(--color-style-text-disabled);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .items-2 {
  color: var(--color-style-text-disabled);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .footer-section-3 {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.homepage .text-wrapper-15 {
  opacity: 0;
  color: var(--color-style-text-inverse-primary);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .items-3 {
  opacity: 0;
  color: var(--color-style-text-disabled);
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .sub-footer {
  display: flex;
  height: 65px;
  align-items: center;
  gap: 64px;
  padding: 24px calc(64px + var(--center-pad));
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-top: -1px;
  background-color: var(--color-style-surface-inverse);
  border: 1px solid;
  border-color: var(--color-style-surface-inverse);
}

.homepage .copyright-by {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: -3.50px;
  margin-bottom: -1.50px;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-inverse-primary);
  font-size: var(--body-text-sm-regular-font-size);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  font-style: var(--body-text-sm-regular-font-style);
}

.homepage .github-source-link {
  color: var(--color-style-text-inverse-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease;
}

.homepage .github-source-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.homepage .github-icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.homepage .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -2.50px;
  margin-bottom: -2.50px;
}

.homepage .text-wrapper-16 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-disabled);
  font-size: var(--body-text-sm-regular-font-size);
  text-align: right;
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  line-height: var(--body-text-sm-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-text-sm-regular-font-style);
}

/* Footer link hover effects */
.homepage .items:hover,
.homepage .items-2:hover,
.homepage .text-wrapper-16:hover {
  font-weight: 600;
  text-decoration: underline;
}

/* Social media icons row: tight grouping instead of space-between */
.homepage .social-icons {
  justify-content: flex-start;
  gap: 16px;
}

/* GitHub icon used as a social media icon (github-icon.svg uses currentColor; invert to white) */
.homepage .socmed-github {
  filter: brightness(0) invert(1);
}

/* Inline GitHub icon next to the GitHub link in the Resources column */
.homepage .resource-github-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.homepage .resource-github-icon {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1) opacity(0.7);
  flex-shrink: 0;
}

/* =============================================
   MOBILE RESPONSIVE - max-width: 768px
   ============================================= */
@media (max-width: 768px) {
  /* Hero: stack text + image vertically */
  .homepage .hero {
    flex-direction: column;
    padding: 100px 24px 32px;
    min-width: 0;
  }

  .homepage .title {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    align-items: flex-start;
  }

  .homepage .hero-badge {
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
  }

  .homepage .hero-headline {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .homepage .div {
    flex-wrap: wrap;
    gap: 12px;
    min-width: 0;
  }

  .homepage .hero-2 {
    max-width: 100%;
    width: 100%;
  }

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

  /* Feature cards: stack vertically */
  .homepage .hero-4 {
    padding: 24px;
  }

  .homepage .div-2 {
    flex-direction: column;
  }

  /* Mission section: stack image + text */
  .homepage .hero-5 {
    flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
  }

  .homepage .frame-3 {
    max-width: 100%;
  }

  /* Data Model + Built for teams sections */
  .homepage .hero-6 {
    padding: 32px 24px;
    gap: 32px;
  }

  .homepage .header-2 {
    padding: 0;
  }

  /* Open by design: tighten padding, stack cards */
  .homepage .hero-7 {
    padding: 32px 24px;
    gap: 24px;
  }

  .homepage .frame-6 {
    flex-direction: column;
  }

  /* Built for teams cards: stack */
  .homepage .frame-7 {
    flex-direction: column;
    border-radius: 16px;
  }

  .homepage .wording-only-card {
    padding: 48px 24px;
    border-right: none;
    border-bottom: 1px solid var(--color-style-border-subtle-for-soft-separators);
  }

  .homepage .wording-only-card:last-child {
    border-bottom: none;
  }

  .homepage .wording-only-card:first-child {
    border-radius: 16px 16px 0 0;
  }

  .homepage .wording-only-card:last-child {
    border-radius: 0 0 16px 16px;
  }

  /* How we work cards: stack */
  .homepage .hero-8 {
    padding: 32px 24px;
  }

  .homepage .frame-8 {
    flex-direction: column;
  }

  /* Nav: reduce padding, keep horizontal but tighter */
  .homepage .nav-landing-page {
    padding: 0;
    height: 60px;
  }

  .homepage .frame-9 {
    padding: 0px 16px;
    height: 100%;
  }

  .homepage .button-5 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .homepage .button-wrapper {
    all: unset;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--color-style-border-minimal);
  }

  /* Footer */
  .homepage .frame-wrapper {
    padding: 96px 24px;
  }

  .homepage .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 32px;
  }

  .homepage .frame-12 {
    width: 100%;
    align-items: flex-start;
  }

  .homepage .frame-13 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .homepage .footer-section-2,
  .homepage .footer-section-3 {
    align-self: stretch;
    width: 100%;
  }

  .homepage .sub-footer {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 12px;
    padding: 16px 24px;
  }

  .homepage .explore-the-quadra {
    font-size: 32px;
    line-height: 36px;
  }
}
