:root {
    --laserco2-navy: #06142f;
    --laserco2-navy-soft: #0c2b5c;
    --laserco2-blue: #174a82;
    --laserco2-blue-light: #2f6da9;
    --laserco2-yellow: #fdb427;
    --laserco2-yellow-light: #ffd66c;
    --laserco2-white: #ffffff;
    --laserco2-soft: #f3f6fa;
    --laserco2-border: rgba(6, 20, 47, 0.12);
    --laserco2-text: #17243b;
    --laserco2-muted: #65738a;
    --laserco2-shadow: 0 22px 55px rgba(6, 20, 47, 0.13);
    --laserco2-shadow-large: 0 35px 85px rgba(6, 20, 47, 0.25);
}

/* =========================================================
   BASE
========================================================= */

html {
    scroll-behavior: smooth;
}

#modelos-laser-co2,
#ficha-tecnica-laser {
    scroll-margin-top: 105px;
}

.laserco2-section {
    position: relative;

    padding:
        clamp(4rem, 7vw, 7rem) 0;
}

.laserco2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;

    margin:
        0 0 1rem;

    color: var(--laserco2-yellow);

    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 1.35;
    text-transform: uppercase;
}

.laserco2-eyebrow::before {
    content: "";

    width: 42px;
    height: 3px;

    border-radius: 999px;

    background-color: currentColor;
}

.laserco2-eyebrow--dark {
    color: #ad6800;
}

.laserco2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding:
        0.8rem 1.25rem;

    border:
        2px solid transparent;

    border-radius: 999px;

    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.laserco2-button:hover {
    transform: translateY(-3px);
}

.laserco2-button:focus-visible {
    outline: 3px solid var(--laserco2-yellow);
    outline-offset: 4px;
}

.laserco2-button--primary {
    border-color: var(--laserco2-yellow);

    background:
        linear-gradient(145deg,
            var(--laserco2-yellow),
            var(--laserco2-yellow-light));

    color: var(--laserco2-navy);

    box-shadow:
        0 14px 30px rgba(253, 180, 39, 0.24);
}

.laserco2-button--primary:hover {
    border-color: var(--laserco2-white);

    background: var(--laserco2-white);
    color: var(--laserco2-navy);
}

.laserco2-button--secondary {
    border-color:
        rgba(255, 255, 255, 0.5);

    background-color:
        rgba(255, 255, 255, 0.07);

    color: var(--laserco2-white);
}

.laserco2-button--secondary:hover {
    border-color: var(--laserco2-yellow);

    background-color:
        rgba(253, 180, 39, 0.09);

    color: var(--laserco2-yellow);
}

/* =========================================================
   PORTADA
========================================================= */

.laserco2-hero {
    position: relative;

    min-height: 700px;
    padding:
        clamp(4.5rem, 8vw, 8rem) 0;

    overflow: hidden;

    background:
        radial-gradient(circle at 88% 12%,
            rgba(253, 180, 39, 0.17),
            transparent 24%),
        radial-gradient(circle at 8% 90%,
            rgba(47, 109, 169, 0.42),
            transparent 35%),
        linear-gradient(135deg,
            #06142f 0%,
            #0b2a59 56%,
            #174a82 100%);
}

.laserco2-hero::after {
    content: "";

    position: absolute;
    right: -13%;
    bottom: -33%;

    width:
        clamp(340px, 46vw, 760px);
    aspect-ratio: 1;

    border:
        92px solid rgba(255, 255, 255, 0.035);

    border-radius: 50%;

    pointer-events: none;
}

.laserco2-hero__glow {
    position: absolute;
    top: 14%;
    left: -95px;

    width: 210px;
    height: 210px;

    border:
        36px solid rgba(253, 180, 39, 0.065);

    border-radius: 50%;

    pointer-events: none;
}

.laserco2-hero__layout {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.02fr) minmax(420px, 0.98fr);

    align-items: center;
    gap:
        clamp(3rem, 7vw, 7rem);
}

.laserco2-hero__content {
    width: 100%;
    max-width: 820px;
}

.laserco2-hero h1 {
    max-width: 850px;

    margin:
        0 0 1.35rem;

    color: var(--laserco2-white);

    font-size:
        clamp(3.2rem, 6vw, 6.3rem);

    font-weight: 900;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.laserco2-hero__title-line,
.laserco2-hero__title-accent {
    display: block;
}

.laserco2-hero__title-line {
    color: var(--laserco2-white);
}

.laserco2-hero__title-accent {
    margin-top: 0.18em;

    color: var(--laserco2-yellow);
}

.laserco2-hero__description {
    max-width: 650px;

    margin:
        0 0 1.7rem;

    color:
        rgba(255, 255, 255, 0.78);

    font-size:
        clamp(1rem, 1.4vw, 1.15rem);

    line-height: 1.72;
}

.laserco2-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;

    margin-bottom: 2rem;
}

