.product-proof {
    background: linear-gradient(180deg, #fff, var(--soft));
}

.capture-split {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 34px;
    align-items: center;
}

.capture-split-reverse .capture-copy {
    order: 2;
}

.capture-split-reverse .screenshot-frame {
    order: 1;
}

.capture-copy .eyebrow {
    margin-bottom: 14px;
}

.capture-copy p {
    font-size: 1.06rem;
}

.screenshot-frame {
    position: relative;
    margin: 0;
    padding: 12px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(242,250,253,.98));
    border: 1px solid rgba(0,119,182,.16);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.screenshot-frame figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 800;
    text-align: center;
}

.hero-product-shot {
    min-height: 500px;
}

.hero-screenshot {
    z-index: 2;
    width: min(100%, 560px);
    transform: rotate(-1.5deg);
}

.hero-screenshot figcaption {
    color: var(--primary);
}

.product-gallery-section {
    background: radial-gradient(circle at 15% 10%, rgba(144,224,239,.45), transparent 24rem), #fff;
}

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

.gallery-card {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,119,182,.14);
    box-shadow: var(--shadow-soft);
    transition: transform .25s ease, box-shadow .25s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.gallery-card-wide {
    grid-column: 1 / -1;
    grid-template-columns: 1.2fr .8fr;
    align-items: center;
}

.gallery-card h3 {
    margin-bottom: 8px;
}

.gallery-card p {
    margin-bottom: 0;
}

.gallery-cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.otomatic-mockup {
    display: block;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(11,23,38,.08);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
    color: #0b1726;
}

.otomatic-mockup-card {
    min-height: 320px;
}

.otomatic-mockup-hero,
.otomatic-mockup-wide {
    min-height: 420px;
}

.mockup-topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    background: linear-gradient(90deg, rgba(0,119,182,.10), rgba(144,224,239,.18));
    border-bottom: 1px solid rgba(0,119,182,.12);
}

.mockup-dots {
    display: flex;
    gap: 6px;
}

.mockup-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: block;
}

