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

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

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

.services .header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  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, #0d1b2a 0%, #1b2d45 40%, #162038 100%);
  border-color: var(--color-style-border-subtle-for-soft-separators);
}

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

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

.services .whether-you-re {
  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-inverse-primary);
  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);
}

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

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

.services .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--color-style-surface-default);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--color-style-border-subtle-for-soft-separators);
  list-style: none;
  border-top: 3px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.services .div-2:hover {
  border-top-color: var(--color-style-primary-purple-500-base);
  box-shadow: 0px 4px 16px rgba(127, 86, 217, 0.12);
}

.services .img-wrapper {
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--color-style-surface-subtle);
  border-radius: 12px;
  aspect-ratio: 1;
  display: flex;
  position: relative;
  transition: background 0.3s ease;
}

.services .div-2:hover .img-wrapper {
  background: linear-gradient(135deg, rgba(127, 86, 217, 1) 0%, rgba(59, 130, 246, 1) 100%);
}

.services .div-2:hover .img-wrapper .img {
  filter: brightness(0) invert(1);
}

.services .img {
  position: relative;
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}

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

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

.services .p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: calc(var(--body-text-sm-regular-line-height) * 4);
  font-family: var(--body-text-sm-regular-font-family);
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-tertiary);
  font-size: var(--body-text-sm-regular-font-size);
  text-align: center;
  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);
}

.services .border {
  position: relative;
  max-width: 330px;
  width: 100%;
  height: 2px;
  margin-left: -13.00px;
  margin-right: -13.00px;
  border-radius: 8px;
  border: 1px dashed;
  border-color: var(--color-style-border-subtle-for-soft-separators);
}

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

.services .point {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
}

.services .check-icon {
  position: relative;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.services .element {
  display: -webkit-box;
  flex: 1;
  margin-top: -1.00px;
  opacity: 0.8;
  font-weight: var(--body-text-sm-regular-font-weight);
  color: var(--color-style-text-primary);
  font-size: var(--body-text-sm-regular-font-size);
  line-height: var(--body-text-sm-regular-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  align-items: center;
  font-family: var(--body-text-sm-regular-font-family);
  letter-spacing: var(--body-text-sm-regular-letter-spacing);
  font-style: var(--body-text-sm-regular-font-style);
}

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

.services .header-2 {
  align-items: flex-start;
  gap: 16px;
  padding: 80px 0px 12px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 2;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.services .text-wrapper-3 {
  justify-content: center;
  font-size: var(--heading-heading-lg-semibold-font-size);
  text-align: center;
  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);
  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);
}

.services .text-wrapper-4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: 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);
  text-align: center;
  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);
}

.services .div-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.services .steps {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 10%;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
}

.services .frame-2 {
  max-width: 690px;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background-color: var(--color-style-surface-default);
  border-radius: 24px;
  display: flex;
  position: relative;
  border-left: 3px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.services .frame-2:hover {
  border-left-color: var(--color-style-primary-purple-500-base);
  box-shadow: 0px 4px 16px rgba(127, 86, 217, 0.12);
}

.services .frame-3 {
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-style-surface-surface);
  border-radius: 32px;
  aspect-ratio: 1;
  display: flex;
  position: relative;
}

.services .text-wrapper-5 {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  background: linear-gradient(
    0deg,
    rgba(59, 130, 246, 1) 0%,
    rgba(163, 127, 246, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: var(--body-text-xl-bold-font-family);
  font-weight: var(--body-text-xl-bold-font-weight);
  color: transparent;
  font-size: var(--body-text-xl-bold-font-size);
  letter-spacing: var(--body-text-xl-bold-letter-spacing);
  line-height: var(--body-text-xl-bold-line-height);
  white-space: nowrap;
  font-style: var(--body-text-xl-bold-font-style);
}

.services .header-3 {
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

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

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

.services .frame-wrapper {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 10%;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
}

.services .line {
  position: absolute;
  top: calc(50.00% - 99px);
  left: 50.00%;
  width: 4px;
  height: 330px;
  z-index: 0;
}

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

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

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

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

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

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

.services .button-2:hover .button-3 {
  color: var(--color-style-primary-purple-500-base);
}

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

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

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

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

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

.services .nav-cta-wrapper {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}

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

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

.services .icon-placeholder {
  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);
}

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

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

.services .frame-5 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.services .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);
  list-style: none;
}

