/* Figma alignment layer
   Purpose: normalize color grading, typography, glass effects, and spacing
   across website/about/services/contact/careers without changing hero banner sizing fixes.
*/

:root {
  --dt-figma-yellow: #fcdf2b;
  --dt-figma-ink: #4d4e4a;
  --dt-figma-ink-soft: #565656;
  --dt-figma-white: #ffffff;
  --dt-figma-glass-bg: rgba(60, 54, 26, 0.19);
  --dt-figma-glass-bg-strong: rgba(119, 103, 25, 0.59);
  --dt-figma-glass-border: rgba(255, 248, 129, 0.81);
  --dt-figma-glass-shadow:
    inset -2.45px -2.36px 6px rgba(255, 255, 255, 0.3),
    inset -3.67px -3.54px 12px rgba(255, 255, 255, 0.2),
    2.45px 2.36px 12px -8px rgba(0, 0, 0, 0.1),
    14.7px 14.14px 48px -12px rgba(0, 0, 0, 0.1);
}

body {
  background: linear-gradient(
    180deg,
    #fcdf2b 25%,
    #d7cb78 48%,
    #8f8b74 78%,
    #6f6d61 100%
  ) !important;
  color: var(--dt-figma-ink);
}

/* Services page: yellow top with darker olive blend toward bottom */
.services-page {
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 244, 150, 0.18) 0, rgba(255, 244, 150, 0) 34%),
    radial-gradient(circle at 84% 30%, rgba(180, 170, 104, 0.10) 0, rgba(180, 170, 104, 0) 40%),
    linear-gradient(
      180deg,
      #e8d34f 0%,
      #e6d24e 45%,
      #dacc62 70%,
      #b2aa76 86%,
      #8f8868 100%
    ) !important;
}

.section-title,
.header-titles,
.process-title,
.contact-heading,
.whywork-title,
.contact-title,
.bridge-title,
.impact-heading,
.team-title,
.dt-title-main,
.dt-title-sub {
  color: var(--dt-figma-ink-soft);
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 800;
}

