﻿html {
    font-size: 23px;
    background: #edf3f2;
    scroll-behavior: smooth;
}
body {
    max-width: 480px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #213231;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a {
    color: inherit;
}
.site-header {
    background: #ffffff;
    padding: 16px 18px;
    border-bottom: 1px solid #dfe8e6;
    position: sticky;
    top: 0;
    z-index: 20;
}
.brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.brand h1 {
    margin: 0;
    font-size: 1.3rem;
    color: #10766e;
    letter-spacing: 1px;
}
.brand span {
    display: block;
    margin-top: 2px;
    color: #5d6f6d;
    font-size: .72rem;
    font-weight: 600;
}
.rating {
    background: #f5fbfa;
    border: 1px solid #d7ece8;
    border-radius: 12px;
    padding: 8px 10px;
    text-align: center;
    color: #263b39;
    font-weight: 800;
    font-size: .78rem;
    line-height: 1.1;
}
.rating small {
    display: block;
    font-size: .48rem;
    font-weight: 600;
    color: #607370;
}
.hero {
    display: grid;
    grid-template-columns: 1fr 165px;
    gap: 8px;
    padding: 28px 18px 26px;
    background: linear-gradient(180deg, #f5fbfa 0%, #ffffff 100%);
    align-items: center;
}
.eyebrow {
    margin: 0 0 8px;
    color: #0f8b80;
    font-size: .65rem;
    font-weight: 800;
    text-transform: uppercase;
}
h2 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.15;
    color: #173836;
}
p {
    font-size: .82rem;
    line-height: 1.45;
}
.hero p:not(.eyebrow) {
    margin: 0 0 18px;
    color: #4c625f;
}
.availability {
    display: inline-block;
    background: #e9f8f5;
    border: 1px solid #bfe3dd;
    color: #0f766e;
    border-radius: 999px;
    padding: 8px 12px;
    margin-bottom: 14px;
    font-size: .65rem;
    font-weight: 800;
}
.hero-product {
    text-align: center;
}
.hero-product img {
    max-height: 270px;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
}
.btn-primary {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    background: #f5c542;
    color: #213231;
    border: 0;
    border-radius: 10px;
    padding: 15px 18px;
    text-align: center;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(245,197,66,.28);
    cursor: pointer;
}
.trust-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 18px;
    background: #10766e;
    color: #fff;
    font-weight: 800;
    font-size: .78rem;
}
.trust-strip div {
    background: rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 11px 12px;
}
.section {
    padding: 28px 18px;
    border-bottom: 1px solid #edf1f0;
}
.section > p {
    color: #4c625f;
    margin: 0 0 18px;
}
.benefits-grid,
.formula-list,
.steps {
    display: grid;
    gap: 12px;
}
.benefit-card,
.formula-list div,
.review-card,
.steps div {
    background: #f6faf9;
    border: 1px solid #dfecea;
    border-radius: 12px;
    padding: 15px;
}
.benefit-card b,
.formula-list b,
.review-card b,
.steps b {
    display: block;
    color: #123f3a;
    margin-bottom: 6px;
    font-size: .9rem;
}
.benefit-card span,
.formula-list span,
.review-card p,
.steps p {
    display: block;
    margin: 0;
    color: #4c625f;
    font-size: .78rem;
    line-height: 1.45;
}
.official {
    background: #f8fbf5;
}
.official ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.official li,
.check-list li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: .8rem;
    font-weight: 600;
    color: #435957;
    border-bottom: 1px solid #e1ebe7;
}
.official li:before,
.check-list li:before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 10px;
    color: #108878;
    font-weight: 800;
}
.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.formula-product {
    display: block;
    width: 42%;
    margin: 6px auto 18px;
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.15));
}
.review-card + .review-card {
    margin-top: 12px;
}
.review-card {
    display: block;
    overflow: hidden;
    padding: 0;
}
.review-card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    border: 0;
    display: block;
}
.review-card > div {
    padding: 15px;
}
.faq-item {
    background: #f6faf9;
    border: 1px solid #dfecea;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
}
.faq-item b {
    display: block;
    color: #123f3a;
    margin-bottom: 7px;
    font-size: .88rem;
}
.faq-item p {
    margin: 0;
    color: #4c625f;
    font-size: .78rem;
}
.steps div {
    position: relative;
    padding-left: 62px;
}
.steps span {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #10766e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.order-section {
    padding: 28px 18px;
    background: #173836;
}
.order-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 18px 38px rgba(0,0,0,.2);
    position: relative;
}
.order-product {
    display: block;
    width: 34%;
    margin: -4px auto 12px;
    filter: drop-shadow(0 10px 16px rgba(0,0,0,.16));
}
.order-card h2,
.order-card .order-subtitle {
    text-align: center;
}
.order-subtitle {
    color: #4c625f;
    margin: 0 0 16px;
}
.discreet-box {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
}
.discreet-box span {
    background: #f6faf9;
    border: 1px solid #dfecea;
    border-radius: 9px;
    padding: 9px 10px;
    color: #415956;
    font-size: .68rem;
    font-weight: 800;
}
.price-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
    margin: 14px 0 18px;
    text-align: center;
}
.old-price {
    color: #879391;
    text-decoration: line-through;
    font-weight: 700;
    font-size: .95rem;
}
.new-price {
    color: #0f766e;
    font-weight: 900;
    font-size: 1.25rem;
}
.promo {
    grid-column: 1 / -1;
    background: #fff6d8;
    color: #6b550f;
    border-radius: 8px;
    padding: 8px;
    font-size: .68rem;
    font-weight: 800;
}
.order_form {
    display: grid;
    gap: 12px;
}
.order_form input {
    width: 100%;
    height: 58px;
    border: 1px solid #cfe0dd;
    border-radius: 10px;
    padding: 0 14px;
    font-size: .9rem;
    font-family: inherit;
    background: #f8fbfa;
}
.phone-note {
    margin-top: -6px;
    color: #617370;
    font-size: .62rem;
    line-height: 1.35;
    text-align: center;
}
.order_form .btn-primary {
    max-width: none;
}
.form-trust {
    margin-top: 14px;
    text-align: center;
    color: #526865;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1.5;
}
.final-block {
    padding: 30px 18px 34px;
    text-align: center;
    background: #f5fbfa;
}
.final-block p {
    color: #4c625f;
}
footer {
    text-align: center;
    font-size: .65rem;
    padding: 18px 18px 86px;
    color: #6b7876;
}
footer p {
    margin: 0;
}
@media (max-width: 480px) {
    html {
        font-size: 4.8vw;
    }
}
.sticky-cta {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 30;
    width: calc(100% - 28px);
    max-width: 452px;
    background: #f5c542;
    color: #213231;
    border-radius: 12px;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
    font-size: .86rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}