.services .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);
  list-style: none;
}

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

.services .text-wrapper-12 {
  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);
  list-style: none;
}

.services .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);
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* --- Closing CTA --- */
.services .closing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 64px calc(24px + var(--center-pad)) 80px;
  width: 100%;
}

.services .closing-cta-button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 0px 32px;
  background-color: var(--color-style-primary-purple-500-base);
  border-radius: 100px;
  align-items: center;
  cursor: pointer;
  font-family: var(--body-text-lg-semibold-font-family);
  font-weight: var(--body-text-lg-semibold-font-weight);
  font-size: var(--body-text-lg-semibold-font-size);
  line-height: var(--body-text-lg-semibold-line-height);
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.services .closing-cta-button:hover {
  background-color: var(--color-style-primary-purple-700);
}

/* ============================================================
   Mobile responsive styles — max-width: 768px
   Appended; no existing rules modified.
   ============================================================ */
@media (max-width: 768px) {

  /* --- Nav bar --- */
  .services .nav-landing-page {
    height: 60px;
    padding: 0;
  }

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

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

  .services .nav-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid var(--color-style-border-minimal);
  }

  /* Mobile dropdown CTA anchors: full-width, no fixed 32px wrapper height */
  .services .button-wrapper {
    display: flex;
    height: auto;
    width: 100%;
  }

  /* Inner pill span: stretch to fill the wrapper, drop the desktop
     negative margins that were used to center it in a 32px wrapper */
  .services .button-5 {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* --- Hero section --- */
  .services .hero {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 100px 16px 24px;
  }

  .services .header-wrapper {
    border-radius: 24px;
  }

  /* Hero header content — comfortable mobile padding and vertical spacing */
  .services .header {
    padding: 48px 24px;
    gap: 20px;
  }

  /* Reduce hero heading so it fits the viewport */
  .services .text-wrapper {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.5px;
  }

  /* Reduce hero paragraph for mobile readability */
  .services .whether-you-re {
    font-size: 16px;
    line-height: 24px;
  }

  /* --- Service cards row: stack vertically --- */
  .services .div {
    flex-direction: column;
    gap: 16px;
  }

  /* Each service card: full width */
  .services .div-2 {
    width: 100%;
    flex: unset;
  }

  /* Stacked cards don't need equal-height descriptions */
  .services .p {
    min-height: 0;
  }

  /* --- Section wrapper padding --- */
  .services .div-wrapper {
    padding: 24px 24px 24px;
  }

  /* --- How it works / process section --- */
  .services .hero-2 {
    padding: 0px 24px 24px;
  }

  /* Steps list container: stack vertically */
  .services .div-4 {
    flex-direction: column;
  }

  /* Step rows: stack vertically, remove side padding */
  .services .steps {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 16px;
  }

  /* Right-aligned step rows: same treatment */
  .services .frame-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px 0;
    gap: 16px;
  }

  /* Step cards: full width */
  .services .frame-2 {
    max-width: 100%;
    width: 100%;
  }

  /* Hide the vertical divider line on mobile */
  .services .line {
    display: none;
  }

  /* --- CTA / banner section --- */
  .services .frame-5 {
    padding: 64px 24px;
    gap: 32px;
  }

  /* Reduce CTA headline font size */
  .services .explore-the-quadra {
    font-size: 28px;
    line-height: 34px;
  }

  /* --- Footer columns: stack vertically --- */
  .services .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 24px 24px;
  }

  /* Inner footer link columns: stack vertically */
  .services .frame-8 {
    width: 100%;
    align-items: flex-start;
  }

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

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

  /* Sub-footer: stack copyright and links */
  .services .sub-footer {
    flex-direction: column;
    height: auto;
    gap: 12px;
    padding: 16px 24px;
  }

  .services .div-6 {
    flex-wrap: wrap;
    gap: 12px;
  }
}
