* {
    font-family: Inter, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #0d0d0d
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img {
    max-width: 100%;
    border-style: none
}

footer,
header,
section {
    display: block
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline-width: 0
}

u {
    font: inherit;
    color: inherit
}

b {
    font-weight: inherit;
    font-weight: bolder
}

.container {
    max-width: 470px;
    padding: 0 15px;
    margin: auto
}

header .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

header .container>img {
    width: 60px;
    margin: 48px 0
}

header .proof {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

header .proof .img {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 4px
}

header .proof .img p {
    font-size: 14px;
    font-weight: 500
}

header .proof img {
    width: 90px
}

header .proof p {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 1.2;
}

h1 {
    font-size: 24px;
    font-weight: 550;
    line-height: 1.2;
    margin-bottom: 15px
}

h1+p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 50px
}

.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    text-align: center;
    min-width: 210px;
    min-height: 40px;
    border: none;
    outline: 0;
    cursor: pointer;
    margin-bottom: 8px;
    transition: background-color .2s
}

.cta:hover {
    background-color: #252525
}

.cta+p {
    font-size: 14px;
    color: #5a5a5a
}

section:not(.hero) {
    margin-top: 65px
}

.featured-testimonial {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    border-radius: 12px;
    background: #fff;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 55px;
    margin-bottom: -15px;
}

.featured-testimonial .container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
}

.featured-testimonial img {
    display: block;
    max-width: 125px;
    filter: invert(1) grayscale(1);
}

.featured-testimonial p {
    font-size: 15px;
    text-align: center;
}

.featured-testimonial .author {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.featured-testimonial .author span {
    color: inherit;
    font: inherit;
    font-size: 12px;
}

.showcase .btns {
	display: flex;
    justify-content: center;
	gap: 30px;
	margin-bottom: 16px;
}

.showcase .btns p {
	cursor: pointer;
	opacity: 0.5;
    padding: 0;
}

.showcase .btns .active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.showcase p {
    padding: 0 25px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #5a5a5a;
    text-align: center
}

.img-preview {
    display: none;
}

.img-preview video,
.img-preview img {
    border-radius: 16px;
    overflow: hidden;
}

.img-preview.active {
    display: block;
}

.lightbox-content {
    display: flex;
    justify-content: center;
}

video {
    max-width: 100%;
}

h2 {
    font-size: 15px;
    font-weight: 400;
    color: #5a5a5a;
    margin-bottom: 20px
}

.what-you-get ul {
    padding: 6px 15px;
    border-radius: 16px;
    border: 1px solid #e7e7e7;
    list-style: none
}

.what-you-get ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid #e7e7e7
}

.what-you-get ul li:last-of-type {
    border: none
}

.what-you-get ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.what-you-get ul li svg {
    flex-shrink: 0;
}

.what-i-build ul {
    padding: 0;
    list-style: none
}

.what-i-build ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.what-i-build ul li p {
    font-size: 15px;
    font-weight: 550;
    line-height: 1.2
}

.who-this-is-for {

}

.who-this-is-for ul {
    list-style: none;
    padding: 0;
}

.who-this-is-for ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.who-this-is-for ul li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2
}

.the-speed ul {
    padding-left: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 24px;

    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    background-color: #f0f0f0;
}

.the-speed ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.the-speed ul li p:last-of-type {
    font-weight: 500;
    text-align: right;
    flex-shrink: 0;
} 

.the-speed ul p {
    font-size: 15px;
    line-height: 1.3;
}

.the-speed ul + p {
    text-align: center;
    font-size: 14px;
}

.how-it-works .steps {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.how-it-works .step {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 16px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e7e7e7
}

.how-it-works .step h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 4px
}

.how-it-works .step p {
    font-size: 13px;
    line-height: 1.4;
    color: #5a5a5a
}

.how-it-works .step img {
    width: 44px;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.cta-block {
    max-width: 440px;
    margin: auto;
    padding: 48px 24px;
    background-color: #0d0d0d;
    background: linear-gradient(160deg, #011c0a, #0d0d0d);
    border-radius: 16px
}

.cta-block h2 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 550;
    text-align: center;
    color: #fff
}

.cta-block h2+p, .cta-block .pricing-plans p {
    margin: 16px 0 26px;
    font-size: 15px;
    text-align: center;
    color: #cfcfcf;
    line-height: 1.5
}

.pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-plans .plan {
    border: 1px dashed #7a7a7a;
    border-radius: 12px;
    padding: 10px 14px;
    background: #0e2316;
}

.pricing-plans .plan p {
    margin: 0;
}

.pricing-plans .plan .top {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px;
}

.pricing-plans .plan .top p:nth-of-type(1) span {
    font-weight: 600;
}

.pricing-plans .plan .desc {
    font-size: 14px;
    text-align: left;
}

.pricing-plans .plan .desc span {
    display: inline-block;
    font: inherit;
    color: inherit;
}

.choose-plan {
    margin: 28px 0 8px;
    font-size: 15px;
    text-align: center;
    color: #cfcfcf;
    line-height: 1.5;
}

.no-contracts {
    font-size: 14px;
    text-align: center;
    color: #cfcfcf;
    line-height: 1.5;
    margin-top: 16px;
}

.cta-block input {
    display: block;
    width: 300px;
    height: 40px;
    margin: auto;
    padding: 5px 16px;
    border-radius: 8px;
    border: 1px solid #fafafa;
    margin-bottom: 10px;
    outline: 0
}

.cta-block .cta {
    margin: auto;
    width: 300px;
    background-color: #fff
}

.cta-block .cta:hover {
    background: #fafafa
}

.rated-by p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #cfcfcf;
    text-align: center
}

.rated-by img {
    display: block;
    width: 80px;
    margin: 12px auto 0
}

footer {
    margin: 40px 0 15px
}

footer a,
footer p {
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    margin-top: 20px
}

#thank-you-inline {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 250ms ease, transform 250ms ease;
    display: block;
    background: #1f4c2d;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #757575;
}

#thank-you-inline h4 {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500
}

#thank-you-inline p {
    opacity: .7;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.5
}

.img-preview {
    cursor: zoom-in
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    z-index: 9999
}

.lightbox.active {
    opacity: 1;
    pointer-events: auto
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(.98);
    transition: transform .2s ease
}

.lightbox.active img {
    transform: scale(1);
    cursor: zoom-out
}

@media (max-width:470px) {
    .what-you-get ul {
        padding: 6px 18px
    }

    .cta-block {
        padding: 48px 8px;
        margin-left: 15px;
        margin-right: 15px
    }

    .cta-block .cta,
    .cta-block input {
        width: 100%
    }

    .featured-testimonial {
        padding: 0 15px;
    }

    .featured-testimonial p {
        line-height: 1.25;
    }

}

@media (max-width:350px) {
    h1 {
        font-size: 23px
    }
}