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

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  padding-top: 22px;
}

.quote-bar {
  text-align: center;
  color: #07149b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 28px;
}

.nav-wrap {
  width: 76%;
  max-width: 1040px;
  margin: 0 auto 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.primary-nav {
  display: flex;
  gap: 70px;
}

.nav-link {
  color: #aaa;
  font-size: 13px;
}

.nav-link.active {
  color: #a84f3d;
}

.nav-toggle {
  display: none;
}

.hero {
  width: 82%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.hero img {
  width: 100%;
}

.hero-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-text h1 {
  margin: 0;
  color: rgba(120, 120, 120, 0.55);
  font-size: 88px;
  line-height: 0.98;
  letter-spacing: 14px;
}

.hero-text p {
  margin: 18px 0 0;
  color: rgba(120, 120, 120, 0.62);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 7px;
  font-weight: 700;
}

.down-arrow {
  color: #07149b;
  font-size: 44px;
  margin-top: 18px;
  line-height: 1;
}

.services-section {
  width: 76%;
  max-width: 980px;
  margin: 0 auto;
  padding: 112px 0 0;
  text-align: center;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: 42px;
  letter-spacing: 10px;
  line-height: 1.15;
  font-weight: 800;
}

.rust {
  color: #a84f3d;
}

.grey {
  color: #777;
}

.soft-grey {
  color: #b8b8ba;
}

.accent-line {
  width: 74px;
  height: 4px;
  background: #f06e5a;
  margin: 24px auto 63px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 96px;
}

.service-card {
  color: #07149b;
  font-size: 18px;
  line-height: 1.2;
}

.service-card img {
  width: 190px;
  height: 115px;
  object-fit: contain;
  margin: 0 auto 15px;
}

.outline-btn {
  display: inline-block;
  margin-top: 55px;
  padding: 10px 25px;
  border: 2px solid #f06e5a;
  border-radius: 999px;
  color: #d66f62;
  font-size: 13px;
}

.quote-section {
  width: 76%;
  max-width: 980px;
  margin: 0 auto;
  padding: 125px 0 170px;
  text-align: center;
}

.quote-section p {
  margin: 48px 0 30px;
  color: #aaa;
  font-size: 27px;
  line-height: 1.28;
}

.small-link {
  color: #aaa;
  font-size: 12px;
}

.about-section {
  width: 76%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 150px;
}

.about-inner {
  max-width: 470px;
}

.left-title {
  text-align: left;
}

.left-line {
  margin-left: 0;
  margin-bottom: 38px;
}

.about-inner p {
  font-size: 17px;
}

.testimonial {
  width: 82%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 92px;
  text-align: center;
}

.testimonial blockquote {
  margin: 0 auto;
  color: #07149b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  font-style: italic;
  line-height: 1.12;
}

.testimonial p {
  color: #a84f3d;
  margin-top: 35px;
  font-size: 21px;
}

.contact-block {
  width: 82%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 72px;
}

.contact-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 72px;
}

.map-card img {
  opacity: 0.78;
}

.contact-details {
  color: #b0b0b2;
  font-size: 17px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 68px;
}

.form-left {
  display: grid;
  gap: 24px;
}

.contact-form label {
  color: #b0b0b2;
  font-size: 16px;
}

.contact-form span {
  display: block;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  padding: 12px;
  color: #777;
  font: inherit;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #07149b;
}

.message-field textarea {
  min-height: 140px;
}

.submit-link {
  grid-column: 2;
  justify-self: end;
  border: none;
  background: transparent;
  color: #07149b;
  cursor: pointer;
  font-size: 16px;
}

.site-footer {
  width: 94%;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 62px;
  text-align: center;
  color: #aaa;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 18px;
}

.footer-links a {
  color: #aaa;
  font-size: 19px;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
}

.repairs-page,
.why-section,
.legal-page {
  width: 82%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 116px 0 65px;
}

.repair-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px 140px;
  text-align: center;
  margin-top: 56px;
}

.repair-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto 16px;
}

.repair-icon p {
  color: #07149b;
  font-size: 21px;
  margin: 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  text-align: center;
  margin-top: 86px;
}

.plan-card h3 {
  color: #aaa;
  font-size: 22px;
  letter-spacing: 8px;
}

.plan-card p,
.plan-card strong {
  color: #aaa;
  font-size: 16px;
  font-weight: 400;
}

.plan-card.featured h3,
.plan-card.featured strong {
  color: #07149b;
}

.mini-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}

.mini-icons img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.payment-logo {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.payment-logo img {
  width: 260px;
}

.why-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 70px;
  align-items: center;
}

.why-grid ul {
  margin: 0;
  padding-left: 22px;
  color: #555;
  font-size: 17px;
}

.why-grid img {
  width: 100%;
  max-height: 455px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .nav-wrap,
  .hero,
  .services-section,
  .quote-section,
  .about-section,
  .testimonial,
  .contact-block,
  .repairs-page,
  .why-section,
  .legal-page {
    width: 90%;
  }

  .primary-nav {
    gap: 18px;
  }

  .service-grid,
  .repair-grid,
  .plans-grid,
  .contact-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-text h1 {
    font-size: 42px;
    letter-spacing: 6px;
  }

  .hero-text p {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .section-title {
    font-size: 30px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .submit-link {
    grid-column: 1;
  }
}