.laser-hero {
    min-height: 720px;
    background:
        linear-gradient(90deg, rgba(3,9,20,.95) 0%, rgba(3,9,20,.78) 45%, rgba(0,0,0,.35) 100%),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
    color: #fff;
}

.laser-hero .hero-content {
    max-width: 720px;
}

.laser-hero h1 {
    font-size: 4.5rem;
    line-height: 1.05;
    font-weight: 900;
}

.laser-hero h1 span {
    color: #00A8FF;
}

.laser-hero p {
    font-size: 1.25rem;
    color: #dce8f5;
}

.laser-destaque {
    padding: 100px 0;
    background: #f4f8fc;
}

.laser-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.laser-img {
    position: relative;
}

.laser-img::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    background: #00A8FF;
    border-radius: 18px;
    left: -18px;
    bottom: -18px;
    z-index: 0;
}

.laser-img img {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,.28);
}

.section-label {
    color: #00A8FF;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.laser-text h2,
.laser-tecnologia h2 {
    font-size: 2.8rem;
    color: #071827;
    margin: 15px 0 20px;
}

.laser-text p {
    color: #52606d;
    line-height: 1.8;
    font-size: 1.05rem;
}

.laser-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 35px;
}

.laser-benefits div {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    border-left: 5px solid #00A8FF;
}

.laser-benefits strong {
    color: #071827;
    display: block;
    margin-bottom: 8px;
}

.laser-benefits p {
    margin: 0;
    font-size: .95rem;
}

.laser-tecnologia {
    padding: 110px 0;
    background:
        linear-gradient(rgba(3,9,20,.94), rgba(3,9,20,.94)),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.laser-tech-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

.laser-tecnologia h2 {
    color: #fff;
}

.laser-tecnologia p {
    color: #d8e4f0;
    line-height: 1.8;
}

.check-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.check-list li {
    margin-bottom: 15px;
    color: #eef6ff;
}

.check-list li::before {
    content: "✓";
    color: #00A8FF;
    font-weight: 900;
    margin-right: 10px;
}

.laser-table {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.laser-table table {
    width: 100%;
    border-collapse: collapse;
}

.laser-table th,
.laser-table td {
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.laser-table th {
    color: #00A8FF;
    text-transform: uppercase;
    font-size: 14px;
}

.laser-table td {
    color: #fff;
}

.laser-table small {
    display: block;
    padding: 18px 20px;
    color: #cbd5e1;
}

#aplicacoes {
    background: #fff;
}

#aplicacoes .card {
    border-top: none;
    border-left: 5px solid #00A8FF;
    border-radius: 16px;
}

.laser-cta {
    padding: 110px 0;
    background:
        linear-gradient(90deg, rgba(3,9,20,.96), rgba(3,9,20,.70)),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center;
    text-align: left;
}

.laser-cta h2 {
    font-size: 3.2rem;
    color: #fff;
}

.laser-cta p {
    max-width: 650px;
    color: #dce8f5;
}

@media (max-width: 992px) {
    .laser-grid,
    .laser-tech-grid {
        grid-template-columns: 1fr;
    }

    .laser-hero h1 {
        font-size: 3.2rem;
    }
}

@media (max-width: 650px) {
    .laser-hero {
        text-align: center;
        background-position: center;
    }

    .laser-hero h1 {
        font-size: 2.5rem;
    }

    .laser-benefits {
        grid-template-columns: 1fr;
    }

    .laser-text h2,
    .laser-tecnologia h2,
    .laser-cta h2 {
        font-size: 2.1rem;
    }
}

.navbar .logo {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    overflow: hidden !important;
}

.navbar .logo a {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
}

.navbar .logo img {
    display: block !important;
    height: 62px !important;
    max-height: 62px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain !important;
}