/* Hub Layout */
.gt-hub-hero-785a9746 {
    background: #4a90e2;
    padding: 60px 20px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 40px;
}
.gt-hero-inner-785a9746 h1 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 36px;
}
.gt-hero-inner-785a9746 p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 30px;
}
.gt-search-wrap-785a9746 {
    max-width: 500px;
    margin: 0 auto;
}
.gt-search-input-785a9746 {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Tabs */
.gt-tabs-nav-785a9746 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}
.gt-tab-btn-785a9746 {
    padding: 10px 20px;
    background: #f1f3f5;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    transition: all 0.3s;
}
.gt-tab-btn-785a9746:hover,
.gt-tab-btn-785a9746.active {
    background: #4a90e2;
    color: #fff;
}

/* Sections & Grid */
.gt-section-785a9746 {
    margin-bottom: 50px;
}
.gt-section-title-785a9746 {
    font-size: 28px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f3f5;
    color: #333;
}
.gt-grid-785a9746 {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.gt-item-hidden-785a9746 {
    display: none;
}
.gt-view-more-btn-785a9746 {
    display: block;
    margin: 30px auto 0;
    padding: 12px 30px;
    background: transparent;
    border: 2px solid #4a90e2;
    color: #4a90e2;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.gt-view-more-btn-785a9746:hover {
    background: #4a90e2;
    color: #fff;
}

/* Cards */
.gt-card-wrap-785a9746 {
    height: 100%;
}
.gt-card-785a9746 {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
    height: 100%;
}
.gt-card-785a9746:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.gt-card-image-785a9746 {
    position: relative;
    padding-top: 56.25%;
}
.gt-card-image-785a9746 img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}
.gt-pin-badge-785a9746 {
    position: absolute;
    top: 15px; left: 15px;
    background: #ffaa00;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(255,170,0,0.4);
}
.gt-card-content-785a9746 {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.gt-topic-tag-785a9746 {
    font-size: 12px;
    color: #4a90e2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.gt-card-title-785a9746 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #222;
}
.gt-card-desc-785a9746 {
    font-size: 14px;
    color: #666;
    margin: 0 0 15px;
    flex-grow: 1;
}
.gt-keywords-wrap-785a9746 {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px;
}
.gt-keyword-785a9746 {
    font-size: 11px; padding: 2px 8px; background: #f8f9fa; border: 1px solid #eee; border-radius: 4px; color: #777;
}
.gt-card-meta-785a9746 {
    display: flex; justify-content: space-between;
    padding-top: 15px; border-top: 1px solid #f1f1f1;
    font-size: 13px; color: #888; margin-bottom: 15px;
}
.gt-card-action-785a9746 {
    font-size: 14px; font-weight: 700; color: #4a90e2;
}
