body {
    background: #f3f3f1;
}

.home-intro {
    background: #0a0b0d;
    color: #fff;
    border-top: 1px solid #25262a;
}

.home-intro-grid {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 50px;
    align-items: center;
}

.intro-copy {
    padding: 48px 0 52px;
}

.intro-kicker,
.eyebrow {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.15px;
}

.intro-kicker {
    background: #e9ff16;
    color: #08090b;
    padding: 6px 9px;
    margin-bottom: 17px;
}

.intro-copy h1 {
    margin: 0;
    max-width: 880px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(48px, 6.4vw, 86px);
    line-height: .94;
    letter-spacing: -3.5px;
    font-weight: 750;
}

.intro-copy p {
    max-width: 720px;
    margin: 22px 0 0;
    color: #d5d5d8;
    font-size: 17px;
    line-height: 1.55;
}

.intro-actions {
    display: flex;
    gap: 13px;
    margin-top: 29px;
    flex-wrap: wrap;
}

.primary-home-btn,
.secondary-home-btn,
.rank-now-btn,
.callout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.primary-home-btn {
    background: #e9ff16;
    color: #08090b;
    border: 2px solid #e9ff16;
    padding: 13px 18px;
}

.secondary-home-btn {
    color: #fff;
    border: 1px solid #5c5e63;
    padding: 13px 18px;
}

.intro-poster {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border: 1px solid #34363b;
    background:
        linear-gradient(135deg, transparent 0 55%, rgba(239,36,63,.88) 55% 71%, transparent 71%),
        repeating-linear-gradient(-12deg, #141519 0, #141519 4px, #0d0e11 4px, #0d0e11 17px);
}

.poster-number {
    position: absolute;
    right: 22px;
    top: 13px;
    color: #2b2c30;
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
}

.poster-lines {
    position: absolute;
    left: 28px;
    top: 49px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.poster-lines span,
.poster-lines b,
.poster-lines strong {
    display: block;
    padding: 5px 9px;
    line-height: 1;
    font-size: 30px;
    letter-spacing: -1px;
}

.poster-lines span {
    background: #fff;
    color: #111;
    transform: rotate(-2deg);
}

.poster-lines b {
    background: #e9ff16;
    color: #111;
    margin: 7px 0;
    transform: rotate(1.5deg);
}

.poster-lines strong {
    color: #fff;
    border: 2px solid #fff;
    transform: rotate(-1deg);
}

.poster-sticker {
    position: absolute;
    right: 35px;
    bottom: 25px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #090a0c;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(7deg);
    box-shadow: 5px 5px 0 #ef243f;
    font-size: 11px;
    font-weight: 700;
}

.poster-sticker b {
    color: #08090b;
    background: #e9ff16;
    padding: 4px 8px;
    margin: 4px 0;
    font-size: 17px;
}

.poster-scribble {
    position: absolute;
    left: 27px;
    bottom: 34px;
    width: 110px;
    height: 7px;
    background: #ef243f;
    transform: rotate(-5deg);
}

.home-stats {
    background: #fff;
    border-bottom: 1px solid #c8c9cc;
}

.home-stats-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: 220px 230px 1fr;
}

.home-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 13px 25px;
    border-right: 1px solid #d5d6d8;
}

.home-stat strong {
    font-size: 28px;
    line-height: 1;
    font-weight: 750;
}

.home-stat span {
    margin-top: 4px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .6px;
}

.home-stat-message {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}

.home-stat-message strong {
    font-size: 12px;
}

.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef243f;
    box-shadow: 0 0 0 5px rgba(239,36,63,.12);
}

.category-strip,
.featured-section,
.rankings-grid-section,
.home-how {
    padding: 38px 0;
}

.category-strip {
    padding-bottom: 20px;
}

.section-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 18px;
}

.eyebrow {
    color: #777980;
}

.section-heading-row h2,
.home-how-title h2,
.create-callout h2,
.empty-home h2 {
    margin: 4px 0 0;
    font-size: clamp(27px, 3.6vw, 46px);
    line-height: 1.05;
    letter-spacing: -1.7px;
    font-weight: 720;
}

.section-note {
    font-size: 9px;
    color: #777980;
    font-weight: 700;
}

.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.category-pills a {
    display: inline-block;
    padding: 9px 12px;
    border: 1px solid #bfc0c4;
    background: #fff;
    color: #111216;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.category-pills a:hover,
.category-pills a.active {
    border-color: #111216;
    background: #111216;
    color: #e9ff16;
}

.featured-section {
    padding-top: 24px;
}

.featured-ranking {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
    min-height: 365px;
    border: 1px solid #111216;
    background: #fff;
}

.featured-image {
    position: relative;
    min-height: 365px;
    overflow: hidden;
    background: #151619;
    text-decoration: none;
}

.featured-image img {
    width: 100%;
    height: 100%;
    min-height: 365px;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.featured-image:hover img,
.ranking-card-image:hover img {
    transform: scale(1.02);
}

.featured-fallback,
.card-fallback {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 70% 30%, rgba(239,36,63,.55), transparent 40%),
        repeating-linear-gradient(-12deg, #202125 0, #202125 3px, #101114 3px, #101114 14px);
    color: #e9ff16;
}

.featured-fallback span {
    font-size: 110px;
    font-weight: 800;
}

.featured-live {
    position: absolute;
    left: 18px;
    top: 18px;
    background: #ef243f;
    color: #fff;
    padding: 7px 10px;
    font-size: 9px;
    font-weight: 700;
}

.featured-rank-badge {
    position: absolute;
    right: 22px;
    bottom: 19px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #0a0b0d;
    border: 3px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: rotate(-5deg);
    font-size: 9px;
    font-weight: 700;
}

.featured-rank-badge b {
    margin: 3px 0;
    padding: 4px 7px;
    background: #e9ff16;
    color: #111;
    font-size: 14px;
}

.featured-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 38px;
}

.card-meta,
.card-small-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 13px;
    align-items: center;
    color: #707178;
    font-size: 9px;
    font-weight: 700;
}