.laserco2-hero__highlights span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;

    padding:
        0.58rem 0.82rem;

    border:
        1px solid rgba(255, 255, 255, 0.15);

    border-radius: 999px;

    background-color:
        rgba(255, 255, 255, 0.07);

    color: var(--laserco2-white);

    font-size: 0.74rem;
    font-weight: 750;
}

.laserco2-hero__highlights span::before {
    content: "";

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background-color: var(--laserco2-yellow);
}

.laserco2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

/* =========================================================
   VISUAL DE PORTADA
========================================================= */

.laserco2-hero__visual {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 570px;
    padding: 1rem;
}

.laserco2-hero__visual::before {
    content: "";

    position: absolute;
    inset:
        8% 4% 7% 4%;

    border:
        1px solid rgba(255, 255, 255, 0.12);

    border-radius:
        42px 120px 42px 120px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.12),
            rgba(255, 255, 255, 0.035));

    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.3);

    backdrop-filter: blur(10px);
}
.laserco2-hero__machine {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: min(100%, 720px);
    min-height: 500px;
    padding: 0.8rem;

    overflow: hidden;

    border:
        1px solid rgba(253, 180, 39, 0.32);

    border-radius:
        38px 115px 38px 115px;

    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, 0.98),
            rgba(235, 241, 248, 0.98));

    box-shadow:
        var(--laserco2-shadow-large);
}


.laserco2-hero__machine img {
    display: block;

    width: 100%;
    height: 460px;

    border-radius:
        28px 92px 28px 92px;

    object-fit: contain;
    object-position: center;

    transform: scale(1.12);

    transition:
        transform 0.35s ease;
}

.laserco2-hero__visual:hover .laserco2-hero__machine img {
    transform: scale(1.16);
}

.laserco2-hero__badge {
    position: absolute;
    left: clamp(1.2rem, 3vw, 2.5rem);
    right: auto;
    bottom: 1.3rem;
    z-index: 4;

    display: flex;
    align-items: center;
    gap: 0.8rem;

    width: fit-content;
    max-width: 275px;
    padding: 0.85rem 1rem;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 19px;

    background-color: rgba(6, 20, 47, 0.94);

    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.32);

    backdrop-filter: blur(12px);
}

.laserco2-hero__badge strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 62px;
    min-height: 62px;

    border-radius: 16px;

    background:
        linear-gradient(145deg,
            var(--laserco2-yellow),
            var(--laserco2-yellow-light));

    color: var(--laserco2-navy);

    font-size: 0.82rem;
    font-weight: 950;
    letter-spacing: 0.06em;
}

.laserco2-hero__badge span {
    color:
        rgba(255, 255, 255, 0.86);

    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.4;
}

/* =========================================================
   ENCABEZADOS DE SECCIÓN
========================================================= */

.laserco2-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) minmax(260px, 0.5fr);

    align-items: end;
    gap: 2rem;

    margin-bottom:
        clamp(2.4rem, 5vw, 4rem);
}

.laserco2-heading h2,
.laserco2-intro__content h2,
.laserco2-materials__content h2,
.laserco2-certificates__content h2 {
    max-width: 800px;

    margin: 0;

    color: var(--laserco2-navy);

    font-size:
        clamp(2.3rem, 4vw, 4.2rem);

    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.laserco2-heading>p,
.laserco2-intro__content>p,
.laserco2-materials__content>p,
.laserco2-certificates__content>p {
    margin: 0;

    color: var(--laserco2-muted);

    line-height: 1.72;
}

.laserco2-heading--light {
    color: var(--laserco2-white);
}

.laserco2-heading--light h2 {
    color: var(--laserco2-white);
}

.laserco2-heading--light>p {
    color:
        rgba(255, 255, 255, 0.7);
}

/* =========================================================
   INTRODUCCIÓN
========================================================= */

.laserco2-intro {
    overflow: hidden;

    background:
        radial-gradient(circle at 8% 12%,
            rgba(253, 180, 39, 0.12),
            transparent 23%),
        linear-gradient(145deg,
            #eef3f9,
            #ffffff 58%,
            #f3f7fc);
}

.laserco2-intro__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.95fr) minmax(420px, 1.05fr);

    align-items: center;
    gap:
        clamp(3rem, 7vw, 7rem);
}

.laserco2-intro__content {
    max-width: 690px;
}

.laserco2-intro__content h2 {
    margin-bottom: 1.2rem;
}

.laserco2-intro__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;

    margin-top: 1.6rem;
}

.laserco2-intro__tags span {
    padding:
        0.58rem 0.84rem;

    border:
        1px solid var(--laserco2-border);

    border-radius: 999px;

    background-color: var(--laserco2-white);
    color: var(--laserco2-navy);

    font-size: 0.74rem;
    font-weight: 800;

    box-shadow:
        0 8px 18px rgba(6, 20, 47, 0.05);
}

