body.ve-public-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(25, 181, 106, 0.08), transparent 28%),
        var(--ve-surface);
}

.catalog-container,
.product-detail-shell {
    width: min(var(--ve-container), calc(100% - 40px));
    margin-inline: auto;
}

.catalog-container {
    flex: 1;
    padding: 46px 0 78px;
}

.catalog-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
    padding: clamp(34px, 5vw, 64px);
    border-radius: var(--ve-radius-xl);
    color: var(--ve-white);
    background:
        radial-gradient(circle at 88% 15%, rgba(25, 181, 106, 0.28), transparent 31%),
        linear-gradient(135deg, var(--ve-navy) 0%, var(--ve-navy-soft) 100%);
    box-shadow: var(--ve-shadow-md);
}

.catalog-header::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50%;
}

.catalog-header h1 {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 6px 0 14px;
    color: var(--ve-white);
    font-size: clamp(40px, 6vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.catalog-header p {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.back-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: var(--ve-white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    transition:
        border-color var(--ve-transition),
        background var(--ve-transition);
}

.back-link:hover {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.14);
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.catalog-card {
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 30px;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-lg);
    color: var(--ve-ink);
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
    text-decoration: none;
    transition:
        transform var(--ve-transition),
        border-color var(--ve-transition),
        box-shadow var(--ve-transition);
}

.catalog-card::after {
    content: "Explorar →";
    margin-top: auto;
    padding-top: 26px;
    color: var(--ve-green-dark);
    font-size: 13px;
    font-weight: 800;
}

.catalog-card:hover,
.catalog-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(25, 181, 106, 0.5);
    box-shadow: var(--ve-shadow-md);
}

.catalog-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 27px;
    border-radius: 20px;
    background: var(--ve-green-soft);
    font-size: 31px;
}

.catalog-card h2 {
    margin: 0 0 13px;
    font-size: clamp(24px, 3vw, 31px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.catalog-card p {
    margin: 0;
    color: var(--ve-muted);
    line-height: 1.65;
}

.catalog-listing-page {
    min-height: 70vh;
}

.catalog-listing-header {
    margin-bottom: 24px;
    padding-block: 42px;
}

.catalog-toolbar {
    margin-bottom: 24px;
    padding: 22px;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-lg);
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
}

.catalog-search-label {
    display: block;
    margin-bottom: 9px;
    color: var(--ve-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.catalog-search-box {
    position: relative;
}

.search-input {
    width: 100%;
    min-height: 52px;
    padding-right: 58px !important;
    border-radius: 16px !important;
    background: var(--ve-surface) !important;
}

.catalog-clear-search {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: var(--ve-white);
    color: var(--ve-ink);
    box-shadow: 0 5px 18px rgba(7, 24, 39, 0.1);
    font-size: 22px;
    cursor: pointer;
}

.catalog-result-count {
    min-height: 20px;
    margin: 11px 0 0;
    color: var(--ve-muted);
    font-size: 13px;
}

.catalog-status {
    margin-bottom: 24px;
}

.catalog-status:empty {
    display: none;
}

.catalog-status-card {
    padding: 24px;
    text-align: center;
}

.catalog-status.error .catalog-status-card {
    border-color: rgba(180, 35, 24, 0.25);
    background: var(--ve-danger-soft);
    color: var(--ve-danger);
}

.catalog-status.empty .catalog-status-card {
    background: var(--ve-white);
}

.catalog-retry-button,
.product-detail-retry {
    min-height: 42px;
    margin-top: 16px;
    padding: 10px 17px;
    border: 0;
    border-radius: 999px;
    background: var(--ve-navy);
    color: var(--ve-white);
    font-weight: 750;
    cursor: pointer;
}

.products-grid {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 22px;
}

.product-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-lg);
    color: var(--ve-ink);
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
    text-decoration: none;
    transition:
        transform var(--ve-transition),
        border-color var(--ve-transition),
        box-shadow var(--ve-transition);
}

.product-card:hover,
.product-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(25, 181, 106, 0.5);
    box-shadow: var(--ve-shadow-md);
}

.product-image {
    position: relative;
    height: 228px;
    overflow: hidden;
    background: var(--ve-surface-soft);
}

.product-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(7, 24, 39, 0.14));
}

.product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 400ms ease;
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--ve-muted);
    background:
        linear-gradient(135deg, rgba(25, 181, 106, 0.1), transparent),
        var(--ve-surface-soft);
    font-weight: 700;
}

.product-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 23px;
}

.product-card-meta,
.product-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-card-meta {
    margin-bottom: 14px;
}

.product-business-badge,
.product-featured-badge,
.product-detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.product-business-badge,
.product-detail-badge {
    background: var(--ve-green-soft);
    color: var(--ve-green-dark);
}

.product-featured-badge {
    background: var(--ve-warning-soft);
    color: var(--ve-warning);
}

.product-body h2,
.product-body h3 {
    margin: 0 0 11px;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.product-price {
    display: block;
    margin-bottom: 11px;
    color: var(--ve-green-dark);
    font-size: 23px;
    font-weight: 850;
}

.product-summary,
.product-body p {
    margin: 0 0 18px;
    color: var(--ve-muted);
    line-height: 1.55;
}

.product-view-link {
    margin-top: auto;
    color: var(--ve-ink);
    font-size: 13px;
    font-weight: 800;
}

.product-detail-page {
    color: var(--ve-ink);
}

.product-detail-shell {
    flex: 1;
    padding-block: 36px 72px;
}

.product-detail-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.product-detail-back {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 15px;
    border: 1px solid var(--ve-line);
    border-radius: 999px;
    color: var(--ve-ink);
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.product-detail-reference {
    color: var(--ve-muted);
    font-size: 13px;
    text-align: right;
}

.product-detail-status {
    margin-bottom: 22px;
}

.product-detail-status:empty {
    display: none;
}

.product-detail-status-card {
    padding: 25px;
    text-align: center;
}

.product-detail-status.error .product-detail-status-card {
    border-color: rgba(180, 35, 24, 0.25);
    background: var(--ve-danger-soft);
    color: var(--ve-danger);
}

.product-detail-content {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
    gap: 26px;
    align-items: start;
}

.product-detail-gallery,
.product-detail-summary,
.product-detail-section {
    border: 1px solid var(--ve-line);
    border-radius: var(--ve-radius-lg);
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
}

.product-detail-gallery {
    padding: 16px;
}

.product-detail-main-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 18px;
    background: var(--ve-surface-soft);
}

.product-detail-main-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-detail-placeholder {
    width: 100%;
    height: 100%;
    min-height: 340px;
    display: grid;
    place-items: center;
    color: var(--ve-muted);
    font-weight: 800;
}

.product-detail-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px;
    margin-top: 12px;
}

