/* Pixel-tuned to match the mobile mock (approx.) */
:root{
  --bg:#fafafa;
  --text:#111827;
  --muted:#6b7280;
  --card:#ffffff;
  --shadow: 0 18px 40px rgba(0,0,0,.16);
  --radius:28px;
  --radius2:18px;
  --accent:#facc15;        /* ~#FACC15 */
  --accentOrange:#ef8b3e;  /* ~#EF8B3E */
  --ok:#22c55e;
  --dark:#111726;          /* ~#111726 */
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
}

.bg{
  min-height:100%;
  padding: 0px 10px 18px 10px;
  display:flex;
  justify-content:center;
}

.hero {padding-top: 0px !important;}

.phone{
  width: min(390px, 100%);
}

.page{ }

.section{
  padding: 12px 0;
}

.card{
  overflow:hidden;
}


.img{ width:100%; display:block; height:auto; }

.h2{
  margin: 8px 12px 10px;
  font-size: 22px;
  line-height: 1.15;
  text-align:center;
  letter-spacing:.2px;
  font-weight: 800;
}

.p{
  margin: 0 14px 12px;
  color:#3f3f46;
  line-height:1.5;
  text-align:center;
  font-size: 14px;
}

.checks{
  list-style:none;
  padding: 10px 10px 0;
  margin:0;
}
.checks li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding: 7px 2px;
  font-size: 14px;
  color:#111827;
  font-weight: 600;
}
.check{
  width:18px;height:18px;
  border-radius:50%;
  margin-top:1px;
  background: var(--ok);
  position:relative;
  flex: 0 0 18px;
}
.check:after{
  content:"";
  position:absolute;
  left:6px; top:3px;
  width:4px; height:8px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform: rotate(35deg);
}

.pricebox{
  margin: 10px 10px 0;
  background: var(--dark);
  color:#fff;
  border-radius: var(--radius2);
  padding: 12px;
  box-shadow: var(--shadow);
}
.price-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  padding: 2px 2px 10px;
}
.price-old .label, .price-new .label{
  font-size: 12px;
  color: rgba(255,255,255,.75);
  font-weight: 600;
}
.price-old .value{
  font-size: 18px;
  font-weight: 900;
  opacity:.92;
}
.price-new .value{
  font-size: 24px;
  font-weight: 900;
  color: var(--accent);
}

.btn{
  appearance:none;
  border:none;
  cursor:pointer;
  border-radius: 14px;
  padding: 15px 14px;
  font-weight: 900;
  letter-spacing: .35px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn--primary{
  background: var(--accent);
  color:#111827;
  width:100%;
  box-shadow: 0 12px 24px rgba(250,204,21,.32);
}
.btn--primary:active{ transform: translateY(1px); }

.note{
  text-align:center;
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.8);
  font-weight: 600;
}

.orange{
  background: var(--accentOrange);
  border-radius: 26px;
  margin: 12px 0;
  padding: 10px 10px 16px;
  box-shadow: var(--shadow);
}
.h2--white{ color:#fff; text-shadow: 0 3px 10px rgba(0,0,0,.18); }

.slider{ padding: 6px 0 0; }


.dots{
  display:flex;
  justify-content:center;
  gap:10px;
  padding: 12px 0 2px;
}
.dot{
  width: 8px; height: 8px;
  border:none;
  background: rgba(255,255,255,.6);
  cursor:pointer;
}
.dot.is-active{ background: rgba(0,0,0,.28); }

.form{
  margin: 10px 10px 0;
  background: var(--dark);
  border-radius: var(--radius2);
  padding: 12px;
  color:#fff;
  box-shadow: var(--shadow);
}
.price-row--form{ padding-bottom: 6px; }
.field{
  display:flex;
  align-items:center;
  gap:10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 11px 10px;
  margin-top: 10px;
}
.field__icon{ width:22px; text-align:center; opacity:.95; }
.field input{
  width:100%;
  background:transparent;
  border:none;
  outline:none;
  color:#fff;
  font-size: 14px;
  font-weight: 600;
}
.field input::placeholder{ color: rgba(255,255,255,.55); font-weight: 600; }

.btn--wide{ margin-top: 12px; }

.muted{
  color: rgba(255,255,255,.65);
  margin: 10px 2px 0;
  font-size: 12px;
  text-align:center;
  line-height:1.45;
}

.footer{
  padding: 18px 10px 0;
  text-align:center;
  color:#111827;
}
.links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 14px;
  font-size: 12px;
}
.links a{ color:#374151; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.company{
  margin-top: 14px;
  font-size: 12px;
  color:#374151;
  font-weight: 600;
}
.company__muted{ color:#6b7280; font-weight: 600; margin-top: 2px; }

/* Sticky CTA */
.sticky{
  position:fixed;
  left:0; right:0; bottom:0;
  padding: 10px 10px 14px;
  background: linear-gradient(180deg, rgba(250,250,250,0), rgba(250,250,250,1) 40%);
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.sticky__btn{
  width:min(390px, calc(100% - 20px));
  pointer-events:auto;
}

/* Modal */
.modal{ position:fixed; inset:0; display:none; }
.modal.is-open{ display:block; }
.modal__backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.45); }
.modal__card{
  position:relative;
  width:min(520px, calc(100% - 22px));
  margin: 40px auto 0;
  background:#fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eef2f7;
}
.modal__title{ margin:0; font-size: 16px; }
.modal__close{ border:none; background:transparent; cursor:pointer; font-size: 18px; padding: 4px 8px; }
.modal__body{ padding: 14px; color:#111827; font-size: 14px; line-height: 1.55; }

video{
    width:100%;
    height:100%;
    object-fit: cover;
}

.field input::placeholder{
  color: #9CA3AF;   /* мягкий серый */
  opacity: 1;       /* обязательно, иначе Safari затемняет */
}