.laserco2-intro__cards {
    display: grid;
    gap: 1rem;
}

.laserco2-intro__cards article {
    display: grid;
    grid-template-columns:
        54px minmax(0, 1fr);

    align-items: start;
    gap: 1rem;

    padding: 1.25rem;

    border:
        1px solid var(--laserco2-border);

    border-radius: 20px;

    background-color: var(--laserco2-white);

    box-shadow:
        0 13px 30px rgba(6, 20, 47, 0.07);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}

.laserco2-intro__cards article:hover {
    border-color:
        rgba(253, 180, 39, 0.7);

    transform: translateX(7px);
}

.laserco2-intro__cards article>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border-radius: 15px;

    background-color:
        rgba(253, 180, 39, 0.16);

    color: #9c5e00;

    font-size: 0.75rem;
    font-weight: 950;
}

.laserco2-intro__cards h3 {
    margin:
        0 0 0.35rem;

    color: var(--laserco2-navy);

    font-size: 1.08rem;
}

.laserco2-intro__cards p {
    margin: 0;

    color: var(--laserco2-muted);

    font-size: 0.88rem;
    line-height: 1.58;
}

/* =========================================================
   MODELOS
========================================================= */

.laserco2-models {
    background:
        linear-gradient(180deg,
            #ffffff,
            #f4f7fb);
}

.laserco2-models__grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr);

    gap:
        clamp(1rem, 2.5vw, 1.8rem);

    width: 100%;
    max-width: 850px;
    margin-inline: auto;
}

.laserco2-model-card {
    position: relative;

    display: grid;
    grid-template-rows:
        310px 1fr;

    overflow: hidden;

    border:
        1px solid var(--laserco2-border);

    border-radius: 28px;

    background-color: var(--laserco2-white);

    box-shadow:
        0 18px 42px rgba(6, 20, 47, 0.09);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.laserco2-model-card:hover {
    border-color:
        rgba(253, 180, 39, 0.75);

    box-shadow: var(--laserco2-shadow);

    transform: translateY(-7px);
}

.laserco2-model-card--featured::before {
    content: "6090";

    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 4;

    padding:
        0.52rem 0.72rem;

    border-radius: 999px;

    background-color: var(--laserco2-yellow);
    color: var(--laserco2-navy);

    font-size: 0.7rem;
    font-weight: 950;

    box-shadow:
        0 10px 24px rgba(253, 180, 39, 0.28);
}

.laserco2-model-card__image {
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1rem;
    overflow: hidden;

    background:
        linear-gradient(145deg,
            #f8fafc,
            #e6edf5);
}

.laserco2-model-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 18px;

    object-fit: contain;

    transition:
        transform 0.4s ease;
}

.laserco2-model-card:hover .laserco2-model-card__image img {
    transform: scale(1.035);
}

.laserco2-model-card__content {
    padding:
        clamp(1.5rem, 3vw, 2.3rem);
}

.laserco2-model-card__eyebrow {
    margin:
        0 0 0.45rem;

    color: #a66100;

    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.laserco2-model-card h3 {
    margin:
        0 0 0.75rem;

    color: var(--laserco2-navy);

    font-size:
        clamp(1.7rem, 3vw, 2.6rem);

    line-height: 1.05;
}

.laserco2-model-card__content>p:not(.laserco2-model-card__eyebrow) {
    margin:
        0 0 1.2rem;

    color: var(--laserco2-muted);

    line-height: 1.68;
}

.laserco2-model-card ul {
    display: grid;
    gap: 0.6rem;

    margin:
        0 0 1.35rem;

    padding: 0;

    list-style: none;
}

.laserco2-model-card li {
    position: relative;

    padding-left: 1.2rem;

    color: var(--laserco2-text);

    font-size: 0.86rem;
    line-height: 1.5;
}

.laserco2-model-card li::before {
    content: "";

    position: absolute;
    top: 0.62em;
    left: 0;

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background-color: var(--laserco2-yellow);
}

.laserco2-model-card__content>a {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;

    color: var(--laserco2-blue);

    font-size: 0.86rem;
    font-weight: 850;
    text-decoration: none;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.laserco2-model-card__content>a::after {
    content: "→";

    color: #a66100;
}

.laserco2-model-card__content>a:hover {
    color: #a66100;

    transform: translateX(5px);
}

/* =========================================================
   COMPONENTES
========================================================= */

.laserco2-components {
    overflow: hidden;

    background:
        radial-gradient(circle at 94% 10%,
            rgba(253, 180, 39, 0.13),
            transparent 23%),
        linear-gradient(145deg,
            var(--laserco2-navy),
            var(--laserco2-navy-soft) 58%,
            var(--laserco2-blue));
}

.laserco2-components__grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 1rem;
}

.laserco2-component-card {
    display: grid;
    grid-template-rows:
        260px 1fr;

    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, 0.14);

    border-radius: 23px;

    background-color:
        rgba(255, 255, 255, 0.07);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.17);

    backdrop-filter: blur(8px);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.laserco2-component-card:hover {
    border-color: var(--laserco2-yellow);

    transform: translateY(-7px);
}

.laserco2-component-card__image {
    overflow: hidden;

    background-color: #111827;
}

.laserco2-component-card__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.4s ease;
}