.product-detail-thumbnail {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background: var(--ve-surface-soft);
    cursor: pointer;
}

.product-detail-thumbnail.active {
    border-color: var(--ve-green);
}

.product-detail-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-detail-summary {
    position: sticky;
    top: 106px;
    padding: 28px;
}

.product-detail-badges {
    margin-bottom: 18px;
}

.product-detail-title {
    margin: 0 0 14px;
    font-size: clamp(31px, 4vw, 43px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.product-detail-price {
    display: block;
    margin-bottom: 18px;
    color: var(--ve-green-dark);
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 850;
}

.product-detail-location {
    margin: 0 0 22px;
    color: var(--ve-muted);
    font-size: 16px;
}

.product-detail-keyfacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.product-detail-keyfact {
    padding: 14px;
    border: 1px solid var(--ve-line);
    border-radius: 14px;
    background: var(--ve-surface);
}

.product-detail-keyfact span {
    display: block;
    margin-bottom: 5px;
    color: var(--ve-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-detail-keyfact strong {
    display: block;
    overflow-wrap: anywhere;
}

.product-detail-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.product-detail-button {
    width: 100%;
}

.product-detail-sections {
    grid-column: 1 / -1;
    display: grid;
    gap: 22px;
}

.product-detail-section {
    padding: 28px;
}

.product-detail-section h2 {
    margin: 0 0 20px;
    font-size: 26px;
    letter-spacing: -0.025em;
}

.product-detail-description {
    margin: 0;
    color: var(--ve-muted);
    line-height: 1.8;
    white-space: pre-line;
}

.product-detail-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.product-detail-spec {
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--ve-line);
    border-radius: 14px;
    background: var(--ve-surface);
}

.product-detail-spec span {
    display: block;
    margin-bottom: 6px;
    color: var(--ve-muted);
    font-size: 12px;
    font-weight: 700;
}

.product-detail-spec strong {
    display: block;
    overflow-wrap: anywhere;
}

.product-interest-open {
    overflow: hidden;
}

.product-interest-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(7, 24, 39, 0.74);
    backdrop-filter: blur(8px);
}

.product-interest-dialog {
    width: min(760px, 100%);
    max-height: min(90vh, 820px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--ve-radius-lg);
    background: var(--ve-white);
    color: var(--ve-ink);
    box-shadow: var(--ve-shadow-lg);
}

.product-interest-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 26px;
    border-bottom: 1px solid var(--ve-line);
}

.product-interest-header h2 {
    margin: 0 0 7px;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.product-interest-header p {
    margin: 0;
    color: var(--ve-muted);
    line-height: 1.45;
}

.product-interest-close {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--ve-surface);
    color: var(--ve-ink);
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
}

.product-interest-form {
    padding: 26px;
}

.product-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.product-interest-form label {
    display: grid;
    gap: 8px;
    color: var(--ve-ink);
    font-size: 13px;
    font-weight: 800;
}

.product-interest-form textarea {
    min-height: 110px;
    resize: vertical;
}

.product-interest-message {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}

.product-interest-privacy {
    margin: 16px 0 0;
    color: var(--ve-muted);
    font-size: 13px;
    line-height: 1.55;
}

.product-interest-status {
    min-height: 22px;
    margin-top: 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.product-interest-status:not(:empty) {
    padding: 12px 14px;
}

.product-interest-status.loading {
    background: var(--ve-info-soft);
    color: var(--ve-info);
}

.product-interest-status.success {
    background: var(--ve-green-soft);
    color: var(--ve-green-dark);
}

.product-interest-status.error {
    background: var(--ve-danger-soft);
    color: var(--ve-danger);
}

.product-interest-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 22px;
}

@media (max-width: 980px) {
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-content {
        grid-template-columns: 1fr;
    }

    .product-detail-summary {
        position: static;
    }

    .product-detail-sections {
        grid-column: auto;
    }

    .product-detail-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .catalog-container,
    .product-detail-shell {
        width: min(100% - 28px, var(--ve-container));
    }

    .catalog-container {
        padding-block: 24px 52px;
    }

    .catalog-header {
        margin-bottom: 20px;
        padding: 30px 24px;
        border-radius: 24px;
    }

    .catalog-header h1 {
        font-size: 42px;
    }

    .catalog-grid,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 0;
    }

    .catalog-card {
        min-height: 230px;
        padding: 24px;
    }

    .product-detail-shell {
        padding-block: 24px 50px;
    }

    .product-detail-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail-reference {
        text-align: left;
    }

    .product-detail-summary,
    .product-detail-section {
        padding: 21px;
    }

    .product-detail-keyfacts,
    .product-detail-specs {
        grid-template-columns: 1fr;
    }

    .product-detail-placeholder {
        min-height: 250px;
    }

    .product-interest-modal {
        align-items: flex-end;
        padding: 0;
    }

    .product-interest-dialog {
        width: 100%;
        max-height: 94vh;
        border-radius: 22px 22px 0 0;
    }

    .product-interest-header,
    .product-interest-form {
        padding: 20px;
    }

    .product-interest-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-interest-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   CATALOGO PUBLICO - PORTADAS EDITORIALES
   ========================================================= */

.catalog-landing-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(25, 181, 106, 0.09), transparent 30%),
        linear-gradient(180deg, #f7f9fa 0%, #eef3f4 100%);
}

.catalog-landing-page .ve-main-nav a[aria-current="page"] {
    color: var(--ve-green-dark);
}

.catalog-landing-page .ve-main-nav a[aria-current="page"]::after {
    right: 0;
}

.catalog-landing-page .catalog-container {
    width: min(1240px, calc(100% - 40px));
    padding: 40px 0 80px;
}

.catalog-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    border-radius: 34px;
    background: var(--ve-navy);
    box-shadow: var(--ve-shadow-lg);
}

.catalog-hero--category {
    min-height: 430px;
}

.catalog-hero-media {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 700ms ease;
}

.catalog-hero:hover .catalog-hero-media {
    transform: scale(1.025);
}

