﻿/* ===================================================================
   Islfown - Homepage Styles
   Modern light theme with top navigation
   =================================================================== */

/* ---------- Hero: Full-width banner ---------- */
.gf-hero {
    position: relative; overflow: hidden;
    padding: 56px 0 48px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}
.gf-hero::before {
    content: ''; position: absolute; width: 600px; height: 600px;
    border-radius: 50%; top: -200px; right: -150px;
    background: radial-gradient(circle, rgba(14,165,233,0.12), transparent 70%);
    pointer-events: none;
}
.gf-hero::after {
    content: ''; position: absolute; width: 400px; height: 400px;
    border-radius: 50%; bottom: -100px; left: -100px;
    background: radial-gradient(circle, rgba(139,92,246,0.08), transparent 70%);
    pointer-events: none;
}
.gf-hero-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
    position: relative; z-index: 2;
}
.gf-hero-badge {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 16px; border-radius: 20px;
    background: rgba(14,165,233,0.12); border: 1px solid rgba(14,165,233,0.25);
    font-size: 12px; font-weight: 700; color: var(--primary-l);
    letter-spacing: 0.03em; margin-bottom: 18px;
}
.gf-hero-title {
    font-size: clamp(28px, 4.5vw, 46px); font-weight: 800;
    line-height: 1.08; letter-spacing: -0.02em; color: #fff; margin-bottom: 16px;
}
.gf-hero-title em {
    font-style: normal;
    background: var(--grad1); -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
}
.gf-hero-sub {
    font-size: clamp(14px, 1.3vw, 16px); color: #94a3b8;
    line-height: 1.7; margin-bottom: 24px; max-width: 480px;
}
.gf-hero-search {
    display: flex; max-width: 460px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--r2); padding: 4px 4px 4px 16px;
    align-items: center; gap: 8px;
    transition: border-color 0.2s, box-shadow 0.2s;
    margin-bottom: 16px;
}
.gf-hero-search:focus-within {
    border-color: var(--primary); box-shadow: 0 4px 24px rgba(14,165,233,0.15);
}
.gf-hero-search input {
    flex: 1; background: transparent; border: 0; color: #fff;
    font-size: 14px; padding: 11px 0; outline: none; font-family: inherit;
}
.gf-hero-search input::placeholder { color: #64748b }
.gf-hero-search-btn {
    padding: 10px 20px; background: var(--primary); color: #fff;
    border-radius: var(--r1); font-weight: 700; font-size: 13px;
    flex-shrink: 0; transition: transform 0.2s, background 0.2s; white-space: nowrap;
}
.gf-hero-search-btn:hover { transform: scale(1.03); background: var(--primary-d) }
.gf-hero-tags {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    font-size: 12px; color: #64748b;
}
.gf-hero-tags span { font-weight: 600 }
.gf-hero-tags a {
    padding: 5px 14px; border-radius: 20px;
    background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
    color: #94a3b8; font-weight: 600; transition: all 0.2s;
}
.gf-hero-tags a:hover { color: var(--primary-l); border-color: rgba(14,165,233,0.3) }

/* Hero right: game showcase */
.gf-hero-showcase {
    position: relative; height: 340px;
    display: flex; align-items: center; justify-content: center;
}
.gf-hero-showcase-card {
    position: absolute; border-radius: var(--r3); overflow: hidden;
    background: var(--card); border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.3); transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}
.gf-hero-showcase-card img { width: 100%; height: 100%; object-fit: cover; display: block }
.gf-hero-showcase-card-lg { width: 240px; height: 170px; z-index: 3; top: 50%; left: 50%; transform: translate(-50%, -50%) }
.gf-hero-showcase-card-sm { width: 150px; height: 108px; z-index: 2 }
#gf-float-1 { top: 5%; left: 5%; transform: rotate(-5deg) }
#gf-float-2 { bottom: 8%; right: 5%; transform: rotate(4deg) }
#gf-float-3 { top: 10%; right: 10%; transform: rotate(3deg) }
#gf-float-4 { bottom: 15%; left: 8%; transform: rotate(-4deg) }
.gf-hero-showcase-card-lg:hover { transform: translate(-50%, -50%) scale(1.04) }
.gf-hero-showcase-card-sm:hover { transform: scale(1.06) }

