.lead {
    color: var(--muted);
    font-size: clamp(1rem, .9rem + .4vw, 1.15rem);
    max-width: 60ch
}

.cta-row {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.hero-visual {
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow-2);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03))
}

.hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width:900px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 118px 24px 48px
    }

    .hero-inner> :first-child {
        order: 1
    }

    .hero-inner>.hero-visual {
        order: 2
    }
}

/* Trusted logos */
.trusted {
    display: grid;
    grid-template-columns: repeat(7, minmax(80px, 1fr));
    gap: 18px;
    align-items: center;
    opacity: .95
}

.trusted img {
    filter: grayscale(1) invert(1) contrast(.95) brightness(1.2);
    opacity: .8;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
    height: 46px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.trusted img:hover {
    filter: none;
    opacity: 1;
    transform: translateY(-2px)
}

@media (max-width:1000px) {
    .trusted {
        grid-template-columns: repeat(3, 1fr)
    }
}

/* Stats band */
.stats-band {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .005));
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.platform-card-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.platform-card {
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border-radius: var(--radius-lg);
    padding: 22px;
    box-shadow: var(--shadow-1)
}

.platform-card h3 {
    margin: 0 0 6px;
    font-family: 'League Spartan', sans-serif
}

.platform-card p {
    margin: 0;
    color: var(--muted)
}

@media (max-width:900px) {
    .platform-card-cont {
        grid-template-columns: 1fr
    }
}

/* Compare cards (Why AI Workers) */
.compare-cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: var(--container)
}

.compare-card {
    border: 1px solid var(--stroke);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
    padding: 22px
}

.compare-card h2 {
    margin: 0 0 6px;
    font-family: 'League Spartan', sans-serif
}

.compare-card .leftalign {
    margin-top: 8px;
    color: var(--text)
}

.compare-card .num {
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    font-weight: 800;
    color: white;
    margin-right: 8px
}

.compare-card .banner {
    margin-top: 14px;
    border-radius: 12px;
    padding: 14px
}

/* Red theme */
.neg h2 {
    color: #ef4444;
    background: rgba(239, 68, 68, .14);
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px
}

.neg .num {
    background: #ef4444
}

.neg .banner {
    border: 1px solid rgba(239, 68, 68, .35);
    background: rgba(239, 68, 68, .14)
}

/* Green theme */
.pos h2 {
    color: #22c55e;
    background: rgba(34, 197, 94, .14);
    display: inline-block;
    padding: 6px 10px;
    border-radius: 10px
}

.pos .num {
    background: #22c55e
}

.pos .banner {
    border: 1px solid rgba(34, 197, 94, .35);
    background: rgba(34, 197, 94, .14)
}

@media (max-width:900px) {
    .compare-cont {
        grid-template-columns: 1fr
    }
}

/* Conversational mock "hero" */
.band {
    background: radial-gradient(600px 240px at 20% 10%, rgba(34, 211, 238, .18), transparent 50%), linear-gradient(180deg, #0b1220, #080c15);
    border-top: 1px solid var(--stroke);
    border-bottom: 1px solid var(--stroke)
}

.hero-content {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center
}

.mock-card {
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--shadow-2)
}

.mock-search {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #0b1220;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid #e8eef9
}

.mock-result {
    margin-top: 12px;
    background: white;
    color: #0b1220;
    border-radius: var(--radius-md);
    border: 1px solid #e8eef9;
    padding: 16px
}

@media (max-width:900px) {
    .hero-content {
        grid-template-columns: 1fr
    }
}

/* Data marquee */
/* Marquee container */
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

/* Each text or card */
.loop-text {
    white-space: nowrap;
    font-size: 1.2rem;
    color: #333;
    display: flex;
    align-items: center;
}

/* Marquee content (scrolling items) */
.marquee-content {
    display: flex;
    gap: 20px;
    animation: scroll-left 20s linear infinite;
}

.reverse-marquee {
    display: flex;
    gap: 20px;
    animation: scroll-right 20s linear infinite;
}

/* Marquees: keep items on one line and vertically centered */
.marquee-content,
.reverse-marquee {
    display: flex;
    gap: 16px;
    align-items: center;
    will-change: transform;
    /* smooth animation */
}

/* Animation keyframes with starting position */
@keyframes scroll-left {
    0% {
        transform: translateX(-25%);
        /* Start already partway through */
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Animation keyframes with starting position */
@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
        /* Start already partway through */
    }

    100% {
        transform: translateX(-25%);
    }
}




/* Each data source pill sizes to its text */
.data-card {
    display: inline-flex;
    /* pill grows to fit content */
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    color: #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    flex: 0 0 auto;
    /* DO NOT shrink in the flex row */
    white-space: nowrap;
    /* keep label in one line */
}

/* Logos inside pills: small, no extra padding */
.data-card img {
    height: 24px;
    /* was 60px */
    width: auto;
    padding: 0;
    /* remove extra inner padding */
    filter: grayscale(1) brightness(1.45) contrast(0.9);
    transition: filter .3s ease;
    flex: 0 0 auto;
}


.data-card img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    transition: ease all .6s;
    cursor: pointer;
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

/* Vertical cards */
.vert-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.vert-card {
    border: 1px solid var(--stroke);
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border-radius: var(--radius-lg);
    padding: 18px
}

.vert-card h3 {
    font-family: 'League Spartan', sans-serif;
    margin: 10px 0 6px
}

.vert-card p {
    color: var(--muted);
    margin: 0
}

.vert-card img {
    border-radius: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, .08)
}

@media (max-width:1000px) {
    .vert-cards {
        grid-template-columns: 1fr
    }
}

/* Contact band */
.contact-us {
    text-align: center
}

.mobilemargin {
    padding-bottom: 96px
}