/* CODE RULE: No comments below this line. Keep code self-explanatory. */
@font-face {
  font-family: 'Noto Sans Armenian';
  src: local('Noto Sans Armenian');
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: #111; }
body {
  font-family: 'Noto Sans Armenian', sans-serif;
  background: #ffdc63;
  color: #111;
  max-width: 480px;
  margin: 0 auto;
  border-left: 4px solid #111;
  border-right: 4px solid #111;
  overflow-x: hidden;
}
section { padding: 40px 20px; border-bottom: 4px solid #111; }
h1, h2, h3 { font-weight: 900; line-height: 1.15; letter-spacing: -0.02em; }
h2 { font-size: 28px; margin-bottom: 20px; text-transform: uppercase; }
p { font-size: 16px; line-height: 1.5; }

.hero {
  background: #111;
  color: #ffdc63;
  padding-top: 32px;
  border-bottom: 4px solid #111;
}
.hero-badge {
  display: inline-block;
  background: #ffdc63;
  color: #111;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 6px 12px;
  border: 3px solid #ffdc63;
  transform: rotate(-2deg);
  margin-bottom: 20px;
}
.hero h1 {
  font-size: 34px;
  margin-bottom: 14px;
}
.hero-sub {
  font-size: 16px;
  color: #f4f4f4;
  margin-bottom: 24px;
}
.hero-img {
  width: 100%;
  border: 4px solid #ffdc63;
  box-shadow: 8px 8px 0 #ffdc63;
  margin-bottom: 28px;
  display: block;
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffdc63;
  color: #111;
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px;
  border: 4px solid #111;
  box-shadow: 6px 6px 0 #ffdc63;
}

.about { background: #fff; }
.about p { max-width: 40ch; }

.services { background: #ffdc63; }
.service-card {
  background: #fff;
  border: 4px solid #111;
  box-shadow: 8px 8px 0 #111;
  padding: 24px 20px;
}
.service-card i {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}
.service-card h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.price {
  display: inline-block;
  background: #111;
  color: #ffdc63;
  font-weight: 900;
  font-size: 22px;
  padding: 8px 16px;
}

.why { background: #111; color: #ffdc63; }
.why-list { list-style: none; }
.why-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 0;
  border-bottom: 3px solid #ffdc63;
}
.why-list li:last-child { border-bottom: none; }
.why-list i {
  font-size: 18px;
  width: 28px;
  text-align: center;
  background: #ffdc63;
  color: #111;
  border-radius: 50%;
  height: 28px;
  line-height: 28px;
  flex-shrink: 0;
}

.form-section { background: #fff; }
.tally-wrap {
  border: 4px solid #111;
  box-shadow: 8px 8px 0 #111;
  padding: 12px;
}

.contacts { background: #ffdc63; border-bottom: none; }
.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #111;
  color: #ffdc63;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border: 3px solid #111;
  margin-bottom: 14px;
}
.contact-row:last-child { margin-bottom: 0; }
.contact-row i { font-size: 20px; width: 22px; }
