.bots-hero {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    padding: 175px 0 110px;
    color: white;
    background:
        radial-gradient(circle at 78% 35%, rgba(117,103,248,.2), transparent 28%),
        radial-gradient(circle at 63% 18%, rgba(34,158,217,.14), transparent 25%),
        linear-gradient(135deg, var(--navy-950), #102640);
}

.bots-hero::after {
    position: absolute;
    right: -10%;
    bottom: -290px;
    left: -10%;
    height: 335px;
    border-radius: 50%;
    background: white;
    content: "";
}

.bots-hero .container {
    position: relative;
}

.bots-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 690px;
}

.bots-hero .eyebrow {
    color: #72cef6;
}

.home-page .bots-hero h1 {
    margin-bottom: 25px;
    color: white !important;
    font-size: clamp(52px, 6vw, 80px);
    line-height: 1.02;
}

.bots-hero h1 span {
    background: linear-gradient(90deg, #73d4ff, #a58eff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bots-hero-copy > p {
    max-width: 640px;
    margin-bottom: 32px;
    color: #adbbcf;
    font-size: 20px;
}

.bots-hero-glow {
    position: absolute;
    top: 80px;
    right: 12%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(34,158,217,.08);
    filter: blur(5px);
}

.bot-cloud {
    position: absolute;
    z-index: 2;
    top: -65px;
    right: 5px;
    width: 430px;
    height: 430px;
}

.cloud-orbit {
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;
}

.cloud-orbit::after {
    position: absolute;
    inset: 67px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    content: "";
}

.cloud-icon {
    position: absolute;
    width: 76px;
    height: 76px;
    padding: 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    object-fit: contain;
    background: rgba(255,255,255,.09);
    box-shadow: 0 20px 45px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.cloud-main {
    top: 145px;
    left: 164px;
    width: 106px;
    height: 106px;
}

.cloud-ai {
    top: 25px;
    left: 178px;
}

.cloud-creator {
    top: 126px;
    right: 10px;
}

.cloud-converter {
    bottom: 38px;
    left: 70px;
}

.cloud-game {
    right: 58px;
    bottom: 24px;
}

.featured-bots {
    padding-top: 85px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.featured-bot {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 390px;
    padding: 38px;
    border-radius: 24px;
    flex-direction: column;
}

.featured-feed {
    color: #b9c6d8;
    background:
        radial-gradient(circle at 90% 70%, rgba(34,158,217,.22), transparent 30%),
        linear-gradient(145deg, #0b1728, #152b47);
}

.featured-ai {
    color: #d8d5f3;
    background:
        radial-gradient(circle at 100% 0, rgba(255,255,255,.15), transparent 35%),
        linear-gradient(135deg, #6255dc, #3d358e);
}

.featured-creator {
    color: #d8d9f1;
    border: 1px solid rgba(255,255,255,.1);
    background:
        radial-gradient(circle at 100% 0, rgba(117,103,248,.25), transparent 40%),
        linear-gradient(135deg, #25284f, #17233e);
}

.featured-epizod {
    color: #d5f2f4;
    background:
        radial-gradient(circle at 100% 0, rgba(73,221,213,.22), transparent 38%),
        linear-gradient(135deg, #087f88, #075264);
}

.featured-epizod::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,82,100,.98) 0%, rgba(7,82,100,.88) 54%, rgba(7,82,100,.15) 100%);
    content: "";
    pointer-events: none;
}

.featured-epizod > *:not(.epizod-preview) {
    position: relative;
    z-index: 2;
    max-width: 66%;
}

.epizod-preview {
    position: absolute;
    z-index: 0;
    top: 22px;
    right: 22px;
    width: 190px;
    height: 346px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    object-fit: cover;
    object-position: top;
    opacity: .72;
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
    transform: rotate(2deg);
}

.bot-tag,
.category-label {
    display: inline-block;
    color: var(--blue-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.featured-feed .bot-tag {
    color: #76d4fb;
}

.featured-ai .bot-tag {
    color: #d9d4ff;
}

.featured-epizod .bot-tag {
    color: #8df4e9;
}

.featured-creator .bot-tag {
    color: #aaa5ff;
}

.bot-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0 18px;
}

.bot-title img {
    width: 55px;
    height: 55px;
    padding: 3px;
    border-radius: 15px;
    object-fit: contain;
    background: rgba(255,255,255,.95);
}

.home-page .bot-title h3 {
    margin: 0;
    font-size: 28px;
}

.home-page .featured-feed h3,
.home-page .featured-ai h3,
.home-page .featured-epizod h3,
.home-page .featured-creator h3 {
    color: white !important;
}

.featured-bot p {
    max-width: 610px;
    margin-bottom: 26px;
    font-size: 16px;
}

.featured-bot > .bot-button {
    align-self: flex-start;
    margin-top: auto;
}

.bot-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 17px;
    border-radius: 11px;
    color: white !important;
    background: var(--blue);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none !important;
}

.bot-button:hover {
    background: var(--blue-dark);
    transform: translateY(-2px);
}

.bot-button-light {
    color: white !important;
    background: var(--blue);
}

.bot-button-light:hover {
    background: var(--blue-dark);
}

.model-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 27px;
}

.model-list span {
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    color: white;
    background: rgba(255,255,255,.08);
    font-size: 10px;
    font-weight: 650;
}

.all-bots-section {
    background: var(--surface);
}

.bots-heading {
    max-width: 620px;
}

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

.bot-card {
    display: flex;
    min-height: 325px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 19px;
    flex-direction: column;
    background: white;
    box-shadow: 0 10px 35px rgba(16,32,57,.04);
    transition: transform .25s ease, box-shadow .25s ease;
}

.bot-card:hover {
    box-shadow: 0 20px 45px rgba(16,32,57,.09);
    transform: translateY(-5px);
}

.bot-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.bot-card-top img,
.external-logo {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    object-fit: contain;
}

.bot-card-top img {
    padding: 2px;
    background: #f2f5f9;
}

.external-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(135deg, #3c64de, #775ae9);
    font-size: 16px;
    font-weight: 850;
}

.category-label {
    color: #8b97a8;
}

.home-page .bot-card h3 {
    margin-bottom: 13px;
    font-size: 21px;
}

.bot-card p {
    color: var(--muted);
    font-size: 14px;
}

.bot-card > a,
.multi-links {
    margin-top: auto;
}

.bot-card a {
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.bot-card-wide {
    grid-column: span 2;
    background:
        radial-gradient(circle at 90% 15%, rgba(117,103,248,.12), transparent 32%),
        white;
}

.move-fiction-card {
    position: relative;
    overflow: hidden;
    color: white;
    border-color: rgba(255,255,255,.14);
    background: #10233a;
}

.move-fiction-card::before {
    position: absolute;
    inset: 0;
    background: url("../Images/bandeau_movefiction.png") center / cover no-repeat;
    content: "";
}

.move-fiction-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(7,17,31,.86) 42%, rgba(7,17,31,.28) 76%, rgba(7,17,31,.12) 100%);
    content: "";
}

.move-fiction-card > * {
    position: relative;
    z-index: 1;
    max-width: 62%;
}

.move-fiction-card .category-label,
.move-fiction-card p {
    color: #d1dbea;
}

.home-page .move-fiction-card h3 {
    color: white !important;
}

.move-fiction-card a {
    color: #78d6ff;
}

.move-fiction-card .bot-card-note {
    margin-top: -5px;
    font-size: 12px;
}

.move-fiction-card .bot-card-note strong {
    color: white;
}

.flashcard-card {
    position: relative;
    overflow: hidden;
    color: white;
    border-color: rgba(255,255,255,.14);
    background: #101d2c;
}

.flashcard-card::before {
    position: absolute;
    inset: 0;
    background: url("../Images/flashcard.png") center / cover no-repeat;
    content: "";
}

.flashcard-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,17,31,.97) 0%, rgba(7,17,31,.9) 55%, rgba(7,17,31,.48) 100%);
    content: "";
}

