:root{
  --bg:#eef1eb;
  --surface:#ffffff;
  --surface-2:#f7f8f4;
  --text:#1d1f1b;
  --muted:#667164;
  --line:#dde3d8;
  --green:#1b7a3e;
  --green-dark:#0f5a2c;
  --lime:#d9f26d;
  --gold:#f3c542;
  --danger:#e65a3a;
  --shadow:0 16px 40px rgba(23,35,18,.12);
  --radius:24px;
}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  background:radial-gradient(circle at top, #f7faf3 0, var(--bg) 38%, #e6ebdf 100%);
  color:var(--text);
}
img,video{max-width:100%;display:block}
a{text-decoration:none}
.page-shell{
  min-height:100vh;
  padding:22px 12px 96px;
}
.main_wrapper{
  width:100%;
  max-width:430px;
  margin:0 auto;
}
.card{
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
  margin-bottom:16px;
}
.hero{
  position:relative;
  background:linear-gradient(180deg,#113d22 0%,#175d31 56%,#f8faf6 56.1%,#f8faf6 100%);
}
.hero-top{padding:18px 18px 12px;color:#fff}
.badge-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);
  border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;
}
.hero h1{font-size:34px;line-height:1.02;margin:0 0 8px;font-weight:900;letter-spacing:.3px}
.hero-sub{font-size:14px;line-height:1.4;color:rgba(255,255,255,.9);max-width:330px}
.hero-media{padding:0 12px;position:relative;margin-top:8px}
.hero-media img{border-radius:22px;box-shadow:0 18px 28px rgba(7,23,11,.28)}
.discount-sticker{
  position:absolute;right:22px;top:14px;background:var(--gold);color:#0f2516;
  border-radius:18px;padding:8px 12px;font-size:16px;font-weight:900;transform:rotate(9deg);
  box-shadow:0 10px 20px rgba(0,0,0,.18)
}
.hero-bottom{padding:14px 16px 18px}
.price-panel{
  display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;
}
.price-box{
  border-radius:18px;padding:14px 12px;background:var(--surface);border:1px solid var(--line);text-align:center;
}
.price-box .label{display:block;font-size:18px;color:var(--muted);margin-bottom:6px}
.price-box .value{font-size:28px;font-weight:900;line-height:1}
.price-box.old .value{text-decoration:line-through;color:#8b9288;font-size:23px}
.price-box.new{background:linear-gradient(180deg,#eaffd6,#f6ffe9);border-color:#cae6b6}
.quick-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.quick-benefits .item{background:var(--surface-2);border:1px solid var(--line);border-radius:18px;padding:10px 8px;text-align:center;font-size:12px;line-height:1.35}
.quick-benefits b{display:block;font-size:20px;line-height:1;margin-bottom:6px;color:var(--green)}
.section{padding:18px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:14px}
.kicker{color:var(--green);font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}
.title{margin:0;font-size:27px;line-height:1.08;font-weight:900}
.text{font-size:14px;line-height:1.55;color:#374234}
.text p{margin:0 0 12px}
.cta{
  display:flex;align-items:center;justify-content:center;gap:10px;
  min-height:62px;border-radius:20px;background:linear-gradient(180deg,var(--green),var(--green-dark));
  color:#fff;font-size:19px;font-weight:900;box-shadow:0 12px 24px rgba(16,90,45,.28);
}
.cta.secondary{background:linear-gradient(180deg,#30352f,#171a17)}
.stock-line{font-size:13px;color:var(--muted);text-align:center;margin-top:10px}
.stock-line b{color:var(--danger)}
.feature-grid{display:grid;gap:10px}
.feature-item{display:grid;grid-template-columns:92px 1fr;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:20px;background:var(--surface-2)}
.feature-item img{width:92px;height:92px;object-fit:cover;border-radius:16px}
.feature-item h3{margin:0 0 6px;font-size:16px;line-height:1.2}
.feature-item p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}
.use-cases{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.use-card{padding:14px;border-radius:20px;background:linear-gradient(180deg,#f8fbf5,#eef4ea);border:1px solid var(--line)}
.use-card .icon{font-size:24px;margin-bottom:8px}
.use-card h4{margin:0 0 6px;font-size:15px}
.use-card p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}
.video-frame,.image-frame{border-radius:22px;overflow:hidden;background:#dfe8d8;border:1px solid var(--line)}
.spec-list{display:grid;gap:10px;margin-top:12px}
.spec-row{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:var(--surface-2);border:1px solid var(--line);font-size:18px}
.spec-row b{font-weight:800}
.steps{display:grid;gap:10px}
.step{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start;padding:12px;border-radius:18px;background:var(--surface-2);border:1px solid var(--line)}
.step-num{width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,#dff7be,#cde984);display:flex;align-items:center;justify-content:center;font-weight:900;color:#1b431f}
.step h4{margin:0 0 4px;font-size:16px}
.step p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}
.form-card{background:linear-gradient(180deg,#f7fbf4,#edf4e9)}
.order_form{display:grid;gap:12px;margin-top:14px}
.field{
  width:100%;height:58px;border-radius:16px;border:1px solid #d8e2d2;background:#fff;
  padding:0 16px;font-size:17px;box-sizing:border-box;color:var(--text)
}
select.field{appearance:none;background-image:linear-gradient(45deg, transparent 50%, #73806f 50%), linear-gradient(135deg, #73806f 50%, transparent 50%);background-position:calc(100% - 22px) 24px, calc(100% - 14px) 24px;background-size:8px 8px,8px 8px;background-repeat:no-repeat;padding-right:42px}
.form-note{font-size:12px;line-height:1.45;color:#7f2822;text-align:center}
.timer-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.time-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 8px;text-align:center}
.time-box .num{font-size:28px;font-weight:900;color:var(--green);line-height:1}
.time-box .txt{font-size:18px;color:var(--muted);margin-top:6px}
.footer-note{font-size:12px;color:var(--muted);text-align:center;line-height:1.6;padding:0 8px 20px}
.footer-note a{color:var(--green);font-weight:700}
.sticky-bar{
  position:fixed;left:50%;bottom:10px;transform:translateX(-50%);width:min(406px,calc(100% - 20px));
  z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);
  box-shadow:0 16px 32px rgba(26,37,19,.2);border-radius:20px;padding:10px;display:flex;gap:10px;align-items:center
}
.sticky-bar .meta{flex:1;min-width:0}
.sticky-bar .meta .small{font-size:11px;color:var(--muted);margin-bottom:4px}
.sticky-bar .meta .big{font-size:18px;font-weight:900;color:var(--green);white-space:nowrap}
.sticky-bar .mini-btn{flex:0 0 56%;min-height:52px;border-radius:16px;font-size:17px}
.gallery-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gallery-row img{border-radius:18px;border:1px solid var(--line);background:#fff}
.accent-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.accent-pill{padding:8px 12px;border-radius:999px;background:#132d1a;color:#fff;font-size:12px;font-weight:700}
@media (max-width:390px){
  .hero h1{font-size:30px}
  .title{font-size:24px}
  .quick-benefits b{font-size:18px}
  .sticky-bar .mini-btn{font-size:15px}
}
body {
  font-size: 17px;
  line-height: 1.6;
}

.hero-subtitle,
.section-text,
.feature-text,
.steps-text,
.order-text,
.benefit-text,
.review-text,
p,
li {
  font-size: 17px !important;
  line-height: 1.6 !important;
}
/* Увеличить мелкий обычный текст */
small,
label,
input,
select,
option,
textarea,
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

/* Подписи над ценами */
.price-card .label,
.price-box .label,
.hero-price .label,
.old-price .label,
.new-price .label {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

/* Подписи в мини-карточках и под таймером */
.mini-feature,
.mini-feature span,
.timer-label,
.timer-unit,
.countdown-label,
.countdown-unit,
.stat-card small,
.stat-card span {
  font-size: 15px !important;
  line-height: 1.35 !important;
}

/* Поля формы */
.order-form input,
.order-form select,
.form-card input,
.form-card select,
input[type="text"],
input[type="tel"],
select {
  font-size: 18px !important;
  line-height: 1.4 !important;
}

/* Placeholder в форме */
.order-form input::placeholder,
.form-card input::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder {
  font-size: 16px !important;
}

/* Красный текст под формой */
.form-note,
.order-note,
.notice,
.helper-text,
small.note {
  font-size: 24px !important;
  line-height: 1.45 !important;
}
.use-card h4 {
  font-size: 24px !important;
  line-height: 1.3 !important;
}

.use-card p {
  font-size: 24px !important;
  line-height: 1.6 !important;
}

.kicker {
  font-size: 20px !important;
}

.text,
.text p {
  font-size: 24px !important;
  line-height: 1.65 !important;
}

.feature-item h3 {
  font-size: 26px !important;
}

.feature-item p {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

.step h4 {
  font-size: 20px !important;
}

.step p {
  font-size: 20px !important;
  line-height: 1.6 !important;
}
.title {
  font-size: 30px !important;
  line-height: 1.12 !important;
}
.badge {
  font-size: 17px !important;
  padding: 10px 14px !important;
}

.hero-sub {
  font-size: 22px !important;
  line-height: 1.55 !important;
  max-width: 360px !important;
}

.stock-line {
  font-size: 15px !important;
  line-height: 1.45 !important;
}
.hero h1 {
  font-size: 38px !important;
  line-height: 1.02 !important;
}
.quick-benefits .item {
  font-size: 20px !important;
  line-height: 1.45 !important;
  padding: 12px 10px !important;
}

.quick-benefits b {
  font-size: 20px !important;
  line-height: 1.1 !important;
}

.accent-pill {
  font-size: 14px !important;
  line-height: 1.35 !important;
  padding: 10px 14px !important;
}