.catalog-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4, 19, 32, 0.96) 0%, rgba(4, 19, 32, 0.78) 48%, rgba(4, 19, 32, 0.24) 100%),
        linear-gradient(0deg, rgba(4, 19, 32, 0.42), transparent 60%);
}

.catalog-hero-content {
    width: min(760px, 100%);
    padding: clamp(34px, 6vw, 72px);
    color: var(--ve-white);
}

.catalog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin-bottom: 30px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: var(--ve-white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    backdrop-filter: blur(10px);
    transition:
        background var(--ve-transition),
        border-color var(--ve-transition),
        transform var(--ve-transition);
}

.catalog-back-link:hover,
.catalog-back-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.16);
}

.catalog-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #64e1a5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.catalog-kicker--dark {
    color: var(--ve-green-dark);
}

.catalog-kicker--light {
    color: #78e8b2;
}

.catalog-hero h1 {
    max-width: 760px;
    margin: 17px 0 20px;
    color: var(--ve-white);
    font-size: clamp(42px, 6.4vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.catalog-hero--category h1 {
    font-size: clamp(42px, 5.5vw, 68px);
}

.catalog-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.7;
}

.catalog-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.catalog-hero-facts span {
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.catalog-section {
    padding-top: clamp(58px, 8vw, 94px);
}

.catalog-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: 56px;
    margin-bottom: 34px;
}

.catalog-section-heading h2 {
    max-width: 780px;
    margin: 14px 0 0;
    color: var(--ve-ink);
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.catalog-section-heading > p {
    margin: 0;
    color: var(--ve-muted);
    font-size: 16px;
    line-height: 1.75;
}

.catalog-landing-page .catalog-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
}

.catalog-landing-page .catalog-card {
    position: relative;
    grid-column: span 4;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 28px;
    color: var(--ve-white);
    background: var(--ve-navy-soft);
    box-shadow: var(--ve-shadow-md);
    text-decoration: none;
    isolation: isolate;
    transition:
        transform 260ms ease,
        box-shadow 260ms ease;
}

.catalog-landing-page .catalog-card::after {
    content: none;
}

.catalog-landing-page .catalog-card--wide {
    grid-column: span 6;
}

.catalog-grid--overview .catalog-card--wide {
    grid-column: span 6;
}

.catalog-grid--overview .catalog-card:not(.catalog-card--wide) {
    grid-column: span 3;
}

.catalog-grid--properties .catalog-card {
    grid-column: span 4;
    min-height: 410px;
}

.catalog-grid--properties .catalog-card--wide {
    grid-column: span 8;
}

.catalog-grid--vehicles .catalog-card--vehicle-main {
    grid-column: span 6;
}

.catalog-grid--vehicles .catalog-card:not(.catalog-card--vehicle-main) {
    grid-column: span 3;
}

.catalog-card-media,
.catalog-card-shade {
    position: absolute;
    inset: 0;
}

.catalog-card-media {
    z-index: -3;
    background:
        radial-gradient(circle at 20% 20%, rgba(25, 181, 106, 0.24), transparent 34%),
        var(--ve-navy-soft);
}

.catalog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1),
        filter 300ms ease;
}

.catalog-card-shade {
    z-index: -2;
    background:
        linear-gradient(180deg, rgba(4, 19, 32, 0.04) 14%, rgba(4, 19, 32, 0.28) 48%, rgba(4, 19, 32, 0.96) 100%),
        linear-gradient(90deg, rgba(4, 19, 32, 0.28), transparent 62%);
}

.catalog-card-content {
    width: 100%;
    padding: 30px;
}

.catalog-card-label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(7, 24, 39, 0.26);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.catalog-card h3 {
    margin: 0;
    color: var(--ve-white);
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1;
    letter-spacing: -0.045em;
}

.catalog-grid--properties .catalog-card:not(.catalog-card--wide) h3,
.catalog-grid--vehicles .catalog-card:not(.catalog-card--vehicle-main) h3 {
    font-size: clamp(27px, 3vw, 38px);
}

.catalog-card p {
    max-width: 560px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.catalog-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #80e9b6;
    font-size: 13px;
    font-weight: 800;
}

.catalog-card-action span {
    transition: transform var(--ve-transition);
}

.catalog-landing-page .catalog-card:hover,
.catalog-landing-page .catalog-card:focus-visible {
    transform: translateY(-7px);
    box-shadow: 0 28px 70px rgba(7, 24, 39, 0.22);
}

.catalog-landing-page .catalog-card:hover .catalog-card-media img,
.catalog-landing-page .catalog-card:focus-visible .catalog-card-media img {
    transform: scale(1.055);
    filter: saturate(1.06) contrast(1.02);
}

.catalog-landing-page .catalog-card:hover .catalog-card-action span,
.catalog-landing-page .catalog-card:focus-visible .catalog-card-action span {
    transform: translateX(4px);
}