.flashcard-card > * {
    position: relative;
    z-index: 1;
}

.flashcard-card .category-label,
.flashcard-card p {
    color: #d4deeb;
}

.home-page .flashcard-card h3 {
    color: white !important;
}

.flashcard-card a {
    color: #78d6ff;
}

.oracle-card {
    position: relative;
    overflow: hidden;
    grid-column: 2;
    color: white;
    border-color: rgba(255,255,255,.14);
    background: #111827;
}

.oracle-card::before {
    position: absolute;
    inset: 0;
    background: #111827 url("../Images/oracle_bot_card.png") right center / auto 100% no-repeat;
    content: "";
}

.oracle-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,17,31,.98) 0%, rgba(7,17,31,.9) 42%, rgba(7,17,31,.38) 68%, rgba(7,17,31,.05) 100%);
    content: "";
}

.oracle-card > * {
    position: relative;
    z-index: 1;
    max-width: 62%;
}

.oracle-card .bot-card-top {
    max-width: 100%;
}

.oracle-card .category-label,
.oracle-card p {
    color: #d7dfeb;
}

.home-page .oracle-card h3 {
    color: white !important;
}

.oracle-card a {
    color: #ffd073;
}

.multi-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.creator-examples {
    padding-bottom: 65px;
}

.examples-panel {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 26px;
    grid-template-columns: .9fr 1.1fr;
    background: white;
    box-shadow: 0 25px 65px rgba(16,32,57,.08);
}

