/* Hero Section V2 - Robofy.ai */

:root {
    --hero-primary: #2F80ED;
    --hero-primary-light: #eff6ff;
    --hero-text-main: #111827;
    --hero-text-muted: #4b5563;
    --hero-bg-gray: #f9fafb;
    --hero-border: #e5e7eb;
    --hero-radius: 12px;
    --hero-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ═══════════════════════════════════════════
   SHARED SECTION TYPOGRAPHY
   Per-section rules add only colour / size overrides.
═══════════════════════════════════════════ */

.problem-section,
.outcome-section,
.whyrobofy-section,
.whynow-section,
.blueprints-section,
.howit-section,
.closing-cta-section {
    font-family: 'Inter', sans-serif;
}

/* Section h2 — override only what differs per section */
.section-headline {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

/* Section subtitle paragraph */
.section-subtext {
    font-size: 17px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0 auto;
}

/* Eyebrow badge — per-section rules add colour + border only */
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    padding: 5px 14px 5px 10px;
    border-radius: 20px;
}

.section-eyebrow svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.hero-v2 {
    padding-top: 150px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background-image:
        radial-gradient(ellipse 65% 55% at 88% 20%, rgba(99, 102, 241, 0.22) 0%, transparent 35%),
        radial-gradient(ellipse 50% 60% at 10% 90%, rgba(37, 99, 235, 0.25) 0%, transparent 55%),
        radial-gradient(circle, rgba(37, 99, 235, 0.2) 1.2px, transparent 1.2px);
    background-size: auto, auto, 28px 28px;
    font-family: 'Inter', sans-serif;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media (max-width: 991px) {
    .hero-v2 {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto;
    }

    .hero-ctas {
        justify-content: center;
    }

    .hero-v2 p.hero-desc-v2 {
        font-size: 16px;
        margin-bottom: 24px;
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-content {
    opacity: 0;
    transform: translateY(20px);
}

.hero-tagline {
    font-size: 14px;
    font-weight: 600;
    color: var(--hero-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    display: block;
}

.hero-v2 h1 {
    margin-bottom: 24px;
    color: var(--hero-text-main);
    line-height: 1.2;
    font-weight: 800;
}

.text-gradient {
    background: linear-gradient(90deg, var(--hero-primary) 0%, #6366f1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

#hero-usecase-text {
    display: inline-block;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.hero-v2 p.hero-desc-v2 {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 520px;
    color: var(--hero-text-muted);
}


.hero-ctas {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.hero-support {
    font-size: 14px;
    color: var(--hero-text-muted);
}

.hero-visual {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ── Hero Demo ── */
.chatbot-demo {
    position: relative;
    width: 100%;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Brand pills */
.brand-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

.bpill {
    flex: 1;
    justify-content: center;
    white-space: nowrap;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    background: var(--hero-bg-gray);
    border: 1px solid var(--hero-border);
    cursor: pointer;
    color: var(--hero-text-muted);
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-heading);
}

.bpill i {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.bpill.active {
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Demo frame wraps browser + wa pill */
.demo-frame {
    position: relative;
    padding-bottom: 28px;
    width: 100%;
}

/* Browser shell */
.demo-browser {
    background: white;
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.07), 0 6px 16px rgba(0, 0, 0, 0.04);
}

.dbrow-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f8fafc;
    border-bottom: 1px solid var(--hero-border);
}

.dbrow-dots {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
}

.dbrow-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.dbrow-dots span:nth-child(1) {
    background: #ff5f57;
}

.dbrow-dots span:nth-child(2) {
    background: #febc2e;
}

.dbrow-dots span:nth-child(3) {
    background: #28c840;
}

.dbrow-url {
    flex: 1;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 3px 12px;
    font-size: 11px;
    color: var(--hero-text-muted);
    font-family: monospace;
    transition: color 0.4s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dbrow-body {
    position: relative;
    height: 316px;
    overflow: hidden;
    background: #fafbfc;
}

/* Simulated page bg */
.page-sim {
    padding: 20px 20px 0;
    pointer-events: none;
}

.ps-hero-bar {
    height: 80px;
    border-radius: 10px;
    margin-bottom: 16px;
    transition: background 0.6s ease;
    background: linear-gradient(135deg, #eff6ff, #bfdbfe);
}

.ps-lines {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ps-line {
    height: 9px;
    background: #e2e8f0;
    border-radius: 6px;
}

/* Chat widget pinned to bottom-right of browser body */
.cwb {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 214px;
    background: white;
    border-radius: 14px;
    border: 1px solid var(--hero-border);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cwb-head {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    transition: background 0.5s ease;
}

.cwb-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    color: white;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
}

.cwb-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.cwb-name {
    font-size: 12px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cwb-status {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.cwb-msgs {
    min-height: 108px;
    max-height: 108px;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cwb-msg {
    max-width: 86%;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(6px);
    animation: msgSlide 0.35s forwards;
}

.cwb-msg.bot {
    align-self: flex-start;
    background: #f1f5f9;
    color: var(--hero-text-main);
    border-bottom-left-radius: 2px;
}

.cwb-msg.user {
    align-self: flex-end;
    color: white;
    border-bottom-right-radius: 2px;
}

.cwb-footer {
    padding: 8px 12px;
    border-top: 1px solid var(--hero-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: #9ca3af;
}

/* WhatsApp confirmation pill */
.wa-pill {
    position: absolute;
    bottom: 0;
    left: 16px;
    background: #111827;
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    max-width: 270px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.wa-pill.visible {
    opacity: 1;
    transform: translateY(0);
}

.wa-pill-icon {
    width: 24px;
    height: 24px;
    background: #25d366;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-pill-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

.wa-pill-text {
    font-size: 12px;
    color: #e2e8f0;
    font-weight: 500;
    line-height: 1.3;
}

@keyframes msgSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade up animation for scroll */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Use-case chips ── */
.hero-usecases {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.hero-usecase-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #2F80ED;
    background: rgba(37, 99, 235, 0.07);
    border: 1px solid rgba(37, 99, 235, 0.15);
    line-height: 1;
}

.chip-icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .hero-usecases {
        justify-content: center;
    }
}

/* ── Meta Tech Partner Strip ── */
.meta-partner-strip {
    background: #fafbff;
    border-top: 1px solid #e8edf5;
    border-bottom: 1px solid #e8edf5;
    padding: 14px 0;
}

.meta-partner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 28px;
}

.meta-partner-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.meta-logo-svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.whatsapp-icon-svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.meta-verified-svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.meta-partner-label {
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
    white-space: nowrap;
}

.meta-partner-label strong {
    color: #111827;
    font-weight: 600;
}

.meta-strip-divider {
    width: 1px;
    height: 18px;
    background: #d1d5db;
    flex-shrink: 0;
}

@media (max-width: 767px) {

    /* Brand pills — allow wrap so they don't overflow */
    .brand-pills {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bpill {
        flex: 0 0 auto;
    }

    /* Chatbot demo — reduce fixed height for mobile */
    .dbrow-body {
        height: 240px;
    }

    .cwb {
        width: 180px;
    }

    /* Meta strip */
    .meta-strip-divider {
        display: none;
    }

    .meta-partner-inner {
        gap: 10px 20px;
    }
}

@media (max-width: 480px) {

    /* CTA buttons — stack vertically on very small phones */
    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }

    /* Meta strip — column layout so nothing overflows */
    .meta-partner-inner {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .meta-strip-divider {
        display: none;
    }
}

/* ═══════════════════════════════════════
   Problem Section
═══════════════════════════════════════ */
.problem-section {
    background: #f9fafb;
    padding: 88px 0 96px;
}

/* Section header */

.hero-header {
    max-width: 680px;
    margin: 0 auto 56px;
}

.hero-headline {
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.problem-header {
    max-width: 680px;
    margin: 0 auto 56px;
}

.problem-eyebrow {
    color: #d97706;
    background: rgba(217, 119, 6, 0.08);
    border: 1px solid rgba(217, 119, 6, 0.2);
}

.problem-headline {
    font-size: 38px;
}

.problem-subheadline {
    max-width: 580px;
}

/* 2×2 card grid */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card */
.problem-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #f59e0b;
    border-radius: 12px;
    padding: 28px 28px 32px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.problem-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 8px 32px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Card icon container */
.problem-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.problem-card-icon svg {
    width: 20px;
    height: 20px;
    color: #d97706;
    stroke: #d97706;
}

/* Card text */
.problem-card-label {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1.3;
}

.problem-card-body {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .problem-section {
        padding: 60px 0 68px;
    }

    .problem-header {
        margin-bottom: 36px;
    }

    .problem-headline {
        font-size: 26px;
        letter-spacing: -0.01em;
    }

    .problem-headline br {
        display: none;
    }

    .problem-subheadline {
        font-size: 15px;
    }

    .problem-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .problem-card {
        padding: 22px 20px 24px;
    }
}

/* ═══════════════════════════════════════
   Outcome / Agents Section
═══════════════════════════════════════ */
.outcome-section {
    background: #ffffff;
    padding: 88px 0 96px;
}

/* Section header */
.outcome-header {
    max-width: 620px;
    margin: 0 auto 56px;
}

.outcome-eyebrow {
    color: #2F80ED;
    background: rgba(37, 99, 235, 0.07);
    border: 1px solid rgba(37, 99, 235, 0.16);
}

.outcome-headline {
    font-size: 38px;
}

/* 3-column grid */
.outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}

/* ── Card shell ── */
.outcome-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

/* Coloured top accent per agent */
.outcome-card--green {
    border-top: 3px solid #10b981;
}

.outcome-card--amber {
    border-top: 3px solid #f59e0b;
}

.outcome-card--red {
    border-top: 3px solid #ef4444;
}

/* ── Image area ── */
.outcome-img-wrap {
    position: relative;
    height: 220px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding: 0 24px;
}

.outcome-agent-img {
    height: 215px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom;
    display: block;
    position: relative;
    z-index: 2;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* "Available 24/7" badge overlaid at bottom-right of image */
.outcome-status-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(17, 24, 39, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.02em;
    z-index: 4;
}

.outcome-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.3);
    flex-shrink: 0;
    animation: status-pulse 2s ease-in-out infinite;
}

@keyframes status-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.3);
    }

    50% {
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.15);
    }
}

/* ── Card content ── */
.outcome-card-content {
    padding: 22px 22px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.outcome-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
    line-height: 1.3;
    transition: color 0.25s ease;
}

.outcome-card-subtitle {
    font-size: 14px;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.5;
}

.outcome-card-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 14px 0;
}

.outcome-card-body {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 18px;
    flex: 1;
}

/* ── Tags ── */
.outcome-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.outcome-tag {
    font-size: 11px;
    font-weight: 500;
    color: #374151;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    transition: background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

/* ── Hover animations ── */

/* 1. Agent image rises and breathes slightly */
.outcome-card:hover .outcome-agent-img {
    transform: translateY(-8px) scale(1.04);
}

/* 2a. Permanent white fade at the bottom — masks the saturated gradient strip
        when the agent image slides up, so no coloured band is ever exposed */
.outcome-img-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.92) 100%);
    pointer-events: none;
    z-index: 3;
}

/* 2b. Soft light wash over the whole gradient on hover */
.outcome-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 1;
}

.outcome-card:hover .outcome-img-wrap::after {
    opacity: 1;
}

/* 3. Coloured glow matching the agent's accent */
.outcome-card--green:hover {
    box-shadow: 0 12px 40px rgba(16, 185, 129, 0.22), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.outcome-card--amber:hover {
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.22), 0 4px 12px rgba(0, 0, 0, 0.06);
}

.outcome-card--red:hover {
    box-shadow: 0 12px 40px rgba(239, 68, 68, 0.22), 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* 4. Title colour changes to match agent */
.outcome-card--green:hover .outcome-card-title {
    color: #059669;
}

.outcome-card--amber:hover .outcome-card-title {
    color: #d97706;
}

.outcome-card--red:hover .outcome-card-title {
    color: #dc2626;
}

/* 5. Tags shift to agent colour */
.outcome-card--green:hover .outcome-tag {
    background: rgba(16, 185, 129, 0.08);
    border-color: rgba(16, 185, 129, 0.30);
    color: #059669;
}

.outcome-card--amber:hover .outcome-tag {
    background: rgba(245, 158, 11, 0.08);
    border-color: rgba(245, 158, 11, 0.30);
    color: #d97706;
}

.outcome-card--red:hover .outcome-tag {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.30);
    color: #dc2626;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .outcome-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .outcome-headline {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .outcome-section {
        padding: 60px 0 68px;
    }

    .outcome-header {
        margin-bottom: 36px;
    }

    .outcome-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .outcome-headline {
        font-size: 26px;
    }

    .outcome-headline br {
        display: none;
    }

    .outcome-subheadline {
        font-size: 15px;
    }

    .outcome-img-wrap {
        height: 180px;
    }

    .outcome-agent-img {
        height: 165px;
    }
}

/* ═══════════════════════════════════════
   Why Robofy Section
═══════════════════════════════════════ */
.whyrobofy-section {
    background: #f9fafb;
    padding: 100px 0;
}

/* ── Section header ── */
.whyrobofy-header {
    max-width: 800px;
    margin: 0 auto 80px;
}

.whyrobofy-eyebrow {
    color: #2F80ED;
    background: rgba(37, 99, 235, 0.07);
    border: 1px solid rgba(37, 99, 235, 0.16);
}

.whyrobofy-headline {
    font-size: 46px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
}

/* ── Sub-section 1: stacked layout ── */
.whyrobofy-cols {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    margin-bottom: 80px;
}

/* Founder quote */
.founder-quote-col {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.founder-quote-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.founder-quote-mark {
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 80px;
    line-height: 1;
    color: #3b82f6;
    opacity: 0.15;
    user-select: none;
    margin-bottom: 10px;
    position: absolute;
    top: 40px;
    left: 40px;
}

.founder-quote-text {
    font-size: 18px;
    line-height: 1.8;
    color: #1f2937;
    font-weight: 500;
    margin: 30px 0 40px 0;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    border: none !important;
    quotes: "\201C" "\201D" "\2018" "\2019";
    box-shadow: none;
    border-radius: 0px;
}

.founder-attribution {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.founder-photo {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #f3f4f6;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.founder-meta {
    display: flex;
    flex-direction: column;
}

.founder-name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.founder-title {
    display: block;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Go-Live card */
.golive-card-col {
    display: flex;
    flex-direction: column;
}

.golive-card {
    background: linear-gradient(150deg, #2F80ED 0%, #1a5bb8 100%);
    border-radius: 24px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.15);
}

.golive-card-header {
    margin-bottom: 36px;
}

.golive-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 5px 12px 5px 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.golive-badge-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.golive-headline {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.golive-body {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.75;
    margin: 0;
}

/* 3-step flow strip */
.golive-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 32px;
    gap: 0;
}

.golive-step {
    text-align: center;
    padding: 0 8px;
}

.golive-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.golive-step--active .golive-step-num {
    background: rgba(74, 222, 128, 0.2);
    border-color: rgba(74, 222, 128, 0.4);
    color: #4ade80;
}

.golive-step-day {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 6px;
}

.golive-step-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.35;
}

.golive-step--active .golive-step-title {
    color: #ffffff;
}

.golive-step-arrow {
    color: rgba(255, 255, 255, 0.22);
    font-size: 16px;
    padding: 0 4px;
    user-select: none;
}

.golive-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #93c5fd;
    text-decoration: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    width: 100%;
    transition: color 0.2s ease, gap 0.2s ease;
}

.golive-cta:hover {
    color: #ffffff;
    gap: 11px;
    text-decoration: none;
}

.golive-cta-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.golive-cta:hover .golive-cta-icon {
    transform: translateX(3px);
}

/* ── Sub-section 2: Benefits grid ── */
.whyrobofy-benefits-wrap {
    border-top: 1px solid #e5e7eb;
    padding-top: 56px;
}

.benefits-label {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 36px;
    text-align: center;
}

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

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 36px 48px 36px 0;
    border-bottom: 1px solid #e5e7eb;
}

/* Right column items get left padding instead of right */
.benefit-item:nth-child(even) {
    padding-left: 48px;
    padding-right: 0;
    border-left: 1px solid #e5e7eb;
}

/* Bottom row: remove bottom border */
.benefit-item:nth-child(3),
.benefit-item:nth-child(4) {
    border-bottom: none;
    padding-bottom: 0;
}

.benefit-number {
    font-size: 44px;
    font-weight: 800;
    color: #dbeafe;
    line-height: 1;
    flex-shrink: 0;
    width: 52px;
    letter-spacing: -0.03em;
}

.benefit-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.35;
}

.benefit-body {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

/* ── Why Robofy Responsive ── */
@media (max-width: 991px) {
    .whyrobofy-cols {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 56px;
    }

    .golive-steps {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
    }

    .golive-step-arrow {
        display: none;
    }

    .whyrobofy-headline {
        font-size: 32px;
    }

    .whyrobofy-headline br {
        display: none;
    }

    .founder-quote-col,
    .golive-card {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .whyrobofy-section {
        padding: 60px 0 68px;
    }

    .whyrobofy-header {
        margin-bottom: 44px;
    }

    .whyrobofy-headline {
        font-size: 26px;
    }

    .founder-quote-col {
        flex-direction: column;
        gap: 16px;
        padding: 28px 24px;
    }

    .founder-quote-mark {
        font-size: 60px;
    }

    .founder-quote-text {
        font-size: 17px;
    }

    .golive-card {
        padding: 32px 28px;
    }

    .golive-headline {
        font-size: 24px;
    }

    .golive-steps {
        padding: 20px;
    }

    /* Benefits: single column on mobile */
    .whyrobofy-benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefit-item {
        padding: 28px 0;
        border-left: none !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .benefit-item:last-child {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .benefit-number {
        font-size: 36px;
        width: 42px;
    }
}

/* ═══════════════════════════════════════════
   WHY NOW SECTION
═══════════════════════════════════════════ */
.whynow-section {
    background: #263238;
    padding: 80px 0 88px;
}

.whynow-header {
    max-width: 680px;
    margin: 0 auto 56px;
}

.whynow-eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 18px;
    color: #90caf9;
    background: rgba(144, 202, 249, 0.1);
    border: 1px solid rgba(144, 202, 249, 0.22);
}

.whynow-headline {
    color: #ffffff;
    margin-bottom: 16px;
}

.whynow-subtext {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.75;
    margin: 0;
}

/* ── Timeline ── */
.whynow-timeline {
    display: grid;
    grid-template-columns: 1fr 48px 1fr 48px 1fr 48px 1fr;
    align-items: start;
    margin-bottom: 56px;
}

.whynow-year-future {
    background: rgba(167, 139, 250, 0.12);
    color: #a78bfa;
    border: 1px solid rgba(167, 139, 250, 0.28);
}

.whynow-card--future {
    background: rgba(167, 139, 250, 0.06);
    border-color: rgba(167, 139, 250, 0.2);
    opacity: 0.72;
}

.whynow-timeline-arrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 52px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    user-select: none;
}

.whynow-year-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding: 4px 13px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.whynow-year-past {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.whynow-year-recent {
    background: rgba(144, 202, 249, 0.12);
    color: #90caf9;
    border: 1px solid rgba(144, 202, 249, 0.25);
}

.whynow-year-now {
    background: rgba(100, 181, 246, 0.18);
    color: #64b5f6;
    border: 1px solid rgba(100, 181, 246, 0.35);
}

.whynow-timeline-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
}

.whynow-card--current {
    background: rgba(100, 181, 246, 0.1);
    border-color: rgba(100, 181, 246, 0.3);
}

.whynow-now-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.28);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    display: block;
    width: fit-content;
}

.whynow-era-title {
    font-size: 17px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    line-height: 1.35;
}

.whynow-card--current .whynow-era-title {
    color: #ffffff;
}

.whynow-era-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    margin: 0;
}

.whynow-card--current .whynow-era-desc {
    color: rgba(255, 255, 255, 0.62);
}

/* ── Urgency Block ── */
.whynow-urgency {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 48px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.whynow-urgency-text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.85;
    margin-bottom: 16px;
}

.whynow-urgency-accent {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
}

/* ── Why Now Responsive ── */
@media (max-width: 991px) {
    .whynow-timeline {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .whynow-timeline-arrow {
        display: none;
    }

    .whynow-headline {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .whynow-section {
        padding: 56px 0 64px;
    }

    .whynow-header {
        margin-bottom: 40px;
    }

    .whynow-headline {
        font-size: 24px;
    }

    .whynow-subtext {
        font-size: 15px;
    }

    .whynow-urgency-accent {
        font-size: 16px;
    }
}

/* ═══════════════════════════════════════════
   AGENT BLUEPRINTS SECTION
═══════════════════════════════════════════ */
.blueprints-section {
    background: #ffffff;
    padding: 80px 0 88px;
}

.blueprints-header {
    margin-bottom: 48px;
}

.blueprints-eyebrow {
    color: #2F80ED;
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.blueprints-subtext {
    max-width: 640px;
}

/* Tabs */
.blueprints-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 40px;
}

.bp-tab {
    background: #F1F5F9;
    border: 1.5px solid #E2E8F0;
    color: #475569;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.bp-tab:hover {
    background: #E0EAFF;
    color: #2F80ED;
    border-color: #93C5FD;
}

.bp-tab.active {
    background: #2F80ED;
    color: #ffffff;
    border-color: #2F80ED;
}

/* Panels */
.blueprints-panel {
    display: none;
}

.blueprints-panel.active {
    display: block;
}

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

/* Blueprint Card */
.blueprint-card {
    background: #F8FAFC;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.blueprint-card:hover {
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.10);
    transform: translateY(-2px);
}

.blueprint-card-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blueprint-usecase-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    width: fit-content;
}

.blueprint-usecase-badge svg {
    width: 12px;
    height: 12px;
}

.badge-support {
    background: #EFF6FF;
    color: #2F80ED;
}

.badge-booking {
    background: #F0FDF4;
    color: #16A34A;
}

.badge-lead {
    background: #FFF7ED;
    color: #D97706;
}

.blueprint-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
}

.blueprint-card-desc {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Triggers */
.blueprint-triggers {
    flex: 1;
}

.blueprint-triggers-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94A3B8;
    margin-bottom: 10px;
}

.blueprint-trigger-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blueprint-trigger-list li {
    font-size: 13px;
    color: #334155;
    padding: 8px 12px;
    background: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    line-height: 1.4;
}

/* CTA */
.blueprint-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2F80ED;
    text-decoration: none;
    transition: gap 0.2s;
}

.blueprint-cta svg {
    width: 15px;
    height: 15px;
    transition: transform 0.2s;
}

.blueprint-cta:hover {
    color: #1D4ED8;
    text-decoration: none;
}

.blueprint-cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .blueprints-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blueprints-section {
        padding: 56px 0 64px;
    }

    .blueprints-headline {
        font-size: 26px;
    }

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

    .blueprints-tabs {
        gap: 6px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 4px;
    }

    .bp-tab {
        font-size: 13px;
        padding: 8px 16px;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* ═══════════════════════════════════════════
   HOW IT WORKS SECTION
═══════════════════════════════════════════ */
.howit-section {
    background: #F1F5F9;
    padding: 80px 0 88px;
}

.howit-header {
    margin-bottom: 56px;
}

.howit-eyebrow {
    color: #2F80ED;
    background: #E0EAFF;
    border: 1px solid #BFDBFE;
}

.howit-subtext {
    max-width: 560px;
}

/* Steps layout */
.howit-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.howit-step {
    flex: 1;
    background: #ffffff;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.howit-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2F80ED;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.howit-step-icon {
    color: #2F80ED;
}

.howit-step-icon svg {
    width: 28px;
    height: 28px;
}

.howit-step-title {
    font-size: 17px;
    font-weight: 700;
    color: #0F172A;
    margin: 0;
    line-height: 1.3;
}

.howit-step-body {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

.howit-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    padding-top: 56px;
    color: #94A3B8;
    flex-shrink: 0;
}

.howit-connector svg {
    width: 22px;
    height: 22px;
}

@media (max-width: 991px) {
    .howit-steps {
        flex-direction: column;
        gap: 4px;
    }

    .howit-connector {
        padding: 4px 0;
        transform: rotate(90deg);
    }

    .howit-step {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .howit-section {
        padding: 56px 0 64px;
    }

    .howit-headline {
        font-size: 26px;
    }
}

/* ═══════════════════════════════════════════
   CLOSING CTA SECTION
═══════════════════════════════════════════ */
.closing-cta-section {
    background: #1E293B;
    padding: 88px 0 96px;
}

.closing-cta-inner {
    max-width: 720px;
    margin: 0 auto;
}

.closing-cta-headline {
    font-size: 40px;
    color: #F8FAFC;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

.closing-cta-sub {
    font-size: 18px;
    color: #94A3B8;
    line-height: 1.6;
    margin-bottom: 40px;
}

.closing-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.closing-btn-primary {
    font-size: 16px;
    padding: 14px 32px;
}

.closing-btn-secondary {
    font-size: 16px;
    padding: 14px 32px;
    color: #F8FAFC;
    border-color: #475569;
}

.closing-btn-secondary:hover {
    border-color: #94A3B8;
    color: #F8FAFC;
}

.closing-trust-line {
    font-size: 13px;
    color: #64748B;
    margin: 0;
    font-style: italic;
}

@media (max-width: 767px) {
    .closing-cta-section {
        padding: 64px 0 72px;
    }

    .closing-cta-headline {
        font-size: 28px;
    }

    .closing-cta-sub {
        font-size: 16px;
    }

    .closing-cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

/* ═══════════════════════════════════════════
   FAQ SECTION
═══════════════════════════════════════════ */
.faq-section {
    background: #f9fafb;
    padding: 80px 0 88px;
}

.faq-header {
    max-width: 560px;
    margin: 0 auto 52px;
}

.faq-eyebrow {
    color: #2F80ED;
    background: rgba(37, 99, 235, 0.07);
    border: 1px solid rgba(37, 99, 235, 0.16);
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Accordion item */
.faq-item {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
    border-color: #bfdbfe;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.07);
}

/* Question row */
.faq-question {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    user-select: none;
    line-height: 1.45;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

/* Remove default browser marker */
.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question::marker {
    display: none;
}

.faq-question:hover {
    color: #2F80ED;
}

.faq-item[open] .faq-question {
    color: #2F80ED;
}

/* Chevron icon */
.faq-chevron {
    flex-shrink: 0;
    display: flex;
    color: #94a3b8;
    transition: color 0.2s ease;
}

.faq-chevron svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
}

.faq-item[open] .faq-chevron {
    color: #2F80ED;
}

.faq-item[open] .faq-chevron svg {
    transform: rotate(180deg);
}

/* Answer body */
.faq-answer {
    padding: 0 24px 22px;
    border-top: 1px solid #f1f5f9;
}

.faq-answer p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin: 16px 0 0;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 56px 0 64px;
    }

    .faq-question {
        font-size: 15px;
        padding: 18px 20px;
    }

    .faq-answer {
        padding: 0 20px 20px;
    }
}

/* AI Agent Persona Styles */
.usecase-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent-persona-wrap {
    position: absolute;
    left: -50px;
    bottom: -40px;
    width: 280px;
    z-index: 0;
    opacity: 0;
    transform: translateX(-20px);
    animation: agent-fade-in 1s ease-out forwards 0.5s;
}

.agent-persona-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(217, 119, 6, 0.2));
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.agent-persona-tag {
    position: absolute;
    bottom: 60px;
    left: 20px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #fde68a;
    font-size: 11px;
    font-weight: 700;
    color: #14142B;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

@keyframes agent-fade-in {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1100px) {
    .agent-persona-wrap {
        left: -80px;
        width: 240px;
    }
}

@media (max-width: 900px) {
    .agent-persona-wrap {
        display: none;
    }
}