.funkciok-layout{display:flex;flex-direction:column;gap:var(--space-8)}.funkciok-text{flex:1.2}.funkciok-media{flex:1}.funkciok-media-card{border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg-elevated);box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,0.6)}.funkciok-media-card figcaption{padding:0.8rem 1rem;font-size:var(--fs-sm);color:var(--color-text-soft);background:linear-gradient(135deg,rgba(4,201,215,0.06),rgba(156,91,255,0.05))}.funkciok-media-card img{width:100%;height:auto;display:block}.funkciok-bullet-list{display:flex;flex-direction:column;gap:var(--space-3);margin-top:var(--space-6);margin-bottom:var(--space-6)}.funkciok-bullet{display:flex;align-items:flex-start;gap:8px;font-size:var(--fs-sm);color:var(--color-text-soft)}.funkciok-bullet-marker{margin-top:6px;width:8px;height:8px;border-radius:999px;background:radial-gradient(circle at 30% 20%,#fff,rgba(148,163,184,0));box-shadow:0 0 0 3px rgba(4,201,215,0.35)}.funkciok-cta-row{display:flex;flex-wrap:wrap;gap:var(--space-4)}.funkciok-systems-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}.feature-figure{margin-top:var(--space-4);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-soft);box-shadow:var(--shadow-soft);border:1px solid rgba(148,163,184,0.6)}.feature-figure img{width:100%;height:auto;display:block}.feature-figure figcaption{padding:0.7rem 0.9rem;font-size:var(--fs-xs);color:var(--color-text-muted);background:linear-gradient(135deg,rgba(4,201,215,0.04),rgba(156,91,255,0.04))}@media (min-width:768px){.funkciok-layout{flex-direction:row;align-items:flex-start;gap:var(--space-12)}.funkciok-systems-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.funkciok-systems-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}