/* CORTE LASER - ESTILOS EXCLUSIVOS */

.laser-page-hero {
  width: 100%;
  padding: 70px 0;
  background: linear-gradient(120deg,#55585d 0%,#45484d 65%,#642019 100%);
  color: #fff;
}

.laser-page-hero-inner {
  width: 93%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 70px;
  align-items: center;
}

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

.laser-page-hero .laser-eyebrow,
.laser-quote .laser-eyebrow {
  color: rgba(255,255,255,.78);
}

.laser-page-copy h1 {
  margin: 0 0 24px;
  font-size: clamp(45px,5.5vw,76px);
  line-height: .96;
  font-weight: 800;
}

.laser-lead {
  max-width: 680px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.82);
  font-size: 19px;
  line-height: 1.65;
}

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

.laser-page-video {
  overflow: hidden;
  min-height: 570px;
  background: #333;
}

.laser-page-video video {
  display: block;
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.laser-intro {
  padding: 90px 0;
  background: #fff;
}

.laser-intro-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.laser-intro h2,
.laser-process h2,
.laser-materials h2,
.laser-benefits h2,
.laser-quote h2 {
  margin: 0;
  color: #8b1e16;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.05;
}

.laser-intro-inner > div:last-child p {
  margin: 0 0 20px;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.laser-process {
  padding: 90px 0 100px;
  background: #f4f4f4;
}

.laser-process-head {
  width: 93%;
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.laser-process-head p:last-child {
  color: #555;
  line-height: 1.7;
}

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

.laser-videos article {
  background: #fff;
  padding-bottom: 28px;
  box-shadow: 0 12px 34px rgba(0,0,0,.07);
}

.laser-video-frame {
  height: 520px;
  overflow: hidden;
  background: #333;
}

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

.laser-videos h3 {
  margin: 26px 28px 10px;
  color: #222;
  font-size: 23px;
}

.laser-videos p {
  margin: 0 28px;
  color: #666;
  line-height: 1.65;
}

.laser-materials {
  padding: 95px 0;
  background: #fff;
}

.laser-materials-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
}

.laser-materials-heading {
  max-width: 780px;
  margin-bottom: 45px;
}

.laser-materials-heading > p:last-child {
  color: #555;
  line-height: 1.7;
}

.laser-material-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.laser-material-grid article {
  padding: 32px;
  background: #f5f5f5;
  border-top: 4px solid #8b1e16;
}

.laser-material-grid span {
  color: #8b1e16;
  font-size: 12px;
  font-weight: 800;
}

.laser-material-grid h3 {
  margin: 18px 0 12px;
  font-size: 22px;
}

.laser-material-grid p {
  margin: 0;
  color: #555;
  line-height: 1.65;
}

.laser-benefits {
  padding: 95px 0;
  background: #e9e9e9;
}

.laser-benefits-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

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

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

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

.laser-benefit-list span {
  color: #333;
  font-weight: 700;
}

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

.laser-quote-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

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

.laser-quote p:last-child {
  color: rgba(255,255,255,.82);
  line-height: 1.6;
}

.laser-quote a {
  flex: 0 0 auto;
  padding: 16px 30px;
  background: #55585d;
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

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

.laser-footer-inner {
  width: 93%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 55px;
}

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

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

.laser-footer h3 {
  margin: 0 0 18px;
  font-size: 14px;
  letter-spacing: .08em;
}

.laser-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

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

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

  .laser-page-video,
  .laser-page-video video {
    height: 520px;
    min-height: 520px;
  }

  .laser-videos {
    width: 87%;
    grid-template-columns: 1fr;
  }

  .laser-materials-inner,
  .laser-process-head,
  .laser-benefits-inner,
  .laser-quote-inner,
  .laser-footer-inner {
    width: 87%;
  }

  .laser-material-grid {
    grid-template-columns: 1fr;
  }

  .laser-quote-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .laser-footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .laser-page-hero {
    padding: 55px 0;
  }

  .laser-page-video,
  .laser-page-video video {
    height: 440px;
    min-height: 440px;
  }

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

  .laser-intro,
  .laser-process,
  .laser-materials,
  .laser-benefits {
    padding: 65px 0;
  }

  .laser-quote a {
    width: 100%;
    text-align: center;
  }
}