.laserco2-component-card:hover .laserco2-component-card__image img {
    transform: scale(1.04);
}

.laserco2-component-card__content {
    position: relative;

    padding: 1.3rem;
}

.laserco2-component-card__content>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-bottom: 0.9rem;

    border-radius: 13px;

    background-color: var(--laserco2-yellow);
    color: var(--laserco2-navy);

    font-size: 0.7rem;
    font-weight: 950;
}

.laserco2-component-card h3 {
    margin:
        0 0 0.55rem;

    color: var(--laserco2-white);

    font-size: 1.08rem;
}

.laserco2-component-card p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.7);

    font-size: 0.86rem;
    line-height: 1.58;
}

/* =========================================================
   MATERIALES
========================================================= */

.laserco2-materials {
    overflow: hidden;

    background:
        radial-gradient(circle at 5% 85%,
            rgba(253, 180, 39, 0.11),
            transparent 24%),
        var(--laserco2-soft);
}

.laserco2-materials__layout {
    display: grid;
    grid-template-columns:
        minmax(420px, 0.95fr) minmax(0, 1.05fr);

    align-items: center;
    gap:
        clamp(3rem, 7vw, 7rem);
}

.laserco2-materials__visual {
    position: relative;

    padding: 1rem;

    border:
        1px solid var(--laserco2-border);

    border-radius:
        32px 95px 32px 95px;

    background-color: var(--laserco2-white);

    box-shadow: var(--laserco2-shadow);
}

.laserco2-materials__visual img {
    display: block;

    width: 100%;
    max-height: 680px;

    border-radius:
        24px 76px 24px 76px;

    object-fit: contain;
}

.laserco2-materials__content h2 {
    margin-bottom: 1.2rem;
}

.laserco2-materials__groups {
    display: grid;
    gap: 1rem;

    margin-top: 1.6rem;
}

.laserco2-materials__groups article {
    padding: 1rem;

    border:
        1px solid var(--laserco2-border);

    border-radius: 18px;

    background-color: var(--laserco2-white);

    box-shadow:
        0 10px 25px rgba(6, 20, 47, 0.06);
}

.laserco2-materials__groups h3 {
    margin:
        0 0 0.8rem;

    color: var(--laserco2-navy);

    font-size: 1rem;
}

.laserco2-materials__groups article>div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.laserco2-materials__groups span {
    padding:
        0.48rem 0.7rem;

    border-radius: 999px;

    background-color:
        rgba(253, 180, 39, 0.14);

    color: #7d4a00;

    font-size: 0.72rem;
    font-weight: 800;
}

.laserco2-materials__warning {
    margin-top: 1rem !important;
    padding:
        0.85rem 0.95rem;

    border-left:
        4px solid var(--laserco2-yellow);

    border-radius:
        0 13px 13px 0;

    background-color:
        rgba(255, 255, 255, 0.78);

    font-size: 0.83rem;
}

/* =========================================================
   FICHA TÉCNICA
========================================================= */

.laserco2-specs {
    background-color: var(--laserco2-white);
}

.laserco2-specs__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr) minmax(310px, 0.75fr);

    align-items: start;
    gap: 1.5rem;
}

.laserco2-specs__table-wrapper {
    overflow-x: auto;

    border:
        1px solid var(--laserco2-border);

    border-radius: 22px;

    background-color: var(--laserco2-white);

    box-shadow:
        0 16px 38px rgba(6, 20, 47, 0.08);
}

.laserco2-specs__table {
    width: 100%;
    min-width: 680px;

    border-collapse: collapse;
}

.laserco2-specs__table th,
.laserco2-specs__table td {
    padding:
        0.95rem 1rem;

    border-bottom:
        1px solid var(--laserco2-border);

    text-align: left;
    vertical-align: top;
}

.laserco2-specs__table tr:last-child th,
.laserco2-specs__table tr:last-child td {
    border-bottom: none;
}

.laserco2-specs__table th {
    width: 36%;

    background-color:
        rgba(6, 20, 47, 0.035);

    color: var(--laserco2-navy);

    font-size: 0.84rem;
    font-weight: 850;
}

.laserco2-specs__table td {
    color: var(--laserco2-muted);

    font-size: 0.84rem;
    line-height: 1.5;
}

.laserco2-specs__aside {
    overflow: hidden;

    border:
        1px solid var(--laserco2-border);

    border-radius: 22px;

    background:
        linear-gradient(145deg,
            var(--laserco2-navy),
            var(--laserco2-blue));

    box-shadow: var(--laserco2-shadow);
}