.catalog-cta {
    margin-top: clamp(54px, 8vw, 92px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 30px;
    color: var(--ve-white);
    background:
        radial-gradient(circle at 85% 20%, rgba(25, 181, 106, 0.32), transparent 30%),
        linear-gradient(135deg, var(--ve-navy) 0%, #0b3040 100%);
    box-shadow: var(--ve-shadow-md);
}

.catalog-cta h2 {
    margin: 13px 0 12px;
    color: var(--ve-white);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.catalog-cta p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.catalog-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 999px;
    color: var(--ve-navy);
    background: var(--ve-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
    transition:
        transform var(--ve-transition),
        color var(--ve-transition),
        background var(--ve-transition);
}

.catalog-cta-button:hover,
.catalog-cta-button:focus-visible {
    transform: translateY(-2px);
    color: var(--ve-white);
    background: var(--ve-green);
}

@media (max-width: 1040px) {
    .catalog-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-section-heading > p {
        max-width: 720px;
    }

    .catalog-grid--overview .catalog-card--wide,
    .catalog-grid--overview .catalog-card:not(.catalog-card--wide),
    .catalog-grid--properties .catalog-card,
    .catalog-grid--properties .catalog-card--wide,
    .catalog-grid--vehicles .catalog-card--vehicle-main,
    .catalog-grid--vehicles .catalog-card:not(.catalog-card--vehicle-main) {
        grid-column: span 6;
    }

    .catalog-landing-page .catalog-card {
        min-height: 430px;
    }
}

@media (max-width: 720px) {
    .catalog-landing-page .catalog-container {
        width: min(100% - 28px, 1240px);
        padding: 24px 0 54px;
    }

    .catalog-hero,
    .catalog-hero--category {
        min-height: 510px;
        border-radius: 26px;
    }

    .catalog-hero-overlay {
        background:
            linear-gradient(0deg, rgba(4, 19, 32, 0.98) 0%, rgba(4, 19, 32, 0.7) 60%, rgba(4, 19, 32, 0.28) 100%);
    }

    .catalog-hero-content {
        padding: 28px 24px;
    }

    .catalog-back-link {
        margin-bottom: 24px;
    }

    .catalog-hero h1,
    .catalog-hero--category h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .catalog-section {
        padding-top: 54px;
    }

    .catalog-section-heading {
        margin-bottom: 24px;
    }

    .catalog-section-heading h2 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .catalog-landing-page .catalog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .catalog-grid--overview .catalog-card--wide,
    .catalog-grid--overview .catalog-card:not(.catalog-card--wide),
    .catalog-grid--properties .catalog-card,
    .catalog-grid--properties .catalog-card--wide,
    .catalog-grid--vehicles .catalog-card--vehicle-main,
    .catalog-grid--vehicles .catalog-card:not(.catalog-card--vehicle-main) {
        grid-column: 1;
    }

    .catalog-landing-page .catalog-card,
    .catalog-grid--properties .catalog-card {
        min-height: 390px;
        border-radius: 24px;
    }

    .catalog-card-content {
        padding: 24px;
    }

    .catalog-card h3,
    .catalog-grid--properties .catalog-card:not(.catalog-card--wide) h3,
    .catalog-grid--vehicles .catalog-card:not(.catalog-card--vehicle-main) h3 {
        font-size: 34px;
    }

    .catalog-cta {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 54px;
        padding: 28px 24px;
        border-radius: 24px;
    }

    .catalog-cta-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-hero-media,
    .catalog-card-media img,
    .catalog-card-action span {
        transition: none;
    }
}

/* =========================================================
   CATALOGO PUBLICO - LISTADO PROFESIONAL V2
   ========================================================= */

.catalog-listing-body {
    background:
        radial-gradient(circle at 8% 18%, rgba(25, 181, 106, 0.09), transparent 27%),
        linear-gradient(180deg, #f8fafb 0%, #f1f5f6 100%);
}

.catalog-listing-page {
    width: min(var(--ve-container), calc(100% - 40px));
    flex: 1;
    padding-block: 38px 78px;
}

.catalog-listing-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
    gap: 46px;
    align-items: end;
    overflow: hidden;
    margin-bottom: 26px;
    padding: clamp(36px, 5vw, 64px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 92% 18%, rgba(25, 181, 106, 0.38), transparent 28%),
        linear-gradient(135deg, #071827 0%, #102b3f 58%, #0e5b4d 130%);
    box-shadow: 0 28px 70px rgba(7, 24, 39, 0.18);
}

.catalog-listing-hero::before,
.catalog-listing-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.catalog-listing-hero::before {
    top: -165px;
    right: -80px;
    width: 390px;
    height: 390px;
}

.catalog-listing-hero::after {
    right: 175px;
    bottom: -225px;
    width: 330px;
    height: 330px;
}

.catalog-listing-hero-copy,
.catalog-listing-hero-card {
    position: relative;
    z-index: 1;
}

.catalog-listing-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 39px;
    margin-bottom: 28px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.07);
    text-decoration: none;
    font-size: 12px;
    font-weight: 750;
    transition:
        background var(--ve-transition),
        border-color var(--ve-transition),
        transform var(--ve-transition);
}

.catalog-listing-back:hover,
.catalog-listing-back:focus-visible {
    transform: translateX(-3px);
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
}

.catalog-listing-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #79e7b0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.catalog-listing-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.catalog-listing-hero h1 {
    max-width: 780px;
    margin: 0 0 16px;
    color: var(--ve-white);
    font-size: clamp(46px, 6.5vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.06em;
}

.catalog-listing-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(16px, 1.8vw, 19px);
    line-height: 1.68;
}

.catalog-listing-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.catalog-listing-hero-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    font-weight: 650;
}

.catalog-listing-hero-card {
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    color: var(--ve-white);
    background: rgba(7, 24, 39, 0.44);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(14px);
}

.catalog-listing-hero-card-label {
    display: block;
    margin-bottom: 11px;
    color: #79e7b0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.catalog-listing-hero-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.catalog-listing-hero-card p {
    margin: 0 0 19px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.6;
}

.catalog-listing-hero-card a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    min-height: 44px;
    padding: 11px 15px;
    border-radius: 999px;
    color: #071827;
    background: #79e7b0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition:
        background var(--ve-transition),
        transform var(--ve-transition);
}

.catalog-listing-hero-card a:hover,
.catalog-listing-hero-card a:focus-visible {
    transform: translateY(-2px);
    background: var(--ve-white);
}

.catalog-professional-toolbar {
    position: relative;
    z-index: 3;
    margin-bottom: 28px;
    padding: clamp(22px, 3.3vw, 32px);
    border: 1px solid rgba(200, 212, 220, 0.8);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 45px rgba(7, 24, 39, 0.075);
    backdrop-filter: blur(15px);
}

.catalog-toolbar-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.catalog-toolbar-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-green-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.catalog-toolbar-heading h2 {
    margin: 0;
    color: var(--ve-ink);
    font-size: clamp(23px, 3vw, 31px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.catalog-reset-filters {
    flex-shrink: 0;
    padding: 8px 0;
    border: 0;
    color: var(--ve-green-dark);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.catalog-reset-filters:hover,
.catalog-reset-filters:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.catalog-filter-grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) repeat(3, minmax(150px, 0.72fr));
    gap: 14px;
    align-items: end;
}

.catalog-filter-field {
    min-width: 0;
}

.catalog-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: var(--ve-ink);
    font-size: 11px;
    font-weight: 800;
}

.catalog-filter-field select,
.catalog-filter-field input {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--ve-line-strong);
    border-radius: 15px;
    color: var(--ve-ink);
    background: #f8fafb;
    outline: none;
    font-size: 13px;
    transition:
        border-color var(--ve-transition),
        background var(--ve-transition),
        box-shadow var(--ve-transition);
}

.catalog-filter-field select {
    padding: 0 38px 0 14px;
    cursor: pointer;
}

.catalog-filter-field input {
    padding: 0 52px 0 46px;
}

