@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

.container {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin: 0 auto;
}

header {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img {
    display: block;
    border: none;
}

header .actions a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

.common-button {
    border-radius: 100px;
    background: linear-gradient(85deg, #E80E77 10.84%, #F17F21 89.14%);
    display: inline-flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-decoration: none;
}

.common-button img {
    padding-left: 7px;
    display: block;
    position: relative;
    transition: all 0.3s ease;

}

.common-button:hover img {
    transform: translateX(5px);
}

.common-button.white-button {
    background: #fff;
}

.white-button span {
    background: linear-gradient(85deg, #E80E77 10.84%, #F17F21 89.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.focus-section {
    max-width: 1038px;
    margin: 0 auto;
    width: calc(100% - 40px);
}

.focus-logo {
    margin: 0 auto;
}

.focus-logo img {
    display: block;
    width: 100%;
    border: none;
}

.focus-content {
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.focus-content .h1 {
    color: #000;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}

.focus-content .h1 span {
    display: block;
}

.focus-content p {
    font-weight: 500px;
    color: #000;
    text-align: center;
    margin: 0 auto;
}

.uppercase-text {
    text-transform: uppercase;
}

.gradient-text {
    background: linear-gradient(85deg, #E80E77 10.84%, #F17F21 89.14%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.focus-image {
    max-width: 985px;
    margin: 0 auto;
}

.focus-image img {
    display: block;
    width: 100%;
    border: none;
}

.focus-description p {
    font-weight: 500;
    color: #4C4C4C;
    text-align: center;
    margin: 0;
}

.infulance-steps {
    max-width: 1270px;
    margin: 0 auto;
    width: calc(100% - 40px);
    position: relative;
    box-sizing: border-box;
    background-color: #DBF9FF;
}

.infulance-steps a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.infulance-steps-list {
    display: flex;
    text-align: center;
}

.infulance-steps-item img {
    margin: 0 auto 10px;
}

.infulance-steps-item h2 {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.infulance-steps-item h3 {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.infulance-steps-item p {
    font-weight: 400;
    margin: 0;
    color: #000;
    text-align: center;
}

.infulance-steps-item h2 span,
.infulance-steps-item h3 span,
.infulance-steps-item p span {
    display: block;
}

.creator-perks {
    background-color: #0061FA;
}

.creator-perks-text h3 {
    font-weight: 600;
    color: #fff;
}

.creator-perks-text p {
    font-weight: 500;
    color: #fff;
}

.creator-perks-text p:last-child {
    margin: 0;
}

.creator-perks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.creator-perks-item {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
}

.creator-perks-item img {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.creator-perks-item h4 {
    color: #000;
    font-weight: 600;
}

.creator-perks-item p {
    color: #000;
    font-weight: 500;
    margin: 0;
}

.go-big {
    max-width: 970px;
    margin: 0 auto;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.go-big-img img {
    display: block;
    width: 100%;
    border: none;
}

.go-big-text h3 {
    font-weight: 600;
    color: #151515;
}

.go-big-text p {
    font-weight: 500;
    color: #4C4C4C;
    margin: 0;
}

.join-ambassador .container {
    background-color: #FFBD01;
    border-radius: 24px;
}

.join-ambassador-text {
    max-width: 765px;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 40px);
}

.join-ambassador-text h3 {
    font-weight: 600;
    color: #151515;
}

.join-ambassador-text p {
    font-weight: 500;
    color: #4C4C4C;
}

.join-ambassador-text p a {
    color: #4C4C4C;
    font-weight: 600;
}

.join-ambassador-button {
    text-align: center;
}

footer {
    background-color: #f5f7fa;
}

footer .wrap {
    max-width: 1170px;
    margin: auto;
    padding: 54px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
}

footer .wrap .cta,
footer .wrap span {
    border-right: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

footer .wrap span {
    padding-right: 10px;
}

footer .wrap .cta {
    padding: 0 10px;
}

footer .wrap .cta:last-child {
    border: none;
}

footer .wrap .icon {
    margin-right: 15px;
    text-decoration: none;
}

.line {
    width: 100%;
    position: relative;
}

.line:after,
.line:before {
    height: 12px;
    content: "";
    display: block;
}

.line:before {
    background: #00baf2;
}

.line:after {
    background: #002970;
}

.seo-text {
    background-color: #f5f7fa;
    padding: 30px 0;
    margin-top: 30px;
}

.seo-text h1,
.seo-text h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px;
}

.seo-text h2 {
    margin-top: 25px;
}

.seo-text p,
.seo-text ul li,
.seo-text ol li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}

.seo-text ul,
.seo-text ol {
    margin: 0 0 0 18px;
    padding: 0;
}

.seo-text .click {
    margin: 0;
    text-align: left;
}

.seo-text .click a {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    header {
        padding: 17px 0;
    }

    header .logo img {
        width: 108px;
    }

    header .actions a:first-child {
        margin-right: 34px;
    }

    .focus-logo {
        width: 340px;
        margin-top: 110px;
        margin-bottom: 65px;
    }

    .focus-content .h1 {
        max-width: 910px;
        font-size: 72px;
        line-height: 79px;
        margin-bottom: 34px;
    }

    .focus-content p {
        max-width: 835px;
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 48px;
    }

    .focus-image {
        margin-bottom: 40px;
    }

    .focus-description {
        margin-bottom: 80px;
    }

    .focus-description p {
        font-size: 26px;
        line-height: 46px;
    }

    .infulance-steps {
        border-radius: 30px;
        padding: 110px 50px 50px;
    }

    .infulance-steps a {
        padding: 16px 36px;
        font-size: 22px;
        line-height: 27px;
        top: -30px;
    }

    .infulance-steps-list {
        flex-wrap: wrap;
        gap: 50px;
    }

    .infulance-steps-item {
        width: calc(20% - 45px);
    }

    .infulance-steps-item h2 {
        margin: 0 0 20px;
        font-size: 49px;
        line-height: 49px;
    }

    .infulance-steps-item h3 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .infulance-steps-item p {
        font-size: 16px;
        line-height: 22px;
    }

    .creator-perks {
        margin-top: 100px;
        margin-bottom: 60px;
        padding: 120px 0 80px;
        background-image: url('../images/ambassador-bg-01.svg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }

    .creator-perks-text {
        max-width: 1040px;
        margin: 0 auto;
        text-align: center;
    }

    .creator-perks-text h3 {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 33px;
    }

    .creator-perks-text p {
        margin: 0 0 16px;
        font-size: 26px;
        line-height: 46px;
    }

    .creator-perks-list {
        margin: 0 auto;
        max-width: 1000px;
    }

    .creator-perks-item {
        width: calc(33.33% - 50px);
        margin: 90px 25px 0;
        padding: 50px 27px;
    }

    .creator-perks-item h4 {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 25px;
    }

    .creator-perks-item p {
        font-size: 18px;
        line-height: 22px;
    }

    .go-big {
        margin-bottom: 45px;
    }

    .go-big-img {
        width: 350px;
        margin-right: 40px;
    }

    .go-big-text {
        width: calc(100% - 390px);
    }

    .go-big-text h3 {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 29px;
    }

    .go-big-text p {
        font-size: 26px;
        line-height: 46px;
    }

    .join-ambassador {
        padding: 65px 0 55px;
        background-image: url('../images/ambassador-bg-02.svg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }

    .join-ambassador .container {
        padding: 95px 0 80px;
    }

    .join-ambassador-text h3 {
        font-size: 48px;
        line-height: 54px;
        margin: 0 0 30px;
    }

    .join-ambassador-text p {
        font-size: 26px;
        line-height: 46px;
        margin: 0 0 45px;
    }

    .join-ambassador-button a {
        padding: 16px 36px;
        font-size: 24px;
        line-height: 29px;
    }

    .seo-text {
        margin-top: 110px;
    }
}

@media (max-width: 767px) {
    header {
        padding: 16px 0;
    }

    header .logo img {
        width: 83px;
    }

    header .actions a {
        font-size: 12px;
    }

    header .actions a:first-child {
        margin-right: 15px;
    }

    header .actions a.common-button {
        padding: 6px 12px;
    }

    .focus-logo {
        width: 125px;
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .focus-content .h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .focus-content p {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 32px;
    }

    .focus-image {
        margin-bottom: 30px;
    }

    .focus-description {
        margin-bottom: 80px;
    }

    .focus-description p {
        font-size: 18px;
        line-height: 25px;
    }

    .infulance-steps {
        border-radius: 30px;
        padding: 65px 15px 1px;
    }

    .infulance-steps a {
        padding: 16px 25px;
        font-size: 15px;
        line-height: 18px;
        top: -25px;
    }

    .infulance-steps-list {
        flex-wrap: wrap;
    }

    .infulance-steps-item {
        width: calc(50% - 30px);
        margin: 0 15px 40px;
        text-align: center;
    }

    .infulance-steps-item p {
        font-size: 18px;
        line-height: 25px;
    }

    .creator-perks {
        margin: 55px auto;
        width: calc(100% - 40px);
        border-radius: 24px;
        padding: 60px 12px 28px;
        box-sizing: border-box;
    }

    .creator-perks-text {
        text-align: center;
    }

    .creator-perks-text h3 {
        font-size: 26px;
        line-height: 27px;
        margin: 0 0 14px;
    }

    .creator-perks-text p {
        margin: 0 0 14px;
        font-size: 16px;
        line-height: 22px;
    }

    .creator-perks-list {
        margin: 32px auto 0;
        background-image: url('../images/ambassador-bg-03.svg');
        background-repeat: no-repeat;
        background-position: center 165px;
        background-size: 100%;
        max-width: 275px;
    }

    .creator-perks-item {
        width: 100%;
        padding: 45px 50px 30px;
        margin: 45px 0 32px;
    }

    .creator-perks-item h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 12px;
    }

    .creator-perks-item p {
        font-size: 16px;
        line-height: 22px;
    }

    .go-big {
        margin-bottom: 55px;
    }

    .go-big-img {
        width: 270px;
        margin: 0 auto 40px;
    }

    .go-big-text {
        width: 100%;
    }

    .go-big-text h3 {
        text-align: center;
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 24px;
    }

    .go-big-text p {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .join-ambassador {
        padding: 30px 0 110px;
        background-image: url('../images/ambassador-bg-04.svg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }

    .join-ambassador .container {
        padding: 60px 0;
    }

    .join-ambassador-text h3 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 24px;
    }

    .join-ambassador-text p {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 24px;
    }

    .join-ambassador-button a {
        padding: 16px 25px;
        font-size: 16px;
        line-height: 25px;
    }

    footer .wrap {
        padding: 30px;
        width: 100%;
    }

    footer>.wrap .links {
        margin-top: 20px;
    }
}