.guide-home-page {
    background: #f4f8fc;
}

.guide-home-page .guide-hero {
    padding: 76px 0 64px;
    border-bottom: 1px solid #d8e5f4;
    background: #eef5ff;
}

.guide-home-page .guide-hero-inner {
    max-width: 980px;
}

.guide-home-page .guide-eyebrow {
    color: #1769e8;
    font-size: .82rem;
    font-weight: 560;
    text-transform: none;
}

.guide-home-page .guide-eyebrow > span {
    width: 20px;
    height: 20px;
}

.guide-home-page .guide-hero h1 {
    max-width: 850px;
    margin: 20px auto 16px;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 580;
}

.guide-home-page .guide-hero > .container > p {
    max-width: 720px;
    font-size: 1.08rem;
    line-height: 1.7;
}

.guide-home-page .guide-search--hero {
    width: min(780px, 100%);
    min-height: 66px;
    margin: 32px auto 0;
    padding-inline: 22px;
    border-color: #b8cce7;
    background: #fff;
    box-shadow: 0 14px 34px rgba(22, 62, 124, .1);
}

.guide-home-page .guide-search--hero .guide-search-icon {
    width: 20px;
    height: 20px;
}

.guide-home-page .guide-search--hero input {
    font-size: 1.02rem;
}

.guide-home-page .guide-hero-links {
    display: grid;
    width: min(720px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 30px auto 0;
    color: #566783;
    font-size: .9rem;
}

.guide-home-page .guide-hero-links > span {
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-right: 1px solid #cbd9eb;
}

.guide-home-page .guide-hero-links > span:last-child {
    border-right: 0;
}

.guide-home-page .guide-hero-links strong {
    color: #10264a;
    font-size: 1.02rem;
    font-weight: 600;
}

.guide-featured {
    padding: 68px 0 72px;
    background: #fff;
}

.guide-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.guide-section-kicker {
    display: block;
    margin-bottom: 8px;
    color: #1769e8;
    font-size: .78rem;
    font-weight: 600;
}

.guide-section-header h2,
.guide-home-page .guide-browser-heading h2,
.guide-home-page .guide-start h2 {
    margin: 0;
    color: #10264a;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 560;
}

.guide-section-header p,
.guide-home-page .guide-browser-heading p {
    max-width: 680px;
    margin: 9px 0 0;
    color: #5a6982;
    font-size: .98rem;
    line-height: 1.65;
}

.guide-section-header > a {
    flex: 0 0 auto;
    color: #1769e8;
    font-size: .92rem;
    font-weight: 540;
}

.guide-section-header > a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

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

.guide-featured-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d5e1ef;
    border-radius: 8px;
    color: #10264a;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 50, 105, .07);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.guide-featured-card:hover {
    transform: translateY(-3px);
    border-color: #91b8ee;
    box-shadow: 0 18px 38px rgba(18, 50, 105, .12);
}

.guide-featured-card:focus-visible,
.guide-home-page .guide-card:focus-visible {
    outline: 3px solid rgba(23, 105, 232, .3);
    outline-offset: 3px;
}

.guide-featured-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid #dbe6f2;
    background: #edf4fc;
}

.guide-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: transform .25s ease;
}

.guide-featured-card:hover .guide-featured-media img {
    transform: scale(1.015);
}

.guide-featured-media > span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 6px;
    color: #fff;
    background: #1769e8;
    box-shadow: 0 6px 16px rgba(11, 75, 174, .2);
    font-size: .75rem;
    font-weight: 560;
}

.guide-featured-body {
    display: flex;
    min-height: 240px;
    flex-direction: column;
    padding: 22px;
}

.guide-featured-title-row {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.guide-featured-title-row .guide-card-icon {
    width: 50px;
    height: 50px;
}

.guide-featured-title-row small {
    display: block;
    margin-bottom: 4px;
    color: #6a7890;
    font-size: .78rem;
}

.guide-featured-title-row h3 {
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 570;
}

.guide-featured-body > p {
    margin: 17px 0 0;
    color: #586983;
    font-size: .92rem;
    line-height: 1.62;
}

.guide-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 19px;
    color: #1769e8;
    font-size: .9rem;
    font-weight: 560;
}

.guide-card-action > span {
    font-size: 1.08rem;
    transition: transform .18s ease;
}

.guide-featured-card:hover .guide-card-action > span,
.guide-home-page .guide-card:hover .guide-card-action > span {
    transform: translateX(3px);
}

.guide-home-page .guide-browser {
    padding: 68px 0 82px;
    background: #f4f8fc;
}

.guide-home-page .guide-browser-heading {
    align-items: end;
    padding-bottom: 26px;
    border-bottom: 1px solid #d5e1ee;
}

.guide-home-page .guide-result-count {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #cbd9eb;
    border-radius: 6px;
    color: #445873;
    background: #fff;
    font-size: .84rem;
}

.guide-home-page .guide-filters {
    margin: 22px 0 42px;
}

.guide-home-page .guide-filters button {
    min-height: 40px;
    padding: 0 16px;
    border-color: #cbd9e8;
    border-radius: 6px;
    color: #435570;
    background: #fff;
    font-size: .88rem;
    transition: color .16s ease, border-color .16s ease, background .16s ease;
}

