/* Tech Demo Result Archive Page Styles */

/* Archive Hero Section */
.demo-result-archive-hero-section {
    background: #53834F;
    padding: 20px 0 40px;
}

.demo-result-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Breadcrumb */
.demo-breadcrumb {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
}

.demo-breadcrumb .breadcrumb-link {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.demo-breadcrumb .breadcrumb-link:hover {
    opacity: 0.8;
}

.demo-breadcrumb .breadcrumb-separator {
    margin: 0 10px;
    color: #ffffff;
}

.demo-breadcrumb .breadcrumb-current {
    color: #ffffff;
}

.demo-result-archive-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: white;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
}

.demo-result-archive-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
}

.demo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E6AE25;
}

/* Search Section */
.demo-result-archive-search-section {
    background: #FBF9F4;
    padding: 3rem 0 4rem;
}

/* Search Form */
.demo-search-form-figma {
    max-width: 1200px;
    margin: 0 auto;
}

/* Filter Row */
.demo-filter-row-figma {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.demo-filter-group-figma {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Filter Label */
.demo-filter-label-figma {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

/* Select Box */
.demo-select-figma {
    width: 100%;
    padding: 0.8rem 3.5rem 0.8rem 1rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #42210b;
    background-color: white;
    background-image: none;
    border: 2px solid #5a7c56;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.demo-filter-group-figma::after {
    content: '▼';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 49px;
    background: #5a7c56;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 0 8px 8px 0;
    pointer-events: none;
    font-size: 14px;
}

.demo-select-figma:hover {
    border-color: #4a6846;
    box-shadow: 0 2px 8px rgba(90, 124, 86, 0.2);
}

.demo-select-figma:focus {
    outline: none;
    border-color: #5a7c56;
    box-shadow: 0 0 0 3px rgba(90, 124, 86, 0.1);
}

/* Search Button Container */
.demo-search-button-container-figma {
    text-align: center;
    margin-top: 2rem;
}

/* Search Button */
.demo-search-button-figma {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    outline: none !important;
    box-shadow: none !important;
}

.demo-search-button-figma:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.demo-search-button-figma:active {
    background: transparent !important;
    transform: translateY(0);
}

.demo-search-button-figma:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Demo Search Button Image */
.demo-search-button-img {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.search-icon-svg {
    width: 20px;
    height: 20px;
}

/* Description Text */
.demo-description-text {
    font-family: Zen Maru Gothic;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 20%;
    text-align: center;
}

/* Results Section */
.demo-result-archive-results-section {
    background: #FBF9F4;
    padding: 3rem 0;
}

/* Demo Cards Container */
.demo-cards-container-archive {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
}

/* Demo Card */
.demo-card-archive {
    background: white;
    border: 2px solid #333;
    border-radius: 12px;
    padding: 30px;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.demo-card-archive:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.demo-card-content-archive {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.demo-card-title-archive {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.demo-organization {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

.demo-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.demo-tag {
    display: inline-block;
    padding: 4px 12px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 50px;
}

/* No Results */
.demo-no-results {
    text-align: center;
    padding: 60px 20px;
}

.no-results-message {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .demo-result-archive-hero-section {
        padding: 15px 0 30px;
    }

    .demo-breadcrumb {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .demo-result-archive-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .demo-result-archive-dots {
        gap: 8px;
    }

    .demo-dot {
        width: 8px;
        height: 8px;
    }

    .demo-result-archive-search-section {
        padding: 2rem 0 3rem;
    }

    .demo-filter-row-figma {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }

    .demo-filter-label-figma {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .demo-select-figma {
        padding: 0.75rem 3.5rem 0.75rem 1rem;
        font-size: 14px;
        border: 2px solid #5a7c56;
        border-radius: 8px;
    }
    
    .demo-filter-group-figma::after {
        width: 50px;
        height: 46px;
        background: #5a7c56;
        line-height: 45px;
        border-radius: 0 8px 8px 0;
        font-size: 12px;
    }

    .demo-search-button-container-figma {
        margin-top: 1.5rem;
        text-align: center;
    }

    .demo-search-button-figma {
        width: 100%;
        padding: 0 !important;
        background: transparent !important;
    }

    .demo-search-button-img {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .demo-description-text {
        font-size: 15px;
        margin-top: 30px;
    }

    .demo-result-archive-results-section {
        padding: 2rem 0;
    }

    .demo-result-archive-container {
        padding: 0 15px;
    }

    .demo-cards-container-archive {
        gap: 15px;
    }

    .demo-card-archive {
        padding: 20px;
    }

    .demo-card-title-archive {
        font-size: 18px;
    }

    .demo-organization {
        font-size: 13px;
    }
}