.category-label,
.card-category {
    background: #111216;
    color: #fff;
}

.category-label {
    padding: 5px 8px;
}

.featured-copy h3 {
    margin: 17px 0 0;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.02;
    letter-spacing: -2px;
    font-weight: 720;
}

.featured-copy h3 a,
.ranking-card h3 a {
    color: #111216;
    text-decoration: none;
}

.featured-copy p {
    margin: 17px 0 0;
    color: #61636a;
    line-height: 1.55;
    font-size: 14px;
}

.featured-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.rank-now-btn {
    background: #e9ff16;
    color: #08090b;
    border: 2px solid #111216;
    padding: 13px 17px;
    box-shadow: 3px 3px 0 #111216;
}

.ranking-type {
    color: #777980;
    font-size: 9px;
    font-weight: 700;
}

.rankings-grid-section {
    padding-top: 25px;
}

.grid-heading {
    margin-bottom: 20px;
}

.ranking-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.ranking-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #bebfc2;
}

.ranking-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #17181b;
}

.ranking-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.card-fallback {
    min-height: 100%;
}

.card-fallback span {
    font-size: 60px;
    font-weight: 800;
}

.card-category {
    position: absolute;
    left: 12px;
    bottom: 11px;
    padding: 6px 8px;
    font-size: 9px;
    font-weight: 700;
}

.ranking-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 17px 18px 18px;
}

.ranking-card h3 {
    margin: 10px 0 0;
    font-size: 23px;
    line-height: 1.1;
    letter-spacing: -.8px;
    font-weight: 700;
}

.ranking-card p {
    margin: 11px 0 16px;
    color: #686a70;
    font-size: 12px;
    line-height: 1.5;
}

.card-rank-link {
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid #dddde0;
    color: #111216;
    text-decoration: none;
    font-size: 10px;
    font-weight: 750;
}

.card-rank-link span {
    color: #ef243f;
    font-size: 17px;
    margin-left: 4px;
}

.empty-home {
    padding: 70px 25px;
    border: 1px solid #111216;
    background: #fff;
    text-align: center;
}

.empty-home > span {
    display: inline-block;
    background: #111216;
    color: #e9ff16;
    padding: 6px 8px;
    font-size: 9px;
    font-weight: 700;
}

.empty-home .rank-now-btn {
    margin-top: 20px;
}

.home-how {
    background: #fff;
    border-top: 1px solid #d3d4d7;
    border-bottom: 1px solid #d3d4d7;
}

.home-how-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.home-how-title,
.how-step {
    padding: 25px 28px;
    border-right: 1px solid #d4d5d8;
}

.how-step:last-child {
    border-right: 0;
}

.home-how-title h2 {
    max-width: 350px;
}

.how-step > span {
    display: block;
    margin-bottom: 26px;
    color: #ef243f;
    font-size: 27px;
    font-weight: 750;
}

.how-step strong {
    font-size: 13px;
}

.how-step p {
    margin: 7px 0 0;
    color: #696b71;
    font-size: 11px;
    line-height: 1.45;
}

.create-callout {
    padding: 48px 0;
    background: #111216;
    color: #fff;
}

.create-callout-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
    align-items: center;
}

.yellow-eyebrow {
    color: #e9ff16;
}

.create-callout h2 {
    max-width: 780px;
    font-size: clamp(33px, 4.6vw, 61px);
    color: #fff;
}

.create-callout p {
    max-width: 760px;
    margin: 13px 0 0;
    color: #bfc0c4;
    line-height: 1.5;
    font-size: 13px;
}

.callout-btn {
    background: #e9ff16;
    color: #111216;
    padding: 15px 20px;
    border: 2px solid #e9ff16;
    white-space: nowrap;
}

@media (max-width: 1050px) {
    .home-intro-grid,
    .featured-ranking {
        grid-template-columns: 1fr;
    }

    .intro-poster {
        margin-bottom: 35px;
    }

    .featured-copy {
        padding: 28px;
    }

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

    .home-how-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-how-title,
    .how-step {
        border-bottom: 1px solid #d4d5d8;
    }
}

@media (max-width: 760px) {
    .home-intro-grid {
        gap: 0;
    }

    .intro-copy {
        padding: 38px 0;
    }

    .intro-copy h1 {
        letter-spacing: -2px;
    }

    .intro-copy p {
        font-size: 15px;
    }

    .intro-poster {
        min-height: 250px;
    }

    .poster-lines span,
    .poster-lines b,
    .poster-lines strong {
        font-size: 23px;
    }

    .home-stats-inner {
        grid-template-columns: 1fr 1fr;
    }

    .home-stat-message {
        grid-column: 1 / -1;
        border-top: 1px solid #d5d6d8;
    }

    .ranking-card-grid {
        grid-template-columns: 1fr;
    }

    .home-how-grid {
        grid-template-columns: 1fr;
    }

    .home-how-title,
    .how-step {
        border-right: 0;
    }

    .create-callout-inner {
        grid-template-columns: 1fr;
    }

    .callout-btn {
        width: 100%;
    }
}