.guide-home-page .guide-filters button:hover {
    border-color: #8eafe0;
    color: #1259bf;
    background: #edf5ff;
}

.guide-home-page .guide-filters button.is-active {
    border-color: #1769e8;
    color: #fff;
    background: #1769e8;
}

.guide-home-page .guide-group + .guide-group {
    margin-top: 54px;
}

.guide-home-page .guide-group-title {
    align-items: center;
    padding-bottom: 13px;
}

.guide-home-page .guide-group-title h2 {
    font-size: 1.5rem;
    font-weight: 560;
}

.guide-home-page .guide-group-title span {
    color: #697991;
}

.guide-home-page .guide-card-grid {
    gap: 18px;
    margin-top: 18px;
}

.guide-home-page .guide-card {
    display: grid;
    min-height: 230px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;
    padding: 23px;
    color: #10264a;
    border-color: #d4e0ed;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 50, 105, .055);
}

.guide-home-page .guide-card:hover {
    transform: translateY(-3px);
    border-color: #91b8ee;
    box-shadow: 0 15px 32px rgba(18, 50, 105, .1);
}

.guide-home-page .guide-card-icon {
    width: 54px;
    height: 54px;
}

.guide-home-page .guide-card-icon > span {
    width: 28px;
    height: 28px;
}

.guide-card-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.guide-card-type {
    color: #718099;
    font-size: .75rem;
}

.guide-home-page .guide-card h3 {
    margin: 5px 0 10px;
    color: #10264a;
    font-size: 1.08rem;
    line-height: 1.32;
    font-weight: 570;
}

.guide-home-page .guide-card p {
    color: #5a6a83;
    font-size: .9rem;
    line-height: 1.62;
}

.guide-home-page .guide-card .guide-card-action {
    margin-top: auto;
}

.guide-home-page .guide-empty {
    margin-top: 22px;
    border: 1px solid #d4e1ef;
    border-radius: 8px;
    background: #fff;
}

.guide-home-page .guide-start {
    padding: 48px 0;
    background: #10264a;
}

.guide-home-page .guide-start-inner {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.guide-home-page .guide-start-icon {
    width: 52px;
    height: 52px;
    color: #68a9ff;
}

.guide-home-page .guide-start .guide-section-kicker {
    color: #83b8ff;
}

.guide-home-page .guide-start h2 {
    color: #fff;
    font-size: 1.65rem;
}

.guide-home-page .guide-start p {
    max-width: 700px;
    color: #d8e5f6;
}

.guide-home-page .guide-start .button {
    min-width: 190px;
    background: #1769e8;
}

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

    .guide-featured-card:last-child {
        grid-column: 1 / -1;
    }

    .guide-featured-card:last-child .guide-featured-media {
        aspect-ratio: 2.25 / 1;
    }

    .guide-featured-card:last-child .guide-featured-body {
        min-height: 210px;
    }
}

@media (max-width: 760px) {
    .guide-home-page .guide-hero {
        padding: 52px 0 46px;
    }

    .guide-home-page .guide-hero h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    .guide-home-page .guide-hero > .container > p {
        font-size: 1rem;
    }

    .guide-home-page .guide-search--hero {
        min-height: 58px;
        margin-top: 26px;
        padding-inline: 18px;
    }

    .guide-home-page .guide-hero-links {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .guide-home-page .guide-hero-links > span {
        min-height: auto;
        border-right: 0;
    }

    .guide-featured {
        padding: 50px 0 54px;
    }

    .guide-section-header {
        display: grid;
        align-items: start;
        gap: 14px;
    }

    .guide-section-header h2,
    .guide-home-page .guide-browser-heading h2 {
        font-size: 28px;
    }

    .guide-featured-grid {
        grid-template-columns: 1fr;
    }

    .guide-featured-card:last-child {
        grid-column: auto;
    }

    .guide-featured-card:last-child .guide-featured-media {
        aspect-ratio: 16 / 9;
    }

    .guide-featured-body,
    .guide-featured-card:last-child .guide-featured-body {
        min-height: 0;
    }

    .guide-home-page .guide-browser {
        padding: 50px 0 60px;
    }

    .guide-home-page .guide-browser-heading {
        display: grid;
        gap: 16px;
    }

    .guide-home-page .guide-result-count {
        width: fit-content;
    }

    .guide-home-page .guide-filters {
        margin-bottom: 34px;
    }

    .guide-home-page .guide-start-inner,
    .guide-home-page .guide-start-inner > div {
        align-items: flex-start;
    }

    .guide-home-page .guide-start-inner {
        display: grid;
    }

    .guide-home-page .guide-start .button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .guide-home-page .guide-hero h1 {
        font-size: 32px;
    }

    .guide-home-page .guide-search--hero input {
        font-size: .92rem;
    }

    .guide-featured-title-row {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .guide-featured-title-row .guide-card-icon {
        width: 46px;
        height: 46px;
    }

    .guide-featured-body {
        padding: 19px;
    }

    .guide-home-page .guide-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 19px;
    }

    .guide-home-page .guide-card-icon {
        width: 48px;
        height: 48px;
    }

    .guide-home-page .guide-card-icon > span {
        width: 24px;
        height: 24px;
    }

    .guide-home-page .guide-start-icon {
        width: 44px;
        height: 44px;
    }
}