.guides-hub-body {
    color: #dbe7f6;
    background:
        radial-gradient(circle at 14% 0%, rgba(29, 78, 216, 0.3), transparent 30rem),
        radial-gradient(circle at 86% 0%, rgba(56, 189, 248, 0.14), transparent 24rem),
        linear-gradient(180deg, #07152d 0%, #071126 100%);
}

.guides-hub-page {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto 4rem;
    padding: 0.2rem 0 0;
}

.guides-hub-hero,
.guides-hub-controls,
.guides-hub-listings {
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 0.95rem;
    background: rgba(8, 24, 49, 0.84);
    box-shadow: 0 1.2rem 2.8rem rgba(2, 6, 23, 0.35);
}

.guides-hub-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 11rem;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
}

.guides-hub-eyebrow {
    margin: 0;
    color: #8ec5ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guides-hub-hero h1 {
    margin: 0.25rem 0 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
}

.guides-hub-hero p {
    margin: 0.7rem 0 0;
    max-width: 42rem;
    color: #9fb3cc;
    line-height: 1.55;
}

.guides-hub-hero__icon {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1;
    place-items: center;
    color: #dbeafe;
    background: radial-gradient(circle at 30% 25%, rgba(96, 165, 250, 0.52), rgba(29, 78, 216, 0.3));
    border: 1px solid rgba(147, 197, 253, 0.45);
    border-radius: 1rem;
    font-size: 2rem;
    font-weight: 900;
}

.guides-hub-controls {
    margin-top: 0.9rem;
    padding: 0.8rem;
}

.guides-hub-search {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    padding: 0 0.75rem;
    background: rgba(11, 26, 49, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.65rem;
}

.guides-hub-search span {
    color: #8ca3bc;
}

.guides-hub-search input {
    width: 100%;
    color: #f8fbff;
    background: transparent;
    border: 0;
    outline: 0;
    font: inherit;
}

.guides-hub-listings {
    margin-top: 0.85rem;
    padding: 0.8rem;
}

.guides-hub-listings__header {
    margin-bottom: 0.65rem;
}

.guides-hub-listings__header p {
    margin: 0;
    color: #dbeafe;
    font-weight: 750;
}

.guides-hub-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.guides-hub-card {
    display: grid;
    gap: 0.62rem;
    padding: 0.65rem;
    background: rgba(13, 28, 50, 0.88);
    border: 1px solid rgba(96, 165, 250, 0.22);
    border-radius: 0.75rem;
}

.guides-hub-card__head {
    display: grid;
    grid-template-columns: 3.55rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
}

.guides-hub-card__head img {
    width: 3.55rem;
    height: 3.55rem;
    object-fit: cover;
    border-radius: 0.55rem;
}

.guides-hub-card__head h2 {
    margin: 0;
    color: #f8fbff;
    font-size: 1rem;
}

.guides-hub-card__head span {
    display: inline-block;
    margin-top: 0.28rem;
    padding: 0.22rem 0.45rem;
    color: #86efac;
    background: rgba(22, 101, 52, 0.42);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 780;
}

.guides-hub-card__meta {
    display: grid;
    gap: 0.25rem;
}

.guides-hub-card__meta small {
    color: #9fb3cc;
    font-size: 0.76rem;
    font-weight: 660;
}

.guides-hub-card__action {
    display: inline-flex;
    min-height: 2.1rem;
    align-items: center;
    justify-content: center;
    color: #bfdbfe;
    background: rgba(29, 78, 216, 0.2);
    border: 1px solid rgba(96, 165, 250, 0.36);
    border-radius: 0.5rem;
    font-size: 0.82rem;
    font-weight: 780;
    text-decoration: none;
}

.guides-hub-hidden {
    display: none !important;
}

@media (max-width: 980px) {
    .guides-hub-hero {
        grid-template-columns: 1fr;
    }

    .guides-hub-hero__icon {
        max-width: 7rem;
    }

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

@media (max-width: 640px) {
    .guides-hub-grid {
        grid-template-columns: 1fr;
    }
}