.laserco2-specs__aside img {
    display: block;

    width: 100%;
    height: 360px;

    object-fit: cover;
    object-position: center;
}

.laserco2-specs__aside>div {
    padding: 1.35rem;
}

.laserco2-specs__aside h3 {
    margin:
        0 0 0.55rem;

    color: var(--laserco2-white);
}

.laserco2-specs__aside p {
    margin: 0;

    color:
        rgba(255, 255, 255, 0.72);

    font-size: 0.87rem;
    line-height: 1.6;
}

/* =========================================================
   GALERÍA
========================================================= */

.laserco2-gallery {
    overflow: hidden;

    background:
        radial-gradient(circle at 95% 8%,
            rgba(253, 180, 39, 0.13),
            transparent 22%),
        linear-gradient(145deg,
            var(--laserco2-navy),
            #102d5b 56%,
            var(--laserco2-blue));
}

.laserco2-gallery__grid {
    display: grid;
    grid-template-columns:
        repeat(12, minmax(0, 1fr));

    grid-auto-rows: 220px;

    gap: 1rem;
}

.laserco2-gallery__item {
    position: relative;

    grid-column: span 4;

    margin: 0;
    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, 0.14);

    border-radius: 22px;

    background-color:
        rgba(255, 255, 255, 0.06);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.2);
}

.laserco2-gallery__item--wide {
    grid-column: span 8;
    grid-row: span 2;
}

.laserco2-gallery__item img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    background-color: #f8fafc;

    transition:
        transform 0.4s ease;
}

.laserco2-gallery__item:hover img {
    transform: scale(1.035);
}

.laserco2-gallery__item figcaption {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;

    padding:
        0.65rem 0.8rem;

    border:
        1px solid rgba(255, 255, 255, 0.2);

    border-radius: 12px;

    background-color:
        rgba(6, 20, 47, 0.83);

    color: var(--laserco2-white);

    font-size: 0.75rem;
    font-weight: 750;

    backdrop-filter: blur(8px);
}

/* =========================================================
   CERTIFICACIONES
========================================================= */

.laserco2-certificates {
    background:
        linear-gradient(180deg,
            #f8fafc,
            #edf3f9);
}

.laserco2-certificates__layout {
    display: grid;
    grid-template-columns:
        minmax(0, 0.9fr) minmax(420px, 1.1fr);

    align-items: center;
    gap:
        clamp(3rem, 7vw, 7rem);
}

.laserco2-certificates__content h2 {
    margin-bottom: 1.2rem;
}

.laserco2-certificates__content ul {
    display: grid;
    gap: 0.7rem;

    margin:
        1.5rem 0 0;

    padding: 0;

    list-style: none;
}

.laserco2-certificates__content li {
    position: relative;

    padding-left: 1.35rem;

    color: var(--laserco2-text);

    font-size: 0.88rem;
}

.laserco2-certificates__content li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #9f6100;

    font-weight: 900;
}

.laserco2-certificates__visual {
    padding: 1rem;

    border:
        1px solid var(--laserco2-border);

    border-radius:
        28px 85px 28px 85px;

    background-color: var(--laserco2-white);

    box-shadow: var(--laserco2-shadow);
}

.laserco2-certificates__visual img {
    display: block;

    width: 100%;
    max-height: 680px;

    border-radius:
        20px 68px 20px 68px;

    object-fit: contain;
}

/* =========================================================
   PROCESO
========================================================= */

.laserco2-process {
    background-color: var(--laserco2-white);
}

.laserco2-process__steps {
    position: relative;

    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 1.2rem;

    margin: 0;
    padding: 0;

    list-style: none;
}

.laserco2-process__steps::before {
    content: "";

    position: absolute;
    top: 38px;
    right: 16%;
    left: 16%;

    height: 2px;

    background:
        linear-gradient(90deg,
            transparent,
            var(--laserco2-yellow),
            transparent);

    opacity: 0.55;
}

.laserco2-process__steps li {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 230px;
    padding:
        0 clamp(1rem, 2vw, 1.8rem);

    text-align: center;
}

.laserco2-process__steps li>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 76px;
    height: 76px;

    margin-bottom: 1.35rem;

    border:
        7px solid var(--laserco2-white);

    border-radius: 50%;

    background:
        linear-gradient(145deg,
            var(--laserco2-navy),
            var(--laserco2-blue));

    color: var(--laserco2-yellow);

    font-size: 0.8rem;
    font-weight: 950;

    box-shadow:
        0 14px 28px rgba(6, 20, 47, 0.18);
}

.laserco2-process__steps h3 {
    margin:
        0 0 0.6rem;

    color: var(--laserco2-navy);

    font-size: 1.18rem;
}

.laserco2-process__steps p {
    max-width: 300px;

    margin: 0;

    color: var(--laserco2-muted);

    font-size: 0.88rem;
    line-height: 1.6;
}

