:root {
    font-size: 16px;
    --gradient-background: linear-gradient(90deg, #25d366, #007f5f);
    --brand-color: #25d366;
    --text-primary-color: #303030;
    --text-secondary-color: #ffffff;
    --background-primary-color: #ffffff;
    --action-border-color: #0b8f54;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Be Vietnam Pro", sans-serif;
    color: var(--text-primary-color);
}

body {
    font-weight: 400;
}

ul,
li {
    list-style-type: none;
}

.wa-text--highlight {
    color: var(--brand-color);
}

.wa-primary--title {
    font-weight: 900;
    font-size: 3rem;
    line-height: 100%;
}

/* Text slider animation */
.wa-text-slider {
    display: block;
    height: 6rem;
    overflow: hidden;
}

.wa-text-slider--track {
    display: flex;
    flex-direction: column;
    animation: text-slide 4s ease-in-out infinite;
}

.wa-text-slider--track > span {
    height: 6rem;
    flex-shrink: 0;
}

@keyframes text-slide {
    0%, 40% {
        transform: translateY(0);
    }
    50%, 90% {
        transform: translateY(-33.33%);
    }
    100% {
        transform: translateY(-66.66%);
    }
}

.wa-container,
.wa-wrap {
    width: 100%;
    background-color: var(--background-primary-color);
}

.wa-header {
    width: 100%;
    padding: 2.5rem 1.875rem 1.25rem;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--background-primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1.25rem;
    z-index: 10;
}

.wa-header--logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    align-items: center;
    gap: 0.25rem;
}

.wa-header--logo img {
    width: 40px;
    height: 40px;
}

.wa-header--logo .wa-header--logo__text {
    font-size: 1.5rem;
    font-weight: 300;
}

.wa-header--logo__text .wa-text--highlight {
    font-weight: 550;
}

.wa-menu {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.625rem;
}

.wa-menu li {
    padding: 0 0.625rem;
}

.wa-menu .wa-menu--item {
    font-weight: 400;
    line-height: 1.25rem;
}

.wa-menu .wa-menu--item a {
    text-decoration: none;
    /* color: ; */
}

.wa-menu .wa-menu--item a:hover,
.wa-menu .wa-menu--item.active a {
    cursor: pointer;
    color: var(--brand-color);
}

.action--btn {
    width: fit-content;
    border-radius: 5.625rem;
    cursor: pointer;
    text-decoration: none;
}

.action--btn button {
    background-color: transparent;
    border: none;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.action--btn .action-btn--icon {
    background-color: transparent;
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wa-get-app--action {
    background: var(--gradient-background);
}

.action--btn .wa-get-app--action__btn .action--btn__label {
    font-weight: 500;
    line-height: 100%;
    color: var(--text-secondary-color);
    white-space: nowrap;
}

.action--btn:hover {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    outline: 1px solid var(--action-border-color);
    outline-offset: 0px;
}

.wa-banner {
    width: 100%;
    max-height: 53.75rem;
    border-radius: 2.5rem 2.5rem 0 0;
    background: var(--gradient-background);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 5.75rem;
}

.wa-banner--wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.625rem;
    padding: 0 1rem;
}

.wa-banner--content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    max-width: 61.25rem;
}

.wa-banner--content__text {
    color: var(--text-secondary-color);
    line-height: 134%;
    text-align: center;
}

.wa-banner--content__subtext {
    line-height: 1.5rem;
    text-align: center;
    color: var(--text-secondary-color);
}

.wa-banner--action {
    background-color: var(--background-primary-color);
    border: 1px solid var(--action-border-color);
}

.wa-banner--action button {
    gap: 0.5rem;
    align-content: center;
}

.wa-banner--action .action--btn__label {
    height: 100%;
    background: var(--gradient-background);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.wa-banner--action:hover {
    background: var(--gradient-background);
    background-clip: unset;
}

.wa-banner--action:hover .action--btn__label {
    background: unset;
    color: var(--text-secondary-color);
    -webkit-text-fill-color: var(--text-secondary-color);
    -webkit-background-clip: unset;
}

.wa-banner--action__btn .wa-banner--action__btn__icon {
    background-image: url("../images/shopify-logo-gradient.svg");
}

.wa-banner--action__btn:hover .wa-banner--action__btn__icon {
    background-image: url("../images/shopify-logo-empty.svg");
}

.wa-banner--wrap .wa-banner--img img {
    width: 100%;
    height: auto;
}

.wa-section--container {
    display: flex;
    justify-content: center;
    padding: 0 16px;
}

.wa-benefit .wa-benefit--wrap {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 5rem 0;
}

.wa-benefit--content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
    max-width: 28.75rem;
}

