.prototype-section {
    padding-top: 80px;
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 18px 18px 0 0;
}

.card-body {
    padding: 18px;
    flex: 1;
}

.card-expand-content {
    display: none;
    padding-top: 15px;
}

.prototype-card {
    position: relative;
    z-index: 1;
    transition: all .25s ease;
}

.prototype-card.expanded {
    z-index: 1000;
    transform: translateY(-4px);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .14);
}

.prototype-card.expanded .card-expand-content {
    display: block;
}

.prototype-section .row {
    overflow: visible;
}

.prototype-section .col-xl-4,
.prototype-section .col-md-6 {
    overflow: visible;
}

.prototype-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.track {
    font-family: monospace;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--section-color);
}

.track::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--section-color);
    display: inline-block;
    opacity: .7;
    vertical-align: middle;
    margin-right: 10px;
}

.section-title {
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -.02em;
    font-weight: 400;
    margin: 12px 0 0;
    color: #101013;
}

.prototype-category-description {
    max-width: 50%;
    color: #56565F;
    font-size: 15px;
    margin: 0;
}

.group-count {
    font-family: 'monospace';
    font-size: 12px;
    letter-spacing: .12em;
    color: #86868F;
    white-space: nowrap;
}

.prototype-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    background: #f4f4f2;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.prototype-section-divider {
    width: 100%;
    height: 1px;
    background: #0000001f;
    margin: 20px 0;
}

.card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #0000001f;
    background-color: var(--section-light);
}

.card-top-dots {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.card-top-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.card-top-dots span:first-child {
    background: var(--section-color);
}

.card-top-dots span:not(first-child) {
    background: #00000038;
}

.card-top-benefits {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-left: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 62%;
    color: #86868F;
}

.concept {
    font-size: 11px;
    color: var(--section-color);
    margin-bottom: 13px;
}

.card-body .card_title {
    font-size: 21px;
    letter-spacing: -.01em;
    margin: 0 0 11px;
    font-weight: 600;
}

.card_desc {
    font-size: 14px;
    color: #56565F;
}

.card-body {
    flex: 1;
}

.tags span {
    display: inline-block;
    color: #56565F;
    border: 1px solid #0000001f;
    background: rgba(0, 0, 0, .025);
    margin: 4px;
    letter-spacing: .02em;
    font-size: 10px !important;
    font-family: monospace;
    border-radius: 6px;
    padding: 4px 8px;
}

.card-footer {
    padding: .5rem 0 !important;
    background-color: inherit !important;
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-footer .open-prototype {
    font-size: 13px;
    font-weight: 600;
    color: var(--section-color);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap .2s;
}

.live-badge {
    font-family: 'monospace';
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #86868F;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.live-badge .pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2faf6a;
    box-shadow: 0 0 0 0 rgba(47, 175, 106, .6);
    animation: pulse 2.2s infinite;
}

@keyframes blink {
    50% {
        opacity: .2
    }
}

/* .prototype-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    height: max-content;
    background: #fff;
    z-index: 9999;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility .3s ease;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, .18);
} */

/* .prototype-card:hover .prototype-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} */

.prototype-section .row {
    overflow: visible;
}

.prototype-section .col-xl-4,
.prototype-section .col-lg-4,
.prototype-section .col-md-6 {
    overflow: visible;
}

/* .browser-actions {
    display: flex;
    align-items: center;
    gap: 20px;
} */

/* .prototype-hover img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    margin-bottom: 20px;
} */

/* .hover-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
} */

/* .hover-benefits span {
    border: 1px solid var(--section-color);
    color: var(--section-color);
    background: var(--section-light);
    border-radius: 8px;
    padding: 7px 12px;
    font-size: 12px;
} */

.browser iframe {
    width: 100%;
    height: 80vh;
    border: 0
}

/* .browser-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between
} */

.browser-header {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.browser-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.browser-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

#prototypeBrowserTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

#prototypeBrowserModal .modal-dialog {
    width: 95vw;
    max-width: 1800px;
}

#prototypeIframe {
    width: 100%;
    height: 90vh;
}

.browser {
    height: 95vh;
}

.dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #999;
    margin-right: 5px
}

.browser-close {
    border: none;
    background: none;
    font-size: 26px;
}

@media(max-width:767px) {
    .prototype-section {
        padding: 40px 0
    }
}