/* === motokosa SmartUs SM526 — mobile-only 420px === */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&display=swap');

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #E8E8E5;
  font-family: 'Manrope', -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #1A1A1A;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.page {
  max-width: 420px;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
}

/* ===== Header ===== */
.header {
  height: 64px;
  background: #FFFFFF;
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  position: sticky;
  top: 0;
  z-index: 90;
}
.logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0D0D0D;
}
.logo .dot { color: #1D4ED8; }
.phone-link {
  font-size: 16px;
  font-weight: 700;
  color: #1D4ED8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ===== Sections ===== */
section {
  padding: 40px 16px;
  border-bottom: 1px solid #F1F2F4;
}
section:last-of-type { border-bottom: none; }

.section-soft { background: #F8FAFC; }

h1, h2, h3, p, ul, ol { margin: 0; }
p + p,
p + ul,
p + ol,
ul + p,
ol + p { margin-top: 22px; }

h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  color: #0D0D0D;
  letter-spacing: -1px;
  text-wrap: balance;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #0D0D0D;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  text-wrap: balance;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #0D0D0D;
  margin-bottom: 10px;
}

p { font-size: 19px; font-weight: 500; line-height: 1.55; }
em, .italic { font-style: italic; }
strong, b { font-weight: 700; color: #0D0D0D; }

/* ===== Buttons ===== */
.cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 18px 24px;
  background: #1D4ED8;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: background 200ms ease-out;
  font-family: inherit;
}
.cta-primary:hover, .cta-primary:focus { background: #1E40AF; }
.cta-primary:active { transform: translateY(1px); }

.cta-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 20px;
  background: #F8FAFC;
  color: #1D4ED8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  border: 2px solid #1D4ED8;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 200ms ease-out;
  font-family: inherit;
  margin-top: 32px;
  text-wrap: balance;
}
.cta-mid:hover, .cta-mid:focus { background: #EFF6FF; }

/* ===== Image placeholder ===== */
.img-placeholder {
  width: 100%;
  background: repeating-linear-gradient(
    135deg,
    #EEF2F6 0px,
    #EEF2F6 12px,
    #F8FAFC 12px,
    #F8FAFC 24px
  );
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  color: #404040;
  font-family: 'JetBrains Mono', ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.4;
  margin: 24px 0;
  overflow: hidden;
}
.img-placeholder .tag {
  font-size: 11px;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.img-placeholder .what { color: #0D0D0D; font-weight: 600; font-size: 14px; max-width: 280px; }
.img-placeholder .dim { color: #6B7280; margin-top: 8px; font-size: 11px; }

.img-portrait-4x5 { aspect-ratio: 4 / 5; }
.img-square      { aspect-ratio: 1 / 1; }
.img-9x16        { aspect-ratio: 9 / 16; }
.img-16x9        { aspect-ratio: 16 / 9; }

/* Full-bleed images — edge to edge of the 420px column.
   Applies only to direct-child placeholders/videos in sections
   (Viber carousel slides are nested deeper and stay padded). */
section > .img-placeholder,
section > .video-frame {
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* ===== Hero (s01) ===== */
.hero {
  padding-top: 32px;
  padding-bottom: 48px;
}
.hero h1 { margin-bottom: 16px; }
.hero .sub {
  font-size: 19px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 16px 0 24px;
  line-height: 1.55;
}
.hero .ps {
  margin-top: 20px;
  padding: 16px 18px;
  background: #F8FAFC;
  border-left: 3px solid #1D4ED8;
  border-radius: 6px;
  font-size: 18px;
  color: #1A1A1A;
}
.hero-accent { color: #2563EB; }

/* ===== Avatar cards (s02) ===== */
.avatar-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 22px 20px;
  margin-bottom: 18px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.avatar-card .card-tag {
  font-size: 13px;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.avatar-card h3 { margin-bottom: 14px; }
.avatar-card .line {
  font-size: 19px;
  line-height: 1.55;
  color: #1A1A1A;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
}
.avatar-card .line:before {
  content: '—';
  color: #1D4ED8;
  font-weight: 700;
  flex-shrink: 0;
}
.avatar-card .line:last-child { margin-bottom: 0; }

.counter-pill {
  margin-top: 18px;
  background: #FFF8E1;
  border: 1px solid #F0D860;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 18px;
  font-style: italic;
  color: #1A1A1A;
  line-height: 1.5;
}

/* ===== Big Idea (s03) ===== */
.big-idea-body p { margin-bottom: 22px; }
.big-idea-body p:last-child { margin-bottom: 0; }

/* ===== Mechanism (s04) ===== */
.mech-badge {
  display: inline-block;
  background: #0D0D0D;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.mech-stack {
  margin: 24px 0;
  display: grid;
  gap: 8px;
}
.mech-stack .row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 14px;
  background: #F8FAFC;
  border-radius: 8px;
  font-size: 18px;
}
.mech-stack .row .strike {
  text-decoration: line-through;
  color: #6B7280;
  font-weight: 600;
}
.mech-stack .row .real {
  color: #1D4ED8;
  font-weight: 800;
  font-size: 22px;
}

/* ===== Specs table (s05) ===== */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 18px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  overflow: hidden;
}
.specs-table tr:nth-child(even) td { background: #F8FAFC; }
.specs-table td {
  padding: 14px 14px;
  border-bottom: 1px solid #E5E7EB;
  vertical-align: top;
  line-height: 1.4;
}
.specs-table tr:last-child td { border-bottom: none; }
.specs-table td:first-child { color: #404040; width: 50%; font-weight: 500; }
.specs-table td:last-child { font-weight: 600; color: #0D0D0D; }

/* ===== Video (s06) ===== */
.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #0D0D0D;
  border-radius: 12px;
  overflow: hidden;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E5E7EB;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 13px;
}
.video-frame .play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.video-frame .play-btn svg { width: 32px; height: 32px; color: #0D0D0D; }
.video-frame .poster-hint {
  position: absolute;
  bottom: 16px;
  left: 0; right: 0;
  text-align: center;
  color: #E5E7EB;
  font-size: 12px;
}

/* ===== Kit (s07) ===== */
.kit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: kit;
}
.kit-list li {
  counter-increment: kit;
  position: relative;
  padding: 14px 0 14px 46px;
  border-bottom: 1px solid #F1F2F4;
  font-size: 19px;
  line-height: 1.5;
  min-height: 46px;
}
.kit-list li:before {
  content: counter(kit);
  position: absolute;
  left: 0;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1D4ED8;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kit-list li:last-child { border-bottom: none; }

.kit-close {
  margin-top: 20px;
  background: #FFF8E1;
  border: 1px solid #F0D860;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1A1A1A;
}
.kit-close strong { color: #0D0D0D; }

/* ===== Authority (s08) ===== */
.auth-stat {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin: 12px 0 20px;
}
.auth-stat .n {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #1D4ED8;
  letter-spacing: -2px;
}
.auth-stat .lbl {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  text-wrap: balance;
  max-width: 200px;
}

/* ===== Viber carousel (s09) ===== */
.carousel {
  position: relative;
  margin: 16px 0 8px;
}
.carousel-hint {
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.carousel-viewport {
  overflow: hidden;
  border-radius: 14px;
}
.carousel-track {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  transition: transform 320ms ease-out;
  will-change: transform;
}
.carousel-slide {
  flex: 0 0 86%;
  opacity: 0.5;
  transition: opacity 220ms ease-out;
}
.carousel-slide.active { opacity: 1; }
.carousel-slide img { width: 100%; height: auto; display: block; border-radius: 14px; }
.carousel-slide .img-placeholder {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 14px;
  aspect-ratio: auto;
  background:
    linear-gradient(180deg, #7360F2 0px, #7360F2 64px, #ECE5DD 64px, #ECE5DD 100%);
  position: relative;
  padding: 80px 16px 16px;
  justify-content: flex-start;
  color: #1A1A1A;
}
.viber-header {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: #FFFFFF;
  font-family: 'Manrope', sans-serif;
}
.viber-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
  color: #FFFFFF;
  flex-shrink: 0;
}
.viber-name { font-size: 15px; font-weight: 700; }
.viber-status { font-size: 11px; opacity: 0.85; }
.viber-bubble {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 10px;
  max-width: 92%;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.viber-bubble.user {
  background: #DBF8FA;
  margin-left: auto;
}
.viber-bubble .stars { color: #F59E0B; font-size: 14px; margin-top: 4px; }
.viber-bubble .time { font-size: 10px; color: #6B7280; text-align: right; margin-top: 2px; }

.carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.carousel-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #1D4ED8;
  color: #1D4ED8;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
}
.carousel-btn:active { background: #EFF6FF; }
.carousel-dots {
  display: flex;
  gap: 10px;
}
.carousel-dots .dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #E5E7EB;
  border: none;
  cursor: pointer;
  padding: 0;
}
.carousel-dots .dot.active { background: #1D4ED8; }
.carousel-caption {
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.3;
}
.carousel-caption .cap-name { font-weight: 800; color: #0D0D0D; }
.carousel-caption .cap-stars { color: #F5A623; margin-left: 6px; letter-spacing: 1px; }

/* ===== Honest matrix (s10) ===== */
.matrix {
  margin: 16px 0 20px;
  display: grid;
  gap: 14px;
}
.matrix-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
}
.matrix-row .cell {
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.45;
}
.matrix-row .market {
  background: #FEF2F2;
  color: #1A1A1A;
  border-bottom: 1px solid #FECACA;
  position: relative;
}
.matrix-row .market:before {
  content: 'НА РИНКУ';
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #DC2626;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.matrix-row .ours {
  background: #F0FDF4;
  color: #1A1A1A;
}
.matrix-row .ours:before {
  content: 'У НАС';
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #047857;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.matrix-close {
  font-style: italic;
  font-size: 19px;
  margin-top: 20px;
  color: #1A1A1A;
  line-height: 1.55;
}

/* ===== Pricing (s11) ===== */
.price-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
  display: grid;
  gap: 12px;
}
.price-list li {
  display: flex;
  gap: 12px;
  font-size: 19px;
  line-height: 1.4;
}
.price-list li:before {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23047857' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  flex-shrink: 0;
}
.price-anchor {
  font-size: 18px;
  margin-bottom: 4px;
}
.price-anchor strong { font-size: 22px; color: #0D0D0D; }
.price-block {
  background: #FFF8E1;
  border: 1px solid #F0D860;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  margin: 24px 0;
}
.price-block .price-lbl {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.price-block .price-n {
  font-size: 48px;
  font-weight: 800;
  color: #0D0D0D;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.price-block .price-n .uah { font-size: 26px; color: #1A1A1A; margin-left: 6px; font-weight: 700; }
.price-block .price-cod {
  margin-top: 8px;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
}

/* ===== Risk Reversal (s12) ===== */
.risk-grid {
  display: grid;
  gap: 14px;
  margin: 16px 0 20px;
}
.risk-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
}
.risk-card .shield {
  width: 40px; height: 40px;
  border-radius: 8px;
  background: #EFF6FF;
  color: #1D4ED8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.risk-card .shield svg { width: 22px; height: 22px; }
.risk-card .lbl {
  font-size: 13px;
  font-weight: 700;
  color: #1D4ED8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.risk-card .ttl {
  font-size: 22px;
  font-weight: 700;
  color: #0D0D0D;
  line-height: 1.25;
  margin-bottom: 8px;
}
.risk-card p { font-size: 18px; line-height: 1.5; }

/* ===== FAQ (s13) ===== */
.faq {
  display: grid;
  gap: 0;
  margin: 16px 0;
  border-top: 1px solid #E5E7EB;
}
.faq-item {
  border-bottom: 1px solid #E5E7EB;
}
.faq-q {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #0D0D0D;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  cursor: pointer;
}
.faq-q .chev {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #F8FAFC;
  color: #1D4ED8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  transition: transform 200ms ease-out;
}
.faq-item.open .faq-q .chev { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease-out;
  font-size: 19px;
  line-height: 1.55;
  color: #1A1A1A;
}
.faq-item.open .faq-a {
  max-height: 800px;
  padding-bottom: 20px;
}

/* ===== Final form (s14) ===== */
.final-cta { background: #F8FAFC; }
.witness-wall {
  list-style: none;
  margin: 16px 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.witness-wall li {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 17px;
  line-height: 1.4;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.witness-wall li .chk {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #ECFDF5;
  color: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  flex-shrink: 0;
  margin-top: 2px;
}
.witness-wall li .name { font-weight: 700; color: #0D0D0D; }
.witness-wall li .stars { color: #F59E0B; font-weight: 700; }

.last-objection {
  background: #FFF8E1;
  border: 1px solid #F0D860;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.order-form {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 20px 18px;
  margin-bottom: 22px;
}
.order-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  margin-bottom: 6px;
  margin-top: 14px;
}
.order-form label:first-child { margin-top: 0; }
.order-form .input {
  width: 100%;
  height: 56px;
  font-size: 19px;
  font-family: inherit;
  font-weight: 500;
  padding: 0 16px;
  border: 2px solid #E5E7EB;
  border-radius: 10px;
  background: #FFFFFF;
  color: #1A1A1A;
}
.order-form .input:focus {
  border-color: #1D4ED8;
  outline: none;
}
.order-form .cta-primary { margin-top: 22px; }

.bonus-restate {
  margin: 22px 0;
}
.bonus-restate .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #0D0D0D;
  margin-bottom: 10px;
}
.bonus-restate ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.bonus-restate li {
  display: flex;
  gap: 10px;
  font-size: 18px;
  line-height: 1.45;
}
.bonus-restate li:before {
  content: '';
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23047857' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  vertical-align: middle;
}

.two-path {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 22px 20px;
  margin: 24px 0 18px;
}
.two-path p { margin-bottom: 18px; line-height: 1.55; }
.two-path p:last-child { margin-bottom: 0; }

.ps-final {
  text-align: center;
  font-style: italic;
  color: #404040;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 18px;
}

/* ===== Sticky CTA ===== */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 420px;
  margin: 0 auto;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid #E5E7EB;
  z-index: 100;
  transform: translateY(110%);
  transition: transform 240ms ease-out;
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .cta-primary { min-height: 56px; font-size: 19px; padding: 14px 20px; }

/* ===== Footer (user-provided) ===== */
.footer_section {
  background: #F1F2F4;
  padding: 24px 16px 32px;
  border-top: 1px solid #E5E7EB;
  font-size: 14px;
  line-height: 1.5;
  color: #1A1A1A;
}
.footer_section .footer-a,
.footer_section a {
  color: #1D4ED8;
  text-decoration: none;
}
.footer_section a:hover { text-decoration: underline; }
.footer_section strong { color: #0D0D0D; }

/* Small detail spec inside footer (representative block) */
.footer_section div[style] strong { font-weight: 700; }

/* Section anchor offset for sticky header */
section[id] { scroll-margin-top: 80px; }

/* Print / desktop hint */
@media (min-width: 768px) {
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
      radial-gradient(circle at 50% 50%, rgba(0,0,0,0.04), transparent 60%);
    pointer-events: none;
    z-index: 0;
  }
}

/* === field-group form UX (kos-wide retrofit per water/vibro pattern, Алекс rule 2026-05-27) === */
.field-group { margin-bottom: 8px; }
.field-group .order-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.field-group .field-hint {
  font-size: 13px;
  color: #666;
  margin: 0 0 4px;
}
.field-group input {
  width: 100%;
  height: 52px;
  font-size: 17px;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 0 14px;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.15s ease;
}
.field-group input:focus {
  border-color: #1a1a1a;
  outline: none;
}
.field-group.invalid input {
  border-color: #c62828;
  background: #fff5f5;
}
.field-group .error-msg {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #c62828;
  margin-top: 4px;
  min-height: 0;
  line-height: 1.3;
}
.field-group .error-msg:empty { display: none; }

/* meta-build meta.smartus.shop 20260615 uniq */
.meta-uq-x{display:none}