/* ---------- Stats Ribbon ---------- */
.gf-stats {
    background: var(--card); border-bottom: 1px solid var(--border);
    padding: 24px 0; position: relative; z-index: 3;
}
.gf-stats-inner {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: center; gap: 36px; flex-wrap: wrap;
}
.gf-stat { display: flex; align-items: center; gap: 12px }
.gf-stat-icon {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.gf-stat-icon-1 { background: var(--primary-bg) }
.gf-stat-icon-2 { background: var(--accent-bg) }
.gf-stat-icon-3 { background: var(--green-bg) }
.gf-stat-icon-4 { background: var(--violet-bg) }
.gf-stat-info { display: flex; flex-direction: column }
.gf-stat-num {
    font-size: 26px; font-weight: 800; line-height: 1.1; color: var(--fg);
}
.gf-stat-num-1 { color: var(--primary) }
.gf-stat-num-2 { color: var(--accent) }
.gf-stat-num-3 { color: var(--green) }
.gf-stat-num-4 { color: var(--violet) }
.gf-stat-label { font-size: 11px; color: var(--fg3); font-weight: 600 }
@media (max-width: 600px) {
    .gf-stats-inner { gap: 16px }
    .gf-stat { flex-direction: column; text-align: center; gap: 6px }
}

/* ---------- Category Tiles ---------- */
.gf-categories { margin-top: 48px }
.gf-cat-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 20px;
}
.gf-cat-tile {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    padding: 20px 10px; text-align: center;
    background: var(--card); border: 1px solid var(--border);
    border-radius: var(--r3); transition: all 0.25s cubic-bezier(.4,0,.2,1);
    cursor: pointer; position: relative; overflow: hidden;
}
.gf-cat-tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh2); border-color: var(--primary);
}
.gf-cat-tile-icon {
    width: 48px; height: 48px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; position: relative; z-index: 1;
}
.gf-cat-tile:nth-child(1) .gf-cat-tile-icon { background: var(--rose-bg) }
.gf-cat-tile:nth-child(2) .gf-cat-tile-icon { background: rgba(236,72,153,0.08) }
.gf-cat-tile:nth-child(3) .gf-cat-tile-icon { background: var(--primary-bg) }
.gf-cat-tile:nth-child(4) .gf-cat-tile-icon { background: var(--accent-bg) }
.gf-cat-tile:nth-child(5) .gf-cat-tile-icon { background: var(--violet-bg) }
.gf-cat-tile:nth-child(6) .gf-cat-tile-icon { background: var(--green-bg) }
.gf-cat-tile-name { font-size: 13px; font-weight: 700; color: var(--fg); position: relative; z-index: 1 }
.gf-cat-tile-count { font-size: 10px; color: var(--fg3); position: relative; z-index: 1 }
@media (max-width: 900px) { .gf-cat-grid { grid-template-columns: repeat(3, 1fr) } }
@media (max-width: 500px) { .gf-cat-grid { grid-template-columns: repeat(3, 1fr); gap: 8px } .gf-cat-tile { padding: 16px 8px } }

