* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #070a0f;
  color: #ffffff;
}

a {
  color: inherit;
}

.mm-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.mm-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 24px;
  background: rgba(7, 10, 15, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mm-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.mm-logo span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #ffc107;
  color: #0f172a;
  font-weight: 900;
}

.mm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  color: #cbd5e1;
  font-size: 15px;
}

.mm-nav a,
.mm-phone {
  text-decoration: none;
}

.mm-nav a:hover,
.mm-phone:hover {
  color: #ffc107;
}

.mm-phone {
  color: #ffc107;
  font-weight: 800;
  white-space: nowrap;
}

.mm-hero {
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 193, 7, 0.22), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.16), transparent 36%),
    linear-gradient(135deg, #111827, #020617 70%);
}

.mm-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 34px;
  align-items: center;
}

.mm-badge,
.mm-kicker {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 193, 7, 0.5);
  border-radius: 999px;
  color: #ffc107;
  background: rgba(255, 193, 7, 0.08);
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 22px;
}

.mm-lead,
.mm-section-head p,
.mm-card p,
.mm-price-card p,
.mm-footer p {
  color: #cbd5e1;
  line-height: 1.65;
}

.mm-lead {
  max-width: 820px;
  font-size: 20px;
}

.mm-actions,
.mm-form-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.mm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  padding: 14px 22px;
  background: #ffc107;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.mm-btn:hover {
  filter: brightness(0.96);
}

.mm-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.mm-btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.mm-hero-card,
.mm-card,
.mm-form,
.mm-result-wrap,
.mm-price-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.mm-hero-card {
  padding: 28px;
}

.mm-hero-card ul {
  margin: 0;
  padding-left: 20px;
  color: #dbeafe;
  line-height: 1.8;
}

.mm-section {
  padding: 72px 0;
}

.mm-section-dark {
  background: #0b1018;
}

.mm-section-head {
  max-width: 900px;
  margin-bottom: 28px;
}

.mm-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mm-card {
  padding: 24px;
}

.mm-card h3,
.mm-price-card h3 {
  color: #ffc107;
}

.mm-form,
.mm-result-wrap {
  padding: 28px;
}

.mm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: #e5e7eb;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #111827;
  color: #ffffff;
  font-size: 16px;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(255, 193, 7, 0.8);
}

textarea {
  resize: vertical;
}

.mm-small {
  margin: 14px 0 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.5;
}

.mm-result-wrap {
  margin-top: 24px;
}

.mm-result {
  padding: 22px;
  border-radius: 18px;
  background: #020617;
  color: #e5e7eb;
  line-height: 1.65;
  white-space: pre-wrap;
}

.mm-result strong {
  color: #ffc107;
}

.mm-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mm-price-card {
  padding: 26px;
}

.mm-price-card-main {
  border-color: rgba(255, 193, 7, 0.55);
  background: rgba(255, 193, 7, 0.08);
}

.mm-footer {
  padding: 36px 0;
  background: #020617;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.mm-footer a {
  color: #ffc107;
  text-decoration: none;
}

@media (max-width: 980px) {
  .mm-hero-grid,
  .mm-cards,
  .mm-price-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .mm-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .mm-nav {
    justify-content: flex-start;
  }

  .mm-hero-grid,
  .mm-cards,
  .mm-form-grid,
  .mm-price-grid {
    grid-template-columns: 1fr;
  }

  .mm-container {
    width: min(100% - 28px, 1160px);
  }
}
