:root {
  --green: #78b91d;
  --green-dark: #5d990d;
  --green-soft: #a4dc37;
  --black: #050505;
  --black-2: #0b0b0b;
  --ink: #151515;
  --muted: #d7d7d7;
  --paper: #f2f2f0;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.13);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Barlow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

 [data-aos],
html:not(.aos-enabled) [data-aos],
[data-aos].aos-force-visible {
  opacity: 1 !important;
  transform: none !important;
}

.site-navbar {
  padding: 14px 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.76));
  border-bottom: 1px solid rgba(120, 185, 29, 0.2);
  backdrop-filter: blur(14px);
  transition: padding 0.2s ease, box-shadow 0.2s ease;
  z-index: 1000;
}

.site-navbar.nav-scrolled {
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.brand-lockup {
  min-width: 255px;
}

.brand-avatar {
  width: 58px;
  height: 58px;
  border: 2px solid rgba(120, 185, 29, 0.75);
  border-radius: 50%;
  object-fit: cover;
  background: var(--black);
  box-shadow: 0 0 0 5px rgba(120, 185, 29, 0.08);
}

.brand-text {
  display: grid;
  margin-left: 12px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-text strong {
  margin-top: 5px;
  color: var(--green);
  font-size: 1.08rem;
}

.site-menu .nav-link {
  position: relative;
  padding: 11px 13px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-menu .nav-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 4px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green);
  transition: transform 0.2s ease;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus,
.site-menu .nav-link.active {
  color: var(--green-soft);
}

.site-menu .nav-link:hover::after,
.site-menu .nav-link:focus::after,
.site-menu .nav-link.active::after {
  transform: scaleX(1);
}

.nav-call {
  gap: 10px;
  padding: 8px 15px 9px;
  color: var(--white);
  border: 2px solid var(--green);
  border-radius: 14px;
  box-shadow: inset 0 0 18px rgba(120, 185, 29, 0.16);
}

.nav-call:hover {
  color: var(--white);
  background: rgba(120, 185, 29, 0.14);
}

.nav-call i {
  color: var(--green);
  font-size: 1.65rem;
}

.nav-call span {
  display: grid;
  line-height: 1;
}

.nav-call strong {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.nav-call small {
  margin-top: 3px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.site-toggler {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  width: 62px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 185, 29, 0.55);
  border-radius: 12px;
  box-shadow: none;
}

.site-toggler:focus {
  box-shadow: 0 0 0 3px rgba(120, 185, 29, 0.22);
}

.site-toggler span {
  display: block;
  width: 21px;
  height: 2px;
  background: var(--green);
}

.site-toggler em {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media (min-width: 992px) {
  .site-toggler {
    display: none !important;
  }
}

.hero-section {
  position: relative;
  min-height: 820px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 20%, rgba(120, 185, 29, 0.18), transparent 32%),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, var(--black) 0%, #060606 45%, #171717 100%);
  isolation: isolate;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.54) 58%, rgba(0, 0, 0, 0.85)),
    url("../assets/img/hero-truck.jpg") right center / 68% auto no-repeat;
  opacity: 0.34;
  z-index: -3;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% -10%;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.94));
  z-index: -2;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, black, transparent 75%);
  opacity: 0.25;
  z-index: -1;
}

.hero-grid {
  min-height: 760px;
  padding-top: 108px;
  padding-bottom: 42px;
}

.eyebrow,
.strip-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-soft);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.strip-label::before {
  content: "";
  width: 28px;
  height: 3px;
  background: var(--green);
}

.brand-kicker {
  margin: 20px 0 10px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
}

.brand-kicker span {
  display: block;
  margin-top: 8px;
  color: var(--green);
  letter-spacing: 0.04em;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 8vw, 7.8rem);
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.hero-copy h1 span {
  display: block;
  color: var(--green);
}

.hero-lead {
  max-width: 560px;
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
  font-weight: 600;
  line-height: 1.32;
}

.hero-actions {
  margin-bottom: 30px;
}

.btn-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 13px 23px;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-action i {
  font-size: 1.7rem;
}

.btn-action-primary {
  color: var(--white);
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: 0 15px 35px rgba(120, 185, 29, 0.32);
}

.btn-action-primary:hover,
.btn-action-primary:focus {
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(120, 185, 29, 0.46);
}

.btn-action-ghost {
  color: var(--white);
  border: 2px solid var(--green);
  background: rgba(0, 0, 0, 0.48);
}

.btn-action-ghost:hover,
.btn-action-ghost:focus {
  color: var(--white);
  background: rgba(120, 185, 29, 0.16);
  transform: translateY(-2px);
}

.hero-points {
  max-width: 590px;
}

.point-item {
  min-height: 112px;
  padding: 15px 10px 13px;
  text-align: center;
  border: 1px solid rgba(120, 185, 29, 0.28);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.34);
}

.point-item i {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 1.9rem;
}

.point-item strong,
.point-item span {
  display: block;
  font-family: var(--font-display);
  text-transform: uppercase;
}