/* ---------- Daily Picks Carousel ---------- */
.gf-daily { margin-top: 48px }
.gf-daily-carousel {
    position: relative; display: flex; align-items: center; gap: 8px;
}
.gf-daily-track {
    display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth;
    scroll-snap-type: x mandatory; padding: 8px 4px 16px;
    -ms-overflow-style: none; scrollbar-width: none;
}
.gf-daily-track::-webkit-scrollbar { display: none }
.gf-daily-card {
    flex: 0 0 280px; scroll-snap-align: start;
    background: var(--card); border: 1px solid var(--border);
    border-radius: var(--r3); overflow: hidden; position: relative;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    box-shadow: var(--sh1);
}
.gf-daily-card:hover {
    transform: translateY(-5px); box-shadow: var(--sh3);
    border-color: rgba(14,165,233,0.3);
}
.gf-daily-card-img {
    position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden;
    background: var(--bg2);
}
.gf-daily-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s }
.gf-daily-card:hover .gf-daily-card-img img { transform: scale(1.06) }
.gf-daily-card-rank {
    position: absolute; top: 10px; left: 10px;
    width: 32px; height: 32px; border-radius: 10px;
    background: var(--grad1); color: #fff;
    font-size: 14px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2); z-index: 2;
}
.gf-daily-card-play {
    position: absolute; inset: 0;
    background: rgba(15,23,42,0.45);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.25s;
}
.gf-daily-card:hover .gf-daily-card-play { opacity: 1 }
.gf-daily-card-play-btn {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--primary); display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 17px; box-shadow: var(--sh4);
    transform: scale(0.85); transition: transform 0.25s;
}
.gf-daily-card:hover .gf-daily-card-play-btn { transform: scale(1) }
.gf-daily-card-body { padding: 14px 16px 16px }
.gf-daily-card-title {
    font-size: 14px; font-weight: 700; color: var(--fg); margin-bottom: 6px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.gf-daily-card-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--fg3) }
.gf-daily-card-type { color: var(--primary); font-weight: 700 }
.gf-daily-card-rating { color: var(--accent); font-weight: 700 }
.gf-daily-arrow {
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--card); border: 1px solid var(--border);
    font-size: 22px; color: var(--fg2); flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.2s; box-shadow: var(--sh1);
    position: relative; z-index: 2;
}
.gf-daily-arrow:hover {
    background: var(--primary); color: #fff; border-color: transparent;
    box-shadow: var(--sh4); transform: scale(1.08);
}
@media (max-width: 600px) {
    .gf-daily-card { flex: 0 0 220px }
    .gf-daily-arrow { width: 32px; height: 32px; font-size: 18px }
}

/* ---------- Editor's Choice ---------- */
.gf-editors { margin-top: 56px }
.gf-editors-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 20px;
}
.gf-editor-card {
    position: relative; background: var(--card); border: 1px solid var(--border);
    border-radius: var(--r3); overflow: hidden; transition: all 0.25s cubic-bezier(.4,0,.2,1);
    box-shadow: var(--sh1);
}
.gf-editor-card:hover {
    transform: translateY(-5px); box-shadow: var(--sh3);
    border-color: rgba(245,158,11,0.3);
}
.gf-editor-card-img {
    position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden;
    background: var(--bg2);
}
.gf-editor-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s }
.gf-editor-card:hover .gf-editor-card-img img { transform: scale(1.06) }
.gf-editor-card-badge {
    position: absolute; top: 12px; left: 12px;
    background: var(--grad2); color: #fff;
    padding: 5px 14px; border-radius: 20px;
    font-size: 11px; font-weight: 800; letter-spacing: 0.04em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); z-index: 2;
}
.gf-editor-card-play {
    position: absolute; inset: 0;
    background: rgba(15,23,42,0.45);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.25s;
}
.gf-editor-card:hover .gf-editor-card-play { opacity: 1 }
.gf-editor-card-play-btn {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--primary); display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; box-shadow: var(--sh4);
    transform: scale(0.85); transition: transform 0.25s;
}
.gf-editor-card:hover .gf-editor-card-play-btn { transform: scale(1) }
.gf-editor-card-body { padding: 16px 18px 18px }
.gf-editor-card-title {
    font-size: 16px; font-weight: 800; color: var(--fg); margin-bottom: 6px;
}
.gf-editor-card-desc {
    font-size: 13px; color: var(--fg2); line-height: 1.6;
    display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px;
}
.gf-editor-card-footer {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 12px; color: var(--fg3);
}
.gf-editor-card-type { color: var(--primary); font-weight: 700 }
.gf-editor-card-rating { color: var(--accent); font-weight: 700 }
@media (max-width: 800px) { .gf-editors-grid { grid-template-columns: 1fr } }