.stats-card,
.offer-card,
.bridge-card,
.drive-card,
.impact-box,
.team-card,
.testimonial-card,
.op-glass-card,
.s-box,
.feature-box,
.industry-box,
.contact-card,
.support-glass-card,
.whywork-card,
.job-item,
.process-pill,
.map-box,
.input-glass,
.op-glass-input {
  background: var(--dt-figma-glass-bg);
  border: 1px solid var(--dt-figma-glass-border);
  box-shadow: var(--dt-figma-glass-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.industry-box,
.support-glass-card,
.whywork-card,
.job-item {
  background: var(--dt-figma-glass-bg-strong);
}

.stats-card h4,
.stats-card p,
.stats-card h6,
.offer-card h1,
.offer-card .offer-card-title,
.offer-card p,
.bridge-card h4,
.bridge-card li,
.drive-card,
.team-card h3,
.team-card p,
.testimonial-card .quote-text,
.testimonial-card .stars,
.s-info h3,
.s-info p,
.feature-heading,
.feature-text,
.industry-title,
.job-text,
.contact-card p,
.support-label,
.whywork-card-title,
.whywork-card-desc {
  color: var(--dt-figma-white);
}

.stats-text p,
.contact-subtitle,
.whywork-subtitle,
.cta-subtext,
.stat-text,
.stat-number,
.main-title,
.fleet-label {
  color: var(--dt-figma-ink-soft);
}

.highlight,
.title,
.op-header-title,
.op-reach-title,
.contact-heading,
.apply-buttons,
.btn-submit {
  color: var(--dt-figma-yellow);
}

.line,
.op-line,
.title-divider,
.process-title-wrap .line,
.header-line,
.contact-heading::before,
.contact-heading::after,
.industries-title::before,
.industries-title::after {
  background-color: rgba(249, 221, 54, 0.75) !important;
}

.input-glass,
.op-glass-input,
.op-glass-textarea {
  color: #f0e68c;
}

.input-glass::placeholder,
.op-glass-input::placeholder,
.op-glass-textarea::placeholder {
  color: rgba(240, 230, 140, 0.55);
}

.btn-submit,
.apply-buttons,
.apply-button {
  background: linear-gradient(
    165deg,
    rgba(52, 49, 42, 0.84) 0%,
    rgba(36, 34, 30, 0.9) 100%
  ) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -10px 18px rgba(0, 0, 0, 0.28),
    0 8px 18px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn-submit:hover,
.apply-buttons:hover,
.apply-button:hover {
  background: #ffffff !important;
  color: #2f2f2c !important;
  border-color: rgba(47, 47, 44, 0.72) !important;
}

.btn-submit:focus,
.btn-submit:active,
.apply-buttons:focus,
.apply-buttons:active,
.apply-button:focus,
.apply-button:active {
  background: #ffffff !important;
  color: #2f2f2c !important;
  border-color: rgba(47, 47, 44, 0.72) !important;
}

.stats-ditto,
.offerings-section,
.dt-container,
.how-droptruck,
.testimonial-section,
.op-container,
.bridge-section,
.drive-section,
.impact-wrap,
.team-section,
.stats-banner,
.truck-fleet-section,
.process-section,
.why-droptruck-section,
.service-industries-section,
.contact-info-section,
.contact-touch-wrapper,
.support-wrapper,
.why-work-section,
.careers-section,
.cta-section {
  position: relative;
}

.dt-footer {
  background: #4d4d49;
}

/* Footer consistency across all pages */
.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;
  }
}

/* ---------------------------
   Home
---------------------------- */
.home-page .navbar .container {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(40px) !important;
  -webkit-backdrop-filter: blur(40px) !important;
}

.home-page .navbar .custom-btn {
  background: #4d4d49 !important;
  min-width: auto;
  height: 51px;
  border-radius: 34px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px !important;
  line-height: 1;
}

.home-page .navbar .custom-btn:hover {
  background: var(--white-color) !important;
  color: var(--secondary-color) !important;
  border-color: var(--white-color) !important;
}

.stats-ditto {
  padding: 18px 0 26px;
}

.home-stats-tagline {
  color: var(--dt-figma-ink) !important;
  font-size: clamp(42px, 3.6vw, 55px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: none !important;
}

.home-stats-tagline-line1,
.home-stats-tagline-line2 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.home-page .home-stats-tagline-wrap .container {
  display: flex;
  justify-content: center;
}

@media (max-width: 576px) {
  .home-stats-tagline {
    width: 100%;
  }
}

.stats-ditto .row.temp-mt {
  margin-top: 0 !important;
}

.home-page .stats-ditto .stats-card {
  position: relative;
  border-radius: 37px;
  width: 286px;
  max-width: 100%;
  min-height: 400px;
  height: 400px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
  text-align: center;
  padding: 24px 16px 18px !important;
  background: rgba(198, 172, 172, 0.1) !important;
  border: 1px solid transparent !important;
  box-shadow:
    2.45px 2.36px 12px 0 rgba(0, 0, 0, 0.15),
    14.7px 14.14px 48px 0 rgba(0, 0, 0, 0.15),
    inset -2.45px -2.36px 6px 0 rgba(255, 255, 255, 0.15),
    inset -3.67px -3.54px 12px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(40px) !important;
  -webkit-backdrop-filter: blur(40px) !important;
  overflow: hidden;
}

.home-page .stats-ditto .stats-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 37px;
  background: conic-gradient(
    from 90deg at 0% 0%,
    rgba(255, 255, 255, 0.4) 12%,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 255, 255, 0.4) 62%,
    rgba(255, 255, 255, 0) 87%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Home stats: darker glass for all 4 cards */
.home-page .stats-ditto .stats-card {
  background: linear-gradient(
    165deg,
    rgba(116, 97, 22, 0.38) 0%,
    rgba(138, 118, 34, 0.35) 52%,
    rgba(108, 90, 18, 0.4) 100%
  ) !important;
  border: 1px solid rgba(255, 236, 146, 0.52) !important;
  box-shadow:
    2.45px 2.36px 14px 0 rgba(0, 0, 0, 0.18),
    14.7px 14.14px 52px 0 rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 246, 186, 0.28),
    inset -2.45px -2.36px 6px 0 rgba(255, 255, 255, 0.1),
    inset -3.67px -3.54px 12px 0 rgba(255, 255, 255, 0.1),
    inset 0 -16px 24px rgba(34, 27, 4, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-page .stats-ditto .stats-card:hover {
  transform: translateY(-10px);
}

/* Match Services-style hover lift on Home + About glass cards */
@media (hover: hover) {
  .home-page .offerings-section .offer-card,
  .home-page .dt-container .dt-glass-card,
  .about-page .bridge-section .bridge-card,
  .about-page .drive-section .drive-card,
  .about-page .impact-wrap .impact-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .home-page .offerings-section .offer-card:hover,
  .home-page .dt-container .dt-glass-card:hover,
  .about-page .bridge-section .bridge-card:hover,
  .about-page .drive-section .drive-card:hover,
  .about-page .impact-wrap .impact-box:hover {
    transform: translateY(-10px);
  }
}

.home-page .stats-ditto .stats-card::before {
  background: conic-gradient(
    from 90deg at 0% 0%,
    rgba(255, 247, 196, 0.72) 12%,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 225, 112, 0.62) 62%,
    rgba(255, 255, 255, 0) 87%
  );
}

.home-page .stats-ditto .stats-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 37px;
  pointer-events: none;
  box-shadow:
    0 0 14px rgba(255, 238, 142, 0.62),
    0 0 34px rgba(255, 214, 72, 0.62),
    0 0 52px rgba(255, 203, 58, 0.36);
}

.home-page .stats-ditto .stats-card > * {
  position: relative;
  z-index: 1;
}

.home-page .stats-ditto .stats-card img,
.home-page .stats-ditto .stats-card .stats-map-img {
  width: clamp(198px, 14.6vw, 252px) !important;
  height: clamp(170px, 12.3vw, 202px) !important;
  max-width: none !important;
  object-fit: contain;
  margin-bottom: 6px !important;
}

.stats-ditto .stats-card h4,
.stats-ditto .stats-card p,
.stats-ditto .stats-card h6,
.stats-ditto .stats-card .happy {
  color: var(--dt-figma-ink) !important;
}

.stats-ditto .stats-card h2,
.stats-ditto .stats-card h2 .extrabold,
.stats-ditto .stats-card h4 {
  color: var(--dt-figma-ink) !important;
}

.home-page .stats-ditto .stats-card h2 {
  margin: 4px 0 2px;
  line-height: 1.05;
}

.home-page .stats-ditto .stats-card h2,
.home-page .stats-ditto .stats-card h2 .extrabold,
.home-page .stats-ditto .stats-card h4 {
  font-size: clamp(56px, 4vw, 66px) !important;
  line-height: 1.03 !important;
  margin: 2px 0 1px !important;
  font-weight: 800 !important;
}

.home-page .stats-ditto .stats-card p,
.home-page .stats-ditto .stats-card .happy,
.home-page .stats-ditto .stats-card h6,
.home-page .stats-ditto .stats-card .states-label {
  font-size: clamp(20px, 1.45vw, 24px) !important;
  line-height: 1.12 !important;
  margin: 0 auto !important;
  max-width: 210px !important;
  text-align: center !important;
  text-wrap: balance;
}

@media (max-width: 768px) {
  .home-page .stats-ditto .stats-card img,
  .home-page .stats-ditto .stats-card .stats-map-img {
    width: 174px !important;
    height: 136px !important;
  }

  .home-page .stats-ditto .stats-card h2,
  .home-page .stats-ditto .stats-card h2 .extrabold,
  .home-page .stats-ditto .stats-card h4 {
    font-size: 44px !important;
  }

  .home-page .stats-ditto .stats-card p,
  .home-page .stats-ditto .stats-card .happy,
  .home-page .stats-ditto .stats-card h6,
  .home-page .stats-ditto .stats-card .states-label {
    font-size: 18px !important;
    max-width: 172px !important;
  }
}

.stats-ditto .stats-text {
  margin-top: 34px !important;
}

.stats-ditto .stats-text p {
  color: var(--dt-figma-ink) !important;
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 1.55;
  text-wrap: pretty;
}

.stats-ditto .stats-text .underline {
  color: var(--dt-figma-ink) !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--dt-figma-yellow) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 700;
  white-space: nowrap;
}

