.logo img {
  display: block;
  width: 220px;
  height: auto;
  max-height: 58px;
}

.form-privacy {
  margin: -6px 0 0;
  color: #66746f;
  font-size: 11px;
  line-height: 1.5;
}

/* Consignment tracking dropdown */
.tracking-menu {
  position: relative;
}

.tracking-menu summary {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  list-style: none;
  transition: color .2s ease;
}

.tracking-menu summary::-webkit-details-marker { display: none; }
.tracking-menu summary:hover,.tracking-menu[open] summary { color: #0e7658; }
.tracking-menu summary span { font-size: 13px; transition: transform .2s ease; }
.tracking-menu[open] summary span { transform: rotate(180deg); }

.tracking-menu-panel {
  position: absolute;
  z-index: 50;
  top: calc(100% + 16px);
  left: 50%;
  width: 245px;
  padding: 8px;
  border: 1px solid #d9ded9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 38, 32, .16);
  transform: translateX(-50%);
}

.tracking-menu-panel::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  transform: translateX(-50%);
}

.tracking-menu-panel a {
  display: block;
  padding: 11px 12px;
  border-radius: 7px;
}

.tracking-menu-panel a:hover { background: #f5f1e8; }
.tracking-menu-panel b,.tracking-menu-panel small { display: block; }
.tracking-menu-panel b { color: #112620; font-size: 13px; }
.tracking-menu-panel small { margin-top: 3px; color: #66746f; font-size: 10px; font-weight: 400; }

@media (max-width: 900px) {
  .tracking-menu summary { justify-content: space-between; }
  .tracking-menu-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    transform: none;
  }
  .tracking-menu-panel::before { display: none; }
}

/* Footer social-media button bar. Icons remain disabled until profile URLs exist. */
.social-box {
  display: flex;
  width: min(520px, calc(100% - 40px));
  gap: 22px;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(216, 240, 78, .09), rgba(255, 255, 255, .04));
}

.social-heading {
  display: block;
  color: #d8f04e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.social-intro strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font: 700 15px Manrope, sans-serif;
}

.social-intro p {
  display: none;
}

.social-bar {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.social-link {
  display: block;
  color: #fff;
  cursor: not-allowed;
  transition: transform .2s ease, filter .2s ease;
}

.social-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: none;
}

.social-link.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-link.instagram .social-dot {
  fill: currentColor;
  stroke: none;
}

.facebook .social-icon { background: #1877f2; }
.instagram .social-icon { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.linkedin .social-icon { background: #0a66c2; }
.twitter .social-icon { background: #111; }

.social-name,.social-link>i { display: none; }

.social-link:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .social-box {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }
}

.footer-logo {
  display: inline-block;
  background: #fff;
  padding: 7px 10px;
  border-radius: 8px;
}

.footer-logo img {
  width: 205px;
}

@media (max-width: 600px) {
  .logo img {
    width: 190px;
    max-height: 52px;
  }
}

/* Animated Divya Logistics hero truck */
.truck-illustration {
  right: auto;
  left: -360px;
  width: 350px;
  border-bottom: 0;
  will-change: left, transform;
  animation: hero-truck-cross 8s linear infinite;
}

.truck-card {
  overflow: hidden;
}

.truck-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 76px;
  left: 0;
  height: 28px;
  border-top: 3px solid #112620;
  background: linear-gradient(#52615c,#2c3733);
}

.truck-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 87px;
  left: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg,#fff 0 35px,transparent 35px 55px);
  opacity: .75;
}

.truck-card .truck-illustration,
.truck-card .delivery-status {
  z-index: 1;
}

.truck-box span {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.truck-box span small {
  color: #112620;
  font-size: 8px;
  letter-spacing: 3.4px;
}

.truck-illustration .wheel {
  animation: wheel-spin .8s linear infinite;
}

.truck-illustration::after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 63px;
  width: 38px;
  height: 3px;
  border-radius: 4px;
  background: #d8f04e;
  box-shadow: -13px 12px 0 -1px rgba(216,240,78,.65), -4px -12px 0 -1px rgba(216,240,78,.45);
  animation: speed-lines 1s ease-in-out infinite;
}

@keyframes hero-truck-cross {
  0% { left: -360px; transform: translateY(0); }
  25% { transform: translateY(-1px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(-1px); }
  100% { left: calc(100% + 10px); transform: translateY(0); }
}

@keyframes wheel-spin {
  to { transform: rotate(360deg); }
}

@keyframes speed-lines {
  0%, 100% { transform: translateX(5px); opacity: .25; }
  50% { transform: translateX(-12px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .truck-illustration,
  .truck-illustration .wheel,
  .truck-illustration::after {
    animation-duration: 16s;
  }
}

.hero-contact-cards {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.hero-contact-card {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 218px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(7px);
  transition: transform .2s ease, background .2s ease;
}

.hero-contact-card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.17);
}

.contact-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #d8f04e;
}

.contact-icon svg {
  width: 19px;
  fill: none;
  stroke: #112620;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-contact-card small,
.hero-contact-card strong {
  display: block;
}

.hero-contact-card small {
  margin-bottom: 3px;
  color: #b9cdc6;
  font-size: 10px;
}

.hero-contact-card strong {
  color: #fff;
  font-size: 12px;
}

.hero-copy .trust-row {
  margin-top: 28px;
}

@media (max-width: 600px) {
  .hero-contact-cards {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-contact-card {
    width: 100%;
  }
}

/* Full-width moving truck scene */
.journey-strip {
  position: relative;
  height: 285px;
  overflow: hidden;
  background: linear-gradient(180deg, #bfe4ee 0%, #e8f2df 62%, #66746f 63%, #303936 100%);
}

.journey-message {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: max(20px, calc((100% - 1160px) / 2));
}

.journey-message span,
.journey-message strong {
  display: block;
}

.journey-message span {
  color: #0b5b45;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.journey-message strong {
  margin-top: 5px;
  color: #112620;
  font: 800 clamp(22px, 3vw, 34px) Manrope, sans-serif;
}

.journey-skyline {
  position: absolute;
  right: 4%;
  bottom: 90px;
  display: flex;
  align-items: end;
  gap: 8px;
  display: none;
}

.journey-skyline i {
  display: block;
  width: 42px;
  height: 62px;
  background: #0b5b45;
}

.journey-skyline i:nth-child(2) { height: 95px; }
.journey-skyline i:nth-child(3) { width: 70px; height: 48px; }
.journey-skyline i:nth-child(4) { height: 115px; }
.journey-skyline i:nth-child(5) { width: 60px; height: 73px; }
.journey-skyline i:nth-child(6) { height: 88px; }

.driving-lane {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 93px;
  left: 0;
  height: 100px;
}

.moving-truck {
  position: absolute;
  bottom: 6px;
  left: -310px;
  width: 280px;
  height: 100px;
  will-change: left, transform;
  animation: cross-country 11s linear infinite;
  filter: drop-shadow(0 12px 8px rgba(10,30,24,.25));
}

.moving-truck-box {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 185px;
  height: 78px;
  display: grid;
  place-content: center;
  border-radius: 8px 3px 2px 2px;
  background: #fff;
  color: #0b5b45;
  text-align: center;
}

.moving-truck-box span {
  font: 800 20px Manrope, sans-serif;
}

.moving-truck-box small {
  margin-top: 3px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 3px;
}

.moving-truck-cab {
  position: absolute;
  left: 185px;
  bottom: 21px;
  width: 88px;
  height: 65px;
  background: #f36c3d;
  clip-path: polygon(0 0, 60% 0, 100% 38%, 100% 100%, 0 100%);
}

.moving-truck-cab i {
  position: absolute;
  top: 9px;
  right: 12px;
  width: 31px;
  height: 21px;
  background: #dff1e9;
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0 100%);
}

.moving-truck-cab b {
  position: absolute;
  right: 5px;
  bottom: 9px;
  width: 12px;
  height: 5px;
  border-radius: 3px;
  background: #d8f04e;
}

.moving-wheel {
  position: absolute;
  bottom: 6px;
  width: 35px;
  height: 35px;
  border: 9px solid #112620;
  border-radius: 50%;
  background: #d8f04e;
  box-shadow: inset 0 0 0 2px #fff;
  animation: road-wheel .65s linear infinite;
}

.back-wheel { left: 39px; }
.front-wheel { left: 219px; }

.moving-road {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 105px;
  border-top: 5px solid #f5f1e8;
  background: linear-gradient(180deg, #46504d 0%, #252d2b 100%);
}

.moving-road span {
  position: absolute;
  top: 60px;
  left: -100px;
  width: 200%;
  height: 5px;
  background: repeating-linear-gradient(90deg, #fff 0 75px, transparent 75px 125px);
  animation: none;
}

.moving-road i {
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  height: 3px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.5) 0 25px, transparent 25px 38px);
}

.highway-hills {
  position: absolute;
  right: -5%;
  bottom: 102px;
  left: -5%;
  height: 100px;
  opacity: .45;
  background: #6f9583;
  clip-path: polygon(0 100%,0 75%,8% 42%,16% 76%,25% 28%,35% 72%,47% 16%,58% 69%,68% 35%,78% 76%,89% 24%,100% 72%,100% 100%);
}

.highway-barrier {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 97px;
  left: 0;
  height: 7px;
  border-top: 2px solid #eef1ee;
  border-bottom: 2px solid #9aa5a1;
  background: #cbd2cf;
}

.highway-barrier span {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  height: 25px;
  background: repeating-linear-gradient(90deg, transparent 0 70px, #8a9591 70px 76px, transparent 76px 125px);
}

.highway-sign {
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 8%;
  width: 150px;
  padding: 9px 12px;
  border: 3px solid #fff;
  border-radius: 4px;
  background: #16734f;
  color: #fff;
  box-shadow: 0 3px 0 #174436;
}

.highway-sign::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 19px;
  width: 6px;
  height: 72px;
  background: #687773;
}

.highway-sign span {
  float: right;
  padding: 2px 4px;
  border: 1px solid rgba(255,255,255,.6);
  font-size: 8px;
}

.highway-sign strong,
.highway-sign small { display: block; }
.highway-sign strong { font: 800 12px Manrope,sans-serif; letter-spacing: .5px; }
.highway-sign small { margin-top: 5px; font-size: 8px; }

.roadside-trees {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 102px;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: end;
}

.roadside-trees i {
  position: relative;
  width: 10px;
  height: 35px;
  background: #594c37;
}

.roadside-trees i::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 43px;
  height: 50px;
  border-radius: 55% 45% 48% 52%;
  background: #315e48;
  transform: translateX(-50%);
}

.roadside-trees i:nth-child(2),.roadside-trees i:nth-child(4){transform:scale(.72);opacity:.8}

@keyframes cross-country {
  0% { left: -310px; transform: translateY(0); }
  25% { transform: translateY(-2px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(-2px); }
  100% { left: calc(100% + 20px); transform: translateY(0); }
}

@keyframes road-wheel { to { transform: rotate(360deg); } }

@media (max-width: 600px) {
  .journey-strip { height: 240px; }
  .journey-skyline { bottom: 75px; transform: scale(.75); transform-origin: right bottom; }
  .moving-truck { transform-origin: left bottom; animation-duration: 9s; }
}

@media (prefers-reduced-motion: reduce) {
  .moving-truck { animation-duration: 22s; }
  .moving-wheel { animation-duration: 1.3s; }
  .moving-road span { animation: none; }
}

/* Continuous customer-logo rail */
.client-strip {
  overflow: hidden;
  padding: 27px 0 31px;
  background: #fff;
}

.customer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 25px;
  color: #66746f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.customer-title::before,
.customer-title::after {
  content: "";
  width: 55px;
  height: 1px;
  background: #d9ded9;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: customer-scroll 32s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 65px;
  padding-right: 65px;
}

.logo-group img {
  display: block;
  width: 180px;
  height: 62px;
  object-fit: contain;
}

.customer-name {
  display: inline-flex;
  min-height: 54px;
  padding: 11px 20px;
  align-items: center;
  border: 1px solid #dfe5e1;
  border-radius: 7px;
  background: #fff;
  color: #315047;
  font: 700 14px Manrope, sans-serif;
  letter-spacing: -.15px;
  white-space: nowrap;
  box-shadow: 0 7px 18px rgba(17, 38, 32, .05);
}

.customer-name-fallback {
  border-style: dashed;
  background: #f8faf7;
}

.owner-profile {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin: 26px 0 20px;
  padding: 22px;
  border-left: 4px solid #d8f04e;
  border-radius: 0 8px 8px 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 38, 32, .07);
}

.owner-photo {
  width: 78px;
  height: 78px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 50%;
  border: 3px solid #d8f04e;
  box-shadow: 0 8px 20px rgba(17, 38, 32, .16);
}

.owner-details > span {
  color: #0b5b45;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.owner-details h3 {
  margin: 4px 0 8px;
  color: #112620;
  font-size: 21px;
}

.owner-details p {
  margin: 0;
  color: #66746f;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 480px) {
  .owner-profile { grid-template-columns: 1fr; }
  .owner-photo { width: 88px; height: 88px; }
}

.brand-logo {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  color: #315047;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: .9;
}

.brand-logo b,
.brand-logo i,
.brand-logo small {
  font-style: normal;
}

.mahindra-logo { color: #d71920; font-size: 22px; }
.mahindra-logo i { font-size: 28px; font-weight: 900; }
.sml-logo { color: #173e70; font-size: 25px; gap: 4px; }
.sml-logo small { color: #e34b35; font-size: 10px; letter-spacing: 1px; }
.maruti-logo { color: #2359a7; font-size: 14px; line-height: .8; }
.maruti-logo i { font-size: 32px; }
.maruti-logo small { color: #647a9f; font-size: 9px; letter-spacing: 4px; }
.hero-logo { color: #e1262f; font-size: 27px; }
.hero-logo i { border: 2px solid; padding: 3px 5px; font-size: 15px; }
.honda-logo { color: #d71920; font-size: 21px; letter-spacing: 1px; }
.honda-logo i { font-size: 28px; }
.jcb-logo i { padding: 8px 7px; background: #f7d117; color: #111; border-radius: 3px; font-size: 19px; font-weight: 900; }
.sonalika-logo { color: #1263a4; font-size: 17px; }
.sonalika-logo i { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #e5292d; color: #fff; font-size: 23px; font-weight: 800; }
.escorts-logo { color: #e1252b; font-size: 18px; flex-direction: column; align-items: start; gap: 1px; }
.escorts-logo small { color: #696b70; font-size: 9px; letter-spacing: 4px; }
.havells-logo { color: #e22128; font-size: 18px; }
.havells-logo i { color: #fff; background: #e22128; padding: 5px 8px; font-weight: 900; }
.vardhman-logo { color: #4e327b; font-size: 17px; }
.vardhman-logo i { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid; border-radius: 50%; font-weight: 900; }
.rockman-logo { color: #174c83; font-size: 17px; }
.rockman-logo i { display: grid; place-items: center; width: 31px; height: 31px; background: #f08b29; color: #fff; border-radius: 4px; font-weight: 900; }
.trident-logo { color: #17345c; font-size: 18px; }
.trident-logo i { color: #d8a72d; font-size: 31px; }

@keyframes customer-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track { animation-play-state: paused; }
}

@media (max-width: 600px) {
  .client-strip { padding: 23px 0 27px; }
  .logo-group { gap: 42px; padding-right: 42px; }
  .logo-track { animation-duration: 24s; }
}

.prospect-section {
  padding: 105px 0;
  background: #fff;
}

.prospect-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}

.prospect-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.prospect-heading > p {
  max-width: 440px;
  margin: 0;
  color: #66746f;
  line-height: 1.7;
}

.prospect-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #d9ded9;
  border-left: 1px solid #d9ded9;
}

.prospect-card {
  min-height: 205px;
  padding: 22px;
  border-right: 1px solid #d9ded9;
  border-bottom: 1px solid #d9ded9;
  transition: .2s ease;
}

.prospect-card:hover {
  background: #f5f1e8;
  transform: translateY(-3px);
}

.prospect-card > span {
  color: #0b5b45;
  font-size: 11px;
  font-weight: 700;
}

.prospect-card h3 {
  margin: 38px 0 7px;
  font-size: 17px;
}

.prospect-card p {
  min-height: 35px;
  margin: 0 0 13px;
  color: #66746f;
  font-size: 12px;
  line-height: 1.45;
}

.prospect-card small {
  color: #0b5b45;
  font-weight: 700;
}

.prospect-disclaimer {
  margin: 16px 0 0;
  color: #8d9894;
  font-size: 11px;
}

@media (max-width: 950px) {
  .prospect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .prospect-section {
    padding: 75px 0;
  }

  .prospect-heading {
    align-items: start;
    flex-direction: column;
    gap: 22px;
  }

  .prospect-grid {
    grid-template-columns: 1fr;
  }

  .prospect-card {
    min-height: 170px;
  }
}

.customer-strip-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.customer-label,
.customer-note {
  color: #66746f;
  font-size: 12px;
}

.customer-note {
  max-width: 190px;
  line-height: 1.5;
  text-align: right;
}

.customer-brands {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.customer-brand {
  padding: 9px 13px;
  border: 1px solid #d9ded9;
  border-radius: 5px;
  color: #315047;
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}

.mahindra-brand {
  color: #d71920;
  font-size: 14px;
  letter-spacing: -.8px;
}

.sml-brand {
  color: #173e70;
  font-size: 14px;
  letter-spacing: 1px;
}

.sml-brand small {
  color: #e34b35;
  font-size: 8px;
  letter-spacing: 2px;
  margin-left: 3px;
}

.customer-divider {
  width: 1px;
  height: 36px;
  background: #d9ded9;
}

@media (max-width: 700px) {
  .customer-strip-inner {
    justify-content: center;
    padding: 25px 0;
  }

  .customer-label,
  .customer-note {
    display: none;
  }

  .customer-brands {
    gap: 22px;
  }
}

.manufacturing-section {
  padding: 105px 0;
  background: #f5f1e8;
}

.manufacturing-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.manufacturing-copy h2 {
  max-width: 650px;
  margin: 18px 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.manufacturing-copy > p {
  max-width: 620px;
  color: #66746f;
  line-height: 1.8;
}

.industry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 34px;
}

.industry-tags span {
  padding: 9px 13px;
  border: 1px solid #ccd4cf;
  border-radius: 50px;
  background: #fff;
  color: #315047;
  font-size: 12px;
  font-weight: 600;
}

.manufacturing-button {
  background: #0b5b45;
  color: #fff;
}

.manufacturing-button:hover {
  background: #0e7658;
}

.coverage-panel {
  padding: 40px;
  background: #0b5b45;
  color: #fff;
  box-shadow: 18px 18px 0 #d8f04e;
}

.coverage-kicker {
  color: #d8f04e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.coverage-panel h3 {
  margin: 10px 0 28px;
  font-size: 29px;
}

.coverage-list div {
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.15);
}

.coverage-list b,
.coverage-list small {
  display: block;
}

.coverage-list small {
  margin-top: 4px;
  color: #bdd0c9;
  line-height: 1.5;
}

.coverage-panel > p {
  margin: 25px 0 0;
  color: #d4e0dc;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .manufacturing-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .manufacturing-section {
    padding: 75px 0;
  }

  .coverage-panel {
    padding: 28px;
    box-shadow: 9px 9px 0 #d8f04e;
  }
}
.notice-contacts,
.notice-contacts a {
  display: flex;
  align-items: center;
}

.notice-contacts a { gap: 6px; }

.notice-icon {
  display: inline-grid;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #d8f04e;
}

.notice-icon svg {
  width: 12px;
  fill: none;
  stroke: #112620;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 480px) {
  .notice-contacts { gap: 7px !important; }
  .notice-contacts .dot { display: none; }
  .notice-contacts a { font-size: 10px; }
  .notice-icon { flex-basis: 18px; width: 18px; height: 18px; }
}
.notice-inner {
  justify-content: flex-end;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 18px rgba(11,31,25,.12);
}

html {
  scroll-padding-top: 125px;
}

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

/* Branch directory */
.branches {
  background: linear-gradient(180deg, #fff 0, #f8faf7 100%);
}

.branch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.branch-card {
  display: flex;
  min-height: 330px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid #e0e6e2;
  border-bottom: 1px solid #e0e6e2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 38, 32, .06);
}

.branch-card:hover {
  border-color: #c8d798;
  box-shadow: 0 18px 42px rgba(17, 38, 32, .11);
}

.branch-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.branch-label span {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: #d8f04e;
  color: #112620;
  font: 800 12px Manrope, sans-serif;
}

.branch-label .office-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.branch-label small {
  color: #0b5b45;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.branch-content {
  flex: 1;
}

.branch-card .branch-content h3 {
  margin: 25px 0 10px;
  font-size: 23px;
}

.branch-card .branch-content p {
  margin: 0;
  color: #66746f;
  font-size: 13px;
  line-height: 1.7;
}

.branch-phone {
  margin: 22px 0 14px;
  color: #112620;
  font: 700 14px Manrope, sans-serif;
}

.branch-phone small {
  display: block;
  margin-top: 4px;
  color: #66746f;
  font: 700 9px "DM Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.branch-phone small:first-child {
  margin: 0 0 4px;
}

.branch-phone small:not(:first-child) {
  margin-top: 12px;
}

.branch-actions {
  display: flex;
  gap: 9px;
}

.branch-card .branch-actions a {
  display: inline-flex;
  min-height: 38px;
  padding: 9px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9ded9;
  border-radius: 5px;
  color: #0b5b45;
  font-size: 12px;
  font-weight: 800;
}

.branch-card .branch-actions a:first-child {
  border-color: #d8f04e;
  background: #d8f04e;
  color: #112620;
}

.head-office {
  grid-column: 1 / -1;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  border-color: #0b5b45;
  background: #0b5b45;
  color: #fff;
  box-shadow: 0 18px 42px rgba(11, 91, 69, .16);
}

.head-office .branch-label {
  min-width: 145px;
}

.head-office .branch-label small,
.head-office .branch-content p {
  color: #d1dfda;
}

.head-office-phone {
  min-width: 142px;
  margin: 0;
  color: #fff;
}

.head-office-phone small {
  color: #d1dfda;
}

.head-office-phone a {
  display: block;
  margin-top: 4px;
  color: #fff;
  font: 700 14px Manrope, sans-serif;
}

.head-office .branch-content h3 {
  margin-top: 0;
  color: #fff;
}

.head-office .branch-actions {
  flex: 0 0 auto;
}

.head-office .branch-actions a:last-child {
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

@media (max-width: 900px) {
  .branch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .head-office { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .branch-grid { grid-template-columns: 1fr; }
  .branch-card { min-height: 0; }
  .head-office {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
  }
  .head-office .branch-label { min-width: 0; }
  .head-office .branch-content h3 { margin-top: 25px; }
  .branch-actions a { flex: 1; }
  .branch-label span {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }
  .branch-label .office-icon svg {
    width: 25px;
    height: 25px;
  }
}
