body {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
}
header {
    background: url(img/header-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #0A1E40;
    padding: 2rem;
    text-align: center;
}
header div {
    display: flex;
    max-width: 1024px;
    margin: 0 auto 1rem auto;
    justify-content: space-between;
    align-items: flex-end;
}
header h1 {
    display: none;
}
header h2 {
    font-family: 'Nunito Sans', sans-serif;
    color: #4C4C4C;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    font-size: 1.9rem;
}
header h3 {
    display: block;
    line-height: 1;
    max-width: 800px;
    margin: 8rem auto 9rem auto;
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
}
header h3 .trademark {
    font-size: 1.5rem;
    vertical-align: super;
}

@media (max-width: 730px) {
    header div {
        flex-direction: column;
        align-items: center;
    }

    header h2 {
        margin-top: 1rem;
    }

    header h3 {
        margin: 4rem auto 5rem auto;
    }
}

@media (max-width: 380px) {

    header h2 {
        font-size: 1.7rem;
    }
}

@media (max-width: 370px) {

    header h3 {
        font-size: 3.5rem;
    }
}

@media (max-width: 350px) {

    header h2 {
        font-size: 1.5rem;
    }
}

main {
    background: #fff;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.25;
    color: #272727;
}
section {
    max-width: 1024px;
    margin: 0 auto;
    padding: 3rem 4rem;
}
.who-for {
    background: #efefef;
}
.who-for section ol {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 2rem 0;
    padding: 0;
    list-style: none; /* Remove default markers */
    counter-reset: myCounter; /* Initialize a counter */
}
.who-for section ol li {
    display: flex;
    background: #7400B8;
    border-radius: 14px;
    max-width: calc((100% - 220px) / 3);
    color: white;
    text-align: left;
    padding: 30px;
    counter-increment: myCounter; /* Increment the counter for each list item */
}
.who-for section ol li:nth-child(2) { background: #6930C3; }
.who-for section ol li:nth-child(3) { background: #5E60CE; }
.who-for section ol li:nth-child(4) { background: #5390D9; }
.who-for section ol li:nth-child(5) { background: #4EA8DE; }
.who-for section ol li:nth-child(6) { background: #48BFE3; }

.who-for section li::before {
  content: counter(myCounter) ""; /* Display the counter value */
  color: #fff; /* Example: Change color */
  font-family: 'Cal Sans', sans-serif; /* Example: Change font */
  font-weight: bold; /* Example: Make bold */
  font-size: 3rem;
  line-height: 1;
  width: 60px;
  margin: 0 20px 0 0;
  display: block;
}

@media (max-width: 930px) {
    .who-for section ol li {
        max-width: calc((100% - 140px) / 2);
    }
}

@media (max-width: 730px) {
    .who-for section ol li {
        max-width: 100%;
        width: 100%;
    }
}

ul.features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 1rem 0 2rem 0;
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
}

ul.features li {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 0 2.5rem;
    padding: 0;
    text-align: left;
}

ul.features li svg {
    height: 80px;;
}

ul.features li b {
    font-size: 1.5rem;
    font-family: 'Cal Sans', sans-serif;
    font-weight: normal;
    display: block;
}

@media (max-width: 730px) {
    ul.features {
        max-width: 500px;
    }
    ul.features li {
        width: 100%;
        margin: 0 0 0 0;
        flex-direction: column;
        text-align: center;
    }
}

.about-eap {
    background: url(img/about-eap-bg.jpg) no-repeat center center;
    background-size: cover;
}

.benefits {
    display: flex;
    gap: 50px;
    text-align: left;
}

.benefits div {
    width: calc(100% - 50px / 2);
}

.benefits p {
    font-size: 1.75rem;
    line-height: 1.5;
}

.benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits li {
    margin-bottom: 0.75rem;
    line-height: 1.4;
    padding-left: 45px;
}

.benefits li svg {
    width: 30px;
    position: absolute;
    margin-left: -45px;
}

.benefits strong {
    font-family: 'Cal Sans', sans-serif;
    font-weight: normal;
}

@media (max-width: 730px) {
    .benefits {
        flex-direction: column;
        gap: 0;
        padding-bottom: 20px;
    }
    .benefits div {
        width: 100%;
    }
}

.early-adopter {
    background: #0A1E40;
    color: #fff;
}
.early-adopter h2 {
    color: #fff;
}
.early-adopter div {
    text-align: left;
    padding-right: 40%;
    padding-top: .5rem;
    background: url(img/improvement-arrow.png) no-repeat right center;
}
.early-adopter div a {
    color: #fff;
    display: inline-block;
    background-color: #7400B8;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 800;
    padding: 0.8rem 1.2rem;
    transition: all 0.2s ease;
}
.early-adopter div a:hover {
    background-color: #6930C3;
}

@media (max-width: 700px) {
    .early-adopter div {
        text-align: left;
        padding-right: 0;
        padding-top: 190px;
        background: url(img/improvement-arrow.png) no-repeat top center;
    }

    .early-adopter div a {
        display: block;
        text-align: center;
    }
}

.talen {
    display: flex;
    gap: 50px;
    text-align: left;
    align-items: center;
}

@media (max-width: 730px) {
    .talen {
        padding-top: 20px;
        gap: 0;
        flex-direction: column;
        padding-bottom: 20px;
    }
}

h2 {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #000;
    margin: 0 0 1rem;
}
ul {
    padding-left: 1.2rem;
}
section:last-child {
    margin-bottom: 0;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #eaf0f6;
    color: #555;
    font-size: 0.95rem;
    border-top: 1px solid #dbe5ed;
}
@media (max-width: 800px) {
    section {
        padding: 1rem 1rem;
    }
}