/* =========================================================
   CTA
========================================================= */

.laserco2-cta {
    position: relative;

    padding:
        clamp(4rem, 7vw, 7rem) 0;

    overflow: hidden;

    background:
        radial-gradient(circle at 92% 8%,
            rgba(253, 180, 39, 0.18),
            transparent 25%),
        linear-gradient(135deg,
            var(--laserco2-navy),
            var(--laserco2-blue));
}

.laserco2-cta::after {
    content: "CO₂";

    position: absolute;
    right: -1rem;
    bottom: -2.5rem;

    color:
        rgba(255, 255, 255, 0.025);

    font-size:
        clamp(10rem, 25vw, 21rem);

    font-weight: 950;
    line-height: 1;

    pointer-events: none;
}

.laserco2-cta__content {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1fr) auto;

    align-items: center;
    gap: 3rem;
}

.laserco2-cta h2 {
    max-width: 800px;

    margin:
        0 0 1rem;

    color: var(--laserco2-white);

    font-size:
        clamp(2.4rem, 4.7vw, 4.6rem);

    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.045em;
}

.laserco2-cta__content>div:first-child>p:last-child {
    max-width: 690px;

    margin: 0;

    color:
        rgba(255, 255, 255, 0.73);

    line-height: 1.7;
}

.laserco2-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;

    min-width: 250px;
}

.laserco2-cta__email {
    color:
        rgba(255, 255, 255, 0.78);

    font-size: 0.83rem;
    font-weight: 750;
    text-decoration: none;

    transition:
        color 0.25s ease;
}

.laserco2-cta__email:hover {
    color: var(--laserco2-yellow);
}

/* =========================================================
   PANTALLAS GRANDES
========================================================= */

@media (min-width: 1600px) {
    .laserco2-hero {
        min-height: 780px;
    }

        .laserco2-hero__layout {
            position: relative;
            z-index: 2;
    
            display: grid;
            grid-template-columns:
                minmax(520px, 0.95fr) minmax(520px, 1.05fr);
    
            align-items: center;
            gap:
                clamp(3rem, 5vw, 5.5rem);
    
            width: 100%;
        }

    .laserco2-hero__machine {
        width: 650px;
        min-height: 500px;
    }

    .laserco2-hero__machine img {
        height: 445px;
    }

    .laserco2-component-card {
        grid-template-rows:
            310px 1fr;
    }
}

/* =========================================================
   NOTEBOOK
========================================================= */

