* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    list-style: none;
}

li {
    list-style: none;
}

body {
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

h1 {
    color: black;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    line-height: 56px;
}

h3 {
    color: black;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    line-height: 40px;
}

h2 {
    color: black;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

header {
    background-color: #F5F6F8;
    padding: 16px 24px;
}


.logo {
    color: black;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.top-nav {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-centre-search {
    background-color: white;
    color: #59617A;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 240px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid black;
}

.nav-centre-ask {
    background-color: white;
    color: #59617A;
     font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid black;
}

.nav-right {
    display: flex;
    gap: 16px;
}

.nav-right-primary {
    color: blue;
    display: inline-flex;
    padding: 8px 12px;
}

.nav-right-secondary {
    background-color: white;
    color: black;
    padding: 8px 12px;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}

.second-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
}

.nav-dropdowns {
    display: flex;
    gap: 16px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    padding: 8px 0;
    margin-right: 16px;
}

.nav-dropdowns select {
    color: blue;
}

.hero {
    padding: 64px 0px;
}

.hero-inner {
    display: flex;
    max-width: 1100px;
    padding: 0px 16px;
    margin: 0 auto;
    gap: 64px;
}

.hero-left-subheading {
    color: #59617A;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 36px;
    line-height: 50px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.hero-left-primary {
    background-color: blue;
    color: white;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 12px;
    margin-right: 20px;
    border-radius: 8px;
}

.hero-left-secondary {
    color: black;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-decoration: 1px black dashed underline;
    text-underline-offset: 4px;
}

.hero-left {
}

.hero-right {
    background-color: white;
}

.recently-viewed {
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px 32px 20px 20px;
}

.hero-right ul li {
  margin-top: 12px;
}

.hero-right ul a {
    color: blue;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
}

.recently-footer {
    margin-top: 12px;
}
.recently-footer p a {
    color: blue;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
}

.recently-footer p span {
    color: #59617A;
}

.test-card {
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    padding: 20px;
    height: 140px;
    width: 240px;
}

.test-card a {
    color: blue;
    text-decoration: none;
}

.test-card p {
    color: black;
}

.products-main-inner {
    display: flex;
    max-width: 1100px;
    padding: 0px 16px;
    margin: 0 auto;
    gap: 64px;
}

.products-main {
    margin: 24px 0;
}

.products-main h3 {
    margin-bottom: 20px;
}

.products-main li {
    margin-bottom: 12px;
}

.products-main ul a {
    color: blue;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
}

.products-main div {
}

.try-it-out {
    margin: 24px 0;
}

.try-it-outinner {
    display: flex;
    max-width: 1100px;
    padding: 0px 16px;
    margin: 0 auto;
    gap: 24px;
}

.try-it-actions ul a {
    color: #59617A;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
}

.try-it-actions {
    padding: 24px 24px;
}

.code-screen {
}

.try-it-actions h3 {
    margin-bottom: 32px;
}

.try-it-actions li {
    margin-bottom: 20px;
}

.code-screen a{
    color: blue;
    text-decoration: none;
    margin-bottom: 20px;
}

.code-screen p {
    color: #59617A;
}

.products {
    margin: 24px 0;
}

.products-inner {
    max-width: 1100px;
    padding: 0px 16px;
    margin: 0 auto;
}

.products-inner ul {
    flex: 1;
}
.product-group-payments {
    display: flex;
    gap: 64px; 
    margin-bottom: 48px;
}

.product-group-revenue {
    display: flex;
    gap: 64px; 
    margin-bottom: 48px;
}

.product-group-money-management {
    display: flex;
    gap: 64px; 
    margin-bottom: 48px;
}

.product-group-prebuilt-components {
    display: flex;
    gap: 64px; 
    margin-bottom: 48px;
}

.products h3 {
    margin-bottom: 28px;
}

.products p {
    margin-bottom: 32px;
}

.product-title {
    color: blue;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
}

.product-desc {
    color: #59617A;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 16px;
}

footer {
    padding: 48px 0px;
}

.footer-inner {
    display: flex;
    max-width: 1100px;
    padding: 0px 16px;
    margin: 0 auto;
    gap: 240px;
}

 footer ul {
    color: #59617A;
 }

footer li {
    margin-bottom: 16px;
}

 footer ul a {
    color: blue;
    font-weight: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

 .sign-up input::placeholder {
    color:#59617A;
    text-align: right;
 }

 .sign-up input {
    color: black;
     width: 400px;
     padding: 12px 8px;
     border-radius: 8px;
     margin-top: 4px;
     margin-bottom: 8px;
 }
 
 .sign-up p {
    color: #59617A;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
 }

 .sign-up a {
    color: blue;
 }

 footer p {

 }
 