.wa-benefit--content .wa-benefit--content__subtitle {
    font-size: 1.125rem;
}

.wa-benefit--action {
    background: var(--gradient-background);
    padding: 1px;
    overflow: hidden;
}

.wa-benefit--action .action--btn__label {
    color: var(--text-secondary-color);
}

.wa-benefit--action .action-btn--icon {
    background-image: url("../images/shopify-logo-empty.svg");
}

.wa-benefit--action:hover .action-btn--icon {
    background-image: url("../images/shopify-logo-fill.svg");
}

.wa-benefit--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 25.5rem;
}

.wa-benefit--list .wa-benefit--item {
    background: var(--gradient-background);
    border-radius: 1rem;
    padding: 1px;
    overflow: hidden;
    width: 12.25rem;
    height: 12.25rem;
}

.wa-benefit--item .wa-benefit--item__wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--background-primary-color);
    border-radius: calc(1rem - 1px);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 1.125rem 0.625rem;
}

.wa-benefit--item .wa-benefit--item__wrap .wa-benefit--item__icon {
    width: 4.125rem;
    height: 4.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wa-benefit--item .wa-benefit--item__wrap .wa-benefit--item__content {
    text-align: center;
    display: inline-block;
    max-width: 8.25rem;
}

/* Features */

.wa-features .wa-features--wrap {
    width: 100%;
    max-width: 1100px;
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.wa-features--header {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.wa-features--wrap .wa-features--divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 1rem;
}

.wa-features--divider__line {
    width: 3.75rem;
    height: 1px;
    display: block;
    background: linear-gradient(
        90deg,
        var(--background-primary-color),
        #007f5f,
        #25d366 90%
    );
    position: relative;
}

.wa-features--divider__line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 5px 4px var(--brand-color);
    /* width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--background-primary-color); */
}

.wa-features--divider__line.line-right {
    transform: rotate(180deg);
}

.wa-features--header .wa-features--title {
    text-align: center;
}

.wa-features--header .wa-features--subtitle {
    text-align: center;
    font-size: 1.25rem;
}

.wa-features--img {
    width: 100%;
}

.wa-features--img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.wa-features-content--container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.25rem;
    height: 28.75rem;
    overflow: hidden;
}

.wa-features-menu--container {
    width: 22.5rem;
    flex-shrink: 0;
    border-radius: 1rem;
    padding: 0.625rem;
    background-color: #f7f7f7;
}

.wa-features-menu--wrap {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    align-items: stretch;
}

.wa-features-menu--item {
    padding: 1.5rem;
    border-radius: 0.625rem;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 0.625rem;
    align-items: center;
    justify-content: flex-start;
}