/* ---------- Featured Game Spotlight ---------- */
.gf-spotlight {
    margin: 48px 0 0;
    background: var(--card);
    border: 1px solid var(--border); border-radius: var(--r4);
    overflow: hidden; position: relative;
    box-shadow: var(--sh1);
}
.gf-spotlight::before {
    content: ''; position: absolute; width: 350px; height: 350px;
    border-radius: 50%; top: -120px; right: -80px;
    background: radial-gradient(circle, rgba(14,165,233,0.06), transparent 70%);
    pointer-events: none;
}
.gf-spotlight-inner {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px;
    padding: 36px 32px; align-items: center; position: relative; z-index: 1;
}
.gf-spotlight-title {
    font-size: clamp(22px, 3vw, 30px); font-weight: 800;
    letter-spacing: -0.01em; line-height: 1.1; color: var(--fg); margin: 12px 0 14px;
}
.gf-spotlight-desc {
    font-size: 14px; color: var(--fg2); line-height: 1.7;
    margin-bottom: 18px; display: -webkit-box; -webkit-line-clamp: 3;
    line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.gf-spotlight-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px }
.gf-spotlight-actions { display: flex; gap: 12px; flex-wrap: wrap }
.gf-spotlight-img {
    aspect-ratio: 16/10; border-radius: var(--r3); overflow: hidden;
    background: var(--bg2); border: 1px solid var(--border); box-shadow: var(--sh2);
}
.gf-spotlight-img img { width: 100%; height: 100%; object-fit: cover }
@media (max-width: 780px) {
    .gf-spotlight-inner { grid-template-columns: 1fr; padding: 24px 20px }
    .gf-spotlight-img { max-height: 220px }
}

/* ---------- Features Strip ---------- */
.gf-features { margin-top: 48px }
.gf-features-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px;
}
.gf-feature {
    padding: 24px 18px; background: var(--card); border: 1px solid var(--border);
    border-radius: var(--r3); text-align: center;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
}
.gf-feature:hover {
    transform: translateY(-4px); box-shadow: var(--sh2);
    border-color: rgba(14,165,233,0.25);
}
.gf-feature-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin: 0 auto 12px;
}
.gf-feature:nth-child(1) .gf-feature-icon { background: var(--primary-bg) }
.gf-feature:nth-child(2) .gf-feature-icon { background: var(--accent-bg) }
.gf-feature:nth-child(3) .gf-feature-icon { background: var(--green-bg) }
.gf-feature:nth-child(4) .gf-feature-icon { background: var(--violet-bg) }
.gf-feature h3 { font-size: 15px; font-weight: 800; color: var(--fg); margin-bottom: 8px }
.gf-feature p { font-size: 12.5px; color: var(--fg2); line-height: 1.6 }
@media (max-width: 800px) { .gf-features-grid { grid-template-columns: repeat(2, 1fr) } }
@media (max-width: 480px) { .gf-features-grid { grid-template-columns: 1fr; gap: 10px } }