.mockup-dots span:nth-child(1) { background: #ff6b6b; }
.mockup-dots span:nth-child(2) { background: #ffd166; }
.mockup-dots span:nth-child(3) { background: #06d6a0; }

.mockup-url {
    min-width: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    color: #395168;
    font-size: .78rem;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mockup-status {
    padding: 7px 10px;
    border-radius: 999px;
    background: #d9fff2;
    color: #047857;
    font-size: .74rem;
    font-weight: 1000;
    text-transform: uppercase;
}

.mockup-shell {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 350px;
}

.otomatic-mockup-card .mockup-shell {
    grid-template-columns: 118px 1fr;
    min-height: 280px;
}

.mockup-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 14px;
    background: linear-gradient(180deg, #06283d, #003554);
    color: white;
}

.mockup-sidebar strong {
    display: block;
    margin-bottom: 12px;
    font-size: .95rem;
}

.mockup-sidebar span {
    display: block;
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.22);
}

.mockup-sidebar span:nth-child(3) {
    width: 76%;
    background: rgba(144,224,239,.55);
}

.mockup-sidebar span:nth-child(4) { width: 88%; }
.mockup-sidebar span:nth-child(5) { width: 62%; }

.mockup-main {
    padding: 22px;
    background:
        radial-gradient(circle at 82% 18%, rgba(144,224,239,.34), transparent 12rem),
        linear-gradient(180deg, #ffffff, #f7fcff);
}

.mockup-headline {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.mockup-pill {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(0,119,182,.10);
    color: var(--primary);
    font-size: .74rem;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.mockup-headline h3 {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    line-height: 1.15;
}

.prompt-box,
.search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(0,119,182,.14);
    box-shadow: 0 14px 34px rgba(0,53,84,.08);
}

.prompt-box span,
.search-row span {
    color: #42566c;
    font-weight: 800;
    font-size: .92rem;
}

.prompt-box button,
.search-row button {
    border: 0;
    padding: 10px 14px;
    border-radius: 999px;
    color: white;
    background: linear-gradient(135deg, var(--primary), #00a6d6);
    font-weight: 1000;
}

.mockup-grid-mini {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

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

.mockup-grid-mini div,
.kpi-row div,
.pipeline div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,119,182,.12);
}

.mockup-grid-mini b,
.kpi-row b,
.pipeline b {
    display: block;
    color: #073b5a;
    margin-bottom: 5px;
    font-size: .92rem;
}

.mockup-grid-mini span,
.kpi-row span,
.pipeline span {
    color: #61768a;
    font-size: .82rem;
    font-weight: 800;
}

.mockup-progress {
    height: 13px;
    overflow: hidden;
    margin-top: 18px;
    border-radius: 999px;
    background: rgba(0,119,182,.11);
}

.mockup-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.mockup-table {
    display: grid;
    gap: 8px;
}

.mockup-table > div {
    display: grid;
    grid-template-columns: 1.3fr .8fr .45fr .55fr;
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,119,182,.10);
    color: #42566c;
    font-size: .84rem;
    font-weight: 800;
}

.mockup-table > div:first-child {
    background: #e9f8ff;
    color: #073b5a;
    font-size: .78rem;
    text-transform: uppercase;
}

.results-list,
.chat-stack {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.results-list span,
.chat-stack p {
    margin: 0;
    padding: 12px 14px;
    border-radius: 15px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,119,182,.11);
    color: #42566c;
    font-size: .9rem;
    font-weight: 800;
}

.chart-bars {
    display: flex;
    align-items: end;
    gap: 12px;
    height: 150px;
    padding: 16px;
    border-radius: 20px;
    background: white;
    border: 1px solid rgba(0,119,182,.11);
}

.chart-bars span {
    flex: 1;
    border-radius: 12px 12px 4px 4px;
    background: linear-gradient(180deg, var(--secondary), var(--primary));
}

.chart-bars span:nth-child(1) { height: 35%; }
.chart-bars span:nth-child(2) { height: 52%; }
.chart-bars span:nth-child(3) { height: 46%; }
.chart-bars span:nth-child(4) { height: 70%; }
.chart-bars span:nth-child(5) { height: 86%; }
.chart-bars span:nth-child(6) { height: 62%; }

.kpi-row,
.pipeline,
.filter-row,
.quick-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.pipeline div {
    text-align: center;
}

.pipeline span {
    display: block;
    font-size: 1.7rem;
    color: var(--primary);
}

.filter-row,
.quick-actions {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
}

.quick-actions {
    grid-template-columns: repeat(4, auto);
}

.filter-row span,
.quick-actions span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(0,119,182,.10);
    color: #073b5a;
    font-size: .82rem;
    font-weight: 900;
}

@media (max-width: 1080px) {
    .capture-split,
    .gallery-card-wide {
        grid-template-columns: 1fr;
    }

    .capture-split-reverse .capture-copy,
    .capture-split-reverse .screenshot-frame {
        order: initial;
    }

    .hero-product-shot {
        min-height: 390px;
    }
}

@media (max-width: 760px) {
    .product-gallery {
        grid-template-columns: 1fr;
    }

    .screenshot-frame {
        padding: 8px;
        border-radius: 22px;
    }

    .hero-screenshot {
        transform: none;
    }

    .gallery-cta .btn {
        width: 100%;
    }

    .otomatic-mockup,
    .otomatic-mockup-card,
    .otomatic-mockup-hero,
    .otomatic-mockup-wide {
        min-height: 0;
    }

    .mockup-topbar {
        grid-template-columns: auto 1fr;
    }

    .mockup-status {
        display: none;
    }

    .mockup-shell,
    .otomatic-mockup-card .mockup-shell {
        grid-template-columns: 1fr;
    }

    .mockup-sidebar {
        display: none;
    }

    .mockup-main {
        padding: 16px;
    }

    .mockup-grid-mini.three,
    .kpi-row,
    .pipeline,
    .filter-row,
    .quick-actions {
        grid-template-columns: 1fr;
    }

    .prompt-box,
    .search-row {
        grid-template-columns: 1fr;
    }

    .prompt-box button,
    .search-row button {
        width: 100%;
    }

    .mockup-table > div {
        grid-template-columns: 1fr 70px 48px 62px;
        font-size: .76rem;
        padding: 10px;
    }

    .chart-bars {
        height: 115px;
    }
}