.wa-features-menu--item.active,
.wa-features-menu--item:hover {
    cursor: pointer;
    background-color: var(--background-primary-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.wa-features-menu--item.active .wa-features-menu--item__icon path,
.wa-features-menu--item:hover .wa-features-menu--item__icon path {
    fill: var(--brand-color);
}

.wa-features-menu--item.active .wa-features-menu--item__content,
.wa-features-menu--item:hover .wa-features-menu--item__content {
    color: var(--brand-color);
}

.wa-features-menu--item__icon {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
}

.wa-features-menu--item__content {
    flex: 1;
    font-size: 1.125rem;
}

.wa-features-demo--container {
    background-color: #f7f7f7;
    padding-top: 1.5rem;
    border-radius: 1rem;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.wa-features-demo--img {
    width: 100%;
    height: 100%;
    max-width: 38.75rem;
    overflow: hidden;
    display: none;
}


.wa-features-demo--img.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wa-features-demo--img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Flows */
.wa-flows--wrap {
    width: 100%;
    max-width: 1100px;
    padding: 5rem 0;
    display: grid;
    gap: 3.125rem;
}

.wa-flows--header {
    grid-column: 1 / 6;
    grid-row: 2 / 5;
}

.wa-flows--header .wa-flows--subtitle {
    margin-top: 0.75rem;
}

.wa-flows--steps {
    grid-column: 1 / 6;
    grid-row: 5 / 8;
}

.wa-flows--img {
    grid-column: 6;
    grid-row: 1 / 10;
}

.wa-flows--steps {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
}

.wa-flows--steps .wa-flows--step__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.25rem;
}

.wa-flows--step__item .wa-flows--step__content {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.wa-flows--step__content p:first-child {
    font-weight: 600;
}

.wa-flows--img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Promote */
.wa-promote--wrap {
    width: 100%;
    max-width: 1100px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    min-height: 400px;
    position: relative;
    background: var(--gradient-background);
    border-radius: 1rem;
    top: 6.25rem;
    outline: 0.5rem solid var(--background-primary-color);
}

.wa-promote--logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.wa-promote--logo img {
    border-radius: 0.75rem;
    background-color: var(--brand-color);
}

.wa-promote--logo__text span {
    color: var(--text-secondary-color);
    font-size: 1.5rem;
    font-weight: 300;
}

.wa-promote--logo__text span:first-child {
    font-weight: 550;
}

.wa-promote--title {
    color: var(--text-secondary-color);
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    max-width: 32.25rem;
}

.wa-promote--subtitle {
    color: var(--text-secondary-color);
    font-size: 1.25rem;
    font-weight: 300;
    text-align: center;
}

.wa-promote--subtitle strong {
    color: var(--text-secondary-color);
}

.wa-promote--action .action-btn--icon {
    background-image: url("../images/shopify-logo-fill.svg");
}

.wa-promote--action:hover .action-btn--icon {
    background-image: url("../images/shopify-logo-empty.svg");
}

.wa-promote--action {
    background-color: var(--background-primary-color);
}

.wa-promote--action .action--btn__label {
    color: var(--brand-color);
}

.wa-promote--action:hover {
    background: var(--gradient-background);
}

.wa-promote--action:hover .action--btn__label {
    color: var(--text-secondary-color);
    -webkit-text-fill-color: var(--text-secondary-color);
    -webkit-background-clip: unset;
}

/* Footer */
.wa-footer {
    background-color: #f1f1f1;
    min-height: 21.875rem;
    align-items: flex-end;
}

.wa-footer--wrap {
    width: 100%;
    max-width: 1100px;
    padding: 1.25rem;
}

.wa-footer--menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.wa-footer--menu__left {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.wa-footer--menu__left__subtitle {
    font-size: 0.875rem;
    font-weight: 400;
}

.wa-footer--menu__right {
    display: grid;
    grid-template-columns: repeat(2, 115px);
}

.wa-footer-menu--item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0.75rem; */
    gap: 0.5rem;
    cursor: pointer;
}

.wa-footer--copyright {
    padding: 1.25rem;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-footer--copyright p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #616161;
}

.wa-footer--policy-links {
    display: flex;
    gap: 1.5rem;
}

.wa-footer--policy-link {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #616161;
    text-decoration: none;
}

.wa-footer--policy-link:hover {
    text-decoration: underline;
}

/* Blog */

.wa-blog--wrap {
    max-width: 75rem;
    width: 100%;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.wa-blog--header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.wa-blog--header .wa-blog--title {
    text-align: center;
}

.wa-blog--header .wa-blog--subtitle {
    text-align: center;
    font-size: 1.25rem;
    max-width: 40rem;
    color: #616161;
}

.wa-blog--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.wa-blog--item {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wa-blog--item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.wa-blog--item__img {
    width: 100%;
    height: 12rem;
    overflow: hidden;
}

.wa-blog--item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-blog--item__content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.wa-blog--item__category {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wa-blog--item__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-primary-color);
}

.wa-blog--item__excerpt {
    font-size: 0.875rem;
    font-weight: 400;
    color: #616161;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wa-blog--item__date {
    font-size: 0.75rem;
    font-weight: 400;
    color: #9e9e9e;
    margin-top: 0.25rem;
}

/* Responsive */

@media (min-width: 490px){
    .desktop--hidden{
        display: none !important;
        visibility: hidden;
        pointer-events: none;
    }
}

@media (max-width: 992px) {
    .wa-benefit .wa-benefit--wrap {
        flex-direction: column;
    }

    .wa-benefit--content {
        max-width: unset;
    }

    .wa-flows--wrap {
        place-items: center;
    }

    .wa-flows--header {
        grid-column: 1;
        grid-row: 1;
        max-width: 90%;
    }

    .wa-flows--steps {
        grid-column: 1;
        grid-row: 3;
        align-items: center;
    }

    .wa-flows--steps .wa-flows--step__item {
        min-width: 27rem;
    }

    .wa-flows--img {
        grid-column: 1;
        grid-row: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .wa-features-content--container {
        flex-direction: column;
        height: unset;
    }

    .wa-features-menu--container{
        width: 100%;
        max-width: unset;
    }
    
}

@media (max-width: 490px) {
    .action--btn,
    .action--btn button {
        width: 100%;
    }

    .wa-header {
        padding: 1.25rem 1rem;
    }

    .wa-header--logo img {
        width: 2rem;
        height: 2rem;
    }

    .wa-banner--content__text {
        font-size: 2rem;
        letter-spacing: -0.5px;
    }

    .wa-header--logo .wa-header--logo__text {
        font-size: 1.25rem;
    }

    .wa-benefit--content__title {
        text-align: center;
    }

    .wa-benefit--content__title span {
        font-size: 1.875rem;
    }

    .wa-text-slider {
        height: 3.75rem;
    }

    .wa-text-slider--track > span {
        height: 3.75rem;
    }

    .wa-benefit--content .wa-benefit--content__subtitle {
        text-align: center;
        font-size: 1.125rem;
    }

    .wa-benefit--list {
        justify-content: center;
    }

    .wa-benefit--list .wa-benefit--item {
        width: 7.5rem;
        height: 7.5rem;
    }

    .wa-benefit--item .wa-benefit--item__wrap .wa-benefit--item__icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .wa-benefit--item__icon img {
        height: 100%;
        width: auto;
    }

    .wa-benefit--item .wa-benefit--item__wrap .wa-benefit--item__content {
        font-size: 0.8125rem;
    }

    .wa-features--header .wa-features--subtitle {
        font-size: 1.125rem;
    }

    .wa-features .wa-features--wrap {
        gap: 1.5rem;
    }

    .wa-flows--img img {
        width: 100%;
        height: auto;
    }

    .wa-benefit .wa-benefit--wrap,
    .wa-features .wa-features--wrap,
    .wa-flows .wa-flows--wrap {
        padding: 2rem 0;
    }

    .wa-primary--title {
        font-size: 1.875rem;
        text-align: center;
    }

    .wa-flows--header {
        max-width: unset;
    }

    .wa-flows--subtitle {
        text-align: center;
    }

    .wa-flows--steps {
        gap: 1.5rem;
    }

    .wa-flows--steps .wa-flows--step__item {
        flex-direction: column;
        align-items: center;
        min-width: unset;
    }

    .wa-flows--step__icon svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .wa-flows--step__content {
        text-align: center;
    }

    .wa-blog--list {
        grid-template-columns: 1fr;
    }

    .wa-blog--header .wa-blog--subtitle {
        font-size: 1.125rem;
    }

    .wa-blog .wa-blog--wrap {
        padding: 2rem 0;
    }

    .wa-promote {
        height: 12rem;
    }

    .wa-promote--wrap {
        top: 2rem;
    }

    .wa-promote--title {
        font-size: 1.875rem;
    }

    .wa-promote--subtitle {
        font-size: 1.125rem;
        text-align: center;
        font-weight: 400;
    }

    .wa-footer {
        min-height: 40rem;
    }

    .wa-footer--wrap {
        padding: 0;
    }

    .wa-footer--menu {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .wa-footer--menu__right {
        gap: 1.5rem;
    }

    .wa-footer-menu--item {
        flex-direction: row;
        align-items: center;
        justify-self: flex-start;
    }

    .wa-footer--menu__right {
        grid-template-columns: 1fr;
    }

    .wa-footer--menu__left__subtitle {
        display: none;
    }

    .wa-footer--copyright {
        padding: 1.5rem 0;
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }
    .wa-footer--copyright p {
        text-align: left;
    }

    .wa-header--menu--mobile_activator {
        display: block;
    }

    .mobile--hidden {
        display: none;
        visibility: hidden;
        pointer-events: none;
    }

    .wa-header--menu--mobile {
        position: absolute;
        background-color: var(--background-primary-color);
        left: 0;
        right: 0;
        top: 100%;
        padding: 1rem;
        border-top: 1px solid #e3e3e3;
    }

    .wa-header--menu--mobile ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .wa-header--menu--mobile ul li {
        padding: 0.75rem 0;
    }

    .menu-mobile-action--field {
        border-top: 1px solid #e3e3e3;
        padding: 1.5rem 0;
    }

    .menu--hide {
        display: none;
        visibility: hidden;
    }
}
