* {
    font-family: Geist, 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
}

body {
    background-color: #fff;
} 

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: 476px;
    padding: 0 15px;
    margin: auto
}

header {
    background-color: #ededed;
    padding: 15px 25px;
}

header p {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.trusted-by {    
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 181px;
    margin: 53px auto 25px;
}

.trusted-by img {
    width: 60px;
}

.trusted-by p {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.2 !important;
}

.hero h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin-bottom: 29px;
}

.hero .container > img {
    margin-bottom: 20px;
}

.hero .desc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 340px;
    margin: 0 auto 32px;
}

.cta {
    background-color: #0d0d0d;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 20px;
    border-radius: 8px;
    transition: 0.2s all;

    width: 200px;
    margin: auto;
}

.cta img {
    width: 12px;
}

.cta:hover {
    transform: scale(1.01);
    background-color: #2B2B2B; 
}

.cta p {
    color: #fff;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.cta-info {
    max-width: 246px;
    margin: 12px auto 60px;

    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.info-note {
    max-width: 328px;
    margin: 35px auto 60px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}

.offer .cta {
    margin: 0;
    background-color: #fff;
}

.offer .cta p {
    color: #0D0D0D;
}

.offer .cta:hover {
    background-color: #D7DCE3;
}

.offer .bg {
    padding: 0 30px 30px; 
    border-radius: 8px;
    background: #232323;
    border: 1px solid #E6E8EE;
    box-shadow: 0 10px 30px rgba(15, 17, 21, 0.06);
    transition: all 0.2s ease;
}

.offer .bg:hover {
    transform: translateY(-2px);
    border-color: #D7DCE3;
    box-shadow: 0 16px 40px rgba(15, 17, 21, 0.10);
}

.offer .beta {
    background-color: #404040;
    border-radius: 7px 7px 0 0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 34px;

    color: #fff;
}

.offer h2 {
    font-weight: 600;
    font-size: 24px;

    margin-bottom: 14px;

    color: #fff;

}

.offer p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;

}

.offer h2 + p {
    margin-bottom: 30px;
}

.offer ul {
    display: flex;
    flex-direction: column;
    gap: 12px;

    padding: 0;
    list-style: none;
}

.offer ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.offer ul li p {
    font-size: 16px;
}

.offer ul + p, .offer h2 + p {
    opacity: 0.7;
}

.offer ul + p {
    max-width: 345px; 
    margin-top: 35px;
    margin-bottom: 24px;
}

.offer .price {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 40px;
} 

.offer .price p {
    line-height: 1;
}

.offer .price p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
}

.offer .price p:nth-of-type(2) {
    font-size: 15px;
    margin-bottom: 2px;
}

.about {
    margin-top: 15px;
    margin-bottom: 40px;
}

.about .me { 
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.about .me img {
    width: 46px;
}

.about p {
    font-size: 16px;
    line-height: 1.5;
}

.highlight {
    background-color: #d9cf6e96;
    padding: 1px;
}

.reviews {
    margin-top: 60px;
}

.reviews h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.review {
    border: 1px solid #E6E8EE;
    padding: 12px;
    background-color: #f7f7f7;
    margin-bottom: 8px;
    border-radius: 9px;
    box-shadow: 0 10px 30px rgba(15, 17, 21, 0.03);
}

.review .top { 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.review .top .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review .top .author img {
    width: 32px;
}

  .author .text p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.review .author .text p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
}

.review > p {
    font-size: 14px;
    line-height: 1.5;
}

.review img {
    width: 90px;
}

.faq {
    margin-top: 60px;
}

.faq h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
} 

.faq p b {
    font-weight: 600;
}

.faq p {
    line-height: 1.5;
    font-size: 16px;
}

.faq .answer {
    opacity: 0.7;
}

.faq .container > p {
    margin-bottom: 6px;
}

.faq-cta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-cta .cta, .faq-cta .trusted-by {
    margin: 0;
}

footer .container {
    display: flex;
    gap: 30px;
    justify-content: center;

    margin: 80px auto 20px;
}

footer .container p {
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.5;
}

.cta-bullets {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 20px 0 45px;
    padding-left: 0;
}

.cta-bullets img {
    width: 14px;
}

.cta-bullets li {
    display: flex;
    align-items: center;
    gap: 3px;
}

.cta-bullets li p {
    font-size: 14px;
}

@media (max-width: 500px) {
    header {
        padding: 10px 25px;
    }

    .trusted-by {
        gap: 2px;
    }

    .offer ul li img {
        width: 15px;
    }

    .offer p, .offer ul li p {
        font-size: 15px;
    }

    .offer .bg {
    }

    .faq-cta {
        gap: 5px;
    }

    .cta-bullets {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 370px) {
    .faq-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}







