.mjs {
  --mjs: #c45c2a;
  --mjs-deep: #8f3d16;
  --mjs-ink: #1a1714;
  --mjs-muted: rgba(26, 23, 20, 0.56);
  --mjs-line: rgba(196, 92, 42, 0.16);
  --mjs-soft: #f7f1ea;
  --mjs-card: #fff8f2;
  background: #fff;
  color: var(--mjs-ink);
}
.mjs-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.mjs-sec { padding: 72px 24px; background: #fff; }
.mjs-sec--soft { background: var(--mjs-soft); }
.mjs-sec--ink {
  background: linear-gradient(180deg, #2a1c14 0%, #1a1714 100%);
  color: #fff;
}
.mjs-kicker {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mjs);
}
.mjs-sec h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-align: center;
}
.mjs-sec--ink h2 { color: #fff; }
.mjs-lead {
  max-width: 680px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mjs-muted);
}
.mjs-sec--ink .mjs-lead { color: rgba(255, 255, 255, 0.68); }

.mjs-hero {
  position: relative;
  overflow: hidden;
  min-height: 640px;
}
.mjs-hero-bg,
.mjs-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mjs-hero-bg img { object-fit: cover; object-position: 70% 40%; }
.mjs-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.96) 0%, rgba(255, 250, 246, 0.88) 38%, rgba(255, 250, 246, 0.28) 64%, rgba(255, 250, 246, 0.06) 100%);
}
.mjs-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 540px);
  gap: 24px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px 60px;
}
.mjs-crumb {
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--mjs-muted);
}
.mjs-crumb a { color: inherit; }
.mjs-crumb span { margin: 0 6px; }
.mjs-family {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mjs);
}
.mjs-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.mjs-hero-copy h1 em {
  font-style: normal;
  color: var(--mjs);
}
.mjs-hero-sub {
  margin: 0 0 20px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--mjs-muted);
}
.mjs-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  max-width: 520px;
}
.mjs-values li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.mjs-ico {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--mjs);
  box-shadow: 0 6px 16px rgba(196, 92, 42, 0.16);
}
.mjs-ico svg { width: 22px; height: 22px; }
.mjs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.mjs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--mjs);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}
.mjs-btn:hover { color: #fff; filter: brightness(1.06); }
.mjs-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--mjs-deep);
}
.mjs-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--mjs-muted);
}
.mjs-checks li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mjs-checks li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--mjs) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2 5 8.6 9.5 3.6' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.mjs-hero-visual { position: relative; }
.mjs-quote {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  max-width: 220px;
  margin: 0;
  padding: 16px 18px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(26, 23, 20, 0.12);
}
.mjs-quote p {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.mjs-quote span { font-size: 12px; color: var(--mjs-muted); }
.mjs-hero-visual .ind-hero-phones { min-height: 500px; padding-top: 28px; }

.mjs-sec .block-head {
  max-width: 720px;
  margin: 0 auto clamp(28px, 3.6vw, 40px);
}
.mjs-sec .block-head h2 {
  margin: 0;
  font-size: clamp(26px, 3.6vw, 40px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #3f0808;
}
.mjs-sec .block-head p {
  margin: 14px 0 0;
  max-width: none;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
  color: var(--muted);
}

.mjs-pains {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.mjs-pains article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--mjs-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(196, 92, 42, 0.06);
}
.mjs-pains img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.mjs-pains div { padding: 16px 16px 18px; }
.mjs-pains span {
  display: block;
  margin-bottom: 6px;
  color: var(--mjs);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.mjs-pains h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.35;
  color: #1a1714;
}
.mjs-pains p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--mjs-muted);
}

.mjs-needs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.mjs-needs article {
  padding: 24px 22px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--mjs-line);
  box-shadow: 0 10px 24px rgba(196, 92, 42, 0.06);
}
.mjs-needs article:nth-child(2) {
  background: #2a1c14;
  color: #fff;
  border-color: transparent;
}
.mjs-needs article:nth-child(2) p { color: rgba(255, 255, 255, 0.68); }
.mjs-needs article:nth-child(2) span { color: #f0a36a; }
.mjs-needs span {
  display: block;
  margin-bottom: 10px;
  color: var(--mjs);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.mjs-needs h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}
.mjs-needs p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mjs-muted);
}

.mjs-solves {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.mjs-solves article {
  position: relative;
  min-width: 0;
  padding: 18px 14px 16px;
  background: var(--mjs-card);
  border: 1px solid var(--mjs-line);
  border-radius: 16px;
}
.mjs-solves span {
  display: block;
  margin-bottom: 10px;
  color: var(--mjs);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.mjs-solve-ico {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(196, 92, 42, 0.12);
}
.mjs-solve-ico img { width: 20px; height: 20px; }
.mjs-solves h3 {
  margin: 0 0 8px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}
.mjs-solves p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--mjs-muted);
}

