.mock-home {
  margin: 0;
  background: #fff;
  color: #0f1418;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.48;
}

.mock-home img {
  max-width: 100%;
}

.mock-container {
  width: calc(100% - 128px);
  max-width: 1120px;
  margin: 0 auto;
}

.mock-header {
  height: 58px;
  background: #fff;
}

.mock-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}

.mock-logo img {
  width: 154px;
  height: auto;
}

.mock-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.mock-nav a {
  color: #0f1418;
  text-decoration: none;
}

.mock-hero,
.mock-cta {
  position: relative;
  color: #fff;
  text-align: center;
  background-image: url("assets/protectoraircare.com.au/wp-content/uploads/2019/04/Plant-Room-1024x285.jpg");
  background-size: cover;
  background-position: center;
}

.mock-hero {
  min-height: 462px;
  display: grid;
  place-items: center;
}

.mock-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.mock-hero-content,
.mock-cta .mock-container {
  position: relative;
  z-index: 1;
}

.mock-hero h1 {
  margin: 0 0 8px;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.17;
  text-transform: uppercase;
}

.mock-hero p {
  margin: 0 0 18px;
  font-size: 12px;
}

.mock-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 520px;
  max-width: 100%;
  margin: 0 auto 18px;
}

.mock-hero-stats div {
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}

.mock-hero-stats div:last-child {
  border-right: 0;
}

.mock-hero-stats strong {
  display: block;
  font-size: 32px;
  line-height: 1;
}

.mock-hero-stats span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mock-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.mock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border: 0;
  border-radius: 2px;
  background: #0b91d0;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.mock-btn-dark {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.mock-section {
  padding: 58px 0;
}

.mock-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 82px;
  align-items: center;
}

.mock-photo {
  width: 100%;
  aspect-ratio: 390 / 302;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: none;
}

.mock-copy h2,
.mock-center-title {
  margin: 0 0 17px;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.mock-copy p {
  margin: 0 0 12px;
  color: #222;
  font-size: 10.5px;
  line-height: 1.7;
}

.mock-copy .mock-btn {
  margin-top: 6px;
}

.mock-center-title {
  text-align: center;
}

.mock-why {
  padding-top: 4px;
}

.mock-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px 75px;
  width: min(860px, 100%);
  max-width: 100%;
  margin: 32px auto 0;
  text-align: center;
}

.mock-features article {
  width: 180px;
}

.mock-features span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 8px;
  background: #fff3eb;
  color: #fb7c18;
}

.mock-features svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.mock-features h3 {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.25;
}

.mock-weather {
  padding-bottom: 52px;
}

.mock-weather-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 1fr 1fr;
  gap: 34px;
  align-items: start;
  min-height: 152px;
  padding: 28px 42px 28px;
  border-radius: 5px;
  background: #fb7c18;
  color: #fff;
}

.mock-weather-left {
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  padding-right: 24px;
}

.mock-weather-left > span,
.mock-weather-date {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 800;
}

.mock-temp {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mock-temp svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.mock-temp strong {
  font-size: 34px;
  line-height: 1;
}

.mock-weather-left em {
  display: block;
  margin-top: 16px;
  font-size: 11px;
}

.mock-weather ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.85;
}

.mock-weather small {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  font-size: 8px;
  text-align: center;
}

.mock-services {
  padding-top: 0;
}

.mock-services .mock-two-col,
.mock-areas .mock-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mock-list {
  margin: 8px 0 16px;
  padding-left: 18px;
  color: #222;
  font-size: 11px;
  line-height: 1.6;
}

.mock-list li::marker {
  color: #fb7c18;
}

.mock-cta {
  min-height: 360px;
  display: grid;
  place-items: center;
  background-position: center;
}

.mock-cta h2 {
  margin: 0 0 12px;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.12;
}

.mock-cta p {
  margin: 0 0 22px;
  font-size: 12px;
}

.mock-equipment {
  padding: 64px 0 70px;
  background: #f7ecdf;
}

.mock-equipment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mock-equipment-grid article {
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.mock-equipment-grid img {
  width: calc(100% - 18px);
  height: 210px;
  margin: 9px auto 0;
  object-fit: cover;
}

.mock-equipment-grid h3 {
  margin: 10px 8px 2px;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
}

.mock-equipment-grid p {
  margin: 0 8px 14px;
  color: #555;
  font-size: 9px;
}

.mock-areas {
  padding: 72px 0 26px;
}

.mock-areas .mock-two-col {
  align-items: start;
}

.mock-kicker {
  color: #fb7c18 !important;
  font-weight: 900;
  text-transform: uppercase;
}

.mock-copy h3 {
  margin: 14px 0 6px;
  font-size: 13px;
  font-style: italic;
}

.mock-area-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.mock-area-gallery img {
  width: 100%;
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
}

.mock-testimonials {
  padding: 16px 0 40px;
}

.mock-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mock-testimonial-grid article {
  min-height: 184px;
  padding: 24px 24px 18px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.mock-testimonial-grid span {
  display: block;
  color: #fb7c18;
  font-size: 44px;
  font-weight: 900;
  line-height: 0.65;
}

.mock-testimonial-grid p {
  margin: 8px 0 12px;
  font-size: 10px;
  line-height: 1.6;
}

.mock-testimonial-grid strong {
  font-size: 11px;
}

.mock-testimonial-grid div {
  margin-top: 8px;
  color: #fb7c18;
  font-size: 12px;
}

.mock-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.mock-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0b91d0;
}

.mock-certs {
  padding: 28px 0 42px;
}

.mock-certs img {
  width: 100%;
}

.mock-footer {
  background: #050606;
  color: #fff;
}

.mock-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.9fr 1.2fr;
  gap: 54px;
  padding: 42px 0 32px;
}

.mock-footer img {
  width: 145px;
  padding: 6px;
  border-radius: 3px;
  background: #fff;
}

.mock-social {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 18px;
  background: #2c67b2;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.mock-footer h3 {
  margin: 0 0 12px;
  font-size: 12px;
}

.mock-footer a,
.mock-footer p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  line-height: 1.35;
  text-decoration: none;
}

.mock-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
}

@media (max-width: 760px) {
  .mock-container {
    max-width: calc(100% - 28px);
    width: calc(100% - 28px);
  }

  .mock-nav {
    gap: 8px;
    font-size: 6px;
  }

  .mock-logo img {
    width: 110px;
  }

  .mock-two-col,
  .mock-services .mock-two-col,
  .mock-areas .mock-two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mock-photo {
    width: 100%;
  }

  .mock-features,
  .mock-equipment-grid,
  .mock-testimonial-grid,
  .mock-footer-grid {
    grid-template-columns: 1fr;
  }

  .mock-features article:nth-child(4),
  .mock-features article:nth-child(5) {
    grid-column: auto;
    width: auto;
  }

  .mock-weather-panel {
    grid-template-columns: 1fr;
  }

  .mock-weather-left {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding: 0 0 16px;
  }
}
