/* Page spacing adjustments */
.offerings-section {
  padding-top: 20px !important;
}

.offerings-section .section-title {
  margin-top: 0 !important;
}

.testimonial-section {
  padding-top: 20px !important;
}

.testimonial-section .header-container {
  margin-top: 0 !important;
}

body {
  background: linear-gradient(
    to bottom,
    #f7d81b 0%,
    #dacb5a 35%,
    #fcdf2b 40%,
    #a1a156 85%
  );
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Darker Grotesque', sans-serif;
}

.home-hero-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
  background: #000;
  z-index: 3;
}

.home-hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.home-hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.home-hero-content .hero-btn {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  padding: 14px 42px;
  border-radius: 999px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 22px rgba(0, 0, 0, 0.28);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.home-hero-content .hero-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.home-hero-logo {
  width: min(350px, 85vw);
  max-width: 350px;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .home-hero-video {
    min-height: 78vh;
    padding-top: 105px;
  }

  .home-hero-content .hero-btn {
    font-size: 22px;
    padding: 12px 32px;
  }
}

@media (max-width: 576px) {
  .home-hero-video {
    min-height: 70vh;
    padding-top: 95px;
    padding-bottom: 40px;
  }

  .home-hero-content {
    gap: 14px;
  }

  .home-hero-content .hero-btn {
    font-size: 18px;
    padding: 10px 26px;
  }

  .home-hero-logo {
    width: min(220px, 80vw);
    max-width: 220px;
  }
}


.home-stats-tagline-wrap {
  padding: 24px 0 6px;
  position: relative;
  z-index: 3;
}

.home-stats-tagline {
  margin: 0 auto;
  max-width: 1080px;
  color: #565656;
  font-size: clamp(34px, 3.9vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.home-stats-tagline-line1,
.home-stats-tagline-line2 {
  display: block;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .home-stats-tagline-wrap {
    padding: 18px 0 6px;
  }

  .home-stats-tagline {
    max-width: 860px;
    font-size: clamp(30px, 4.3vw, 40px);
    line-height: 1.12;
  }
}

@media (max-width: 576px) {
  .home-stats-tagline-wrap {
    padding: 12px 0 4px;
  }

  .home-stats-tagline {
    max-width: 95%;
    font-size: 22px;
    line-height: 1.2;
  }

  .home-stats-tagline-line1,
  .home-stats-tagline-line2 {
    white-space: normal;
  }
}









.stats-ditto {
  position: relative;
  z-index: 1;
}

.stats-ditto .footer-dot-pattern,
.stats-ditto .footer-dot-pattern-left {
  position: absolute;
  top: 20px;
  bottom: auto;
  z-index: 0;
  pointer-events: none;
}

.stats-ditto .footer-dot-pattern {
  left: 0;
  top: -176px;
}

.stats-ditto .footer-dot-pattern-left {
  left: auto;
  right: 0;
  top: -176px;
}

.home-page .stats-ditto .footer-dot-pattern,
.home-page .stats-ditto .footer-dot-pattern-left {
  opacity: 1 !important;
  filter: grayscale(1) saturate(0) brightness(8) contrast(3.4) !important;
  -webkit-filter: grayscale(1) saturate(0) brightness(8) contrast(3.4) !important;
  mix-blend-mode: normal;
}

.stats-ditto .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .stats-ditto .footer-dot-pattern,
  .stats-ditto .footer-dot-pattern-left {
    display: none;
  }
}

/* Home dotted decorations: visible + aligned to figma-like placements */
.home-page .offerings-section .offer-dot-one,
.home-page .offerings-section .offer-dot-two {
  display: block;
  z-index: 0;
  opacity: 0.96;
  filter: brightness(1.3) contrast(1.18);
  pointer-events: none;
}

.home-page .offerings-section .offer-dot-one {
  top: 56px;
  left: 34px;
}

.home-page .offerings-section .offer-dot-two {
  top: auto !important;
  bottom: -36px;
  left: 60%;
  right: auto;
  transform: translateX(-50%);
}

.home-page .offerings-section {
  overflow: visible !important;
}

.home-page .offerings-section .offer-card {
  position: relative;
  z-index: 2;
}

.home-page .dt-container {
  position: relative;
  overflow: hidden;
}

.home-page .how-droptruck {
  overflow: visible;
}

.home-page .how-droptruck .how-dot-one {
  opacity: 0.78;
  filter: brightness(1.28) contrast(1.16);
  pointer-events: none;
  z-index: 2;
}

.home-page .how-droptruck .how-dot-one {
  top: -54px;
  right: 6px;
}

.home-lower-shade {
  position: relative;
  background-color: #727165;
  background-image:
    linear-gradient(180deg, rgba(249, 221, 54, 0.26) 0%, rgba(249, 221, 54, 0.16) 10%, rgba(249, 221, 54, 0.08) 24%, rgba(249, 221, 54, 0.03) 38%, rgba(249, 221, 54, 0) 56%),
    radial-gradient(circle at 50% 18%, rgba(255, 228, 96, 0.11) 0%, rgba(255, 228, 96, 0.05) 24%, rgba(255, 228, 96, 0) 50%),
    linear-gradient(180deg, #807e72 0%, #767468 43%, #6d6b60 100%),
    radial-gradient(rgba(255, 255, 255, 0.048) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 18px 18px;
}

.home-lower-dot-left {
  position: absolute;
  top: -58px;
  left: 0;
  width: 178px;
  height: 178px;
  opacity: 0.94;
  filter: brightness(1.28) contrast(1.16);
  pointer-events: none;
  z-index: 0;
}

/* Home dots: force brighter/whiter look like figma */
.home-page .footer-dot-pattern,
.home-page .footer-dot-pattern-left,
.home-page .offer-dot-one,
.home-page .offer-dot-two,
.home-page .how-dot-one,
.home-page .home-lower-dot-left,
.home-page .map-dot-pattern {
  opacity: 1 !important;
  filter: grayscale(1) brightness(2.6) contrast(1.8) !important;
}

.home-lower-shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(249, 221, 54, 0.3);
  pointer-events: none;
}

.home-lower-shade .testimonial-section,
.home-lower-shade .op-container {
  background: transparent;
  position: relative;
  z-index: 1;
}

.home-lower-shade .tes-dot-pattern {
  display: none !important;
}

.home-lower-shade .op-container {
  min-height: auto;
  padding-bottom: 28px;
}

.home-lower-shade .op-form-side .op-vision-text {
  width: 100%;
  max-width: 430px;
  margin-top: 22px;
  text-align: center;
}

.home-lower-shade .op-form-side .op-vision-text p {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #FCDF2B;
  margin: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.home-lower-shade .op-form-side .op-vision-text .op-highlight {
  left: 0;
  margin-top: 6px;
}

@media (max-width: 992px) {
  .home-lower-dot-left {
    top: -48px;
    width: 138px;
    height: 138px;
    opacity: 0.7;
  }

  .home-lower-shade .op-form-side .op-vision-text {
    margin-top: 26px;
    text-align: center;
  }

  .home-lower-shade .op-form-side .op-vision-text p {
    font-size: 42px;
    white-space: normal;
  }

}

@media (max-width: 768px) {
  .home-page .footer-dot-pattern,
  .home-page .footer-dot-pattern-left,
  .home-page .offer-dot-one,
  .home-page .offer-dot-two,
  .home-page .how-dot-one,
  .home-page .map-dot-pattern {
    display: block !important;
  }

  .home-page .offer-dot-one,
  .home-page .offer-dot-two,
  .home-page .how-dot-one,
  .home-page .map-dot-pattern {
    width: 112px;
    height: 112px;
  }

  .home-page .stats-ditto .footer-dot-pattern,
  .home-page .stats-ditto .footer-dot-pattern-left {
    width: 96px;
    height: 96px;
    top: -96px !important;
    opacity: 1 !important;
    filter: grayscale(1) saturate(0) brightness(5.2) contrast(2.8) !important;
    -webkit-filter: grayscale(1) saturate(0) brightness(5.2) contrast(2.8) !important;
  }

  .home-page .offerings-section .offer-dot-one {
    top: 26px;
    left: 0;
  }

  .home-page .offerings-section .offer-dot-two {
    bottom: -14px;
    left: 58%;
    right: auto;
    transform: translateX(-50%);
  }

  .home-page .how-droptruck .how-dot-one {
    top: -30px;
    right: 0;
  }

  .home-lower-dot-left {
    top: -34px;
    width: 112px;
    height: 112px;
    opacity: 0.86;
    filter: brightness(1.22) contrast(1.12);
  }
}

.dt-footer .footer-row {
  align-items: flex-start;
}

.dt-footer .footer-left,
.dt-footer .footer-middle,
.dt-footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dt-footer .footer-left p {
  max-width: 340px;
  margin-bottom: 14px;
  line-height: 1.55;
}

.dt-footer .footer-left p:last-child {
  margin-bottom: 0;
}

.dt-footer .footer-middle ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dt-footer .footer-middle li {
  margin-bottom: 0;
  line-height: 1.55;
}

.dt-footer .footer-middle li:last-child {
  margin-bottom: 0;
}

.dt-footer .footer-right-top {
  width: 100%;
  align-items: flex-start;
}

.dt-footer .footer-right-top > div:first-child {
  max-width: 340px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.dt-footer .contact-item {
  align-items: flex-start;
  margin-bottom: 0;
}

.dt-footer .contact-item span {
  max-width: 340px;
  line-height: 1.55;
}

.dt-footer .contact-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dt-footer .footer-row {
    align-items: stretch;
  }

  .dt-footer .footer-left,
  .dt-footer .footer-middle,
  .dt-footer .footer-right {
    min-height: 255px;
  }

  .dt-footer .footer-middle h5,
  .dt-footer .footer-right h5 {
    margin-bottom: 14px;
  }
}