@media (max-width: 1180px) {
    .laserco2-hero__layout {
            grid-template-columns:
                minmax(0, 1fr) minmax(400px, 0.9fr);
    
            gap: 3rem;
        }
        .laserco2-hero__visual {
            min-height: 470px;
        }
        
        .laserco2-hero__machine {
            min-height: 410px;
        }
        
        .laserco2-hero__machine img {
            height: 365px;
        
            transform: scale(1.08);
            }

    .laserco2-hero h1 {
        font-size:
            clamp(3rem, 6vw, 4.9rem);
    }

    .laserco2-hero__visual {
        min-height: 460px;
    }

    .laserco2-hero__machine {
        min-height: 390px;
    }

    .laserco2-hero__machine img {
        height: 340px;
    }

    .laserco2-components__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .laserco2-component-card {
        grid-template-rows:
            290px 1fr;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {
    .laserco2-hero {
        min-height: auto;

        padding:
            5rem 0;
    }

    .laserco2-hero__layout,
    .laserco2-intro__layout,
    .laserco2-materials__layout,
    .laserco2-certificates__layout {
        grid-template-columns: 1fr;

        gap: 3.5rem;
    }

    .laserco2-hero__content,
    .laserco2-intro__content,
    .laserco2-materials__content,
    .laserco2-certificates__content {
        max-width: 760px;
    }

    .laserco2-hero__visual {
        width: 100%;
        min-height: 440px;
    }

    .laserco2-hero__machine {
        width: min(100%, 650px);
    }

        .laserco2-hero__badge {
            left: 1rem;
            right: auto;
            bottom: 0.8rem;
        }

    .laserco2-heading {
        grid-template-columns: 1fr;

        align-items: start;
    }

    .laserco2-heading>p {
        max-width: 650px;
    }

    .laserco2-model-card {
        grid-template-rows:
            270px 1fr;
    }

    .laserco2-specs__layout {
        grid-template-columns: 1fr;
    }

    .laserco2-specs__aside {
        display: grid;
        grid-template-columns:
            minmax(260px, 0.8fr) minmax(0, 1.2fr);

        align-items: center;
    }

    .laserco2-specs__aside img {
        height: 320px;
    }

    .laserco2-gallery__item {
        grid-column: span 6;
    }

    .laserco2-gallery__item--wide {
        grid-column: span 12;
    }

    .laserco2-cta__content {
        grid-template-columns: 1fr;

        align-items: start;
    }

    .laserco2-cta__actions {
        align-items: flex-start;

        min-width: 0;
    }
}

/* =========================================================
   TABLET VERTICAL Y CELULAR GRANDE
========================================================= */

@media (max-width: 720px) {
    .laserco2-section {
        padding:
            4rem 0;
    }

    .laserco2-hero {
        padding:
            4rem 0;
    }

    .laserco2-hero h1 {
        font-size:
            clamp(2.8rem, 12vw, 4.2rem);
    }

    .laserco2-hero__visual {
        min-height: 370px;
    }

    .laserco2-hero__machine {
        min-height: 320px;
        padding: 0.9rem;

        border-radius:
            27px 70px 27px 70px;
    }

    .laserco2-hero__machine img {
        height: 270px;

        border-radius:
            19px 52px 19px 52px;
    }

        .laserco2-hero__badge {
            left: 0.7rem;
            right: auto;
            bottom: 0.4rem;
    
            max-width: 220px;
        }

    .laserco2-models__grid {
        grid-template-columns: 1fr;
    }

    .laserco2-model-card {
        grid-template-rows:
            300px 1fr;
    }

    .laserco2-components__grid {
        grid-template-columns: 1fr;
    }

    .laserco2-component-card {
        grid-template-columns:
            minmax(220px, 0.75fr) minmax(0, 1.25fr);

        grid-template-rows: none;
    }

    .laserco2-component-card__image {
        min-height: 300px;
    }

    .laserco2-gallery__grid {
        grid-template-columns: 1fr;

        grid-auto-rows: auto;
    }

    .laserco2-gallery__item,
    .laserco2-gallery__item--wide {
        grid-column: auto;
        grid-row: auto;

        min-height: 320px;
    }

    .laserco2-process__steps {
        grid-template-columns: 1fr;

        gap: 2rem;
    }

    .laserco2-process__steps::before {
        top: 35px;
        bottom: 35px;
        left: 37px;

        width: 2px;
        height: auto;

        background:
            linear-gradient(180deg,
                transparent,
                var(--laserco2-yellow),
                transparent);
    }

    .laserco2-process__steps li {
        display: grid;
        grid-template-columns:
            auto minmax(0, 1fr);

        align-items: start;
        gap: 1rem;

        min-height: 0;
        padding: 0;

        text-align: left;
    }

    .laserco2-process__steps li>span {
        width: 74px;
        height: 74px;

        margin: 0;
    }

    .laserco2-process__steps h3 {
        margin-top: 0.55rem;
    }

    .laserco2-process__steps p {
        max-width: 520px;
    }

    .laserco2-cta__actions {
        width: 100%;
    }

    .laserco2-cta__actions .laserco2-button {
        width: 100%;
    }
}

/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 560px) {
    .laserco2-eyebrow {
        font-size: 0.68rem;
    }

    .laserco2-eyebrow::before {
        width: 30px;
    }

    .laserco2-hero__layout {
        gap: 2.8rem;
    }

    .laserco2-hero h1 {
        font-size:
            clamp(2.55rem, 13vw, 3.65rem);
    }

    .laserco2-hero__highlights {
        display: grid;
        grid-template-columns: 1fr;

        gap: 0.5rem;
    }

    .laserco2-hero__highlights span {
        width: 100%;
    }

    .laserco2-hero__actions {
        flex-direction: column;

        width: 100%;
    }

    .laserco2-hero__actions .laserco2-button {
        width: 100%;
    }

    .laserco2-hero__visual {
        min-height: 310px;
        padding: 0;
    }

    .laserco2-hero__machine {
        min-height: 270px;
        padding: 0.65rem;

        border-radius:
            22px 44px 22px 44px;
    }

    .laserco2-hero__machine img {
        height: 230px;

        border-radius:
            15px 30px 15px 30px;
    }

        .laserco2-hero__badge {
            left: 0.3rem;
            right: auto;
            bottom: -0.8rem;
    
            max-width: 195px;
            padding: 0.68rem 0.76rem;
        }

    .laserco2-hero__badge strong {
        min-width: 48px;
        min-height: 48px;

        font-size: 0.68rem;
    }

    .laserco2-hero__badge span {
        font-size: 0.68rem;
    }

    .laserco2-heading h2,
    .laserco2-intro__content h2,
    .laserco2-materials__content h2,
    .laserco2-certificates__content h2 {
        font-size:
            clamp(2.1rem, 10vw, 3.1rem);
    }

    .laserco2-intro__cards article {
        grid-template-columns: 1fr;
    }

    .laserco2-model-card {
        grid-template-rows:
            235px 1fr;
    }

    .laserco2-component-card {
        grid-template-columns: 1fr;
    }

    .laserco2-component-card__image {
        min-height: 260px;
    }

    .laserco2-materials__visual,
    .laserco2-certificates__visual {
        padding: 0.65rem;

        border-radius:
            22px 48px 22px 48px;
    }

    .laserco2-materials__visual img,
    .laserco2-certificates__visual img {
        border-radius:
            16px 36px 16px 36px;
    }

    .laserco2-specs__aside {
        display: block;
    }

    .laserco2-specs__aside img {
        height: 280px;
    }

    .laserco2-gallery__item,
    .laserco2-gallery__item--wide {
        min-height: 280px;
    }

    .laserco2-process__steps::before {
        left: 32px;
    }

    .laserco2-process__steps li {
        grid-template-columns:
            64px minmax(0, 1fr);
    }

    .laserco2-process__steps li>span {
        width: 64px;
        height: 64px;

        border-width: 5px;
    }

    .laserco2-process__steps h3 {
        margin-top: 0.35rem;
    }

    .laserco2-cta h2 {
        font-size:
            clamp(2.25rem, 11vw, 3.35rem);
    }
}

/* =========================================================
   CELULAR PEQUEÑO
========================================================= */

@media (max-width: 380px) {
    .laserco2-hero__badge {
        position: relative;
        right: auto;
        bottom: auto;

        margin:
            -0.5rem auto 0;
    }

    .laserco2-hero__visual {
        flex-direction: column;

        min-height: auto;
    }

    .laserco2-process__steps li {
        grid-template-columns: 1fr;

        text-align: center;
    }

    .laserco2-process__steps::before {
        display: none;
    }

    .laserco2-process__steps li>span {
        margin: 0 auto;
    }
}

/* =========================================================
   MOVIMIENTO REDUCIDO
========================================================= */

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .laserco2-button,
    .laserco2-hero__machine img,
    .laserco2-intro__cards article,
    .laserco2-model-card,
    .laserco2-component-card,
    .laserco2-component-card__image img,
    .laserco2-gallery__item img {
        transition: none;
    }
}
/* =========================================================
   MODELO ÚNICO 6090 — PRESENTACIÓN HORIZONTAL
========================================================= */

