@font-face {
    font-family: Proxima-Nova-Semi-bold;
    src: url("../fonts/Roboto-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: Proxima-Nova-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: Proxima-Nova-Thin;
    src: url("../fonts/Roboto-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: Proxima-Nova-Light;
    src: url("../fonts/Roboto-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: roboto-black;
    src: url("../fonts/Roboto-Black.ttf");
    font-display: swap;
}

@font-face {
    font-family: roboto-bold;
    src: url("../fonts/Roboto-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    overflow: hidden;
}

.wrapper {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.block1 {
    background: url("../images/block1.webp") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block1 .wrapper {
    position: relative;
}

.block1 .wrapper .people {
    position: absolute;
    right: -209px;
    top: 181px;
}

.block1 .wrapper .product {
    position: absolute;
    right: 0;
    top: 602px;
    border: 3px dashed #39b3e0;
    border-radius: 50%;
    width: 440px;
    height: 440px;
}

.gs-f-box {
    border-top: 1px solid #e2e2e2;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
}

.gs-f-box,
.gs-f-box a {
    color: #666;
}

.gs-f-links {
    margin-top: 10px;
}

.gs-f-links a {
    margin: 0 5px;
}

.block1 .wrapper .product .circle {
    background: #39b3e0;
    text-align: center;
    margin: 35px auto 0;
    width: 370px;
    height: 370px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block1 .wrapper .product .circle img {
    margin-top: 57px;
    filter: drop-shadow(0 0 25px #fff);
    max-width: 230px;
}

.block1 h1 {
    font-family: Proxima-Nova-Semi-bold;
    font-size: 82px;
    color: #f64949;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 18px;
}

.block1 .content {
    max-width: 735px;
    width: 100%;
    padding-bottom: 145px;
}

.block1 .content h2 {
    font-family: Proxima-Nova-Semi-bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 30px;
}

.block1 .content h2 span {
    font-size: 74px;
    color: #f64949;
}

.cookie-alert {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .85);
}

.cookie-alert_container {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    color: white;
    font-family: Arial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-alert_container * {
    all: unset;
}

.cookie-alert_container>p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
    text-align: justify;
    line-height: 1.35;
}

.cookie-alert_container>p>a {
    text-decoration: underline;
    color: white;
}

.cookie-alert_container>p>a:hover {
    cursor: pointer;
}

.cookie-alert_container>span {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 15px;
    white-space: nowrap;
}

.cookie-alert_container>span>button {
    border: 1px solid white;
    color: white;
    font-weight: bold;
    background-color: unset;
    padding: 10px 15px;
    outline: none;
}

.cookie-alert_container>span>button:hover {
    all: unset;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    background-color: unset;
    padding: 10px 15px;
    outline: none;
    cursor: pointer;
}

@media (max-width: 480px) {

    .cookie-alert_container>p,
    .cookie-alert_container>span {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    .cookie-alert_container>span {
        padding-top: 0px;
        text-align: center;
    }
}

.block1 .content ul {
    list-style: none;
    margin-bottom: 68px;
}

.block1 .content ul li {
    margin-bottom: 23px;
}

.block1 .content ul li img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.block1 .content ul li span {
    font-family: roboto-black;
    color: #424242;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    width: calc(100% - 40px);
}

.block1 .content form {
    max-width: 450px;
    width: 100%;
    position: relative;
    font-family: Proxima-Nova-Semi-bold;
    text-align: center;
}

.block1 .content form .price {
    font-family: roboto-bold;
    background: #ffe400;
    width: 275px;
    height: 275px;
    text-align: center;
    position: absolute;
    right: -344px;
    top: 189px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.block1 .content form .price .new_price {
    color: #2fba21;
    font-size: 78px !important;
    padding-top: 65px;
}

.block1 .content form .price .new_price span {
    font-size: 64px;
}

.block1 .content form .price .old_price {
    font-size: 40px !important;
    color: #666766;
    position: relative;
}

.block1 .content form .price .old_price span {
    font-size: 40px;
}



.block1 .content form .form-head {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
}

.block1 .content form .form-head span {
    color: #ffe42b;
}

.block1 .content form .form-footer {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
    border-radius: 0 0 20px 20px;
}

.block1 .content form .form-footer span {
    color: #ffe42b;
}

.block1 .content form .form-content {
    background: #fff;
    padding: 30px 50px;
}

.block1 .content form .form-content .form_group {
    display: block;
    width: 100%;
    font-size: 30px;
    text-align: left;
    color: #424242;
    border-color: #c8c8c8;
    padding: 5px;
    font-family: Proxima-Nova-Semi-bold;
    margin-bottom: 24px;
}

.block1 .content form .form-content .form_btn {
    font-family: Proxima-Nova-Semi-bold;
    background: #28d716;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 44px;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-shadow: 4px 7px 2px #238919;
    cursor: pointer;
}

.block1 .content form .form-content .form_btn:active {
    box-shadow: inset 4px 7px 2px #238919;
}

.block2 h2 {
    font-family: Proxima-Nova-Semi-bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 81px;
    padding-top: 21px;
    color: #1f95be;
    margin-bottom: 85px;
}

.block2 .content {
    font-size: 0;
    padding-bottom: 43px;
}

.block2 .content .box {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.block2 .content .box img {
    display: block;
    margin: 0 auto 30px;
}

.block2 .content .box p {
    font-size: 22px;
    font-family: Proxima-Nova-Semi-bold;
    width: 230px;
    text-align: center;
    margin: 0 auto;
}

.block3 {
    background: url("../images/block3.webp") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block3 .wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
}

.block3 h2 {
    font-family: Proxima-Nova-Regular;
    background: #f64949;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 85px;
    font-size: 40px;
    height: 125px;
    line-height: 64px;
}

.block3 h3 {
    font-family: Proxima-Nova-Regular;
    font-size: 36px;
    font-weight: 500;
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    color: #2d2d2d;
}

.block4 {
    background: #b1e1db;
    background: -moz-linear-gradient(left, #b1e1db 0, #b1e1db 66%, #ededed 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #b1e1db), color-stop(66%, #b1e1db), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(left, #b1e1db 0, #b1e1db 66%, #ededed 100%);
    background: -o-linear-gradient(left, #b1e1db 0, #b1e1db 66%, #ededed 100%);
    background: -ms-linear-gradient(left, #b1e1db 0, #b1e1db 66%, #ededed 100%);
    background: linear-gradient(to right, #b1e1db 0, #b1e1db 66%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b1e1db", endColorstr="#ededed", GradientType=1);
}

.block4 .wrapper {
    position: relative;
}

.block4 .wrapper .doc {
    position: absolute;
    right: -295px;
    bottom: 0;
}

.block4 .content {
    font-size: 0;
    margin-bottom: 50px;
}

.block4 .content ul {
    list-style: none;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.block4 .content ul li {
    margin-bottom: 23px;
}

.block4 .content ul li img {
    width: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.block4 .content ul li span {
    font-family: roboto-black;
    color: #424242;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    text-transform: uppercase;
    width: calc(100% - 40px);
}

.block4 h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold;
    font-size: 82px;
    padding-top: 83px;
    line-height: 45px;
    margin-bottom: 95px;
    color: #1f95be;
}

.block4 h2 span {
    color: #f64949;
    font-family: Proxima-Nova-Regular;
    font-size: 36px;
    font-weight: 500;
}

.block4 h3 {
    font-family: Proxima-Nova-Regular;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    color: #424242;
}

.block4 h3 span {
    color: #f64949;
}

.block5 h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold;
    color: #1f95be;
    font-size: 82px;
    padding-top: 35px;
    margin-bottom: 22px;
}

.block5 h2 span {
    color: #f64949;
}

.block5 h4 {
    font-family: Proxima-Nova-Regular;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 78px;
    color: #424242;
}

.block5 .content {
    font-size: 0;
    text-align: center;
    padding-bottom: 62px;
}

.block5 .content .box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-bottom: 40px;
}

.block5 .content .box img {
    margin: 0 auto 20px;
}

.block5 .content .box p {
    font-family: roboto-Regular;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 240px;
    margin: 0 auto;
    width: 100%;
    color: #424242;
}

.block6 {
    background: #35c7b9;
    background: -moz-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #35c7b9), color-stop(100%, #37b4de));
    background: -webkit-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -o-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -ms-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: linear-gradient(to right, #35c7b9 0, #37b4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35c7b9", endColorstr="#37b4de", GradientType=1);
}

.block6 .content {
    font-size: 0;
    padding: 80px 0 45px;
}

.block6 .order-form {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block6 .order-form form {
    max-width: 450px;
    width: 100%;
    position: relative;
    font-family: Proxima-Nova-Semi-bold;
    text-align: center;
    margin-bottom: 10px;
}

.block6 .order-form form .price {
    font-family: roboto-bold;
    background: #ffe400;
    width: 275px;
    height: 275px;
    text-align: center;
    position: absolute;
    right: -357px;
    top: 245px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1; 
}

.block6 .order-form form .price .new_price {
    color: #2fba21;
    font-size: 81px !important;
    padding-top: 65px;
}

.block6 .order-form form .price .new_price span {
    font-size: 64px;
}

.block6 .order-form form .price .old_price {
    font-size: 40px !important;
    color: #666766;
    position: relative;
}

.block6 .order-form form .price .old_price span {
    font-size: 40px;
}



.block6 .order-form form .form-head {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
}

.block6 .order-form form .form-head span {
    color: #ffe42b;
}

.block6 .order-form form .form-footer {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
    border-radius: 0 0 20px 20px;
}

.block6 .order-form form .form-footer span {
    color: #ffe42b;
}

.block6 .order-form form .form-content {
    background: #fff;
    padding: 30px 50px;
}

.block6 .order-form form .form-content .form_group {
    display: block;
    width: 100%;
    font-size: 30px;
    text-align: left;
    color: #424242;
    border-color: #c8c8c8;
    padding: 5px;
    font-family: Proxima-Nova-Semi-bold;
    margin-bottom: 24px;
}

.block6 .order-form form .form-content .form_btn {
    font-family: Proxima-Nova-Semi-bold;
    background: #28d716;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 44px;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-shadow: 4px 7px 2px #238919;
    cursor: pointer;
}

.block6 .order-form form .form-content .form_btn:active {
    box-shadow: inset 4px 7px 2px #238919;
}

.block6 .order-form h4 {
    font-family: Proxima-Nova-Light;
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    margin-right: 131px;
}

.block6 .product-block {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block6 .product-block .product {
    border: 4px dashed #fff;
    border-radius: 50%;
    width: 536px;
    height: 536px;
    margin-left: auto;
}

.block6 .product-block .product .circle {
    border: 4px dashed #fff;
    text-align: center;
    margin: 65px auto 0;
    width: 405px;
    height: 405px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block6 .product-block .product .circle img {
    margin-top: 44px;
  filter: drop-shadow(0 0 25px #fff);
  max-width: 285px;
}

.block7 .wrapper {
    position: relative;
}

.block7 .wrapper .doc {
    position: absolute;
    bottom: 0;
    left: -38px;
}

.block7 .content {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    padding: 165px 10px 35px;
}

.block7 .content h2 {
    color: #1f95be;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold;
    font-size: 82px;
    margin-bottom: 10px;
}

.block7 .content p {
    font-family: roboto-Regular;
    font-size: 20px;
    color: #424242;
    margin-bottom: 30px;
}

.block7 .content p:nth-last-of-type(1) {
    text-transform: uppercase;
}

.block8 {
    background: url("../images/block8.webp") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block8 h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold;
    color: #fff;
    font-size: 77px;
    padding-top: 42px;
    margin-bottom: 80px;
}

.block8 .content {
    font-size: 0;
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.block8 .content .box {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.block8 .content .box:nth-of-type(odd) .list-item {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, rgba(231, 56, 39, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #fff), color-stop(100%, rgba(231, 56, 39, 0)));
    background: -webkit-linear-gradient(left, #fff 0, rgba(231, 56, 39, 0) 100%);
    background: -o-linear-gradient(left, #fff 0, rgba(231, 56, 39, 0) 100%);
    background: -ms-linear-gradient(left, #fff 0, rgba(231, 56, 39, 0) 100%);
    background: linear-gradient(to right, #fff 0, rgba(231, 56, 39, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#e73827", GradientType=1);
    position: relative;
    height: auto;
}

.block8 .content .box:nth-of-type(odd) img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.block8 .content .box:nth-of-type(odd) .text {
    width: calc(100% - 250px);
    padding: 10px;
}

.block8 .content .box:nth-of-type(even) h4 {
    text-align: right;
}

.block8 .content .box:nth-of-type(even) .text {
    width: 100%;
    padding: 10px;
    text-align: right;
    padding-left: 270px;
}

.block8 .content .box:nth-of-type(even) .list-item {
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    position: relative;
    height: auto;
}

.block8 .content .box:nth-of-type(even) img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.block8 .content .box:nth-of-type(3) .text {
    padding-top: 35px;
}

.block8 .content .box:nth-of-type(4) .text {
    padding-left: 325px;
    padding-top: 35px;
}

.block8 .content .box h4 {
    font-family: Proxima-Nova-Semi-bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    margin-bottom: 7px;
}

.block8 .content .box .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: roboto-Regular;
    color: #424242;
}

.block8 .content .box img {
    display: inline-block;
    vertical-align: middle;
}

.block9 {
    padding-bottom: 100px;
}

.block9 h2 {
    color: #1f95be;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold;
    font-size: 82px;
    padding-top: 38px;
    margin-bottom: 50px;
}

.block9 .content .box {
    width: 100%;
    border: 4px dashed #70d2f6;
    -webkit-border-radius: 135px;
    border-radius: 135px;
    padding: 15px;
    margin-bottom: 50px;
}

.block9 .content .box img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

.block9 .content .box .review {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 235px);
    font-size: 25px;
    font-family: roboto-Regular;
}

.block9 .content .box .review .user_name {
    font-weight: 700;
    text-align: right;
    padding-right: 15px;
}

.block9 .content .box:nth-of-type(2) img {
    margin: 0 0 0 30px;
}

.block9 .content .box:nth-of-type(2) .review {
    text-align: right;
}

.block9 .content .box:nth-of-type(2) .user_name {
    text-align: left;
    padding-left: 45px;
}

.block10 {
    background: #35c7b9;
    background: -moz-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #35c7b9), color-stop(100%, #37b4de));
    background: -webkit-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -o-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -ms-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: linear-gradient(to right, #35c7b9 0, #37b4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35c7b9", endColorstr="#37b4de", GradientType=1);
}

.block10 .wrapper {
    position: relative;
}

.block10 .wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.block10 .content {
    max-width: 700px;
    margin-left: auto;
    width: 100%;
}

.block10 .content ul {
    list-style: none;
    padding-top: 45px;
    padding-bottom: 51px;
}

.block10 .content ul li {
    font-size: 37px;
    font-family: Proxima-Nova-Regular;
    font-weight: 500;
    color: #fff;
}

.block10 .content ul li:nth-of-type(1) {
    color: #f64949;
    margin-bottom: 14px;
}

.block11 {
    background: url("../images/block11.webp") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.block11 .wrapper {
    position: relative;
}

.block11 .wrapper .people {
    position: absolute;
    right: -300px;
    top: 370px;
}

.block11 .wrapper .people .product-name {
    position: absolute;
    font-family: Proxima-Nova-Semi-bold;
    color: #fff;
    top: 86px;
    font-size: 65px;
    left: 78px;
}

.block11 .wrapper .product {
    position: absolute;
    right: 17px;
    top: 589px;
    border: 3px dashed #39b3e0;
    border-radius: 50%;
    width: 440px;
    height: 440px;
}

.block11 .wrapper .product .circle {
    background: #39b3e0;
    text-align: center;
    margin: 35px auto 0;
    width: 370px;
    height: 370px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block11 .wrapper .product .circle img {
    margin-top: 52px;
  filter: drop-shadow(0 0 25px #fff);
  max-width: 256px;
}

.block11 h1 {
    font-family: Proxima-Nova-Semi-bold;
    font-size: 82px;
    color: #f64949;
    text-transform: uppercase;
    padding-top: 75px;
    margin-bottom: 18px;
}

.block11 h2 {
    font-family: Proxima-Nova-Semi-bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 145px;
}

.block11 h2 span {
    font-size: 74px;
    color: #f64949;
}

.block11 .content {
    max-width: 735px;
    width: 100%;
    padding-bottom: 84px;
}

.block11 .content form {
    max-width: 450px;
    width: 100%;
    position: relative;
    font-family: Proxima-Nova-Semi-bold;
    text-align: center;
}

.block11 .content form .price {
    font-family: roboto-bold;
    background: #ffe400;
    width: 275px;
    height: 275px;
    text-align: center;
    position: absolute;
    right: -326px;
    top: 232px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.block11 .content form .price .new_price {
    color: #2fba21;
    font-size: 80px !important;
    padding-top: 65px;
}

.block11 .content form .price .new_price span {
    font-size: 64px;
}

.block11 .content form .price .old_price {
    font-size: 40px !important;
    color: #666766;
    position: relative;
}

.block11 .content form .price .old_price span {
    font-size: 40px;
}



.block11 .content form .form-head {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
}

.block11 .content form .form-head span {
    color: #ffe42b;
}

.block11 .content form .form-footer {
    background: #f64949;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding: 25px 0;
    border-radius: 20px 20px 0 0;
    border-radius: 0 0 20px 20px;
}

.block11 .content form .form-footer span {
    color: #ffe42b;
}

.block11 .content form .form-content {
    background: #fff;
    padding: 30px 50px;
}

.block11 .content form .form-content .form_group {
    display: block;
    width: 100%;
    font-size: 30px;
    text-align: left;
    color: #424242;
    border-color: #c8c8c8;
    padding: 5px;
    font-family: Proxima-Nova-Semi-bold;
    margin-bottom: 24px;
}

.block11 .content form .form-content .form_btn {
    font-family: Proxima-Nova-Semi-bold;
    background: #28d716;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-size: 44px;
    padding: 15px 0;
    width: 100%;
    display: block;
    box-shadow: 4px 7px 2px #238919;
    cursor: pointer;
}

.block11 .content form .form-content .form_btn:active {
    box-shadow: inset 4px 7px 2px #238919;
}

footer {
    background: #35c7b9;
    background: -moz-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #35c7b9), color-stop(100%, #37b4de));
    background: -webkit-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -o-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: -ms-linear-gradient(left, #35c7b9 0, #37b4de 100%);
    background: linear-gradient(to right, #35c7b9 0, #37b4de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#35c7b9", endColorstr="#37b4de", GradientType=1);
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: Proxima-Nova-Semi-bold;
    padding: 40px 0;
}

.block8 .content .box:nth-of-type(even) .mobile,
.block8 .content .box:nth-of-type(odd) .mobile,
.block9 .content .box .mobile {
    display: none;
}

@media all and (max-width:1160px) {
    .wrapper {
        padding: 0 10px;
    }

    .block1 .wrapper .people {
        right: -250px;
    }

    .block2 h2,
    .block8 h2 {
        font-size: 60px;
    }

    .block4 .wrapper .doc {
        right: -330px;
    }

    .block7 .content {
        max-width: 650px;
    }

    .block8 .content .box:nth-of-type(even) .list-item,
    .block8 .content .box:nth-of-type(odd) .list-item {
        height: auto;
    }

    .block10 .content {
        max-width: 540px;
    }

    .block11 .wrapper .people {
        right: -141px;
    }

    .block11 .wrapper .product {
        right: 151px;
    }
}

@media all and (max-width:1023px) {
    .block1 h1 {
        font-size: 70px;
    }

    .block1 .wrapper .people {
        right: -369px;
        top: 263px;
    }

    .block1 .content form .price {
        right: -278px;
        top: 325px;
    }

    .block2 h2,
    .block5 h2,
    .block8 h2 {
        font-size: 50px;
    }

    .block2 .content .box {
        width: 50%;
    }

    .block2 .content .box p {
        width: 85%;
        margin-bottom: 20px;
    }

    .block3 h2 {
        font-size: 38px;
        line-height: initial;
        height: auto;
        margin: 0 auto 40px;
    }

    .block4 .wrapper .doc {
        right: -425px;
    }

    .block5 .content .box {
        width: 50%;
    }

    .block6 .order-form form .price {
        right: -326px;
        top: 375px;
    }

    .block6 .order-form h4 {
        margin-right: auto;
    }

    .block7 .content {
        padding: 35px 10px;
        max-width: 560px;
    }

    .block7 .wrapper .doc {
        left: -150px;
    }

    .block8 .content .box img {
        width: 200px;
    }

    .block8 .content .box:nth-of-type(odd) .text {
        width: calc(100% - 187px);
    }

    .block8 .content .box:nth-of-type(even) .text {
        padding-left: 145px;
    }

    .block8 .content .box:nth-of-type(4) .text {
        padding-left: 158px;
        padding-top: 10px;
    }

    .block8 .content .box:nth-of-type(3) .text {
        padding-top: 10px;
    }

    .block9 .content .box .review {
        font-size: 18px;
    }

    .block10 .content {
        max-width: 455px;
    }

    .block10 .wrapper img {
        left: -100px;
    }

    .block10 .content ul li {
        font-size: 33px;
    }

    .block11 h1 {
        font-size: 70px;
    }

    .block11 .wrapper .people {
        right: -19%;
        top: 272px;
    }

    .block11 .wrapper .product {
        right: -105px;
        top: 575px;
    }

    .block11 .content form .price {
        right: -275px;
        top: 355px;
    }

    .block1 .content form .price .new_price,
    .block11 .content form .price .new_price,
    .block6 .content form .price .new_price {
        font-size: 35px !important;
        padding-top: 50px;
    }

    .block1 .content form .price .old_price,
    .block11 .content form .price .old_price,
    .block6 .content form .price .old_price {
        font-size: 40px !important;
    }

    .block1 .content form .price .old_price:before,
    .block11 .content form .price .old_price:before,
    .block6 .content form .price .old_price:before {
        width: 174px;
        height: 3px;
    }

    .block1 .content form .price,
    .block11 .content form .price,
    .block6 .content form .price {
        width: 250px;
        height: 250px;
    }

    .block1 .wrapper .product {
        right: -107px;
    }
}

@media all and (max-width:800px) {
    .wrapper {
        max-width: 360px;
        padding: 0 14px;
    }

    .block1 h1 {
        font-size: 35px;
        padding-top: 18px;
        margin-bottom: 12px;
    }

    .block1 .content ul {
        margin-bottom: 28px;
    }

    .block1 .content h2 {
        font-size: 36px;
        margin-bottom: 16px;
        text-align: center;
    }

    .block1 .content h2 span {
        font-size: 50px;
    }

    .block1 .content ul li span {
        font-size: 15px;
    }

    .block1 .content ul li img {
        margin-right: 0;
    }

    .block1 .content form .form-footer,
    .block1 .content form .form-head {
        font-size: 19px;
        padding: 18px 0;
    }

    .block1 .content form .form-content .form_group {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .block1 .content form .form-content {
        padding: 20px;
    }

    .block1 .content form .form-content .form_btn {
        font-size: 28px;
        padding: 10px 0;
    }

    .block1 .content {
        padding-bottom: 700px;
    }

    .block1 .wrapper .people {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        width: 430px;
        bottom: 410px;
    }

    .block1 .wrapper .product {
        left: 0;
        top: auto;
        bottom: 169px;
        width: 300px;
        height: 300px;
    }

    .block1 .wrapper .product .circle {
        margin: 24px auto 0;
        width: 245px;
        height: 245px;
    }

    .block1 .wrapper .product .circle img {
        margin-top: 25px;
    width: 173px;
    }

    .block1 .content form .price,
    .block11 .content form .price {
        width: 185px;
        height: 185px;
        left: 0;
        top: auto;
        bottom: -669px;
    }

    .block1 .content form .price .new_price,
    .block11 .content form .price .new_price,
    .block6 .content form .price .new_price {
        font-size: 42px !important;
        padding-top: 35px !important;
        line-height: 1.1;
    }

    .block1 .content form .price .new_price span,
    .block11 .content form .price .new_price span,
    .block6 .content form .price .new_price span {
        font-size: 45px;
    }

    .block1 .content form .price .old_price,
    .block11 .content form .price .old_price,
    .block6 .content form .price .old_price {
        font-size: 38px;
    }

    .block1 .content form .price .old_price span,
    .block11 .content form .price .old_price span,
    .block6 .content form .price .old_price span {
        font-size: 28px;
    }

    .block1 .content form .price .old_price:before,
    .block11 .content form .price .old_price:before,
    .block6 .content form .price .old_price:before {
        width: 116px;
    }

    .block2 h2 {
        font-size: 31px;
        padding-top: 15px;
        margin-bottom: 38px;
    }

    .block2 .content .box {
        width: 100%;
    }

    .block2 .content .box img {
        margin: 0 auto 6px;
        width: 180px;
    }

    .block2 .content .box p {
        margin-bottom: 35px;
        font-size: 24px;
        line-height: 23px;
    }

    .block2 .content {
        padding-bottom: 32px;
    }

    .block3 .wrapper {
        padding-top: 55px;
    }

    .block3 h2 {
        font-size: 29px;
        padding: 22px 0;
    }

    .block3 h3 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .block4 h2 {
        font-size: 48px;
        padding-top: 29px;
        margin-bottom: 25px;
    }

    .block4 h2 span {
        font-size: 34px;
    }

    .block4 .content ul {
        width: 100%;
    }

    .block4 .content ul li span {
        font-size: 15px;
    }

    .block4 .content ul li {
        margin-bottom: 20px;
    }

    .block4 .content {
        margin-bottom: 22px;
    }

    .block4 h3 {
        font-size: 28px;
        padding-bottom: 43px;
    }

    .block4 .wrapper .doc {
        display: none;
    }

    .block5 h2 {
        font-size: 36px;
        padding-top: 15px;
        margin-bottom: 6px;
    }

    .block5 h4 {
        font-size: 34px;
        margin-bottom: 48px;
    }

    .block5 .content .box img {
        margin: 0 auto 9px;
        width: 225px;
    }

    .block5 .content .box p {
        font-size: 22px;
    }

    .block5 .content {
        padding-bottom: 0;
    }

    .block6 .order-form,
    .block6 .product-block {
        width: 100%;
    }

    .block6 .content form .form-footer,
    .block6 .content form .form-head {
        font-size: 19px;
        padding: 18px 0;
    }

    .block6 .content form .form-content .form_group {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .block6 .content form .form-content {
        padding: 20px;
    }

    .block6 .content form .form-content .form_btn {
        font-size: 28px;
        padding: 10px 0;
    }

    .block6 .content {
        padding: 49px 0 118px;
    }

    .block6 .order-form h4 {
        font-size: 25px;
        margin-bottom: 60px;
    }

    .block6 .product-block .product {
        width: 420px;
        height: 420px;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .block6 .product-block .product .circle {
        margin: 59px auto 0;
        width: 295px;
        height: 295px;
    }

    .block6 .product-block .product .circle img {
        margin-top: 35px;
    width: 208px;
    }

    .block6 .content form .price {
        bottom: -619px;
        width: 185px;
        height: 185px;
        left: 0;
        top: auto;
    }

    .block7 .content h2 {
        font-size: 35px;
        margin-bottom: 20px;
        text-align: center;
    }

    .block7 .content p {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .block7 .content {
        padding: 35px 10px 387px;
    }

    .block7 .wrapper .doc {
        left: 17px;
        width: 241px;
    }

    .block8 h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .block8 .content {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .block8 .content .box {
        width: 100%;
    }

    .block8 .content .box h4 {
        font-size: 24px;
        text-align: center;
    }

    .block8 .content .box .text {
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .block8 .content .box:nth-of-type(even) .text,
    .block8 .content .box:nth-of-type(odd) .text {
        width: 100%;
        padding-left: 0;
    }

    .block8 .content .box:nth-of-type(even) img,
    .block8 .content .box:nth-of-type(odd) img {
        position: relative;
        top: auto;
        transform: none;
        display: block;
        margin: 0 auto;
    }

    .block8 .content .box:nth-of-type(even) h4 {
        text-align: center;
    }

    .block8 .content .box:nth-of-type(even) .mobile,
    .block8 .content .box:nth-of-type(odd) .mobile {
        display: block;
    }

    .block8 .content .box:nth-of-type(even) .desktop,
    .block8 .content .box:nth-of-type(odd) .desktop {
        display: none;
    }

    .block8 .content .box:nth-of-type(even) .list-item,
    .block8 .content .box:nth-of-type(odd) .list-item {
        margin-bottom: 19px;
    }

    .block9 h2 {
        font-size: 36px;
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .block9 .content .box .review {
        display: block;
        width: 100%;
    }

    .block9 .content .box img,
    .block9 .content .box:nth-of-type(2) img {
        margin: 0 auto 15px;
        display: block;
    }

    .block9 .content .box:nth-of-type(2) .review {
        text-align: center;
    }

    .block9 .content .box .review {
        font-size: 18px;
        text-align: center;
    }

    .block9 .content .box .review .user_name,
    .block9 .content .box:nth-of-type(2) .user_name {
        text-align: center;
        padding-left: 0;
        width: 190px;
        margin: 0 auto;
        padding: 0;
    }

    .block9 .content .box .desktop {
        display: none;
    }

    .block9 .content .box {
        height: 630px;
        width: 280px !important;
        margin: 0 20px;
    }

    .slick-list {
        max-height: 700px;
    }

    .block9 {
        padding-bottom: 40px;
    }

    .block10 .wrapper img {
        position: static;
        display: block;
        width: 250px;
        margin: 0 auto;
    }

    .block10 .content {
        max-width: 100%;
    }

    .block10 .content ul {
        padding-top: 24px;
        padding-bottom: 20px;
        margin-bottom: 13px;
    }

    .block10 .content ul li {
        font-size: 20px;
    }

    .block11 h1 {
        font-size: 36px;
        text-align: center;
        padding-top: 38px;
    }

    .block11 h1 br {
        display: none;
    }

    .block11 h2 {
        font-size: 36px;
        margin-bottom: 34px;
        text-align: center;
    }

    .block11 .content form .form-footer,
    .block11 .content form .form-head {
        font-size: 19px;
        padding: 18px 0;
    }

    .block11 .content form .form-content .form_group {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .block11 .content form .form-content {
        padding: 20px;
    }

    .block11 .content form .form-content .form_btn {
        font-size: 28px;
        padding: 10px 0;
    }

    .block11 .content {
        padding-bottom: 820px;
    }

    .block11 .wrapper .people {
        right: auto;
        top: 735px;
        left: -214px;
        width: 536px;
    }

    .block11 .wrapper .people img {
        width: 103%;
    top: 123px;
    position: absolute;
    right: -27px;
    }

    .block11 .wrapper .people .product-name {
        top: 167px;
        font-size: 35px;
        left: 35px;
        display: none;
    }

    .block11 {
        margin-top: -15px;
    }

    .block11 .wrapper .product {
        width: 355px;
        height: 355px;
        top: auto;
        bottom: 174px;
        right: auto;
        left: 0;
    }

    .block11 .wrapper .product .circle {
        margin: 30px auto 0;
        width: 290px;
        height: 290px;
    }

    .block11 .wrapper .product .circle img {
        margin-top: 36px;
    width: 202px;
    }

    .block11 .content form .price {
        width: 185px;
        height: 185px;
        left: 0;
        top: auto;
        bottom: -748px;
    }
}


/* ============================================ */
/* PREMIUM MEDICAL DESIGN v3.0                   */
/* ============================================ */

html { scroll-behavior: smooth; }

/* ---- GLOBAL OVERRIDES ---- */
body {
    background: #f0f4f8;
}

/* ---- HERO (Block1) ---- */
.block1 {
    background: linear-gradient(160deg, #06101e 0%, #0d2137 40%, #133a5c 75%, #1a4a6e 100%) !important;
    position: relative;
    overflow: hidden;
}
.block1::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("../images/block1.webp") center/cover no-repeat;
    opacity: 0.06;
    z-index: 0;
    pointer-events: none;
}
.block1::after {
    content: '';
    position: absolute;
    top: -50%; right: -30%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(21,101,192,0.12) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.block1 .wrapper {
    position: relative;
    z-index: 1;
}

/* Hero badge */
.hero-badge {
    display: block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    padding: 8px 20px;
    border-radius: 30px;
    font-family: roboto-Regular;
    font-size: 15px;
    margin: 0 auto 16px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    letter-spacing: 0.3px;
    text-align: center;
    width: fit-content;
}
.hero-badge svg {
    vertical-align: -2px;
    margin-right: 6px;
}

/* Trust badges strip */
.trust-badges-hero {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto 18px;
    width: fit-content;
}
.tbadge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-family: Proxima-Nova-Semi-bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.tbadge-halal {
    background: rgba(46,204,113,0.2);
    border: 1px solid #2ecc71;
    color: #2ecc71;
}
.tbadge-natural {
    background: rgba(255,228,43,0.15);
    border: 1px solid #ffe42b;
    color: #ffe42b;
}
.tbadge-norx {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.9);
}

/* Delivery trust block */
.delivery-trust {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding: 16px 20px;
    background: rgba(46,204,113,0.15);
    border: 2px solid rgba(46,204,113,0.45);
    border-radius: 12px;
}
.delivery-trust span {
    font-family: roboto-Regular;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

/* H1 */
.block1 h1 {
    color: #ffffff !important;
    font-size: 56px !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 30px rgba(0,0,0,0.25);
    margin-bottom: 10px !important;
    letter-spacing: -0.5px;
}
.block1 h1 .hl-num {
    color: #ff6b6b;
    font-size: inherit;
}
.block1 h1 .hl-danger {
    color: #ff6b6b;
    display: block;
    font-size: 0.85em;
    margin-top: 4px;
}

/* H2 subtitle */
.block1 .content h2 {
    color: rgba(255,255,255,0.88) !important;
    font-size: 30px !important;
    line-height: 1.35 !important;
    margin-bottom: 24px !important;
    font-family: Proxima-Nova-Regular !important;
    font-weight: 500 !important;
}
.block1 .content h2 span {
    color: #64b5f6 !important;
    font-size: 40px !important;
    font-family: Proxima-Nova-Semi-bold !important;
}

/* Benefits list */
.block1 .content ul {
    margin-bottom: 30px !important;
}
.block1 .content ul li {
    background: rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 8px !important;
    border-left: 3px solid #64b5f6;
    transition: background 0.3s ease;
    display: flex !important;
    align-items: center;
}
.block1 .content ul li:hover {
    background: rgba(255,255,255,0.12);
}
.block1 .content ul li img {
    display: none !important;
}
.block1 .content ul li::before {
    content: '✓';
    color: #64b5f6;
    font-weight: bold;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: rgba(100,181,246,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.block1 .content ul li span {
    color: rgba(255,255,255,0.92) !important;
    font-size: 17px !important;
    font-family: roboto-Regular !important;
    text-transform: none !important;
    width: auto !important;
    line-height: 1.4;
}

/* ---- Form outer shell — glass border glow ---- */
.block1 .content form,
.block6 .order-form form,
.block11 .content form {
    border-radius: 16px !important;
    box-shadow: 0 0 0 1px rgba(100,181,246,0.2), 0 8px 32px rgba(0,0,0,0.4) !important;
}

/* ---- ALL FORMS — Premium Styling ---- */
.form-head,
.block1 .content form .form-head,
.block6 .order-form form .form-head,
.block11 .content form .form-head {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%) !important;
    font-size: 16px !important;
    padding: 16px 20px !important;
    letter-spacing: 0.5px;
    border-radius: 16px 16px 0 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold !important;
    color: rgba(255,255,255,0.9) !important;
}
.form-footer,
.block1 .content form .form-footer,
.block6 .order-form form .form-footer,
.block11 .content form .form-footer {
    background: linear-gradient(135deg, #1565c0 0%, #0d47a1 100%) !important;
    font-size: 16px !important;
    padding: 16px 20px !important;
    letter-spacing: 0.5px;
    border-radius: 0 0 16px 16px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Proxima-Nova-Semi-bold !important;
    color: rgba(255,255,255,0.9) !important;
}
.form-head span,
.form-footer span {
    color: #ffe42b !important;
    font-size: 20px !important;
    display: block;
    margin-top: 2px;
}

.form-content,
.block1 .content form .form-content,
.block6 .order-form form .form-content,
.block11 .content form .form-content {
    background: linear-gradient(180deg, #0f2944 0%, #132f50 100%) !important;
    padding: 24px 24px 20px !important;
    border-left: 1px solid rgba(100,181,246,0.15);
    border-right: 1px solid rgba(100,181,246,0.15);
}

/* Form inputs */
.form_group {
    min-height: 54px !important;
    border: 2px solid rgba(100,181,246,0.25) !important;
    border-radius: 12px !important;
    padding: 14px 18px !important;
    font-size: 20px !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
}
.form_group:focus {
    border-color: #64b5f6 !important;
    box-shadow: 0 0 0 4px rgba(100,181,246,0.2) !important;
    background: rgba(255,255,255,0.12) !important;
}
.form_group::placeholder {
    color: rgba(255,255,255,0.45) !important;
}

/* CTA Buttons — all forms */
.form_btn {
    background: linear-gradient(135deg, #1b7a3d 0%, #27ae60 50%, #1b7a3d 100%) !important;
    background-size: 200% 100% !important;
    border: none !important;
    border-radius: 14px !important;
    font-size: 24px !important;
    padding: 18px 0 !important;
    box-shadow: 0 6px 20px rgba(27,122,61,0.35) !important;
    animation: btnShine 3s ease-in-out infinite, btnPulseGlow 2s ease-in-out infinite !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.5px;
    font-family: Proxima-Nova-Semi-bold !important;
    text-transform: uppercase !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.form_btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.25) 45%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.25) 55%, transparent 60%);
    animation: btnGlare 4s ease-in-out infinite;
    pointer-events: none;
}
.form_btn:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 35px rgba(27,122,61,0.5) !important;
    background: linear-gradient(135deg, #22923f 0%, #2ecc71 50%, #22923f 100%) !important;
    animation: none !important;
}
.form_btn:active {
    transform: translateY(1px) scale(0.98) !important;
    animation: none !important;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.2) !important;
}

@keyframes btnShine {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}
@keyframes btnPulseGlow {
    0%, 100% { box-shadow: 0 6px 20px rgba(27,122,61,0.35); }
    50% { box-shadow: 0 6px 20px rgba(27,122,61,0.35), 0 0 0 8px rgba(39,174,96,0.15), 0 0 0 16px rgba(39,174,96,0.06); }
}
@keyframes btnGlare {
    0%, 75%, 100% { left: -60%; }
    25% { left: 120%; }
}

/* Stock FOMO counter */
.stock-counter {
    background: linear-gradient(135deg, #0a1e33 0%, #0d2a45 100%);
    padding: 12px 20px;
    text-align: center;
    font-family: Proxima-Nova-Semi-bold, sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    letter-spacing: 0.3px;
    border-left: 1px solid rgba(100,181,246,0.15);
    border-right: 1px solid rgba(100,181,246,0.15);
    transition: background 0.3s ease;
}
.stock-counter .stock-icon {
    margin-right: 6px;
}
.stock-counter .stock-num {
    color: #ffe42b;
    font-size: 22px;
    font-weight: bold;
    transition: color 0.3s ease;
}
.stock-counter.stock-flash {
    animation: stockFlash 0.6s ease;
}
@keyframes stockFlash {
    0%, 100% { background: linear-gradient(135deg, #0a1e33 0%, #0d2a45 100%); }
    50% { background: linear-gradient(135deg, #1a3352 0%, #1e4068 100%); }
}

/* Trust line below CTA button */
.form-trust-line {
    text-align: center;
    font-size: 13px !important;
    color: rgba(255,255,255,0.5) !important;
    margin-top: 12px !important;
    font-family: roboto-Regular, sans-serif;
    letter-spacing: 0.2px;
}

/* Price badge - modern */
.price {
    background: linear-gradient(145deg, #ffffff 0%, #f0f4f8 100%) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    border: 3px solid #1565c0 !important;
    animation: priceBounce 3.5s ease-in-out infinite;
}
.price .new_price {
    color: #1565c0 !important;
    font-weight: bold;
    font-size: 52px !important;
    padding-top: 55px !important;
    line-height: 1.1;
    letter-spacing: -1px;
}
.price .old_price {
    color: #c62828 !important;
    font-size: 32px !important;
    text-decoration: line-through !important;
    opacity: 0.8;
}
@keyframes priceBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ---- PEOPLE IMAGE on hero ---- */
.block1 .wrapper .people {
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    z-index: 2;
}

/* ---- PRODUCT CIRCLE on hero ---- */
.block1 .wrapper .product {
    border: 3px solid rgba(100,181,246,0.3) !important;
    border-style: solid !important;
}
.block1 .wrapper .product .circle {
    background: linear-gradient(135deg, #1565c0, #0d47a1) !important;
    box-shadow: 0 10px 40px rgba(13,71,161,0.3);
}
.block1 .wrapper .product .circle img {
    filter: drop-shadow(0 0 20px rgba(255,255,255,0.6));
}

/* ---- BLOCK2 (Danger) ---- */
.block2 {
    background: #ffffff;
    position: relative;
}
.block2 h2 {
    color: #0d2137 !important;
    font-size: 42px !important;
    margin-bottom: 50px !important;
    line-height: 1.2 !important;
}
.block2 .content .box {
    padding: 0 15px;
}
.block2 .content .box p {
    color: #374151 !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    font-family: roboto-Regular !important;
    width: auto !important;
    max-width: 260px;
    margin: 0 auto;
}
.block2 .content .box img {
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 3px solid #64b5f6;
}

/* Icon sizing for custom webp images */
.block2 .content .box img[src$=".webp"]:not([src*="b2-"]),
.block5 .content .box img[src$=".webp"]:not([src*="b5-"]) {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* ---- BLOCK3 (Stats) ---- */
.block3 {
    background: linear-gradient(135deg, #0d2137 0%, #1a3c5e 100%) !important;
}
.block3 h2 {
    background: rgba(255,255,255,0.08) !important;
    border-radius: 12px;
    font-size: 30px !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 24px 30px !important;
    color: #fff !important;
    border-left: 4px solid #ff6b6b;
}
.block3 h3 {
    color: rgba(255,255,255,0.85) !important;
    font-size: 26px !important;
    padding-bottom: 10px !important;
}

/* Counter badge */
.block3 div[style*="ffe400"] {
    background: linear-gradient(135deg, #f7e94e, #dbb94e) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(201,168,62,0.25);
}
.block3 .wrapper {
    padding-bottom: 40px !important;
}

/* ---- BLOCK4 (Symptoms / Safety) ---- */
.block4 {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 50%, #f5f5f5 100%) !important;
}
.block4 h2 {
    color: #0d2137 !important;
    font-size: 48px !important;
}
.block4 h2 span {
    color: #c62828 !important;
}
.block4 .content ul li {
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 12px !important;
    border-left: 3px solid #00897b;
    transition: background 0.3s;
}
.block4 .content ul li:hover {
    background: rgba(255,255,255,0.95);
}
.block4 .content ul li img {
    display: none !important;
}
.block4 .content ul li::before {
    content: '⚠';
    font-size: 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    flex-shrink: 0;
}
.block4 .content ul li span {
    color: #1a1a2e !important;
    font-size: 17px !important;
    font-family: roboto-Regular !important;
    text-transform: none !important;
}
.block4 h3 {
    color: #0d2137 !important;
    font-size: 26px !important;
}
.block4 h3 span {
    color: #c62828 !important;
}

/* ---- BLOCK5 (Mechanism) ---- */
.block5 {
    background: #f8fafc;
}
.block5 h2 {
    color: #0d2137 !important;
    font-size: 42px !important;
}
.block5 h2 span {
    color: #1565c0 !important;
}
.block5 h4 {
    color: #374151 !important;
    font-size: 24px !important;
    font-family: roboto-Regular !important;
}
.block5 .content .box {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 16px 20px;
    margin: 0 8px 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block5 .content .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.block5 .content .box p {
    color: #374151 !important;
    font-size: 17px !important;
    font-family: roboto-Regular !important;
    text-transform: none !important;
    line-height: 1.5 !important;
}

/* ---- COMPARISON BLOCK (block3 with dark bg) ---- */
.block3[style*="1a3c5e"] {
    background: linear-gradient(160deg, #06101e 0%, #0d2137 100%) !important;
}
.block3[style*="1a3c5e"] div[style*="flex"] > div:first-child {
    background: rgba(198,40,40,0.1) !important;
    border: 1px solid rgba(198,40,40,0.2) !important;
}
.block3[style*="1a3c5e"] div[style*="flex"] > div:last-child {
    background: rgba(27,122,61,0.1) !important;
    border: 2px solid rgba(39,174,96,0.3) !important;
}

/* ---- BLOCK6 (Middle form) ---- */
.block6 {
    background: linear-gradient(135deg, #0d2137 0%, #1a3c5e 50%, #1565c0 100%) !important;
}
.block6 .order-form h4 {
    color: rgba(255,255,255,0.85) !important;
    font-size: 24px !important;
}
.block6 .product-block .product {
    border: 3px solid rgba(100,181,246,0.3) !important;
    border-style: solid !important;
}
.block6 .product-block .product .circle {
    border: none !important;
    background: linear-gradient(135deg, #1565c0, #0d47a1) !important;
    box-shadow: 0 10px 40px rgba(13,71,161,0.3);
}

/* ---- BLOCK7 (Expert) ---- */
.block7 {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.block7 .content h2 {
    color: #0d2137 !important;
    font-size: 42px !important;
}
.block7 .content p {
    color: #4a5568 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
}
.block7 .content p:last-of-type {
    color: #0d2137 !important;
    font-size: 18px !important;
    background: rgba(21,101,192,0.05);
    padding: 16px 20px;
    border-radius: 12px;
    border-left: 4px solid #1565c0;
}

/* ---- BLOCK8 (Composition) ---- */
.block8 {
    background: linear-gradient(160deg, #06101e, #0d2137 60%, #132d46) !important;
}
.block8 h2 {
    color: #ffffff !important;
    font-size: 40px !important;
    line-height: 1.3 !important;
}
.block8 .content .box h4 {
    color: #64b5f6 !important;
}
.block8 .content .box .text {
    color: #e2e8f0 !important;
}
.block8 .content .box:nth-of-type(odd) .list-item,
.block8 .content .box:nth-of-type(even) .list-item {
    background: rgba(255,255,255,0.06) !important;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 20px 24px !important;
    border: 1px solid rgba(100,181,246,0.15);
    transition: all 0.3s ease;
    height: 100%;
}
.block8 .content .box:nth-of-type(odd) .list-item:hover,
.block8 .content .box:nth-of-type(even) .list-item:hover {
    background: rgba(100,181,246,0.12) !important;
    border-color: rgba(100,181,246,0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.block8 .content .box p[style] {
    color: #90caf9 !important;
}

/* Ingredient icon badge */
.ing-icon {
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1565c0, #0d47a1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Proxima-Nova-Semi-bold, sans-serif;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(21,101,192,0.35);
    flex-shrink: 0;
}

/* Ingredient info wrapper */
.ing-info {
    flex: 1;
    min-width: 0;
}
.ing-info .text {
    font-size: 18px !important;
    font-weight: bold;
    color: #fff !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
    display: inline-block;
}
.ing-desc {
    font-size: 14px !important;
    color: #90caf9 !important;
    margin: 4px 0 0 0;
    line-height: 1.5;
    font-family: roboto-Regular, sans-serif;
}

/* ---- BLOCK9 (Reviews) ---- */
.block9 {
    background: #f0f4f8;
}
.block9 h2 {
    color: #0d2137 !important;
    font-size: 42px !important;
}
.block9 .content .box {
    border: none !important;
    background: #ffffff;
    border-radius: 20px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block9 .content .box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.block9 .content .box .review p {
    color: #4a5568 !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}
.block9 .content .box .review .user_name {
    color: #0d2137 !important;
    font-size: 16px !important;
}

/* ---- BLOCK10 (How to order / Guarantee) ---- */
.block10 {
    background: linear-gradient(135deg, #0d2137 0%, #1a3c5e 100%) !important;
}
.block10 .content ul li {
    color: rgba(255,255,255,0.9) !important;
    font-size: 28px !important;
    line-height: 1.7 !important;
}
.block10 .content ul li:nth-of-type(1) {
    color: #64b5f6 !important;
    font-family: Proxima-Nova-Semi-bold !important;
    font-size: 32px !important;
}

/* ---- BLOCK11 (Final CTA) ---- */
.block11 {
    background: linear-gradient(160deg, #06101e 0%, #0d2137 40%, #133a5c 100%) !important;
    position: relative;
}
.block11::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url("../images/block11.webp") center/cover no-repeat;
    opacity: 0.06;
    pointer-events: none;
}
.block11 .wrapper {
    position: relative;
    z-index: 1;
}
.block11 h1 {
    color: #ffffff !important;
    font-size: 48px !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.block11 h2 {
    color: rgba(255,255,255,0.85) !important;
    font-size: 30px !important;
}
.block11 h2 span {
    color: #64b5f6 !important;
    font-size: 40px !important;
}
.block11 .wrapper .product {
    border: 3px solid rgba(100,181,246,0.3) !important;
    border-style: solid !important;
}
.block11 .wrapper .product .circle {
    background: linear-gradient(135deg, #1565c0, #0d47a1) !important;
}

/* ---- FOOTER ---- */
footer {
    background: linear-gradient(135deg, #06101e, #0d2137) !important;
    color: rgba(255,255,255,0.7) !important;
    font-size: 18px !important;
    padding: 30px 0 !important;
}
.gs-f-box {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0;
    color: #6b7280 !important;
}
.gs-f-box a {
    color: #1565c0 !important;
}

/* ---- LIVE VIEWERS BADGE ---- */
.live-viewers {
    background: rgba(21,101,192,0.08);
    border: 1px solid rgba(21,101,192,0.15);
    border-radius: 10px;
    padding: 8px 16px;
    text-align: center;
    font-family: roboto-Regular;
    font-size: 14px;
    color: #1565c0;
    margin-bottom: 12px;
}

/* ---- STICKY MOBILE CTA ---- */
.sticky-cta {
    position: fixed;
    bottom: -70px;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1b7a3d 0%, #27ae60 100%);
    color: #fff;
    text-align: center;
    padding: 15px;
    font-family: Proxima-Nova-Semi-bold;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    cursor: pointer;
    text-decoration: none;
    transition: bottom 0.4s ease;
    display: none;
    letter-spacing: 0.3px;
}
.sticky-cta.visible {
    bottom: 0;
}

/* ---- SECTION DIVIDERS ---- */
.block2::before,
.block5::before,
.block7::before {
    content: '';
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #1565c0 0%, #00897b 50%, #1565c0 100%);
    opacity: 0.3;
}

/* ============================================ */
/* MOBILE (≤800px)                              */
/* ============================================ */
@media all and (max-width: 800px) {
    .sticky-cta { display: block; }
    .gs-f-box { padding-bottom: 70px; }

    .hero-badge {
        font-size: 12px;
        padding: 6px 14px;
        margin-bottom: 10px;
    }

    .trust-badges-hero {
        gap: 6px;
        margin-bottom: 12px;
    }
    .tbadge {
        font-size: 11px;
        padding: 5px 10px;
    }

    .delivery-trust {
        padding: 12px 14px;
        gap: 6px;
    }
    .delivery-trust span {
        font-size: 13px;
    }

    .block1 h1 {
        font-size: 30px !important;
        text-align: center !important;
    }
    .block1 .content h2 {
        font-size: 22px !important;
        text-align: center !important;
    }
    .block1 .content h2 span {
        font-size: 32px !important;
    }
    .block1 .content ul li {
        padding: 8px 12px;
    }
    .block1 .content ul li span {
        font-size: 13px !important;
    }
    .block1 .content ul li::before {
        width: 22px;
        height: 22px;
        font-size: 12px;
        margin-right: 8px;
    }

    /* Block1: people + product + price positioning */
    .block1 .content {
        padding-bottom: 850px !important;
    }
    .block1 .wrapper .people {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: auto !important;
        width: 430px !important;
        bottom: 560px !important;
    }
    .block1 .wrapper .product {
        width: 420px !important;
        height: 420px !important;
        bottom: 120px !important;
        top: auto !important;
        left: 50% !important;
        right: auto !important;
        margin-left: -210px !important;
        transform: none !important;
    }
    .block1 .wrapper .product .circle {
        margin: 59px auto 0 !important;
        width: 295px !important;
        height: 295px !important;
    }
    .block1 .wrapper .product .circle img {
        margin-top: 35px !important;
        width: 208px !important;
    }
    .block1 .content form .price {
        bottom: -750px !important;
        z-index: 5 !important;
        width: 220px !important;
        height: 220px !important;
        left: -10px !important;
        right: auto !important;
        animation: priceBounce 3.5s ease-in-out infinite !important;
    }

    /* Block11: b11.webp (people) внизу блока */
    .block11 .wrapper .people {
        top: auto !important;
        bottom: -60px !important;
        left: -100px !important;
        z-index: 2 !important;
    }
    .block11 .wrapper .people img {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }
    .block11 .content {
        padding-bottom: 500px !important;
    }
    .block11 .wrapper .product {
        bottom: 150px !important;
        top: auto !important;
    }
    .block11 .content form .price {
        bottom: -410px !important;
        top: auto !important;
        z-index: 5 !important;
        left: -10px !important;
        right: auto !important;
        animation: priceBounce 3.5s ease-in-out infinite !important;
    }

    /* Цена — текст заполняет плашку на мобилке */
    .block1 .content form .price,
    .block6 .order-form form .price,
    .block11 .content form .price {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Block6: price badge positioning */
    .block6 .order-form form .price {
        bottom: -590px !important;
        top: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 5 !important;
        width: 200px !important;
        height: 200px !important;
        animation: priceBounce 3.5s ease-in-out infinite !important;
    }
    .block1 .content form .price .new_price,
    .block6 .order-form form .price .new_price,
    .block11 .content form .price .new_price {
        font-size: 46px !important;
        padding-top: 0 !important;
        line-height: 1.1 !important;
    }
    .block1 .content form .price .old_price,
    .block6 .order-form form .price .old_price,
    .block11 .content form .price .old_price {
        font-size: 26px !important;
        line-height: 1.2 !important;
    }

    .block2 h2 {
        font-size: 26px !important;
        margin-bottom: 30px !important;
    }
    .block2 .content .box p {
        font-size: 16px !important;
    }

    /* Icon sizing on mobile */
    .block2 .content .box img[src$=".webp"]:not([src*="b2-"]) {
        width: 140px !important;
        height: 140px !important;
        margin-bottom: 12px !important;
    }
    .block5 .content .box img[src$=".webp"]:not([src*="b5-"]) {
        width: 150px !important;
        height: 150px !important;
    }
    .block5 .content .box {
        margin: 0 4px 16px !important;
        padding: 16px 10px 14px !important;
    }

    /* Stock counter mobile */
    .stock-counter {
        font-size: 14px;
        padding: 10px 16px;
    }
    .stock-counter .stock-num {
        font-size: 18px;
    }

    /* Forms on mobile */
    .form_btn {
        font-size: 22px !important;
        padding: 14px 0 !important;
        min-height: 54px !important;
        border-radius: 12px !important;
    }
    .form_group {
        font-size: 17px !important;
        min-height: 46px !important;
        padding: 10px 14px !important;
        border-radius: 10px !important;
    }
    .form-head,
    .block1 .content form .form-head,
    .block6 .order-form form .form-head,
    .block11 .content form .form-head,
    .form-footer,
    .block1 .content form .form-footer,
    .block6 .order-form form .form-footer,
    .block11 .content form .form-footer {
        font-size: 14px !important;
        padding: 14px 16px !important;
    }
    .form-head span,
    .form-footer span {
        font-size: 18px !important;
    }
    .form-trust-line {
        font-size: 12px !important;
        margin-top: 10px !important;
    }
    .form-content,
    .block1 .content form .form-content,
    .block6 .order-form form .form-content,
    .block11 .content form .form-content {
        padding: 18px 16px !important;
    }

    /* Stats block */
    .block3 h2 {
        font-size: 22px !important;
        padding: 16px 18px !important;
    }
    .block3 h3 {
        font-size: 20px !important;
        padding-bottom: 5px !important;
    }
    .block3 .wrapper {
        padding-bottom: 30px !important;
    }

    /* Counter badge mobile */
    .block3 div[style*="ffe400"] p[style] {
        font-size: 18px !important;
    }
    .block3 div[style*="ffe400"] span[id="order-counter"] {
        font-size: 24px !important;
    }

    /* Symptoms */
    .block4 h2 {
        font-size: 32px !important;
    }
    .block4 .content ul li span {
        font-size: 14px !important;
    }
    .block4 h3 {
        font-size: 22px !important;
    }

    /* Mechanism */
    .block5 h2 {
        font-size: 28px !important;
    }
    .block5 h4 {
        font-size: 20px !important;
    }
    .block5 .content .box p {
        font-size: 15px !important;
    }

    /* Comparison block mobile */
    .block3[style*="1a3c5e"] h2[style] {
        font-size: 20px !important;
    }
    .block3[style*="1a3c5e"] h3[style] {
        font-size: 16px !important;
    }
    .block3[style*="1a3c5e"] p[style] {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    /* Expert */
    .block7 .content h2 {
        font-size: 28px !important;
    }
    .block7 .content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
    .block7 .content p:last-of-type {
        padding: 12px 14px;
    }

    /* Composition */
    .block8 h2 {
        font-size: 26px !important;
    }
    .block8 .content .box {
        width: 100% !important;
    }
    .ing-icon {
        min-width: 44px;
        height: 44px;
        font-size: 15px;
    }
    .ing-info .text {
        font-size: 15px !important;
    }
    .ing-desc {
        font-size: 12px !important;
    }
    .block8 .content .box:nth-of-type(odd) .list-item,
    .block8 .content .box:nth-of-type(even) .list-item {
        padding: 12px 14px !important;
        gap: 12px;
    }

    /* Reviews */
    .block9 h2 {
        font-size: 28px !important;
    }
    .block9 .content .box {
        border-radius: 16px !important;
    }
    .block9 .content .box .review p {
        font-size: 15px !important;
    }

    /* Timeline */
    .block2:last-of-type .content .box p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    /* Guarantee */
    .block10 .content ul li {
        font-size: 18px !important;
        line-height: 1.6 !important;
    }
    .block10 .content ul li:nth-of-type(1) {
        font-size: 22px !important;
    }

    /* Final CTA */
    .block11 h1 {
        font-size: 28px !important;
        text-align: center !important;
    }
    .block11 h2 {
        font-size: 22px !important;
        text-align: center !important;
    }
    .block11 h2 span {
        font-size: 30px !important;
    }

    .live-viewers {
        font-size: 12px;
        padding: 6px 12px;
    }

    /* Section dividers on mobile */
    .block2::before,
    .block5::before,
    .block7::before {
        height: 3px;
    }

    /* FAQ block responsive */
    .block3[style*="0f2b45"] h2[style] {
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] {
        gap: 10px !important;
        padding-bottom: 30px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] {
        padding: 16px 18px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] > p:first-child {
        font-size: 17px !important;
        margin-bottom: 8px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] > p:last-child {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }
}

/* ============================================ */
/* SMALL PHONES (≤360px)                        */
/* ============================================ */
@media all and (max-width: 360px) {
    .wrapper { max-width: 340px; }
    .block1 h1 { font-size: 24px !important; }
    .block1 .content h2 { font-size: 18px !important; }
    .block1 .content h2 span { font-size: 26px !important; }
    .block1 .content ul li span { font-size: 12px !important; }
    .block2 h2 { font-size: 22px !important; }
    .block4 h2 { font-size: 26px !important; }
    .block5 h2 { font-size: 24px !important; }
    .block5 h4 { font-size: 18px !important; }
    .block8 h2 { font-size: 22px !important; }
    .block9 h2 { font-size: 24px !important; }
    .block11 h1 { font-size: 24px !important; }
    .block11 h2 { font-size: 20px !important; }

    .block2 .content .box img[src$=".webp"]:not([src*="b2-"]) {
        width: 120px !important;
        height: 120px !important;
    }
    .sticky-cta {
        font-size: 15px;
        padding: 12px;
    }
    .form_btn {
        font-size: 20px !important;
    }

    /* FAQ 360px */
    .block3[style*="0f2b45"] h2[style] {
        font-size: 22px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] {
        padding: 14px 14px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] > p:first-child {
        font-size: 15px !important;
    }
    .block3[style*="0f2b45"] > .wrapper > div[style] > div[style] > p:last-child {
        font-size: 14px !important;
    }

    /* Comparison block 360px */
    .block3[style*="1a3c5e"] h2[style] {
        font-size: 18px !important;
    }
    .block3[style*="1a3c5e"] p[style] {
        font-size: 13px !important;
    }

    /* Expert 360px */
    .block7 .content p {
        font-size: 14px !important;
    }
    .block7 .content h2 {
        font-size: 24px !important;
    }

    /* Block10 how-to-order 360px */
    .block10 .content ul li {
        font-size: 16px !important;
    }
    .block10 .content ul li:nth-of-type(1) {
        font-size: 20px !important;
    }

    /* Delivery trust 360px */
    .delivery-trust span {
        font-size: 12px !important;
    }
}
