/* ================================
   PÁGINA SOLUÇÕES - MECH
================================ */

.solucoes-hero {
    min-height: 720px;
    background:
        linear-gradient(90deg, rgba(3,9,20,.96) 0%, rgba(3,9,20,.82) 48%, rgba(3,9,20,.38) 100%),
        url('/static/img/banner-solucoes.jpg');
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
    color: #fff;
}

.solucoes-hero-content {
    max-width: 780px;
}

.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;
}

.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;
}

.solucoes-hero h1 {
    font-size: 4.4rem;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 26px;
}

.solucoes-hero p {
    max-width: 720px;
    font-size: 1.22rem;
    line-height: 1.8;
    color: #dce8f5;
    margin-bottom: 35px;
}

/* INTRO */

.solucoes-intro {
    padding: 90px 0;
    background: #fff;
}

.solucoes-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.section-label {
    display: inline-block;
    color: #00A8FF;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.solucoes-intro h2 {
    font-size: 2.9rem;
    line-height: 1.15;
    color: #071827;
}

.solucoes-intro p {
    color: #52606d;
    font-size: 1.08rem;
    line-height: 1.9;
}

/* LISTA DE SOLUÇÕES */

.solucoes-lista {
    padding: 100px 0;
    background:
        radial-gradient(circle at top left, rgba(0,168,255,.10), transparent 35%),
        #f4f8fc;
}

.solucoes-lista .section-title {
    margin-bottom: 55px;
}

.solucoes-lista .section-title h2 {
    max-width: 820px;
    margin: auto;
}

.solucoes-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.solucao-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    background: #fff;
    padding: 34px 28px;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    transition: .35s ease;
    border: 1px solid rgba(0,0,0,.05);
}

.solucao-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -55px;
    top: -55px;
    background: rgba(0,168,255,.12);
    border-radius: 50%;
    transition: .35s;
}

.solucao-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 70px rgba(0,0,0,.14);
}

.solucao-card:hover::before {
    width: 220px;
    height: 220px;
    background: rgba(0,168,255,.18);
}

.solucao-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #00A8FF, #0077cc);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 24px;
    box-shadow: 0 12px 28px rgba(0,168,255,.35);
}

.solucao-card h3 {
    position: relative;
    z-index: 2;
    color: #071827;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.solucao-card p {
    position: relative;
    z-index: 2;
    color: #5f6f80;
    line-height: 1.75;
    margin-bottom: 22px;
}

.solucao-card a {
    position: relative;
    z-index: 2;
    color: #00A8FF;
    font-weight: 900;
    text-decoration: none;
}

.solucao-card a:hover {
    text-decoration: underline;
}

.solucao-card.destaque {
    background:
        linear-gradient(150deg, rgba(3,9,20,.96), rgba(7,24,39,.92)),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.solucao-card.destaque h3,
.solucao-card.destaque p {
    color: #fff;
}

.solucao-card.destaque p {
    color: #dce8f5;
}

/* PROCESSO */

.solucoes-processo {
    padding: 100px 0;
    background: #071827;
    color: #fff;
}

.solucoes-processo .section-title h2 {
    color: #fff;
}

.processo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 55px;
}

.processo-item {
    position: relative;
    padding: 34px 28px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    transition: .3s;
}

.processo-item:hover {
    background: rgba(255,255,255,.09);
    transform: translateY(-8px);
}

.processo-item span {
    display: block;
    color: #00A8FF;
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.processo-item h3 {
    font-size: 1.25rem;
    margin-bottom: 14px;
}

.processo-item p {
    color: #cbd5e1;
    line-height: 1.7;
}

/* DESTAQUE FINAL */

.solucoes-destaque-final {
    padding: 95px 0;
    background:
        radial-gradient(circle at bottom right, rgba(0,168,255,.14), transparent 35%),
        #fff;
}

.solucoes-final-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.solucoes-final-grid h2 {
    font-size: 2.8rem;
    line-height: 1.18;
    color: #071827;
}

.solucoes-final-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.solucoes-final-list div {
    background: #f4f8fc;
    padding: 25px;
    border-radius: 16px;
    border-left: 5px solid #00A8FF;
    color: #071827;
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

/* CTA */

.solucoes-cta {
    padding: 110px 0;
    text-align: left;
    background:
        linear-gradient(90deg, rgba(3,9,20,.96), rgba(3,9,20,.75)),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center;
}

.solucoes-cta h2 {
    max-width: 760px;
    font-size: 3.2rem;
    color: #fff;
}

.solucoes-cta p {
    max-width: 720px;
    color: #dce8f5;
    line-height: 1.8;
}

/* RESPONSIVO */

@media (max-width: 1180px) {
    .solucoes-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .processo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .solucoes-hero h1 {
        font-size: 3.2rem;
    }

    .solucoes-intro-grid,
    .solucoes-final-grid {
        grid-template-columns: 1fr;
    }

    .solucoes-intro h2,
    .solucoes-final-grid h2,
    .solucoes-cta h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 650px) {
    .solucoes-hero {
        min-height: 620px;
        text-align: center;
        background-position: center;
    }

    .solucoes-hero h1 {
        font-size: 2.45rem;
    }

    .solucoes-hero p {
        font-size: 1rem;
    }

    .solucoes-cards,
    .processo-grid,
    .solucoes-final-list {
        grid-template-columns: 1fr;
    }

    .solucao-card {
        min-height: auto;
    }
}

/* ROBÓTICA INDUSTRIAL */

.robotica-destaque {
    padding: 110px 0;
    background:
        radial-gradient(circle at top right, rgba(0,168,255,.16), transparent 35%),
        linear-gradient(135deg, #f4f8fc 0%, #ffffff 100%);
}

.robotica-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 60px;
    align-items: center;
}

.robotica-text h2 {
    font-size: 3rem;
    line-height: 1.15;
    color: #071827;
    margin: 15px 0 22px;
}

.robotica-text p {
    font-size: 1.08rem;
    line-height: 1.85;
    color: #52606d;
    margin-bottom: 32px;
}

.robotica-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.robotica-list div {
    background: #fff;
    padding: 20px 22px;
    border-radius: 14px;
    border-left: 5px solid #00A8FF;
    box-shadow: 0 12px 30px rgba(0,0,0,.07);
    color: #071827;
    font-weight: 700;
}

.robotica-card {
    background:
        linear-gradient(145deg, rgba(3,9,20,.96), rgba(7,24,39,.92)),
        url('/static/img/corte-laser.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 42px;
    border-radius: 24px;
    box-shadow: 0 25px 65px rgba(0,0,0,.22);
}

.robotica-card h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #fff;
}

.robotica-card ul {
    list-style: none;
    padding: 0;
}

.robotica-card li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #e6f2ff;
    font-weight: 600;
}

.robotica-card li::before {
    content: "✓";
    color: #00A8FF;
    font-weight: 900;
    margin-right: 10px;
}

@media (max-width: 900px) {
    .robotica-grid {
        grid-template-columns: 1fr;
    }

    .robotica-text h2 {
        font-size: 2.3rem;
    }
}

@media (max-width: 650px) {
    .robotica-list {
        grid-template-columns: 1fr;
    }

    .robotica-card {
        padding: 30px;
    }
}