/* ---------- How It Works ---------- */
.gf-how { margin-top: 56px }
.gf-section-head-center { text-align: center; justify-content: center }
.gf-section-head-center .gf-section-sub { margin-left: auto; margin-right: auto }
.gf-how-steps {
    display: flex; align-items: flex-start; justify-content: center;
    gap: 0; margin-top: 28px;
}
.gf-how-step {
    flex: 1; max-width: 260px; text-align: center; padding: 0 16px;
    position: relative;
}
.gf-how-step-num {
    position: absolute; top: -8px; right: calc(50% - 55px);
    width: 28px; height: 28px; border-radius: 8px;
    background: var(--grad1); color: #fff;
    font-size: 13px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    z-index: 2;
}
.gf-how-step-icon {
    width: 68px; height: 68px; border-radius: 16px;
    background: var(--card); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    font-size: 30px; margin: 0 auto 14px;
    transition: all 0.3s; box-shadow: var(--sh1);
}
.gf-how-step:hover .gf-how-step-icon {
    border-color: var(--primary); box-shadow: 0 0 20px rgba(14,165,233,0.12);
    transform: scale(1.06);
}
.gf-how-step h3 { font-size: 15px; font-weight: 800; color: var(--fg); margin-bottom: 8px }
.gf-how-step p { font-size: 12.5px; color: var(--fg2); line-height: 1.6 }
.gf-how-step-connector {
    width: 50px; height: 3px; background: var(--border);
    margin-top: 34px; flex-shrink: 0; position: relative;
    border-radius: 2px;
}
.gf-how-step-connector::after {
    content: ''; position: absolute; right: -4px; top: -3px;
    width: 10px; height: 10px; border-radius: 3px; background: var(--primary);
    border: 2px solid var(--bg);
}
@media (max-width: 700px) {
    .gf-how-steps { flex-direction: column; align-items: center; gap: 24px }
    .gf-how-step-connector { width: 3px; height: 24px; margin: 0 }
    .gf-how-step-connector::after { right: -3px; bottom: -3px; top: auto }
}

/* ---------- Testimonials ---------- */
.gf-reviews { margin-top: 56px }
.gf-reviews-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px;
}
.gf-review {
    padding: 24px 20px; background: var(--card); border: 1px solid var(--border);
    border-radius: var(--r3); transition: all 0.25s; position: relative;
}
.gf-review::before {
    content: '\201C'; position: absolute; top: 12px; right: 16px;
    font-size: 42px; color: rgba(14,165,233,0.1); font-family: Georgia, serif;
    line-height: 1;
}
.gf-review:hover { transform: translateY(-3px); box-shadow: var(--sh2); border-color: rgba(14,165,233,0.2) }
.gf-review-stars { font-size: 13px; margin-bottom: 10px; letter-spacing: 2px }
.gf-review-text {
    font-size: 13px; color: var(--fg2); line-height: 1.7;
    margin-bottom: 14px; font-style: italic;
}
.gf-review-author { display: flex; align-items: center; gap: 10px }
.gf-review-avatar {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--grad1);
    display: flex; align-items: center; justify-content: center; font-size: 16px; color: #fff;
    font-weight: 700;
}
.gf-review-name { font-size: 13px; font-weight: 700; color: var(--fg); display: block }
.gf-review-date { font-size: 11px; color: var(--fg3) }
@media (max-width: 800px) { .gf-reviews-grid { grid-template-columns: 1fr } }

/* ---------- CTA Banner ---------- */
.gf-cta-banner {
    margin: 64px 0 0; padding: 56px 28px;
    border-radius: var(--r4); text-align: center;
    position: relative; overflow: hidden;
    background: var(--grad1);
}
.gf-cta-banner::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0V0zm20 20h20v20H20V20z'/%3E%3C/g%3E%3C/svg%3E");
}
.gf-cta-banner-inner { position: relative; z-index: 1 }
.gf-cta-banner h2 {
    font-size: clamp(24px, 3.8vw, 36px); font-weight: 800;
    color: #fff; margin-bottom: 12px; letter-spacing: -0.01em;
}
.gf-cta-banner p {
    color: rgba(255,255,255,0.8); font-size: 15px;
    max-width: 420px; margin: 0 auto 24px;
}
.gf-cta-banner-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap }
.gf-cta-banner .gf-btn-white {
    background: #fff; color: var(--primary); font-weight: 800;
    padding: 13px 28px; border-radius: var(--r2);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transition: transform 0.2s;
}
.gf-cta-banner .gf-btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2) }
.gf-cta-banner .gf-btn-outline {
    background: transparent; color: #fff; font-weight: 700;
    padding: 13px 28px; border-radius: var(--r2);
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.2s;
}
.gf-cta-banner .gf-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.5) }