.stats-ditto .stats-text .stats-link,
.stats-ditto .stats-text .stats-link:visited {
  color: var(--dt-figma-ink) !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 400 !important;
  white-space: nowrap;
}

.stats-ditto .stats-text .stats-link:hover,
.stats-ditto .stats-text .stats-link:focus {
  color: var(--dt-figma-ink) !important;
  text-decoration: underline !important;
}

.offerings-section {
  padding-top: 36px !important;
  padding-bottom: 52px !important;
}

.home-page .offerings-section .offer-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1.15px solid rgba(255, 228, 98, 0.96) !important;
  background:
    linear-gradient(
      165deg,
      rgba(188, 165, 49, 0.58) 0%,
      rgba(214, 190, 72, 0.52) 52%,
      rgba(233, 210, 94, 0.46) 100%
    ) !important;
  box-shadow:
    2.45px 2.36px 12px 0 rgba(0, 0, 0, 0.15),
    14.7px 14.14px 48px 0 rgba(0, 0, 0, 0.15),
    inset -2.45px -2.36px 6px 0 rgba(255, 247, 192, 0.32),
    inset -3.67px -3.54px 12px 0 rgba(255, 238, 158, 0.28),
    inset 0 1px 0 rgba(255, 246, 182, 0.48),
    inset 0 -12px 18px rgba(87, 74, 15, 0.08),
    0 0 0 1px rgba(255, 236, 118, 0.92),
    0 0 12px rgba(255, 245, 170, 0.56),
    0 0 38px rgba(255, 223, 70, 0.78);
}