/* La sección queda más compacta al existir una sola máquina */
.laserco2-models {
    padding-top: clamp(3.5rem, 5vw, 5rem);
    padding-bottom: clamp(3.5rem, 5vw, 5rem);
}

/* Una sola tarjeta, centrada y con mayor ancho */
.laserco2-models__grid {
    grid-template-columns: minmax(0, 1fr);

    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
}

/* Diseño horizontal solamente en computador */
@media (min-width: 901px) {

    .laserco2-model-card--featured {
        grid-template-columns:
            minmax(430px, 1.08fr) minmax(0, 0.92fr);

        grid-template-rows: none;

        min-height: 470px;
    }

    .laserco2-model-card--featured .laserco2-model-card__image {
        min-height: 470px;
        padding:
            clamp(1.25rem, 2.5vw, 2.2rem);

        border-right:
            1px solid var(--laserco2-border);
    }

    .laserco2-model-card--featured .laserco2-model-card__image img {
        width: 100%;
        height: 100%;
        max-height: 450px;

        object-fit: contain;
        object-position: center;
    }

    .laserco2-model-card--featured .laserco2-model-card__content {
        display: flex;
        flex-direction: column;
        justify-content: center;

        padding:
            clamp(2rem, 4vw, 3.6rem);
    }

    .laserco2-model-card--featured .laserco2-model-card__content>p:not(.laserco2-model-card__eyebrow) {
        max-width: 520px;
    }

    .laserco2-model-card--featured ul {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap:
            0.8rem 1.4rem;

        margin-top: 0.3rem;
    }

    .laserco2-model-card--featured .laserco2-model-card__content>a {
        width: fit-content;
        margin-top: 0.4rem;
    }

    /* Línea decorativa amarilla */
    .laserco2-model-card--featured::after {
        content: "";

        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 7px;

        background:
            linear-gradient(180deg,
                var(--laserco2-yellow),
                var(--laserco2-yellow-light));
    }
}

/* En tablet vuelve a quedar vertical */
@media (max-width: 900px) {

    .laserco2-model-card--featured {
        grid-template-columns: 1fr;
        grid-template-rows:
            270px auto;

        min-height: 0;
    }

    .laserco2-model-card--featured .laserco2-model-card__image {
        min-height: 0;

        border-right: 0;
        border-bottom:
            1px solid var(--laserco2-border);
    }

    .laserco2-model-card--featured ul {
        grid-template-columns: 1fr;
    }
}

/* Ajuste para celulares */
@media (max-width: 520px) {

    .laserco2-model-card--featured {
        grid-template-rows:
            235px auto;

        border-radius: 22px;
    }

    .laserco2-model-card--featured .laserco2-model-card__content {
        padding: 1.4rem;
    }

    .laserco2-model-card--featured .laserco2-model-card__image {
        padding: 0.8rem;
    }

    .laserco2-model-card--featured .laserco2-model-card__image img {
        border-radius: 15px;
    }
}