.home-v2 {
    --home-bg: #f3f7fb;
    --home-surface: #ffffff;
    --home-ink: #12233d;
    --home-muted: #5f6f83;
    --home-coral: #ff6f61;
    --home-teal: #0ea5a4;
    --home-navy: #11264c;
    --home-line: #dbe4f1;
    background: radial-gradient(circle at 10% 0%, #ffffff 0%, #eef5ff 42%, #edf3fa 100%);
    color: var(--home-ink);
    font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 .section-head a,
.home-v2 .hero-kicker {
    font-family: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
}

.home-v2 .section-v2 {
    padding: 88px 0;
}

.home-v2 .section-v2--light {
    background: #f8fbff;
}

.home-v2 .section-v2--accent {
    position: relative;
    background: linear-gradient(130deg, #0e2242 0%, #132f55 48%, #14416f 100%);
    overflow: hidden;
}

.home-v2 .section-v2--accent::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 16%, rgba(14, 165, 164, 0.3), transparent 42%);
    pointer-events: none;
}

.home-v2 .section-v2--faq {
    background: linear-gradient(180deg, #f5f9ff 0%, #eff4fb 100%);
}

.hero-v2 {
    position: relative;
    padding: 92px 0 74px;
    overflow: hidden;
}



.hero-v2 p {
    font-size: 1.05rem;
    color: var(--home-muted);
    margin-bottom: 26px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border: 1px solid #c6d6ea;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #1c3b67;
    font-weight: 600;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.hero-search {
    max-width: 760px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccdbed;
    border-radius: 18px;
    padding: 8px;
    display: flex;
    gap: 8px;
    box-shadow: 0 12px 30px rgba(16, 46, 93, 0.14);
}

.hero-search input {
    flex: 1;
    min-width: 120px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    padding: 13px 14px;
    font-size: 0.98rem;
    color: var(--home-ink);
}

.hero-search input:focus {
    outline: none;
}

.hero-search button {
    border: 0;
    border-radius: 12px;
    padding: 0 18px;
    font-weight: 700;
    background: linear-gradient(120deg, var(--home-coral) 0%, #ff8b54 100%);
    color: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.hero-search button:hover {
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(255, 111, 97, 0.36);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
    align-items: center;
}

.hero-tags span {
    color: #5a6d84;
    font-size: 0.88rem;
    font-weight: 600;
}

.hero-tags a {
    text-decoration: none;
    color: #20426e;
    background: #e8f0fa;
    border: 1px solid #d4e2f2;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 0.82rem;
    transition: all 0.2s ease;
}

.hero-tags a:hover {
    background: #dce9f8;
    color: #112e57;
}

.hero-panel {
    position: relative;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid #d3e2f4;
    background: linear-gradient(180deg, #ffffff 0%, #f6fafe 100%);
    box-shadow: 0 22px 46px rgba(19, 49, 90, 0.16);
    animation: fadeSlide 0.8s ease both;
}

.hero-panel h2 {
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.metric-card {
    background: #fff;
    border: 1px solid #dce7f6;
    border-radius: 14px;
    padding: 12px 10px;
    text-align: center;
}

.metric-card strong {
    display: block;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #12396f;
}

.metric-card span {
    font-size: 0.78rem;
    color: #61748e;
}

.hero-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.hero-checklist li {
    color: #264870;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-checklist i {
    color: var(--home-teal);
}

.hero-catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #0f4f77;
}

.hero-catalog-link:hover {
    color: #09354f;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    animation: float 8s ease-in-out infinite;
}

.hero-orb--teal {
    width: 280px;
    height: 280px;
    left: -80px;
    top: -30px;
    background: radial-gradient(circle, rgba(14, 165, 164, 0.25) 0%, rgba(14, 165, 164, 0) 70%);
}

.hero-orb--coral {
    width: 360px;
    height: 360px;
    right: -100px;
    bottom: -140px;
    animation-delay: 1.5s;
    background: radial-gradient(circle, rgba(255, 111, 97, 0.22) 0%, rgba(255, 111, 97, 0) 70%);
}

.ai-ticker {
    border-top: 1px solid #d8e3f1;
    border-bottom: 1px solid #d8e3f1;
    background: #f1f7ff;
    padding: 14px 0;
}

.ai-ticker .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.ai-ticker p {
    margin: 0;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #54708f;
    font-weight: 700;
}

.ticker-track {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ticker-track span {
    border-radius: 999px;
    border: 1px solid #cadaee;
    color: #1d3c63;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 5px 12px;
}

.section-head {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.section-head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.3vw, 2.1rem);
    letter-spacing: -0.02em;
}

.section-head a {
    text-decoration: none;
    color: #13497c;
    font-size: 0.93rem;
    font-weight: 700;
}

.section-head--inverted h2,
.section-head--inverted a {
    color: #e9f3ff;
}

.section-head--center {
    justify-content: center;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.category-tile {
    text-decoration: none;
    border: 1px solid #d8e4f2;
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    min-height: 136px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-tile:hover {
    transform: translateY(-3px);
    border-color: #b9cee7;
    box-shadow: 0 11px 24px rgba(14, 41, 80, 0.13);
}

.category-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(130deg, #0ea5a4 0%, #28b4b3 100%);
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.category-tile h3 {
    margin: 0 0 6px;
    font-size: 0.98rem;
    line-height: 1.25;
    color: #122f52;
}

.category-tile p {
    margin: 0;
    font-size: 0.8rem;
    color: #637b98;
}

.home-v2 .prompt-card {
    border: 1px solid rgba(226, 234, 245, 0.28);
    border-radius: 16px;
    box-shadow: 0 18px 32px rgba(11, 32, 62, 0.28);
    overflow: hidden;
}

.home-v2 .prompt-card__img-wrap {
    border-radius: 16px;
    padding-top: 130%;
}

.section-v2--light .prompt-card {
    box-shadow: 0 12px 24px rgba(12, 37, 72, 0.12);
    border-color: #dce7f4;
}

.section-v2--light .prompt-card__img-wrap::after {
    background: linear-gradient(to top, rgba(10, 26, 49, 0.8) 0%, transparent 100%);
}

.genre-card {
    border: 1px solid #d5e3f2;
    border-radius: 18px;
    padding: 22px;
    background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
    transition: transform 0.2s ease;
}

.genre-card:hover {
    transform: translateY(-3px);
}

.genre-card h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
}

.genre-card h3 a {
    text-decoration: none;
    color: #173f70;
}

.genre-card h3 i {
    color: var(--home-teal);
    margin-right: 7px;
}

.genre-card p {
    margin-bottom: 14px;
    color: #58708c;
    font-size: 0.93rem;
}

.genre-link {
    text-decoration: none;
    color: #0f4f7b;
    font-weight: 700;
    font-size: 0.9rem;
}

.faq-shell {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #d7e3f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(11, 36, 71, 0.12);
    padding: 12px;
}

.home-v2 .accordion-item {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 8px;
    background: #f8fbff;
}

.home-v2 .accordion-item:last-child {
    margin-bottom: 0;
}

.home-v2 .accordion-button {
    background: #f8fbff;
    color: #123960;
    font-weight: 700;
}

.home-v2 .accordion-button:not(.collapsed) {
    color: #10395f;
    background: #eef5ff;
    box-shadow: none;
}

.home-v2 .accordion-body {
    color: #506b87;
    background: #f8fbff;
}

.seo-panel {
    max-width: 920px;
    margin: 0 auto;
    border: 1px solid #d4e2f2;
    border-radius: 22px;
    background: #fff;
    padding: 32px;
}

.seo-panel h2 {
    font-size: 1.75rem;
    margin-bottom: 14px;
}

.seo-panel p {
    color: #5c728b;
    margin-bottom: 11px;
}

@keyframes float {
    0%,
    100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .home-v2 .section-v2 {
        padding: 72px 0;
    }

    .hero-v2 {
        padding-top: 76px;
    }

    .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .home-v2 .section-v2 {
        padding: 58px 0;
    }

    .hero-search {
        flex-direction: column;
        padding: 10px;
    }

    .hero-search button {
        width: 100%;
        min-height: 45px;
    }

    .hero-panel {
        padding: 22px;
    }

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

    .metric-card:last-child {
        grid-column: span 2;
    }

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

    .seo-panel {
        padding: 24px;
    }
}