.home-page .offerings-section .offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background: conic-gradient(
    from 90deg at 0% 0%,
    rgba(255, 248, 188, 0.99) 12%,
    rgba(255, 255, 255, 0) 37%,
    rgba(255, 224, 102, 0.96) 62%,
    rgba(255, 255, 255, 0) 87%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.home-page .offerings-section .offer-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  pointer-events: none;
  box-shadow:
    0 0 14px rgba(255, 241, 154, 0.66),
    0 0 34px rgba(255, 226, 86, 0.84);
}

.offerings-section .offer-card h1,
.offerings-section .offer-card .offer-card-title {
  color: var(--dt-figma-ink) !important;
}

.offerings-section .offer-card p {
  color: #ffffff !important;
  line-height: 1.35;
}

.dt-container {
  padding-top: 42px;
  padding-bottom: 48px;
}

.dt-bridge-text {
  font-size: clamp(40px, 4.5vw, 65px);
}

.how-droptruck {
  background: radial-gradient(circle at 50% 0%, #4d4d49 0%, #3f3f3b 58%, #383835 100%);
  padding: 72px 0 54px;
}

.how-droptruck .section-titles {
  color: var(--dt-figma-yellow);
}

.how-droptruck .work-content {
  background: rgba(12, 12, 12, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.home-lower-shade .testimonial-section {
  height: auto;
  padding: 26px 0 8px;
}

.home-lower-shade .testimonials-container {
  height: auto;
  min-height: 286px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 16px 8px 10px;
}

.home-lower-shade .testimonials-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-end;
  gap: 22px;
}

.home-lower-shade .testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
  padding: 34px 16px 12px;
  overflow: visible;
  background: rgba(84, 76, 51, 0.28) !important;
  border: 1.2px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 24px;
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.26),
    0 10px 24px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.home-lower-shade .icon-badge {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0e68c;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.home-lower-shade .icon-badge-image {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.home-lower-shade .testimonial-card .quote-text {
  font-size: 11.5px !important;
  line-height: 1.32 !important;
  margin: 10px 0 0 !important;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  color: #ffffff !important;
  text-align: center;
}

.home-lower-shade .testimonial-card .stars {
  margin-top: auto;
  padding-top: 8px;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 14px;
  color: var(--dt-figma-yellow) !important;
}

.home-lower-shade .card-side .quote-text,
.home-lower-shade .card-mid .quote-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  min-height: 60px;
  overflow: hidden;
}

.home-lower-shade .card-lg .quote-text {
  font-size: 10.5px !important;
  min-height: 132px;
  line-height: 1.35 !important;
}

.home-lower-shade .card-lg .stars {
  font-size: 16px;
}

.home-lower-shade .card-side,
.home-lower-shade .card-mid,
.home-lower-shade .card-lg {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-lower-shade .card-side {
  width: 170px !important;
  height: 136px !important;
  opacity: 0.7 !important;
}

.home-lower-shade .card-mid {
  width: 214px !important;
  height: 166px !important;
  opacity: 0.9 !important;
}

.home-lower-shade .card-lg {
  width: 304px !important;
  height: 224px !important;
  opacity: 1 !important;
}

.home-lower-shade .op-container {
  padding-top: 26px;
  padding-bottom: 18px;
}

.home-lower-shade .op-section-header {
  margin-bottom: 40px;
}

.home-lower-shade .op-main-content {
  gap: 48px;
}

/* ---------------------------
   About
---------------------------- */
.bridge-section {
  padding-top: 42px;
  padding-bottom: 44px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 245, 168, 0.08) 0, rgba(255, 245, 168, 0) 30%),
    radial-gradient(circle at 88% 36%, rgba(235, 212, 96, 0.07) 0, rgba(235, 212, 96, 0) 28%),
    linear-gradient(180deg, #e8d137 0%, #ddc635 58%, #d0b93d 100%) !important;
}

.about-page .bridge-section::before {
  opacity: 0.24;
}

.about-page .bridge-section > .footer-dot-pattern,
.about-page .bridge-section > .footer-dot-pattern-left {
  position: absolute !important;
  width: 178px;
  height: 178px;
  top: 12px;
  z-index: 1;
  pointer-events: none;
}

.about-page .bridge-section > .footer-dot-pattern {
  left: 0;
}

.about-page .bridge-section > .footer-dot-pattern-left {
  right: 0;
  left: auto;
}

.about-page .bridge-section > .footer-dot-pattern,
.about-page .bridge-section > .footer-dot-pattern-left,
.about-page .about-dot-pattern,
.about-page .team-section .dot-bg {
  opacity: 1 !important;
  filter: grayscale(1) saturate(0) brightness(7.4) contrast(3.4) !important;
  -webkit-filter: grayscale(1) saturate(0) brightness(7.4) contrast(3.4) !important;
  mix-blend-mode: screen !important;
}


.bridge-section .bridge-title,
.drive-section h1,
.drive-section .drive-title,
.impact-wrap .impact-heading,
.team-section .team-title {
  color: var(--dt-figma-ink-soft) !important;
}

.bridge-section .bridge-card {
  max-width: 930px;
  border-radius: 24px;
}

.about-page .bridge-section .bridge-card {
  background: rgba(126, 113, 29, 0.46) !important;
  border: 1px solid rgba(255, 248, 129, 0.9) !important;
  box-shadow:
    inset 0 0 20px rgba(255, 249, 214, 0.28),
    0 8px 22px rgba(0, 0, 0, 0.16) !important;
  position: relative;
  z-index: 2;
}

.about-page .bridge-section .bridge-card::before {
  content: none;
}

.about-page .bridge-section .container {
  position: relative;
  z-index: 1;
}

.about-page .bridge-section .bridge-title {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 1050px;
  margin: 0 auto 26px !important;
  padding: 0 20px !important;
  text-align: center !important;
  z-index: 4;
  display: block !important;
  opacity: 1 !important;
  color: var(--dt-figma-ink-soft) !important;
}

.about-page .bridge-section .bridge-dot-after-card {
  position: absolute !important;
  width: 178px;
  height: 178px;
  right: 12px;
  bottom: -68px;
  z-index: 1;
  pointer-events: none;
  opacity: 1 !important;
  filter: grayscale(1) saturate(0) brightness(5.2) contrast(2.7) !important;
  -webkit-filter: grayscale(1) saturate(0) brightness(5.2) contrast(2.7) !important;
}

.bridge-section .left-list li,
.bridge-section .right-list li span,
.bridge-section .bridge-card h4 {
  color: #ffffff !important;
}

/* About top glass card: make heading underlines reach the center divider */
.about-page .bridge-section .bridge-card .col-md-6:first-child h4::after {
  left: 0 !important;
  width: calc(100% + 48px) !important;
}

.about-page .bridge-section .bridge-card .col-md-6:last-child h4::after {
  left: -48px !important;
  width: calc(100% + 48px) !important;
}

.drive-section {
  padding-top: 10px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 82% 62%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, #e6d353 0%, #cfc466 100%) !important;
}

.drive-section .drive-card {
  background: var(--dt-figma-glass-bg-strong);
  border: 1px solid var(--dt-figma-glass-border);
  box-shadow: var(--dt-figma-glass-shadow);
}

.impact-wrap {
  padding-top: 24px;
  padding-bottom: 42px;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 86% 72%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #cfc466 0%, #bcb76d 100%) !important;
}

.impact-wrap .impact-box {
  background: rgba(98, 99, 93, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
  border-radius: 34px !important;
}

.impact-wrap .impact-heading {
  color: #ffffff !important;
}

.impact-wrap .impact-box h1,
.impact-wrap .impact-box .impact-number,
.impact-wrap .impact-box p {
  color: #ffffff !important;
}

.impact-wrap .impact-box p {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.team-section {
  padding-top: 36px;
  padding-bottom: 52px;
}

/* About page only: keep yellow-to-grey blend continuous across sections */
.about-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 238, 128, 0.22) 0, rgba(255, 238, 128, 0) 34%),
    radial-gradient(circle at 82% 10%, rgba(255, 232, 106, 0.16) 0, rgba(255, 232, 106, 0) 30%),
    linear-gradient(
      180deg,
      #f9df2d 0%,
      #f3d93f 20%,
      #ecd253 36%,
      #e4cb60 48%,
      #d7c36a 58%,
      #bbb37a 70%,
      #9d9881 82%,
      #7d7b73 100%
    ) !important;
}

.about-page .bridge-section,
.about-page .drive-section,
.about-page .impact-wrap,
.about-page .team-section,
.about-page .about-vision-section {
  background: transparent !important;
}

/* About team cards: center image/glass/text consistently */
.about-page .team-section.mt-1 {
  margin-top: 0 !important;
}

.about-page .team-section .row {
  align-items: stretch;
}

.about-page .team-section .col-md-4 {
  display: flex;
}

.about-page .team-section .team-card {
  width: 100%;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 22px 24px;
  border-radius: 24px;
  background: rgba(178, 170, 93, 0.92) !important;
  border: 1px solid rgba(255, 244, 153, 0.65) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.about-page .team-section .dot-bg {
  left: 66% !important;
  top: 16px;
  transform: translateX(-50%);
  opacity: 1;
  filter: brightness(1.45) contrast(1.3);
}

.about-page .team-section .team-img {
  width: min(260px, 100%);
  height: auto;
  margin: 0 auto 14px;
}

.about-page .team-section .team-card h3,
.about-page .team-section .team-card p {
  width: 100%;
  text-align: center;
}

/* Keep only one dotted pattern near footer area in about vision section */
.about-page .about-vision-section .about-top-right {
  display: none !important;
}

/* About "What Drives Droptruck?" block tuning */
.about-page .drive-section .drive-boxes {
  gap: 24px;
  max-width: 1160px;
  position: relative;
}

.about-page .drive-section .drive-card {
  position: relative;
  z-index: 1;
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 248, 196, 0.26) 0%, rgba(255, 248, 196, 0) 56%),
    radial-gradient(circle at 50% 110%, rgba(76, 63, 16, 0.2) 0%, rgba(76, 63, 16, 0) 56%),
    linear-gradient(
      160deg,
      rgba(198, 176, 68, 0.38) 0%,
      rgba(181, 159, 56, 0.33) 55%,
      rgba(165, 144, 46, 0.3) 100%
    ) !important;
  border: 1.15px solid rgba(255, 244, 168, 0.96) !important;
  box-shadow:
    inset 0 0 18px rgba(255, 247, 190, 0.2),
    inset 0 1px 0 rgba(255, 246, 186, 0.48),
    inset 0 -10px 18px rgba(76, 62, 16, 0.2),
    0 0 0 1px rgba(255, 241, 148, 0.88),
    0 0 24px rgba(255, 227, 96, 0.56),
    0 8px 20px rgba(0, 0, 0, 0.14) !important;
  color: #ffffff !important;
  border-radius: 18px;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.about-page .drive-section .reliability-dot {
  position: absolute;
  width: 180px;
  height: 180px;
  left: -14px;
  top: 106px;
  z-index: 0 !important;
  opacity: 0.95;
  pointer-events: none;
  filter: brightness(1.32) contrast(1.12);
}

.about-page .impact-wrap {
  position: relative;
}

.about-page .impact-wrap .container {
  position: relative;
  z-index: 2;
}

.about-page .impact-wrap .impact-dot-right {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -8px;
  top: 132px;
  z-index: 1;
  opacity: 0.95;
  pointer-events: none;
  filter: brightness(1.3) contrast(1.12);
}

.about-page .drive-section .drive-card.highlight {
  padding-top: 48px;
}

.about-page .drive-section .drive-card.highlight img {
  top: -88px;
}

@media (max-width: 768px) {
  .about-page .drive-section .drive-boxes {
    gap: 14px;
  }

  .about-page .drive-section .reliability-dot {
    display: none;
  }

  .about-page .impact-wrap .impact-dot-right {
    display: none;
  }

  .about-page .drive-section .drive-card {
    font-size: 24px;
    border-radius: 16px;
  }

  .about-page .drive-section .drive-card.highlight {
    padding-top: 42px;
  }

  .about-page .drive-section .drive-card.highlight img {
    top: -74px;
    width: 128px;
    height: 122px;
  }
}

/* ---------------------------
   Services
---------------------------- */
.stats-banner {
  padding-top: 20px !important;
  padding-bottom: 14px !important;
}

.stats-banner .stats-row {
  gap: 56px !important;
}

.stats-banner .main-title,
.stats-banner .stat-number,
.stats-banner .stat-text,
.truck-fleet-section .section-title,
.process-title,
.why-droptruck-section .section-title,
.service-industries-section .industries-title {
  color: var(--dt-figma-ink-soft) !important;
}

.stats-banner .stat-number {
  font-size: clamp(34px, 2.4vw, 44px) !important;
}

.stats-banner .stat-text {
  font-size: clamp(22px, 2vw, 28px) !important;
}

/* Services stats strip: inherit same page background (no separate band) */
.stats-banner {
  background: transparent !important;
}

.stats-banner .main-title {
  color: #ffffff !important;
}

.stats-banner .main-title .highlight {
  color: #fcdf2b !important;
  text-shadow: none !important;
}

.stats-banner .stat-number {
  color: #ffffff !important;
}

.stats-banner .stat-text {
  color: #4d4e4a !important;
}

.truck-fleet-section {
  padding-top: 28px !important;
  padding-bottom: 34px !important;
  overflow: visible !important;
}

/* Services fleet dots: force visible full pattern (override older base CSS) */
.services-page .truck-fleet-section .Fleet-left,
.services-page .truck-fleet-section .Fleet-right {
  position: absolute !important;
  width: 178px !important;
  height: 178px !important;
  top: auto !important;
  bottom: -58px !important;
  z-index: 1 !important;
  opacity: 1 !important;
  filter: grayscale(1) saturate(0) brightness(4.6) contrast(2.4) !important;
  -webkit-filter: grayscale(1) saturate(0) brightness(4.6) contrast(2.4) !important;
  pointer-events: none !important;
}

.services-page .truck-fleet-section .Fleet-left {
  left: calc((100% - min(1200px, 100%)) / 2 + 120px) !important;
}

.services-page .truck-fleet-section .Fleet-right {
  right: calc((100% - min(1200px, 100%)) / 2 + 80px) !important;
}

/* Keep side dots behind fleet assets + labels */
.services-page .truck-fleet-section .fleet-header,
.services-page .truck-fleet-section .fleet-grid,
.services-page .truck-fleet-section .fleet-card,
.services-page .truck-fleet-section .fleet-label {
  position: relative;
  z-index: 2;
}

/* Services dots: keep monitor placement consistent with desktop composition */
.services-page .services-dot-pattern {
  left: max(-24px, calc((100% - min(1200px, 100%)) / 2 - 48px)) !important;
}

.services-page .service-industries-section .Industries-left {
  left: calc((100% - min(1200px, 100%)) / 2 + 160px) !important;
}

.services-page .service-industries-section .Industries-right {
  right: max(0px, calc((100% - min(1200px, 100%)) / 2 - 8px)) !important;
}

.process-section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.why-droptruck-section {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

/* Services: match About "The Impact So Far" card tone exactly */
.why-droptruck-section .feature-box {
  background: rgba(98, 99, 93, 0.62) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
  border-radius: 34px !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.service-industries-section {
  min-height: auto;
  padding-top: 42px !important;
  padding-bottom: 36px !important;
}

/* Services section heading side-lines: light white */
.services-page .fleet-header .title-divider,
.services-page .process-title-wrap .line,
.services-page .why-droptruck-section .header-line,
.services-page .service-industries-section .industries-title::before,
.services-page .service-industries-section .industries-title::after {
  background: rgba(255, 255, 255, 0.78) !important;
  height: 0.7px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.9 !important;
}

/* Services: remove global section-title pseudo lines so only single side lines remain */
.services-page .fleet-header .section-title,
.services-page .why-droptruck-section .section-header .section-title {
  display: block !important;
  margin: 0 !important;
}

.services-page .fleet-header .section-title::before,
.services-page .fleet-header .section-title::after,
.services-page .why-droptruck-section .section-header .section-title::before,
.services-page .why-droptruck-section .section-header .section-title::after {
  content: none !important;
  display: none !important;
}

/* Services CTA links: keep default white, yellow only on hover */
.services-page .cta-group .cta-btn,
.services-page .cta-group .cta-btn:visited,
.services-page .cta-group .cta-btn:focus,
.services-page .cta-group .cta-btn:active {
  color: #ffffff !important;
}

.services-page .cta-group .cta-btn:hover {
  color: #000000 !important;
}

/* ---------------------------
   Contact
---------------------------- */
.contact-info-section {
  padding-top: 54px !important;
  padding-bottom: 44px !important;
}

.contact-title,
.contact-subtitle,
.contact-heading,
.support-label {
  color: var(--dt-figma-ink-soft) !important;
}

.contact-title {
  font-size: clamp(44px, 3.5vw, 52px) !important;
}

.contact-subtitle {
  max-width: 760px;
}

.contact-card {
  border-radius: 20px;
}

/* Contact: all 3 info cards darker glass like home stats cards */
.contact-grid .contact-card {
  background: linear-gradient(
    165deg,
    rgba(102, 85, 20, 0.44) 0%,
    rgba(126, 108, 28, 0.4) 52%,
    rgba(92, 76, 16, 0.46) 100%
  ) !important;
  border: 1px solid rgba(255, 236, 146, 0.56) !important;
  box-shadow:
    2.45px 2.36px 14px 0 rgba(0, 0, 0, 0.2),
    14.7px 14.14px 52px 0 rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 246, 186, 0.24),
    inset -2.45px -2.36px 6px 0 rgba(255, 255, 255, 0.08),
    inset -3.67px -3.54px 12px 0 rgba(255, 255, 255, 0.08),
    inset 0 -16px 24px rgba(34, 27, 4, 0.24) !important;
}

.contact-card h3 {
  color: var(--dt-figma-ink-soft) !important;
}

.contact-touch-wrapper {
  padding-top: 20px;
  padding-bottom: 34px;
}

.contact-layout {
  gap: 48px;
}

.input-glass {
  font-size: 20px;
}

.support-wrapper {
  padding-top: 34px;
  padding-bottom: 42px;
}

/* ---------------------------
   Careers
---------------------------- */
.why-work-section {
  padding-top: 62px !important;
  padding-bottom: 52px !important;
}

.whywork-title,
.whywork-subtitle,
.careers-section .header-titles,
.cta-heading,
.cta-subtext {
  color: var(--dt-figma-ink-soft) !important;
}

.whywork-card {
  min-height: 330px;
  border-radius: 24px;
}

.careers-section {
  padding-top: 24px;
  padding-bottom: 30px;
}

.job-item {
  border-radius: 17px;
}

.job-text {
  font-size: clamp(24px, 2vw, 28px) !important;
  line-height: 1.2;
}

.cta-section {
  padding-top: 34px;
  padding-bottom: 44px;
}

/* Careers: use one continuous yellow background across sections */
.careers-page {
  background:
    radial-gradient(circle at 22% 10%, rgba(255, 248, 168, 0.24) 0, rgba(255, 248, 168, 0) 36%),
    radial-gradient(circle at 78% 16%, rgba(255, 240, 132, 0.12) 0, rgba(255, 240, 132, 0) 34%),
    linear-gradient(
      180deg,
      #f0de59 0%,
      #e2d35d 34%,
      #cec15b 64%,
      #b4ab5f 84%,
      #a39b60 100%
    ) !important;
}

.careers-page .why-work-section,
.careers-page .careers-section,
.careers-page .cta-section {
  background: transparent !important;
}

@media (max-width: 991px) {
  .main-title,
  .contact-heading,
  .header-titles,
  .whywork-title,
  .process-title,
  .section-title {
    font-size: clamp(30px, 6.2vw, 42px) !important;
  }

  .stats-text p,
  .contact-subtitle,
  .whywork-subtitle {
    font-size: clamp(18px, 4.2vw, 26px) !important;
  }

  .how-droptruck {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .home-lower-shade .testimonials-wrapper {
    align-items: flex-start;
    gap: 14px;
    width: max-content;
    max-width: none;
    justify-content: flex-start;
  }

  .home-lower-shade .card-side,
  .home-lower-shade .card-mid,
  .home-lower-shade .card-lg {
    width: min(88vw, 300px);
  }

  .home-lower-shade .op-main-content,
  .contact-layout {
    gap: 24px;
  }
}
