.product {
  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. */
  --center-pad: max(0px, calc((100vw - 1440px) / 2));
}

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

.product .hero {
  height: 518px;
  align-items: center;
  padding: 86px calc(24px + var(--center-pad)) 12px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.product .header-wrapper {
  align-items: center;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  margin-right: -1.00px;
  border-radius: 32px;
  background: linear-gradient(135deg, #1a1033 0%, #2d1b4e 40%, #1e1145 100%);
  display: flex;
  position: relative;
  border-color: var(--color-style-border-subtle-for-soft-separators);
}

.product .header {
  align-items: center;
  justify-content: center;
  padding: 0px 128px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

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

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

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

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

.product .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: 1px solid transparent;
  transition: background-color 0.2s ease;
}

.product .card-icon-small:hover {
  background-color: var(--color-style-surface-subtle);
}

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

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

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

.product .everything-in-one {
  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);
}

.product .portfolios {
  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);
}

.product .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.product .button-2 {
  display: flex;
  width: fit-content;
  font-family: var(--body-text-sm-medium-font-family);
  font-weight: var(--body-text-sm-medium-font-weight);
  color: var(--color-style-text-brand);
  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);
  align-items: center;
  position: relative;
  font-style: var(--body-text-sm-medium-font-style);
}

.product .icon-placeholder {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  aspect-ratio: 1;
}

.product .arrow-narrow-right {
  position: relative;
  width: 18px;
  height: 18px;
}

.product .p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  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);
  font-style: var(--body-text-md-regular-font-style);
}

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

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

.product .text-wrapper-2 {
  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);
}

.product .text-wrapper-3 {
  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);
}

.product .frame-3 {
  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);
}

.product .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;
}

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

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

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

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

.product .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;
}

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

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

.product .everything-in-one-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-heading-xs-medium-font-family);
  font-weight: var(--heading-heading-xs-medium-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--heading-heading-xs-medium-font-size);
  text-align: center;
  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);
}

.product .portfolios-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  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);
  font-style: var(--body-text-md-regular-font-style);
}

.product .everything-in-one-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--heading-heading-xs-medium-font-family);
  font-weight: var(--heading-heading-xs-medium-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--heading-heading-xs-medium-font-size);
  text-align: center;
  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);
}

/* Data Model Section */
.product .hero-4 {
  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;
}

.product .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;
}

.product .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);
}

.product .dm-icon {
  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;
}

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

.product .dm-title {
  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);
}

.product .dm-subtitle {
  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;
}

.product .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);
}

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

.product .frame-4 > a {
  flex-shrink: 0;
}

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

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

.product .button-4 {
  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;
  cursor: pointer;
}

.product .button-5 {
  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;
}

.product .button-4:hover .button-5 {
  color: var(--color-style-primary-purple-700);
}

.product .button-6 {
  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;
}

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

.product .button-wrapper {
  display: inline-flex;
  height: 32px;
  gap: 12px;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}

.product .button-7 {
  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;
}

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

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

.product .text-wrapper-4 {
  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);
}

.product .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);
}

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

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

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

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

.product .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;
}

.product .span {
  font-weight: 500;
}

.product .text-wrapper-5 {
  font-weight: 500;
  font-size: 16px;
}

.product .text-wrapper-6 {
  font-size: var(--body-text-xl-regular-font-size);
  line-height: var(--body-text-xl-regular-line-height);
  font-family: var(--body-text-xl-regular-font-family);
  font-style: var(--body-text-xl-regular-font-style);
  font-weight: var(--body-text-xl-regular-font-weight);
  letter-spacing: var(--body-text-xl-regular-letter-spacing);
}

.product .button-8 {
  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;
}

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

.product .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;
}

.product .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;
}

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

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

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

.product .text-wrapper-7 {
  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);
}

.product .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product .div-4 {
  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;
}

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

.product .div-wrapper {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
}

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

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

.product .text-wrapper-8 {
  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);
}

.product .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);
}

.product .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);
}

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

.product .text-wrapper-9 {
  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);
}

.product .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);
}

.product .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);
}

.product .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-disabled);
  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);
}

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

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

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

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

.product .text-wrapper-10 {
  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 */
.product .items:hover,
.product .items-2:hover,
.product .text-wrapper-10:hover {
  font-weight: 600;
  text-decoration: underline;
}

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

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

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

.product .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 vertically */
  .product .hero {
    flex-direction: column;
    padding: 100px 24px 32px;
    height: auto;
  }

  .product .header-wrapper {
    max-width: 100%;
  }

  .product .header {
    padding: 32px 24px;
  }

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

  .product .div {
    font-size: 16px;
    line-height: 24px;
  }

  /* Feature cards: stack */
  .product .hero-2 {
    padding: 24px;
  }

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

  /* Product sections with cards */
  .product .hero-3 {
    padding: 32px 24px;
  }

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

  .product .frame-3 {
    flex-direction: column;
  }

  .product .wording-only-card {
    padding: 48px 24px;
  }

  /* Data Model section */
  .product .hero-4 {
    padding: 32px 24px;
    gap: 32px;
  }

  /* Nav: mobile compact */
  .product .nav-landing-page {
    padding: 0;
    height: 60px;
  }

  .product .frame-4 {
    padding: 0px 16px;
    height: 100%;
  }

  .product .button-3 {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .product .button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    padding-top: 12px;
    border-top: 1px solid var(--color-style-border-minimal);
  }

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

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

  .product .div-wrapper {
    width: 100%;
    align-items: flex-start;
  }

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

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

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

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