.ge-demo,
.ge-demo * {
    box-sizing: border-box;
}

.ge-demo {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
    padding: 56px 18px;
    border-radius: 32px;
    color: #ffffff;
    background:
        radial-gradient(circle at top left, rgba(14,165,233,.26), transparent 30%),
        radial-gradient(circle at top right, rgba(139,92,246,.26), transparent 30%),
        linear-gradient(135deg, #020617 0%, #0f172a 52%, #111827 100%);
    font-family: Inter, Arial, sans-serif;
}

.ge-demo-bg-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 999px;
    filter: blur(70px);
    opacity: .45;
    pointer-events: none;
}

.ge-demo-bg-glow-one {
    top: -120px;
    left: -80px;
    background: #22d3ee;
}

.ge-demo-bg-glow-two {
    right: -100px;
    bottom: 60px;
    background: #8b5cf6;
}

.ge-demo-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.ge-demo-hero {
    max-width: 860px;
}

.ge-demo-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.ge-demo-badges span,
.ge-demo-card-head span,
.ge-demo-final-cta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #bae6fd;
    background: rgba(14,165,233,.12);
    border: 1px solid rgba(125,211,252,.30);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.ge-demo-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.ge-demo-hero p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.75;
}

.ge-demo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ge-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    border: 0;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #22d3ee, #8b5cf6);
    box-shadow: 0 16px 38px rgba(14,165,233,.24);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    cursor: pointer;
    transition: .22s ease;
}

.ge-demo-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    filter: brightness(1.08);
}

.ge-demo-btn-secondary {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: none;
}

.ge-demo-grid {
    display: grid;
    gap: 22px;
    margin-top: 24px;
}

.ge-demo-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ge-demo-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 26px;
    color: #ffffff;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 22px 60px rgba(0,0,0,.28);
    backdrop-filter: blur(14px);
}

.ge-demo-card-head {
    margin-bottom: 16px;
}

.ge-demo-card h2,
.ge-demo-final-cta h2 {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.ge-demo-card p,
.ge-demo-final-cta p {
    color: #cbd5e1;
    line-height: 1.7;
}

.ge-demo-page {
    width: 100%;
    margin: 8px 0;
    padding: 16px;
    border-radius: 18px;
    text-align: left;
    color: #ffffff;
    background: rgba(15,23,42,.84);
    border: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
    transition: .22s ease;
}

.ge-demo-page:hover,
.ge-demo-page.active {
    border-color: rgba(34,211,238,.8);
    background: rgba(14,165,233,.16);
}

.ge-demo-page strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.ge-demo-page small {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.5;
}

.ge-demo-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.ge-demo-step {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
    border-radius: 17px;
    color: #94a3b8;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 12px;
    font-weight: 900;
}

.ge-demo-step.active {
    color: #ffffff;
    border-color: rgba(34,211,238,.8);
    background: rgba(14,165,233,.18);
    box-shadow: 0 14px 34px rgba(14,165,233,.16);
}

.ge-demo-step.done {
    color: #bbf7d0;
    border-color: rgba(34,197,94,.65);
    background: rgba(34,197,94,.13);
}

.ge-demo-status {
    margin: 16px 0 0;
    font-size: 14px;
}

.ge-demo-niche-box {
    padding: 17px;
    border-radius: 20px;
    background: rgba(16,185,129,.10);
    border: 1px solid rgba(52,211,153,.25);
}

.ge-demo-niche {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

.ge-demo-intent {
    margin: 10px 0 0;
}

.ge-demo-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.ge-demo-signals span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    color: #cffafe;
    background: rgba(14,165,233,.12);
    border: 1px solid rgba(125,211,252,.24);
    font-size: 12px;
    font-weight: 800;
}

.ge-demo-content-list div,
.ge-demo-rejected-list div {
    margin: 9px 0;
    padding: 13px 14px;
    border-radius: 16px;
    color: #cbd5e1;
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(255,255,255,.10);
    font-size: 14px;
    line-height: 1.55;
}

.ge-demo-danger-card {
    background: rgba(127,29,29,.14);
    border-color: rgba(248,113,113,.20);
}

.ge-demo-rejected-list div {
    background: rgba(127,29,29,.22);
    border-color: rgba(248,113,113,.28);
}

.ge-demo-faq-item {
    margin: 12px 0;
    padding: 18px;
    border-radius: 20px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid rgba(226,232,240,.9);
}

.ge-demo-faq-item h3 {
    margin: 0 0 9px;
    color: #020617;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
}

.ge-demo-faq-item p {
    margin: 0;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
}

.ge-demo-score {
    display: inline-flex;
    margin-top: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #047857;
    background: #d1fae5;
    font-size: 12px;
    font-weight: 900;
}

.ge-demo-schema-card {
    margin-top: 24px;
}

.ge-demo-schema {
    width: 100%;
    max-height: 360px;
    margin: 0;
    overflow: auto;
    padding: 18px;
    border-radius: 20px;
    color: #67e8f9;
    background: rgba(2,6,23,.84);
    border: 1px solid rgba(125,211,252,.18);
    font-size: 12px;
    line-height: 1.6;
    white-space: pre-wrap;
}

.ge-demo-final-cta {
    margin-top: 24px;
    padding: 30px;
    text-align: center;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(14,165,233,.16), rgba(139,92,246,.16), rgba(34,197,94,.10));
    border: 1px solid rgba(255,255,255,.12);
}

.ge-demo-final-cta h2 {
    font-size: clamp(26px, 4vw, 42px);
}

.ge-demo-final-cta p {
    max-width: 760px;
    margin: 14px auto 22px;
}

.ge-demo-error {
    padding: 18px;
    border-radius: 12px;
    background: #fee2e2;
    color: #991b1b;
    font-weight: 700;
}

@media (max-width: 900px) {
    .ge-demo {
        padding: 34px 14px;
        border-radius: 24px;
    }

    .ge-demo-grid-two {
        grid-template-columns: 1fr;
    }

    .ge-demo-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ge-demo-card {
        padding: 19px;
    }
}