:root {
    --bg: #f2f6f5;
    --card: #ffffff;
    --text: #14201d;
    --muted: #66736f;
    --green: #0fa67f;
    --green-dark: #04755c;
    --green-soft: #e8f7f2;
    --orange: #ff7a2f;
    --shadow: 0 18px 45px rgba(17, 43, 36, .12);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    min-width: 480px;
    margin: 0;
    background: radial-gradient(circle at top, #dff7ef 0, #f5f7f6 360px, #e9eeee 100%);
    font-family: "AvenirNextCyr", Arial, sans-serif;
    color: var(--text);
    font-size: 18px;
    line-height: 1.45;
}

.main_wrapper {
    width: 480px;
    margin: 0 auto;
    background: var(--bg);
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0,0,0,.12);
}

img, video { max-width: 100%; display: block; }
a { color: inherit; }
b, strong { font-weight: 800; }

.section { padding: 34px 20px; }
.title {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.6px;
    text-align: center;
    color: #fff;
}
.title.dark { color: var(--text); }
.eyebrow {
    margin: 0 0 9px;
    color: var(--green-dark);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.hero {
    padding: 14px 14px 26px;
    background: linear-gradient(180deg, #eefbf6 0%, #ffffff 56%, #f2f6f5 100%);
}
.hero_badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2px 0 14px;
}
.hero_badges span {
    padding: 8px 11px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(6, 83, 65, .08);
}
.hero_image_wrap {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    box-shadow: var(--shadow);
}
.hero_image { width: 100%; }
.discount_badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8e44, #ff4d2e);
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(255, 94, 46, .35);
}
.hero_content {
    margin: -12px 6px 0;
    padding: 24px 18px 0;
    position: relative;
    background: #fff;
    border-radius: 26px;
    box-shadow: 0 12px 34px rgba(17, 43, 36, .08);
}
.hero h1 {
    margin: 0 0 13px;
    font-size: 38px;
    line-height: 1.02;
    letter-spacing: -1.4px;
    font-weight: 900;
}
.hero_text {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 18px;
}

.price_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin: 18px 0 18px;
    border-radius: 24px;
    background: #f0f4f2;
    border: 1px solid rgba(4, 117, 92, .12);
}
.price_item { padding: 14px 12px; text-align: center; }
.price_item .text { margin-bottom: 4px; color: var(--muted); font-size: 14px; font-weight: 800; }
.price_item .value { font-size: 28px; line-height: 1; font-weight: 900; }
.price_item.old .value { color: #94a19d; text-decoration: line-through; }
.price_item.new {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: #fff;
}
.price_item.new .text { color: rgba(255,255,255,.82); }

.button {
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #13b98e, #04755c);
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(4, 117, 92, .28), inset 0 -3px 0 rgba(0,0,0,.12);
    cursor: pointer;
}
.button:disabled { opacity: .72; cursor: default; }
.sale_note, .form_note {
    margin: 13px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.intro_section { background: #fff; }
.video_card {
    overflow: hidden;
    width: 440px;
    margin: 0 auto 18px;
    border-radius: 30px;
    background: #e6eeee;
    box-shadow: var(--shadow);
}
.video_card video { width: 100%; height: auto; }
.lead_text {
    margin: 0;
    padding: 20px;
    border-radius: 24px;
    background: var(--green-soft);
    color: #31423e;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.cards_section { display: grid; gap: 18px; }
.feature_card {
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: var(--shadow);
}
.feature_card img { width: 100%; }
.feature_card div { padding: 20px; }
.feature_card h3 {
    margin: 0 0 8px;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.4px;
}
.feature_card p { margin: 0; color: var(--muted); font-weight: 600; }

.benefits_section {
    margin: 12px 14px 0;
    padding: 30px 14px;
    border-radius: 32px;
    background: linear-gradient(145deg, var(--green), var(--green-dark));
    box-shadow: var(--shadow);
}
.benefits_grid { display: grid; gap: 14px; }
.benefit_item {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255,255,255,.13);
    color: #fff;
    backdrop-filter: blur(8px);
}
.benefit_item img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 18px;
    grid-row: 1 / span 2;
}
.benefit_item h3 {
    grid-column: 2;
    margin: 0 0 4px;
    font-size: 21px;
    line-height: 1.12;
    font-weight: 900;
}
.benefit_item p {
    grid-column: 2;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 16px;
    line-height: 1.35;
}

.specs_section { background: #fff; }
.specs_image {
    width: 92%;
    margin: 0 auto 16px;
    border-radius: 28px;
    box-shadow: var(--shadow);
}
.specs_list {
    display: grid;
    gap: 10px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}
.specs_list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    background: #f5f8f7;
    border: 1px solid rgba(20, 32, 29, .06);
}
.specs_list span { color: var(--muted); font-weight: 700; }
.specs_list b { text-align: right; }

.reviews_section { background: #f2f6f5; }
.reviews_head { text-align: center; }
.rating_line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: -6px auto 20px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(17, 43, 36, .08);
}
.rating_line span { color: #ffb703; letter-spacing: 1px; }
.review_cards { display: grid; gap: 14px; }
.review_card {
    padding: 18px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(17, 43, 36, .08);
}
.review_top {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green-soft);
    color: var(--green-dark);
    font-size: 22px;
    font-weight: 900;
}
.review_card h3 { margin: 0; font-size: 19px; font-weight: 900; }
.review_card span { color: var(--muted); font-size: 14px; font-weight: 700; }
.review_card p { margin: 0; color: #31423e; font-size: 17px; font-weight: 600; }

.order_steps_section { background: #fff; }
.steps_grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.step_card {
    min-height: 152px;
    padding: 16px;
    border-radius: 24px;
    background: #f5f8f7;
    border: 1px solid rgba(20, 32, 29, .06);
}
.step_card span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 14px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
}
.step_card h3 { margin: 0 0 5px; font-size: 20px; font-weight: 900; }
.step_card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.35; font-weight: 700; }

.order_section {
    padding: 28px 14px 34px;
    background: linear-gradient(180deg, #f2f6f5, #ffffff);
}
.order_image {
    width: 100%;
    border-radius: 32px;
    box-shadow: var(--shadow);
}
.form {
    padding: 22px 16px 18px;
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow);
}
.form h2 {
    margin: 0 0 6px;
    text-align: center;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}
.form > p {
    margin: 0 0 16px;
    text-align: center;
    color: var(--muted);
    font-weight: 700;
}
.field {
    width: 100%;
    height: 68px;
    margin: 0 0 12px;
    padding: 0 18px;
    border: 1px solid rgba(20, 32, 29, .12);
    border-radius: 18px;
    background: #f7faf9;
    color: var(--text);
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    outline: none;
}
.field:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(15,166,127,.12); }
select.field { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--green-dark) 50%), linear-gradient(135deg, var(--green-dark) 50%, transparent 50%); background-position: calc(100% - 24px) 30px, calc(100% - 18px) 30px; background-size: 6px 6px; background-repeat: no-repeat; }

footer {
    padding: 24px 18px 34px;
    background: #10231e;
    color: rgba(255,255,255,.72);
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
}
.footer_links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}
footer a { color: rgba(255,255,255,.86); }
footer p { margin: 0 0 10px; }

@media (max-width: 480px) {
    body { min-width: 100%; }
    .main_wrapper { width: 100%; }
    .video_card { width: 100%; }
}