.point-item strong {
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.point-item span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.hero-visual-wrap {
  position: relative;
  margin-left: auto;
  max-width: 760px;
  padding: 16px;
  border: 1px solid rgba(120, 185, 29, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(120, 185, 29, 0.16), transparent 42%),
    rgba(0, 0, 0, 0.42);
  box-shadow: var(--shadow);
}

.hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  pointer-events: none;
  z-index: 2;
}

.hero-visual {
  display: block;
  width: 100%;
  min-height: 510px;
  object-fit: cover;
  border-radius: 24px;
  filter: contrast(1.08) saturate(1.05);
}

.section-pad {
  padding: 78px 0 88px;
}

.section-pad-sm {
  padding: 56px 0 64px;
}

.services-section {
  background:
    linear-gradient(180deg, #f5f5f3, #ececea),
    var(--paper);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
}

.section-heading span {
  display: inline-block;
  color: var(--black);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading h2 {
  display: inline-block;
  margin: 0 0 8px 8px;
  color: var(--green-dark);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.section-heading p {
  margin: 8px auto 0;
  color: #4c4c4c;
  font-size: 1.08rem;
  font-weight: 500;
}

.service-tile {
  position: relative;
  height: 100%;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #171717, #050505);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-tile:hover {
  transform: translateY(-7px);
  border-color: rgba(120, 185, 29, 0.6);
  box-shadow: 0 26px 48px rgba(0, 0, 0, 0.3);
}

.service-media {
  position: relative;
  height: 170px;
  overflow: hidden;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.94));
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service-tile:hover .service-media img {
  transform: scale(1.07);
}

.service-icon {
  position: absolute;
  top: 134px;
  left: 18px;
  z-index: 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--white);
  border: 5px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.service-icon i {
  font-size: 1.45rem;
}

.service-body {
  padding: 31px 20px 24px;
  text-align: center;
}

.service-body h3 {
  min-height: 44px;
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.service-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.99rem;
  font-weight: 500;
  line-height: 1.35;
}

.why-section {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(120, 185, 29, 0.18), transparent 36%),
    linear-gradient(180deg, var(--black), var(--black-2));
  border-top: 1px solid rgba(120, 185, 29, 0.28);
  border-bottom: 1px solid rgba(120, 185, 29, 0.28);
}

.light-heading span {
  color: var(--white);
}

.light-heading h2 {
  color: var(--green);
}

.why-grid {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.why-item {
  height: 100%;
  min-height: 196px;
  padding: 31px 22px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.why-grid .col:last-child .why-item {
  border-right: 0;
}

.why-item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  color: var(--green);
  border: 1px solid rgba(120, 185, 29, 0.42);
  border-radius: 50%;
  font-size: 2rem;
}

.why-item h3 {
  margin: 0 0 8px;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.18rem;
  text-transform: uppercase;
}

.why-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.35;
}

.pricing-strip {
  padding: 45px 0;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(120, 185, 29, 0.96) 0%, rgba(88, 142, 13, 0.96) 32%, rgba(5, 5, 5, 0.98) 32.2%, rgba(5, 5, 5, 1) 100%);
}

.pricing-strip h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.pricing-strip .strip-label {
  color: var(--white);
}

.pricing-strip .strip-label::before {
  background: var(--white);
}

.price-note {
  display: flex;
  gap: 13px;
  height: 100%;
  min-height: 102px;
  padding: 18px 17px;
  align-items: center;
  border: 1px solid rgba(120, 185, 29, 0.34);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.price-note i {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--black);
  border-radius: 50%;
  background: var(--green);
  font-size: 1.3rem;
}

.price-note span {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  line-height: 1.25;
}

.before-after-section {
  background: #f7f7f5;
}

.ba-card {
  position: relative;
  overflow: hidden;
  border: 8px solid var(--white);
  border-radius: 18px;
  background: var(--black);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.ba-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.76));
  z-index: 1;
}

.ba-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ba-card:hover img {
  transform: scale(1.06);
}

.ba-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  color: var(--white);
  font-family: var(--font-display);
  text-transform: uppercase;
}

.ba-caption span {
  color: var(--green);
  font-size: 1.1rem;
  font-weight: 700;
}

.ba-caption strong {
  text-align: right;
  font-size: 1.2rem;
}

.contact-banner {
  padding: 34px 0 0;
  color: var(--white);
  background: var(--paper);
}

.contact-panel {
  overflow: hidden;
  border-radius: 0;
  background: var(--black);
  box-shadow: var(--shadow);
}

.contact-primary {
  position: relative;
  min-height: 190px;
  padding: 26px;
  background: linear-gradient(112deg, var(--green) 0%, var(--green-dark) 78%, transparent 78.3%);
}

.contact-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 100% 12px;
  opacity: 0.18;
}

.contact-phone {
  position: relative;
  z-index: 2;
  gap: 18px;
  color: var(--white);
}

.contact-phone:hover {
  color: var(--white);
}