.catalog-filter-field select:focus,
.catalog-filter-field input:focus {
    border-color: var(--ve-green);
    background: var(--ve-white);
    box-shadow: 0 0 0 4px rgba(25, 181, 106, 0.11);
}

.catalog-search-box--professional {
    position: relative;
}

.catalog-search-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
    color: var(--ve-muted);
    pointer-events: none;
}

.catalog-search-icon svg,
.product-location svg,
.product-fact svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-search-box--professional .catalog-clear-search {
    right: 8px;
    width: 34px;
    height: 34px;
    box-shadow: none;
    background: transparent;
}

.catalog-toolbar-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 32px;
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid var(--ve-line);
}

.catalog-toolbar-summary .catalog-result-count {
    min-height: 0;
    margin: 0;
    color: var(--ve-ink);
    font-size: 12px;
    font-weight: 750;
}

.catalog-active-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.catalog-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(25, 181, 106, 0.22);
    border-radius: 999px;
    color: var(--ve-green-dark);
    background: var(--ve-green-soft);
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}

.catalog-filter-chip span {
    font-size: 15px;
    line-height: 1;
}

.catalog-results-section {
    min-height: 420px;
}

.products-grid--professional {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.product-card--professional {
    min-width: 0;
    min-height: 530px;
    border-color: rgba(200, 212, 220, 0.84);
    border-radius: 25px;
    box-shadow: 0 16px 42px rgba(7, 24, 39, 0.08);
}

.product-card--professional:hover,
.product-card--professional:focus-visible {
    transform: translateY(-7px);
    border-color: rgba(25, 181, 106, 0.52);
    box-shadow: 0 26px 58px rgba(7, 24, 39, 0.14);
}

.product-image--professional {
    height: 252px;
    background:
        linear-gradient(145deg, #e5f5ed, #edf2f4 58%, #dce5e9);
}

.product-image--professional::after {
    display: none;
}

.product-image--professional img {
    transition:
        transform 600ms cubic-bezier(.2, .7, .2, 1),
        filter 350ms ease;
}

.product-card--professional:hover .product-image--professional img,
.product-card--professional:focus-visible .product-image--professional img {
    transform: scale(1.055);
    filter: saturate(1.05) contrast(1.02);
}

.product-image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(7, 24, 39, 0.05) 25%,
        rgba(7, 24, 39, 0.54) 100%
    );
}

.product-image-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.product-image-badges .product-business-badge,
.product-image-badges .product-featured-badge,
.product-new-badge {
    min-height: 28px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--ve-white);
    background: rgba(7, 24, 39, 0.72);
    backdrop-filter: blur(10px);
}

.product-image-badges .product-featured-badge {
    color: #fff4d6;
    background: rgba(126, 80, 0, 0.78);
}

.product-new-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #071827;
    background: #79e7b0;
}

.product-reference {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.86);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.06em;
}

.product-image-placeholder--professional {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    color: #4e6875;
    background:
        radial-gradient(circle at 20% 20%, rgba(25, 181, 106, 0.18), transparent 35%),
        linear-gradient(145deg, #e7f5ee, #edf2f4 55%, #d9e4e8);
}

.product-image-placeholder--professional::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(7, 24, 39, 0.06);
    border-radius: 50%;
}

.product-image-placeholder--professional svg {
    position: relative;
    z-index: 1;
    width: 132px;
    height: 86px;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.54;
}

.product-image-placeholder--professional span {
    position: relative;
    z-index: 1;
    font-size: 11px;
    font-weight: 750;
}

.product-body--professional {
    padding: 22px 22px 20px;
}

.product-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.product-card-heading > div {
    min-width: 0;
}

.product-subtype-label {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-green-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-body--professional h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 21px;
    line-height: 1.18;
    letter-spacing: -0.035em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card-arrow {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ve-line);
    border-radius: 50%;
    color: var(--ve-ink);
    background: var(--ve-surface);
    font-size: 15px;
    transition:
        color var(--ve-transition),
        background var(--ve-transition),
        transform var(--ve-transition);
}

.product-card--professional:hover .product-card-arrow,
.product-card--professional:focus-visible .product-card-arrow {
    transform: rotate(8deg);
    color: var(--ve-white);
    background: var(--ve-green);
}

.product-location {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 13px;
    color: var(--ve-muted);
    font-size: 12px;
}

.product-location svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--ve-green-dark);
}

.product-price--professional {
    margin: 18px 0 15px;
    color: var(--ve-ink);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.035em;
}

.product-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 31px;
}

.product-fact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 29px;
    padding: 6px 9px;
    border-radius: 9px;
    color: #506272;
    background: var(--ve-surface);
    font-size: 10px;
    font-weight: 700;
}

.product-fact svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: var(--ve-green-dark);
}

.product-facts--empty {
    color: var(--ve-muted);
    font-size: 11px;
    line-height: 1.45;
}

.product-view-link--professional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid var(--ve-line);
    color: var(--ve-ink);
    font-size: 12px;
    font-weight: 820;
}

.product-view-link--professional span {
    color: var(--ve-green-dark);
    font-size: 16px;
    transition: transform var(--ve-transition);
}

.product-card--professional:hover .product-view-link--professional span,
.product-card--professional:focus-visible .product-view-link--professional span {
    transform: translateX(4px);
}

.catalog-status-card--professional {
    max-width: 620px;
    margin-inline: auto;
    padding: 42px;
    border: 1px solid var(--ve-line);
    border-radius: 24px;
    background: var(--ve-white);
    box-shadow: var(--ve-shadow-sm);
}

.catalog-status-card--professional h3 {
    margin: 14px 0 8px;
    color: var(--ve-ink);
    font-size: 22px;
    letter-spacing: -0.035em;
}

.catalog-status-card--professional p {
    margin: 0;
    color: var(--ve-muted);
    line-height: 1.6;
}

.catalog-status-mark {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    background: var(--ve-green-soft);
}

.catalog-status-mark::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid var(--ve-green-dark);
    border-radius: 50%;
}

.catalog-status.error .catalog-status-mark {
    background: var(--ve-danger-soft);
}

.catalog-status.error .catalog-status-mark::before {
    border-color: var(--ve-danger);
}

.catalog-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.catalog-load-more {
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--ve-line-strong);
    border-radius: 999px;
    color: var(--ve-ink);
    background: var(--ve-white);
    box-shadow: 0 10px 25px rgba(7, 24, 39, 0.06);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition:
        color var(--ve-transition),
        border-color var(--ve-transition),
        background var(--ve-transition),
        transform var(--ve-transition);
}