.examples-intro {
    padding: 55px;
    color: #b8c5d7;
    background:
        radial-gradient(circle at 0 100%, rgba(34,158,217,.18), transparent 35%),
        var(--navy-900);
}

.examples-intro .eyebrow {
    color: #75d2fa;
}

.home-page .examples-intro h2 {
    margin-bottom: 17px;
    color: white !important;
    font-size: 38px;
    line-height: 1.16;
}

.examples-intro p {
    margin-bottom: 28px;
}

.examples-list {
    padding: 20px 35px;
}

.example-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink) !important;
    text-decoration: none !important;
}

.example-item:last-child {
    border-bottom: 0;
}

.example-item:hover {
    transform: translateX(4px);
}

.example-item img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: contain;
    background: #f1f4f8;
}

.example-item span {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.example-item strong {
    font-size: 14px;
}

.example-item small {
    color: var(--muted);
    font-size: 12px;
}

.example-item b {
    color: var(--blue);
}

.bots-cta {
    padding-top: 45px;
}

@media (max-width: 991px) {
    .bots-hero {
        min-height: auto;
        padding: 95px 0 105px;
    }

    .bots-hero-copy {
        max-width: 610px;
    }

    .bot-cloud {
        opacity: .24;
        right: -120px;
    }

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

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

    .oracle-card {
        grid-column: auto;
    }

    .examples-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bots-hero {
        padding: 70px 0 90px;
    }

    .home-page .bots-hero h1 {
        font-size: 46px;
    }

    .bots-hero-copy > p {
        font-size: 17px;
    }

    .bot-cloud {
        display: none;
    }

    .featured-bot {
        min-height: auto;
        padding: 30px;
    }

    .featured-epizod > *:not(.epizod-preview) {
        max-width: 78%;
    }

    .featured-epizod::after {
        background: linear-gradient(90deg, rgba(7,82,100,.99) 0%, rgba(7,82,100,.92) 68%, rgba(7,82,100,.38) 100%);
    }

    .epizod-preview {
        top: 34px;
        right: -24px;
        width: 135px;
        height: 270px;
        opacity: .5;
    }

    .bots-grid {
        grid-template-columns: 1fr;
    }

    .bot-card-wide {
        grid-column: auto;
    }

    .move-fiction-card::after {
        background: linear-gradient(90deg, rgba(7,17,31,.97) 0%, rgba(7,17,31,.87) 68%, rgba(7,17,31,.38) 100%);
    }

    .move-fiction-card > * {
        max-width: 82%;
    }

    .bot-card {
        min-height: 300px;
    }

    .examples-intro {
        padding: 38px 28px;
    }

    .home-page .examples-intro h2 {
        font-size: 32px;
    }

    .examples-list {
        padding: 12px 24px;
    }
}
