* {
    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: #fff
}

body {
    background-color: #0E0E0E;
} 

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 { 
    position: sticky; 
    top: 0;
    z-index: 111;
    background-color: #a41111;
    padding: 6px 25px;
}

header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
}

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

header p a {
    display: inline-block;
    background-color: #420707;
    padding: 8px 14px;
    color: #fff;
    border-radius: 4px;
    margin-left: 14px;
    font-size: 14px;
}

.trusted-by {    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 53px auto 15px;
}

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

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

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

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

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

.cta {
    background-color: #FDCE26;

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

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

    width: 250px;
    margin: auto;
}

.cta img {
    width: 16px;
}

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

.cta p {
    color: #0d0d0d;

    font-size: 16px !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-bg {
    position: relative;
}

.offer-bg > img {
    top: 0;
    position: absolute;
}

.offer {
    z-index: 10;
    position: relative;
}

.offer .container {
    max-width: 800px;
}

.offer .container .bg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.offer .container .cover {
    position: sticky;
    top: 60px;
}

.offer .cta {
    margin: 0 0 10px;
}

.offer .cta + img {
    display: block;
    max-width: 235px;
    margin: auto;
}

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

.guarantee-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

.guarantee-info p { 
    font-size: 12px !important;
    font-weight: 600;
}

.cta-block {
    max-width: 250px;
}

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

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

.offer .beta {
    background-color: #404040;
    border-radius: 7px 7px 0 0;
    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: 20px;
}

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

    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}

.offer ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.offer ul li img {
    margin-top: 3px;
}

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

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

.offer .price {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
} 

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

.offer .price p:nth-of-type(2) {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: line-through;
    opacity: 0.8;
}

.offer .price p:nth-of-type(3) {
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #EB001B;
    width: 100%;
}

.bonuses {
    margin-top: 40px;
}

.bonuses .container {
    max-width: 720px;
}

.bonuses .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bonuses .bonus {
    border-radius: 8px;

    padding: 20px;
}

.bonuses .bonus h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}

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

.bonus.gold {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #171200;
    border: 1px solid #453808;
}

.guarantee .container {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    max-width: 500px;
    margin-bottom: 40px;
}

.guarantee .container img {
    width: 167px;
}

.guarantee .container h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.guarantee .container p {
    font-size: 14px;
    line-height: 1.5;
}

.guarantee .container p a {
    font-weight: 600;
}

.about {
    margin-top: 70px;
    margin-bottom: 70px;
}

.about h2 {
    text-align: center;
    padding: 0 25px;
    margin-bottom: 20px;
}

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

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

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

.about .cta {
    margin: 20px 0 0;
}

.about .guarantee-info {
    justify-content: flex-start;
    margin-left: 5px;
    margin-top: 8px;
}

.about h4 {
    margin-bottom: 10px;
}

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

.reviews {
    margin-top: 60px;
}

.reviews .container {
    max-width: 1000px;
}

.reviews .container img {
    display: block; 
    width: auto;
    height: auto;
    min-width: 0;
    flex: 1 1 auto;
}

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

.reviews .row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.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;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 20px 0 45px;
    padding-left: 0;
}

.cta-bullets img {
    width: 16px;
    background: #FDCE26;
    border-radius: 100%;
    padding: 3px;
}

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

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

.offer .container .bg > h2 {
    display: none;
}

.mobile-sticky-btn {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 999;
    transition: 0.2s all;
}

.mobile-sticky-btn a {
    background-color: #FDCE26;
    color: #0d0d0d;

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

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

    width: 275px;
    margin: auto;

    display: block;
    text-align: center;
    text-decoration: none;
}

.mobile-sticky-btn a p {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.mobile-sticky-btn a:hover {
    transform: scale(1.02);
    background-color: #ffcb13;
}

@media (max-width: 767px) {
    .mobile-sticky-btn.is-visible {
        display: block;
    }
}

@media (max-width: 768px) {
    .offer .container .bg > h2 {
        display: block;
        text-align: center;
    }

    .offer .container .bg {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .offer .container .cover {
        position: relative;
        top: 0;
        margin: 0 auto 15px;
    }

    .offer .container .bg .text > h2 {
        display: none;
    }

    header {
        padding: 12px 20px;
    }

    header p a {
        display: none;
    }

    .reviews .row {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto 10px;
    }

    .bonuses {
        margin-top: 20px;
    }

    .bonuses .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

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

    .trusted-by {
        gap: 2px;
        margin-top: 25px;
        margin-bottom: 22px;
    }

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

    .trusted-by p {
        font-weight: 600;
    }

    .hero h1 {
        margin-bottom: 22px;
    }

    .offer .bg {
        padding: 30px 20px;
    }

    .offer .cta {
        margin: 0 0 15px;
    }

    .cta-block {
        margin: auto;
    }

    .offer .price {
        justify-content: center;
    }
        
    .offer .price p:nth-of-type(3) {
        text-align: center;
    }

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

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

    .offer .container .bg > h2 {
        padding: 0 35px;
    }

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

    .guarantee .container {
        flex-direction: column;
        align-items: center;
    }

    .guarantee .container h2 {
        text-align: center;
    }

    .guarantee .container p {
        text-align: center;
    }

    .guarantee .container p a {
        font-weight: 600;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .faq-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .faq-cta .trusted-by {
        max-width: 250px;
    }
}

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

    .offer .container .bg > h2 {
        padding: 0 20px;
    }
}