.catalog-load-more:hover,
.catalog-load-more:focus-visible {
    transform: translateY(-2px);
    border-color: var(--ve-navy);
    color: var(--ve-white);
    background: var(--ve-navy);
}

.product-card--skeleton {
    min-height: 530px;
    pointer-events: none;
}

.product-skeleton-image,
.product-skeleton-body span,
.product-skeleton-body strong {
    background: linear-gradient(
        90deg,
        #edf2f4 20%,
        #f7f9fa 40%,
        #edf2f4 60%
    );
    background-size: 260% 100%;
    animation: catalogSkeleton 1.4s ease infinite;
}

.product-skeleton-image {
    height: 252px;
}

.product-skeleton-body {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.product-skeleton-body span,
.product-skeleton-body strong {
    display: block;
    height: 15px;
    border-radius: 999px;
}

.product-skeleton-body strong {
    height: 23px;
}

.product-skeleton-body span:last-child {
    width: 64%;
}

@keyframes catalogSkeleton {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: -100% 0;
    }
}

@media (max-width: 1080px) {
    .catalog-listing-hero {
        grid-template-columns: 1fr;
    }

    .catalog-listing-hero-card {
        max-width: 520px;
    }

    .catalog-filter-grid {
        grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(150px, 0.7fr));
    }

    .products-grid--professional {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .catalog-listing-page {
        width: min(100% - 28px, var(--ve-container));
        padding-block: 22px 55px;
    }

    .catalog-listing-hero {
        gap: 30px;
        padding: 30px 24px;
        border-radius: 25px;
    }

    .catalog-listing-hero h1 {
        font-size: clamp(42px, 14vw, 58px);
    }

    .catalog-listing-hero-badges {
        display: none;
    }

    .catalog-professional-toolbar {
        padding: 22px;
        border-radius: 22px;
    }

    .catalog-toolbar-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .catalog-filter-grid {
        grid-template-columns: 1fr;
    }

    .catalog-toolbar-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-active-filters {
        justify-content: flex-start;
    }

    .products-grid--professional {
        grid-template-columns: 1fr;
    }

    .product-card--professional {
        min-height: 0;
    }

    .product-image--professional {
        height: clamp(230px, 68vw, 330px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-card--professional,
    .product-image--professional img,
    .product-card-arrow,
    .product-view-link--professional span,
    .catalog-listing-back,
    .catalog-listing-hero-card a,
    .catalog-load-more {
        transition: none;
    }

    .product-skeleton-image,
    .product-skeleton-body span,
    .product-skeleton-body strong {
        animation: none;
    }
}

/* CATALOGO LISTADO - CORRECCION DE FLUJO DEL FOOTER */

/*
El estilo global establece height: 100% sobre body.
En una página flex eso permitía que el main se encogiera
y que sus resultados desbordaran visualmente sobre el footer.
*/

body.catalog-listing-body {
    height: auto;
    min-height: 100vh;
}

body.catalog-listing-body > .catalog-listing-page {
    flex: 0 0 auto;
    min-height: calc(100vh - 82px);
}

body.catalog-listing-body .catalog-results-section {
    display: flow-root;
    min-height: 0;
}

body.catalog-listing-body .products-grid--professional {
    position: relative;
    width: 100%;
    height: auto;
}

body.catalog-listing-body > .ve-page-footer {
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    margin-top: 0;
}

/* =========================================================
CATALOGO PUBLICO - FICHA PROFESIONAL V3
========================================================= */

body.product-detail-page {
    height: auto;
    min-height: 100vh;
    background:
        radial-gradient(circle at 8% 14%, rgba(25, 181, 106, 0.08), transparent 25%),
        linear-gradient(180deg, #f8fafb 0%, #eef3f4 100%);
}

body.product-detail-page > .product-detail-shell--professional {
    flex: 0 0 auto;
    width: min(var(--ve-container), calc(100% - 40px));
    min-height: calc(100vh - 82px);
    padding-block: 30px 86px;
}

body.product-detail-page > .ve-page-footer {
    position: relative;
    z-index: 0;
    flex-shrink: 0;
    margin-top: 0;
}

.product-detail-topbar--professional {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.product-detail-back--professional {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 10px 15px;
    border: 1px solid var(--ve-line);
    border-radius: 999px;
    color: var(--ve-ink);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 22px rgba(7, 24, 39, 0.055);
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    transition:
        transform var(--ve-transition),
        border-color var(--ve-transition),
        background var(--ve-transition);
}

.product-detail-back--professional svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-back--professional:hover,
.product-detail-back--professional:focus-visible {
    transform: translateX(-3px);
    border-color: var(--ve-navy);
    background: var(--ve-white);
}

.product-detail-topbar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-detail-reference--professional {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--ve-line);
    border-radius: 999px;
    color: var(--ve-muted);
    background: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.045em;
}

.product-detail-share {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--ve-line);
    border-radius: 999px;
    color: var(--ve-ink);
    background: var(--ve-white);
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform var(--ve-transition),
        border-color var(--ve-transition);
}

.product-detail-share svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-share:hover,
.product-detail-share:focus-visible {
    transform: translateY(-2px);
    border-color: var(--ve-green);
}

.product-detail-content--professional {
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.72fr);
    gap: 28px;
    align-items: start;
}

.product-detail-gallery--professional {
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail-main-media--professional {
    position: relative;
    width: 100%;
    min-height: 560px;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(200, 212, 220, 0.9);
    border-radius: 30px;
    color: var(--ve-white);
    background:
        radial-gradient(circle at 78% 22%, rgba(25, 181, 106, 0.34), transparent 28%),
        linear-gradient(145deg, #071827, #123247);
    box-shadow: 0 25px 65px rgba(7, 24, 39, 0.16);
    cursor: zoom-in;
}

.product-detail-main-media--professional:disabled {
    cursor: default;
}

.product-detail-main-media--professional img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-detail-main-media--professional:not(:disabled):hover img,
.product-detail-main-media--professional:not(:disabled):focus-visible img {
    transform: scale(1.025);
}

.product-detail-main-media--fallback {
    align-content: center;
    gap: 8px;
    cursor: default;
}

.product-detail-placeholder-mark {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 23px;
    font-weight: 850;
    letter-spacing: -0.06em;
}

.product-detail-main-media--fallback strong {
    display: block;
    margin-top: 10px;
    font-size: 21px;
}

.product-detail-main-media--fallback small {
    color: rgba(255, 255, 255, 0.64);
}

.product-detail-media-zoom {
    position: absolute;
    right: 18px;
    bottom: 18px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: var(--ve-white);
    background: rgba(7, 24, 39, 0.62);
    backdrop-filter: blur(12px);
    font-size: 11px;
    font-weight: 800;
}

.product-detail-media-zoom svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.product-detail-gallery-meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 4px 0;
    color: var(--ve-muted);
    font-size: 11px;
    font-weight: 650;
}

.product-detail-thumbnails--professional {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 13px;
}

.product-detail-thumbnail {
    position: relative;
    height: 104px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 17px;
    background: #dfe7ea;
    cursor: pointer;
    transition:
        transform var(--ve-transition),
        border-color var(--ve-transition),
        box-shadow var(--ve-transition);
}

.product-detail-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-detail-thumbnail > span {
    position: absolute;
    right: 8px;
    bottom: 8px;
    min-width: 27px;
    min-height: 27px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--ve-white);
    background: rgba(7, 24, 39, 0.66);
    font-size: 10px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.product-detail-thumbnail:hover,
.product-detail-thumbnail:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(25, 181, 106, 0.55);
}

.product-detail-thumbnail.active {
    border-color: var(--ve-green);
    box-shadow: 0 10px 25px rgba(25, 181, 106, 0.18);
}

.product-detail-summary--professional {
    position: sticky;
    top: 102px;
    display: grid;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail-summary-main,
.product-detail-commercial-card {
    border: 1px solid rgba(200, 212, 220, 0.88);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 50px rgba(7, 24, 39, 0.085);
}

.product-detail-summary-main {
    padding: 28px;
}

.product-detail-badges--professional {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 17px;
}

.product-detail-badges--professional > span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.095em;
    text-transform: uppercase;
}

.product-business-badge {
    color: #075c3c;
    background: #dff8ea;
}

.product-subtype-badge {
    color: #24445b;
    background: #edf3f6;
}

.product-featured-badge {
    color: #7b4b00;
    background: #fff0c7;
}

.product-new-badge {
    color: #ffffff;
    background: var(--ve-navy);
}

.product-detail-title--professional {
    margin: 0;
    color: var(--ve-ink);
    font-size: clamp(33px, 4vw, 49px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.product-detail-location--professional {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 25px;
    color: var(--ve-muted);
    font-size: 13px;
    font-weight: 650;
}

.product-detail-location--professional svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--ve-green-dark);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-price-label {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-detail-price--professional {
    display: block;
    margin: 0;
    color: var(--ve-navy);
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.product-detail-keyfacts--professional {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.product-detail-keyfacts--professional .product-detail-keyfact {
    min-width: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 1px 9px;
    align-items: center;
    padding: 12px;
    border: 1px solid var(--ve-line);
    border-radius: 16px;
    background: #f8fafb;
}

.product-detail-keyfact-icon {
    grid-row: 1 / span 2;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--ve-green-dark);
    background: var(--ve-green-soft);
}

.product-detail-keyfact-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-keyfacts--professional .product-detail-keyfact > span:not(.product-detail-keyfact-icon) {
    overflow: hidden;
    color: var(--ve-muted);
    font-size: 9px;
    font-weight: 750;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.product-detail-keyfacts--professional .product-detail-keyfact strong {
    overflow: hidden;
    color: var(--ve-ink);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-detail-commercial-card {
    padding: 24px;
    color: var(--ve-white);
    background:
        radial-gradient(circle at 92% 10%, rgba(25, 181, 106, 0.35), transparent 28%),
        linear-gradient(145deg, #071827, #123247);
}

.product-detail-commercial-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #79e7b0;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-detail-commercial-card h2 {
    margin: 0 0 9px;
    color: var(--ve-white);
    font-size: 22px;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.product-detail-commercial-card > p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 12px;
    line-height: 1.65;
}

.product-detail-commercial-card .product-detail-button {
    width: 100%;
}

.product-detail-button--interest {
    justify-content: space-between;
    margin-bottom: 10px;
    color: #071827;
    background: #79e7b0;
}

.product-detail-button--interest:hover,
.product-detail-button--interest:focus-visible {
    color: #071827;
    background: var(--ve-white);
}

.product-detail-commercial-card .product-detail-button.secondary {
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--ve-white);
    background: rgba(255, 255, 255, 0.06);
}

.product-detail-commercial-card .product-detail-button.secondary:hover,
.product-detail-commercial-card .product-detail-button.secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.11);
}

.product-detail-trust-list {
    display: grid;
    gap: 8px;
    margin-top: 17px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.product-detail-trust-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 650;
}

.product-detail-trust-list svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #79e7b0;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-detail-sections--professional {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 13px;
}

.product-detail-section--specs,
.product-detail-section--description {
    min-width: 0;
    padding: clamp(25px, 3.5vw, 38px);
    border: 1px solid rgba(200, 212, 220, 0.88);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 17px 42px rgba(7, 24, 39, 0.065);
}

.product-detail-section-heading {
    margin-bottom: 23px;
}

.product-detail-section-heading > span {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-green-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-detail-section-heading h2 {
    margin: 0;
    color: var(--ve-ink);
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -0.045em;
}

.product-detail-specs--professional {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px 24px;
}

.product-detail-specs--professional .product-detail-spec {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--ve-line);
}

.product-detail-specs--professional .product-detail-spec span {
    color: var(--ve-muted);
    font-size: 11px;
}

.product-detail-specs--professional .product-detail-spec strong {
    color: var(--ve-ink);
    font-size: 12px;
    text-align: right;
}

.product-detail-description--professional {
    margin: 0;
    color: #516575;
    font-size: 14px;
    line-height: 1.85;
    white-space: pre-line;
}

.product-related-section {
    grid-column: 1 / -1;
    margin-top: clamp(46px, 7vw, 74px);
}

.product-related-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.product-related-heading > div > span {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-green-dark);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-related-heading h2 {
    margin: 0;
    color: var(--ve-ink);
    font-size: clamp(29px, 4vw, 42px);
    letter-spacing: -0.05em;
}

.product-related-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ve-ink);
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
}

