/* DOBLEZ CNC */

.bend-hero {
  width: 100%;
  padding: 72px 0;
  background: linear-gradient(120deg,#595b60 0%,#45484d 65%,#711f19 100%);
  color: #fff;
}

.bend-hero-inner,
.bend-intro-inner,
.bend-capacity-inner,
.bend-benefits-inner,
.bend-quote-inner,
.bend-quality-inner,
.bend-footer-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
}

.bend-hero-inner {
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center;
}

.bend-kicker {
  margin: 0 0 16px;
  color: #8b1e16;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
}

.bend-hero .bend-kicker,
.bend-quote .bend-kicker {
  color: rgba(255,255,255,.78);
}

.bend-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(46px,5.4vw,76px);
  line-height: .96;
}

.bend-lead {
  margin: 0 0 30px;
  color: rgba(255,255,255,.84);
  font-size: 19px;
  line-height: 1.65;
}

.bend-cta {
  display: inline-flex;
  padding: 15px 28px;
  border-radius: 7px;
  background: #8b1e16;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.bend-hero-image img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.bend-intro,
.bend-capacity,
.bend-videos,
.bend-benefits,
.bend-industries {
  padding: 95px 0;
}

.bend-intro-inner,
.bend-benefits-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.bend-intro h2,
.bend-capacity h2,
.bend-videos h2,
.bend-benefits h2,
.bend-industries h2,
.bend-quote h2,
.bend-quality h2 {
  margin: 0;
  color: #8b1e16;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.05;
}

.bend-intro p {
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.bend-capacity {
  background: #efefef;
}

.bend-capacity-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.bend-capacity-image img {
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
}

.bend-specs {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
}

.bend-specs article {
  padding: 28px;
  background: #fff;
  border-top: 4px solid #8b1e16;
}

.bend-specs span {
  color: #8b1e16;
  font-size: 12px;
  font-weight: 800;
}

.bend-specs h3 {
  margin: 12px 0;
  color: #34363a;
  font-size: 24px;
}

.bend-specs p {
  margin: 0;
  color: #606060;
  line-height: 1.7;
}

.bend-heading {
  width: 93%;
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.bend-video-grid {
  width: 93%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 36px;
}

.bend-video-grid article {
  padding-bottom: 26px;
  background: #f3f3f3;
}

.bend-video-frame {
  height: 520px;
}

.bend-video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bend-video-grid h3,
.bend-video-grid p {
  margin-left: 28px;
  margin-right: 28px;
}

.bend-video-grid h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #34363a;
}

.bend-video-grid p {
  color: #606060;
  line-height: 1.7;
}

.bend-benefits {
  background: #e9e9e9;
}

.bend-benefit-list {
  border-top: 1px solid #ccc;
}

.bend-benefit-list div {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
}

.bend-benefit-list strong {
  color: #8b1e16;
}

.bend-benefit-list span {
  color: #34363a;
  font-weight: 700;
}

.bend-industries-grid {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 18px;
}

.bend-industries-grid article {
  padding: 30px 22px;
  background: #f3f3f3;
  border-top: 4px solid #8b1e16;
  text-align: center;
}

.bend-industries-grid span {
  display: block;
  margin-bottom: 12px;
  color: #8b1e16;
  font-size: 12px;
  font-weight: 800;
}

.bend-industries-grid strong {
  color: #34363a;
  font-size: 18px;
}

.bend-quote {
  padding: 78px 0;
  background: #8b1e16;
  color: #fff;
}

.bend-quote-inner,
.bend-quality-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.bend-quote h2 {
  color: #fff;
}

.bend-quote p:last-child {
  color: rgba(255,255,255,.84);
}

.bend-quote a,
.bend-quality a {
  flex: 0 0 auto;
  padding: 16px 30px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

.bend-quote a {
  background: #55585d;
  color: #fff;
}

.bend-quality {
  padding: 60px 0;
  background: #f0f0f0;
  border-bottom: 1px solid #d5d5d5;
}

.bend-quality span {
  display: block;
  margin-bottom: 10px;
  color: #8b1e16;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.bend-quality h2 {
  font-size: clamp(28px,3vw,40px);
}

.bend-quality p {
  margin-bottom: 0;
  color: #5d5d5d;
}

.bend-quality a {
  background: #8b1e16;
  color: #fff;
}

.bend-footer {
  background: linear-gradient(180deg,#55585d 0%,#45484d 100%);
  border-top: 4px solid #8b1e16;
  color: #fff;
}

.bend-footer-inner {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 55px;
}

.bend-footer-brand {
  min-height: 130px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.96);
  border-radius: 14px;
}

.bend-footer-brand img {
  width: 220px;
  max-width: 100%;
}

.bend-footer h3 {
  margin: 0 0 18px;
  font-size: 14px;
}

.bend-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.86);
  text-decoration: none;
}

.bend-footer-bottom {
  min-height: 72px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34373c;
  color: rgba(255,255,255,.78);
}

@media (max-width:900px) {
  .bend-hero-inner,
  .bend-intro-inner,
  .bend-capacity-inner,
  .bend-benefits-inner {
    width: 87%;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .bend-video-grid,
  .bend-industries-grid,
  .bend-quote-inner,
  .bend-quality-inner,
  .bend-footer-inner {
    width: 87%;
  }

  .bend-video-grid {
    grid-template-columns: 1fr;
  }

  .bend-industries-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .bend-quote-inner,
  .bend-quality-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bend-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .bend-hero-image img {
    height: 360px;
  }

  .bend-capacity-image img {
    min-height: 360px;
  }

  .bend-specs,
  .bend-industries-grid {
    grid-template-columns: 1fr;
  }

  .bend-video-frame {
    height: 440px;
  }

  .bend-quote a,
  .bend-quality a {
    width: 100%;
    text-align: center;
  }
}