.contact-phone i {
  display: grid;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 50%;
  font-size: 2.35rem;
}

.contact-phone span {
  display: grid;
}

.contact-phone small,
.contact-phone strong,
.contact-phone em {
  display: block;
  font-family: var(--font-display);
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
}

.contact-phone small {
  font-size: 1.45rem;
}

.contact-phone strong {
  margin: 5px 0;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  letter-spacing: 0.02em;
}

.contact-phone em {
  font-size: 1rem;
  opacity: 0.92;
}

.contact-details {
  padding: 30px;
  background: linear-gradient(180deg, #080808, #050505);
}

.contact-mini {
  display: flex;
  gap: 12px;
  height: 100%;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-mini i {
  color: var(--green);
  font-size: 1.7rem;
}

.contact-mini span {
  display: grid;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.25;
}

.contact-mini strong {
  color: var(--green);
  font-family: var(--font-display);
  font-size: 1rem;
  text-transform: uppercase;
}

.contact-proof {
  position: relative;
  gap: 18px;
  min-height: 190px;
  padding: 22px;
  background:
    radial-gradient(circle at 20% 50%, rgba(120, 185, 29, 0.2), transparent 36%),
    #070707;
}

.contact-proof img {
  width: 112px;
  height: 136px;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.55));
}

.stars {
  display: grid;
  color: #ffc83d;
  font-family: var(--font-display);
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.stars i {
  display: inline-block;
  margin: 0 1px 8px;
  font-size: 1.15rem;
}

.stars strong {
  color: var(--white);
  font-size: 1.25rem;
}

.stars span {
  margin-top: 6px;
  color: var(--green);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: italic;
  text-transform: none;
}

.site-footer {
  padding: 22px 0;
  color: rgba(255, 255, 255, 0.72);
  background: var(--black);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer p {
  margin: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  text-transform: uppercase;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--green);
}

@media (max-width: 1199.98px) {
  .nav-call strong {
    font-size: 1.05rem;
  }

  .brand-lockup {
    min-width: auto;
  }

  .hero-visual {
    min-height: 440px;
  }

  .why-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 82px;
  }

  .navbar > .container {
    flex-wrap: nowrap;
  }

  .site-navbar {
    padding: 9px 0;
  }

  .site-toggler {
    display: inline-flex !important;
    flex: 0 0 62px;
    margin-left: 18px;
    position: static;
    visibility: visible;
  }

  .navbar-collapse {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 14px;
    padding: 8px 12px 9px;
    border: 1px solid rgba(120, 185, 29, 0.22);
    border-width: 1px 0;
    border-radius: 0;
    background: rgba(5, 5, 5, 0.98);
  }

  .site-menu {
    flex-direction: row;
    gap: 18px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .site-menu::-webkit-scrollbar {
    display: none;
  }

  .site-menu .nav-link {
    padding: 7px 0;
    font-size: 0.8rem;
  }

  .site-menu .nav-link::after {
    left: 0;
    right: auto;
    width: 46px;
  }

  .nav-call {
    display: none !important;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 148px;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-visual-wrap {
    margin: 10px auto 0;
  }

  .hero-visual {
    min-height: 390px;
  }

  .pricing-strip {
    background: linear-gradient(180deg, var(--green-dark) 0%, var(--black) 42%);
  }

  .contact-primary {
    background: linear-gradient(180deg, var(--green), var(--green-dark));
  }

  .contact-proof {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .brand-avatar {
    width: 50px;
    height: 50px;
  }

  .brand-text span {
    max-width: 145px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.6rem, 17vw, 5.2rem);
  }

  .hero-actions .btn-action {
    width: 100%;
  }

  .hero-visual-wrap {
    padding: 10px;
    border-radius: 22px;
  }

  .hero-visual {
    min-height: 320px;
    border-radius: 18px;
  }

  .section-pad {
    padding: 58px 0 66px;
  }

  .section-pad-sm {
    padding: 46px 0 54px;
  }

  .section-heading h2 {
    display: block;
    margin-left: 0;
  }

  .service-media {
    height: 190px;
  }

  .service-icon {
    top: 153px;
  }

  .why-item {
    min-height: auto;
    border-right: 0;
  }

  .ba-card img {
    height: 205px;
  }

  .contact-primary,
  .contact-details,
  .contact-proof {
    padding: 22px;
  }

  .contact-phone {
    align-items: flex-start !important;
  }

  .contact-phone i {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 1.7rem;
  }

  .contact-phone small {
    font-size: 1.1rem;
  }

  .contact-phone strong {
    font-size: 1.9rem;
  }
}

@media (max-width: 575.98px) {
  .brand-text span {
    display: none;
  }

  .brand-text strong {
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
  .brand-lockup {
    min-width: 0;
  }

  .hero-grid {
    padding-top: 108px;
  }

  .hero-copy h1 {
    font-size: 3.45rem;
  }

  .point-item {
    min-height: 104px;
  }

  .contact-proof {
    flex-direction: column;
    text-align: center;
  }
}