.product-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
}

.product-related-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(200, 212, 220, 0.88);
    border-radius: 23px;
    background: var(--ve-white);
    box-shadow: 0 15px 38px rgba(7, 24, 39, 0.075);
    transition:
        transform var(--ve-transition),
        box-shadow var(--ve-transition);
}

.product-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 23px 52px rgba(7, 24, 39, 0.12);
}

.product-related-media {
    position: relative;
    height: 220px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--ve-white);
    background:
        radial-gradient(circle at 75% 20%, rgba(25, 181, 106, 0.34), transparent 28%),
        linear-gradient(145deg, #071827, #123247);
}

.product-related-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.product-related-card:hover .product-related-media img {
    transform: scale(1.045);
}

.product-related-fallback {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 20px;
    font-weight: 850;
}

.product-related-business {
    position: absolute;
    top: 13px;
    left: 13px;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border-radius: 999px;
    color: #075c3c;
    background: rgba(223, 248, 234, 0.94);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-related-body {
    padding: 19px;
}

.product-related-body > span {
    display: block;
    margin-bottom: 7px;
    color: var(--ve-green-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-related-body h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.product-related-body h3 a {
    color: var(--ve-ink);
    text-decoration: none;
}

.product-related-body p {
    margin: 9px 0 15px;
    color: var(--ve-muted);
    font-size: 11px;
}

.product-related-body > strong {
    display: block;
    color: var(--ve-navy);
    font-size: 17px;
    letter-spacing: -0.025em;
}

.product-detail-status-card--professional {
    max-width: 650px;
    margin: 60px auto;
    padding: 42px;
    border: 1px solid var(--ve-line);
    border-radius: 26px;
    background: var(--ve-white);
    box-shadow: 0 20px 50px rgba(7, 24, 39, 0.09);
    text-align: center;
}

.product-detail-status-card--professional h2 {
    margin: 14px 0 8px;
    color: var(--ve-ink);
    font-size: 25px;
    letter-spacing: -0.04em;
}

.product-detail-status-card--professional p {
    margin: 0;
    color: var(--ve-muted);
    line-height: 1.65;
}

.product-detail-status-mark {
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    border-radius: 15px;
    background: var(--ve-green-soft);
}

.product-detail-status.loading .product-detail-status-mark::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid rgba(25, 181, 106, 0.25);
    border-top-color: var(--ve-green-dark);
    border-radius: 50%;
    animation: detailSpin 0.8s linear infinite;
}

.product-detail-status.error .product-detail-status-mark {
    background: var(--ve-danger-soft);
}

.product-detail-status.error .product-detail-status-mark::before {
    content: "!";
    color: var(--ve-danger);
    font-weight: 900;
}

@keyframes detailSpin {
    to {
        transform: rotate(360deg);
    }
}

.product-interest-dialog--professional {
    width: min(720px, calc(100% - 30px));
    max-height: min(92vh, 780px);
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.product-interest-header--professional {
    padding: 27px 29px 22px;
    color: var(--ve-white);
    background:
        radial-gradient(circle at 92% 8%, rgba(25, 181, 106, 0.4), transparent 28%),
        linear-gradient(145deg, #071827, #123247);
}

.product-interest-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #79e7b0;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-interest-header--professional h2 {
    color: var(--ve-white);
}

.product-interest-header--professional p {
    color: rgba(255, 255, 255, 0.68);
}

.product-interest-form--professional {
    padding: 27px 29px 30px;
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(3, 12, 20, 0.92);
    backdrop-filter: blur(13px);
}

.product-lightbox-dialog {
    position: relative;
    width: min(1180px, 100%);
    height: min(88vh, 820px);
    display: grid;
    place-items: center;
}

.product-lightbox-figure {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 14px;
    margin: 0;
}

.product-lightbox-figure img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: contain;
}

.product-lightbox-figure figcaption {
    color: rgba(255, 255, 255, 0.68);
    text-align: center;
    font-size: 11px;
    font-weight: 650;
}

.product-lightbox-close,
.product-lightbox-control {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: var(--ve-white);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.product-lightbox-close {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    font-size: 27px;
}

.product-lightbox-control {
    top: 50%;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    font-size: 32px;
}

.product-lightbox-control.previous {
    left: 0;
}

.product-lightbox-control.next {
    right: 0;
}

.product-lightbox-close:hover,
.product-lightbox-close:focus-visible,
.product-lightbox-control:hover,
.product-lightbox-control:focus-visible {
    background: rgba(25, 181, 106, 0.82);
}

body.product-lightbox-open,
body.product-interest-open {
    overflow: hidden;
}

@media (max-width: 1020px) {

    .product-detail-content--professional {
        grid-template-columns: 1fr;
    }

    .product-detail-summary--professional {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-sections--professional {
        margin-top: 0;
    }

}

@media (max-width: 760px) {

    body.product-detail-page > .product-detail-shell--professional {
        width: min(100% - 28px, var(--ve-container));
        padding-block: 20px 58px;
    }

    .product-detail-topbar--professional {
        align-items: flex-start;
    }

    .product-detail-topbar-actions {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .product-detail-share span {
        display: none;
    }

    .product-detail-main-media--professional,
    .product-detail-main-media--professional img {
        min-height: 390px;
    }

    .product-detail-thumbnails--professional {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-summary--professional,
    .product-detail-sections--professional {
        grid-template-columns: 1fr;
    }

    .product-detail-keyfacts--professional,
    .product-detail-specs--professional {
        grid-template-columns: 1fr;
    }

    .product-related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-related-media {
        height: 250px;
    }

    .product-interest-grid {
        grid-template-columns: 1fr;
    }

    .product-interest-header--professional,
    .product-interest-form--professional {
        padding-inline: 22px;
    }

    .product-lightbox {
        padding: 12px;
    }

    .product-lightbox-control {
        bottom: 20px;
        top: auto;
        transform: none;
    }

    .product-lightbox-control.previous {
        left: calc(50% - 56px);
    }

    .product-lightbox-control.next {
        right: calc(50% - 56px);
    }

}

@media (prefers-reduced-motion: reduce) {

    .product-detail-main-media--professional img,
    .product-detail-back--professional,
    .product-detail-share,
    .product-detail-thumbnail,
    .product-related-card,
    .product-related-media img {
        transition: none;
    }

    .product-detail-status.loading .product-detail-status-mark::before {
        animation-duration: 1.8s;
    }

}

/* CATALOGO DETALLE V3.1 - CORRECCION DE COLUMNA LATERAL */

/*
La columna comercial deja de permanecer fija durante el scroll.
Así no cubre las secciones de características y descripción.
*/

.product-detail-summary--professional {
    position: static;
    top: auto;
}