/* ---------- Mobile Responsive ---------- */
@media (max-width: 900px) {
    .gf-hero-inner { grid-template-columns: 1fr; gap: 24px }
    .gf-hero { padding: 32px 0 24px }
    .gf-hero-showcase { height: 220px }
    .gf-hero-title { font-size: clamp(24px, 5.5vw, 36px) }
    .gf-hero-sub { font-size: 14px }
    .gf-hero-inner { padding: 0 20px }
    .gf-stats-inner { padding: 0 20px; gap: 24px }
}
@media (max-width: 700px) {
    .gf-hero-showcase { height: 180px }
    .gf-hero-showcase-card-lg { width: 180px; height: 128px }
    .gf-hero-showcase-card-sm { width: 110px; height: 78px }
}
@media (max-width: 600px) {
    .gf-hero { padding: 20px 0 14px }
    .gf-hero-inner { padding: 0 14px; gap: 16px }
    .gf-hero-showcase { height: 150px }
    .gf-hero-showcase-card-lg { width: 150px; height: 106px }
    .gf-hero-showcase-card-sm { width: 90px; height: 64px }
    .gf-hero-badge { font-size: 11px; padding: 5px 12px; margin-bottom: 12px }
    .gf-hero-search { padding: 3px 3px 3px 12px; border-radius: var(--r1) }
    .gf-hero-search input { font-size: 13px; padding: 9px 0 }
    .gf-hero-search-btn { padding: 8px 14px; font-size: 12px }
    .gf-hero-tags { font-size: 11px; gap: 6px }
    .gf-hero-tags a { padding: 4px 10px; font-size: 11px }
    .gf-cta-banner { padding: 32px 14px; margin-top: 40px; border-radius: var(--r3) }
    .gf-cta-banner h2 { font-size: clamp(20px, 5vw, 28px) }
    .gf-cta-banner p { font-size: 13px }
    .gf-cta-banner-btns { flex-direction: column; align-items: center }
    .gf-cta-banner .gf-btn-white, .gf-cta-banner .gf-btn-outline { width: 100%; max-width: 280px; text-align: center; justify-content: center }
    .gf-spotlight-inner { padding: 20px 14px }
    .gf-section-head { flex-direction: column; align-items: flex-start; gap: 8px }
    .gf-section-more { align-self: flex-start; margin-top: -4px }
    .gf-stats { padding: 16px 0 }
    .gf-stats-inner { padding: 0 14px; gap: 12px }
    .gf-stat-icon { width: 38px; height: 38px; font-size: 17px }
    .gf-stat-num { font-size: 22px }
    .gf-stat-label { font-size: 10px }
    .gf-features-grid { gap: 10px }
    .gf-feature { padding: 18px 14px }
    .gf-feature-icon { width: 44px; height: 44px; font-size: 20px }
    .gf-feature h3 { font-size: 14px }
    .gf-feature p { font-size: 12px }
    .gf-reviews-grid { gap: 12px }
    .gf-review { padding: 18px 16px }
    .gf-how { margin-top: 40px }
    .gf-categories { margin-top: 36px }
    .gf-spotlight { margin-top: 36px }
    .gf-features { margin-top: 36px }
}

/* ---------- Empty state ---------- */
.gf-empty { text-align: center; padding: 56px 20px; color: var(--fg3) }
.gf-empty-icon { font-size: 44px; margin-bottom: 14px; opacity: 0.5 }
.gf-empty-text { font-size: 15px }