.mjs-road {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  position: relative;
}
.mjs-road::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  border-top: 3px dashed rgba(255, 255, 255, 0.28);
}
.mjs-road li {
  position: relative;
  padding-top: 36px;
  text-align: center;
}
.mjs-road li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #f0a36a;
  box-shadow: 0 0 0 6px rgba(240, 163, 106, 0.22);
}
.mjs-road strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.mjs-road span {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.mjs-ticket {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  overflow: hidden;
  background: var(--mjs-card);
  border: 1px dashed rgba(196, 92, 42, 0.35);
  border-radius: 16px;
}
.mjs-ticket b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mjs);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
}
.mjs-ticket div { padding: 22px 24px 12px; }
.mjs-ticket h3 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 800;
}
.mjs-ticket dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0 0 12px;
}
.mjs-ticket dt {
  font-size: 12px;
  color: var(--mjs-muted);
}
.mjs-ticket dd {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.mjs-views {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.mjs-views .iphone { width: min(32%, 200px); }
.mjs-views .iphone-body { max-width: none; }

.mjs-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mjs-scenes article {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--mjs-line);
}
.mjs-scenes img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}
.mjs-scenes span,
.mjs-scenes h3,
.mjs-scenes p { display: block; margin-left: 18px; margin-right: 18px; }
.mjs-scenes span {
  margin-top: 16px;
  color: var(--mjs);
  font-size: 12px;
  font-weight: 800;
}
.mjs-scenes h3 {
  margin-top: 6px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
}
.mjs-scenes p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--mjs-muted);
}

.mjs-inds {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.mjs-inds a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 20px 18px;
  background: var(--mjs-card);
  border: 1px solid var(--mjs-line);
  border-radius: 16px;
  color: inherit;
}
.mjs-inds a:hover { color: var(--mjs); border-color: var(--mjs); }
.mjs-inds strong { font-size: 16px; }
.mjs-inds span { font-size: 13px; color: var(--mjs-muted); }

.mjs-next {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mjs-next a {
  display: block;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid var(--mjs-line);
  border-radius: 16px;
  color: inherit;
}
.mjs-next a:hover { border-color: var(--mjs); color: inherit; }
.mjs-next span {
  display: block;
  margin-bottom: 10px;
  color: var(--mjs);
  font-size: 13px;
  font-weight: 800;
}
.mjs-next strong { display: block; font-size: 18px; }
.mjs-next em {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-style: normal;
  color: var(--mjs-muted);
}
.mjs-subh {
  margin: 32px 0 14px;
  font-size: 18px;
  font-weight: 800;
}
.mjs-more {
  margin: 28px 0 0;
  text-align: center;
}
.mjs-more a { font-weight: 700; color: var(--mjs); }

.mjs-faq-wrap { max-width: 760px; }
.mjs-faq-wrap h2 { text-align: left; }
.mjs-faq details { border-bottom: 1px solid var(--mjs-line); }
.mjs-faq summary {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}
.mjs-faq summary::-webkit-details-marker { display: none; }
.mjs-faq summary::after {
  content: "+";
  float: right;
  color: var(--mjs);
}
.mjs-faq details[open] summary::after { content: "–"; }
.mjs-faq p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--mjs-muted);
}

@media (max-width: 1080px) {
  .mjs-hero-inner { grid-template-columns: 1fr; padding-bottom: 40px; }
  .mjs-quote { position: static; max-width: none; margin-bottom: 16px; }
  .mjs-hero-visual .ind-hero-phones { min-height: 0; max-width: 460px; margin: 0 auto; padding-top: 0; }
  .mjs-needs,
  .mjs-next { grid-template-columns: 1fr; }
  .mjs-solves { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .mjs-road { grid-template-columns: 1fr; }
  .mjs-road::before { display: none; }
  .mjs-road li { padding-top: 0; padding-left: 28px; text-align: left; }
  .mjs-road li::before { left: 0; top: 6px; transform: none; }
  .mjs-ticket dl { grid-template-columns: 1fr 1fr; }
  .mjs-scenes { grid-template-columns: 1fr; }
  .mjs-inds { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .mjs-pains { grid-template-columns: 1fr; }
  .mjs-sec { padding: 48px 16px; }
  .mjs-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mjs-solves { grid-template-columns: 1fr; }
  .mjs-ticket { grid-template-columns: 64px minmax(0, 1fr); }
  .mjs-inds { grid-template-columns: 1fr; }
}
